Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def documentation():
|
|
| 29 |
|
| 30 |
This demo utilizes two different models from the Hugging Face Transformers library:
|
| 31 |
|
| 32 |
-
|
| 33 |
- **Model 2**: BERTweet for sentiment analysis specifically fine-tuned for English Tweets.
|
| 34 |
|
| 35 |
Choose a model from the dropdown and enter text to see the sentiment prediction.
|
|
|
|
| 29 |
|
| 30 |
This demo utilizes two different models from the Hugging Face Transformers library:
|
| 31 |
|
| 32 |
+
- **Model 1**: RoBERTa-large for sentiment analysis fine-tuned for diverse English text sources to enhance generalization across different types of texts (reviews, tweets, etc.).
|
| 33 |
- **Model 2**: BERTweet for sentiment analysis specifically fine-tuned for English Tweets.
|
| 34 |
|
| 35 |
Choose a model from the dropdown and enter text to see the sentiment prediction.
|