rttl commited on
Commit
ea401b1
1 Parent(s): 7a030c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,4 +4,6 @@ license: bigscience-bloom-rail-1.0
4
 
5
  # Senty BERT
6
 
7
- A fine-tuned bert-base-uncased on the original dataset of yelp reviews (https://yelp.com/dataset) and the SST-3 dataset with text classification as the down-stream task.
 
 
 
4
 
5
  # Senty BERT
6
 
7
+ A yelpy-bert fine-tuned as a ternary classification task (positive, negative, neutral) on:
8
+ - yelp reviews (https://yelp.com/dataset)
9
+ - the SST-3 dataset