ningrumdaud commited on
Commit
1590514
·
verified ·
1 Parent(s): 74cf769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- - **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.
 
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.