bhavyagiri
commited on
Commit
•
eb88fe8
1
Parent(s):
36946bf
Update README.md
Browse files
README.md
CHANGED
@@ -26,8 +26,8 @@ The model trained from [roberta-base](https://huggingface.co/roberta-base) on th
|
|
26 |
The model was trained using `AutoModelForSequenceClassification.from_pretrained` for 3 epochs with a learning rate of 2e-5 and weight decay of 0.01.
|
27 |
|
28 |
Evaluation using the dataset validation split gives:
|
29 |
-
- F1 0.
|
30 |
-
- Accuracy 0.
|
31 |
|
32 |
Labels:
|
33 |
- 0 - Not Spoiler
|
|
|
26 |
The model was trained using `AutoModelForSequenceClassification.from_pretrained` for 3 epochs with a learning rate of 2e-5 and weight decay of 0.01.
|
27 |
|
28 |
Evaluation using the dataset validation split gives:
|
29 |
+
- F1 0.773021
|
30 |
+
- Accuracy 0.783275
|
31 |
|
32 |
Labels:
|
33 |
- 0 - Not Spoiler
|