Commit
·
ab6b769
1
Parent(s):
b477f51
Update README.md
Browse files
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
|
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
|