bhavyagiri commited on
Commit
ab6b769
1 Parent(s): b477f51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,6 +26,6 @@ The model trained from [roberta-base](https://huggingface.co/roberta-base) on th
26
 
27
  The model was trained using `AutoModelForSequenceClassification.from_pretrained` for 3 epochs with a learning rate of 2e-5 and weight decay of 0.01.
28
 
29
- Evaluation (of the 28 dim output via a threshold of 0.5 to binarize each) using the dataset test split gives:
30
  - F1 0.585
31
  - Accuracy 0.474
 
26
 
27
  The model was trained using `AutoModelForSequenceClassification.from_pretrained` for 3 epochs with a learning rate of 2e-5 and weight decay of 0.01.
28
 
29
+ Evaluation using the dataset validation split gives:
30
  - F1 0.585
31
  - Accuracy 0.474