Spaces:
Runtime error
Runtime error
alexiss12341
commited on
Commit
•
a98fe28
1
Parent(s):
f96024a
Update app.py
Browse files
app.py
CHANGED
@@ -8,5 +8,5 @@ pipe = pipeline(task="text-classification",
|
|
8 |
|
9 |
gr.Interface.from_pipeline(pipe,
|
10 |
title="Bertweet Base Sentiment Analysis",
|
11 |
-
description="Tweet Classification using POS, NEU, NEG labels (For English Only)
|
12 |
allow_flagging="never").launch(inbrowser=True)
|
|
|
8 |
|
9 |
gr.Interface.from_pipeline(pipe,
|
10 |
title="Bertweet Base Sentiment Analysis",
|
11 |
+
description="Tweet Classification using POS, NEU, NEG labels (For English Only). This space uses finiteautomata/bertweet-base-sentiment-analysis model which was trained using SemiEval 2017 corpus. The base model is BERTweet, a RoBERTa model trained on English tweets.",
|
12 |
allow_flagging="never").launch(inbrowser=True)
|