Alexandre-Numind commited on
Commit
3e0d87b
1 Parent(s): 5409662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,12 +12,14 @@ size_categories:
12
  - 100K<n<1M
13
  ---
14
 
15
- 300k (40k after balancing the class) sentences from C4 dataset (clean version of Common Crawl) with sentiment annotation (Positive, Negative, Neutral) automatically annotated with GPT3.5.
16
 
17
 
18
  Labels:
19
 
20
  0: Positive
 
21
  1:Negative
 
22
  2:Neutral
23
 
 
12
  - 100K<n<1M
13
  ---
14
 
15
+ 300k (40k after balancing the classes) sentences from C4 dataset (clean version of Common Crawl) with sentiment annotation (Positive, Negative, Neutral) automatically annotated with GPT3.5. Can be used to train generic (no domain) sentiment analysis model.
16
 
17
 
18
  Labels:
19
 
20
  0: Positive
21
+
22
  1:Negative
23
+
24
  2:Neutral
25