Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,6 @@ def sentiment_analysis(sentence, template, model_name, positive, neutral, negati
|
|
23 |
"bert-base-uncased":"bert",
|
24 |
"roberta-base":"roberta",
|
25 |
"yiyanghkust/finbert-pretrain":"bert",
|
26 |
-
"facebook/opt-125m":"opt",
|
27 |
-
"facebook/opt-350m":"opt",
|
28 |
}
|
29 |
|
30 |
testdata = [InputExample(guid=0,text_a=sentence,label=0)]
|
|
|
23 |
"bert-base-uncased":"bert",
|
24 |
"roberta-base":"roberta",
|
25 |
"yiyanghkust/finbert-pretrain":"bert",
|
|
|
|
|
26 |
}
|
27 |
|
28 |
testdata = [InputExample(guid=0,text_a=sentence,label=0)]
|