Training completed - OOD F1: 0.9271
Browse files- README.md +3 -3
- ood_test_results.txt +4 -0
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [jcblaise/roberta-tagalog-base](https://huggingface.co/jcblaise/roberta-tagalog-base) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [jcblaise/roberta-tagalog-base](https://huggingface.co/jcblaise/roberta-tagalog-base) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.3853
|
| 23 |
+
- Accuracy: 0.9222
|
| 24 |
+
- F1: 0.9271
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
ood_test_results.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: jcblaise/roberta-tagalog-base
|
| 2 |
+
Task: binary
|
| 3 |
+
OOD Accuracy: 0.9222
|
| 4 |
+
OOD F1 Score: 0.9271
|