lamaabdulaziz
commited on
Commit
•
6ad9e46
1
Parent(s):
89a89d9
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/ARBERT](https://huggingface.co/UBC-NLP/ARBERT) 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/ARBERT](https://huggingface.co/UBC-NLP/ARBERT) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4896
|
21 |
+
- Macro F1: 0.7637
|
22 |
+
- Accuracy: 0.7738
|
23 |
+
- Precision: 0.7695
|
24 |
+
- Recall: 0.7604
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
|
57 |
+
| 0.5031 | 1.0 | 1597 | 0.4754 | 0.7547 | 0.7606 | 0.7538 | 0.7559 |
|
58 |
+
| 0.3832 | 2.0 | 3194 | 0.4896 | 0.7637 | 0.7738 | 0.7695 | 0.7604 |
|
59 |
+
| 0.2571 | 3.0 | 4791 | 0.5890 | 0.7605 | 0.7692 | 0.7634 | 0.7585 |
|
60 |
|
61 |
|
62 |
### Framework versions
|