beenakurian commited on
Commit
2b6fcfe
1 Parent(s): 4ba0238

Update README.md

Browse files

This dataset contains more than 6000 rows of comments along with the sentiment(POS,NEG,NEU).
Comments are extracted from subreddit Canada posts and cleaned, converted emojis, and then annotated using the model:
finiteautomata/bertweet-base-sentiment-analysis.
https://huggingface.co/finiteautomata/bertweet-base-sentiment-analysis

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: unknown
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ pretty_name: reddit_comments_sentiment
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---