hlopez commited on
Commit
6d37452
1 Parent(s): d0e0bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -9,4 +9,12 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # Twitter Positivity Analyzer
13
+
14
+ This Space provides an application to analyze the positivity of a tweet.
15
+ It uses a BERT to classify the tweet into five categories:
16
+ - Extremely negative
17
+ - Negative
18
+ - Neutral
19
+ - Positive
20
+ - Extremely positive