Text Classification
Transformers
PyTorch
bert
Inference Endpoints
rttl commited on
Commit
cf4e0e5
1 Parent(s): 8695c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,4 +3,6 @@ license: bigscience-bloom-rail-1.0
3
  ---
4
 
5
  # Foody BERT
6
- A senty-bert fine-tuned on DynaSent Bench Data (https://github.com/cgpotts/dynasent)
 
 
 
3
  ---
4
 
5
  # Foody BERT
6
+ Foody-bert results from the second round of fine-tuning on the text classification task.
7
+ Continuation of fine-tuning of senty-bert, which is fine-tuned on yelp reviews and Stanford sentiment treebank with ternary labels (neutral, positive, negative).
8
+ A foody-bert fine-tuned on DynaSent Bench Data (https://github.com/cgpotts/dynasent), which has more adversarial examples. The dataset mainly contains restaurant review data.