lamaabdulaziz
commited on
Commit
·
f063af5
1
Parent(s):
da00e44
update model card README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [UBC-NLP/MARBERT](https://huggingface.co/UBC-NLP/MARBERT) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Macro F1: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [UBC-NLP/MARBERT](https://huggingface.co/UBC-NLP/MARBERT) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3192
|
21 |
+
- Macro F1: 0.8548
|
22 |
+
- Accuracy: 0.8604
|
23 |
+
- Precision: 0.8576
|
24 |
+
- Recall: 0.8526
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
|
57 |
+
| 0.4936 | 1.0 | 1597 | 0.3589 | 0.8364 | 0.8431 | 0.8401 | 0.8337 |
|
58 |
+
| 0.3431 | 2.0 | 3194 | 0.3192 | 0.8548 | 0.8604 | 0.8576 | 0.8526 |
|
59 |
+
| 0.233 | 3.0 | 4791 | 0.3914 | 0.8502 | 0.8547 | 0.8495 | 0.8509 |
|
60 |
|
61 |
|
62 |
### Framework versions
|