Spaces:
Running
Running
typo
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def predict (Word, Sentence, LM, Layer, Norm):
|
|
15 |
|
16 |
labels = "These are some fake features".split(" ")
|
17 |
vals = np.random.randint(-10,10,(5))
|
18 |
-
|
19 |
# model = FeatureNormPredictor.load_from_checkpoint(
|
20 |
# checkpoint_path=model_name+'.ckpt',
|
21 |
# map_location=None
|
|
|
15 |
|
16 |
labels = "These are some fake features".split(" ")
|
17 |
vals = np.random.randint(-10,10,(5))
|
18 |
+
return model_name+" \n"+"\n".join([labels[i]+" "+str(vals[i]) for i in range(len(labels)) if vals[i]>0])
|
19 |
# model = FeatureNormPredictor.load_from_checkpoint(
|
20 |
# checkpoint_path=model_name+'.ckpt',
|
21 |
# map_location=None
|