update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ 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 an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,9 +54,10 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
-
| No log | 1.0 | 174 | 0.
|
58 |
-
| No log | 2.0 | 348 | 0.
|
59 |
-
| 0.
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [jcblaise/roberta-tagalog-base](https://huggingface.co/jcblaise/roberta-tagalog-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3019
|
23 |
+
- Accuracy: 0.8898
|
24 |
+
- Precision: 0.8523
|
25 |
+
- Recall: 0.8944
|
26 |
+
- F1: 0.8728
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
+
| No log | 1.0 | 174 | 0.3006 | 0.8776 | 0.8620 | 0.8458 | 0.8538 |
|
58 |
+
| No log | 2.0 | 348 | 0.2899 | 0.8834 | 0.8801 | 0.8382 | 0.8586 |
|
59 |
+
| 0.2993 | 3.0 | 522 | 0.2869 | 0.8873 | 0.8491 | 0.8918 | 0.8700 |
|
60 |
+
| 0.2993 | 4.0 | 696 | 0.3019 | 0.8898 | 0.8523 | 0.8944 | 0.8728 |
|
61 |
|
62 |
|
63 |
### Framework versions
|