Commit
·
e1592e2
1
Parent(s):
62fa2a9
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 [CAMeL-Lab/bert-base-arabic-camelbert-msa](https://huggingface.co/CAMeL-Lab/bert-base-arabic-camelbert-msa) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 2.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,17 +48,18 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
|
|
51 |
- num_epochs: 5
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
57 |
-
| 3.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
|
|
61 |
-
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [CAMeL-Lab/bert-base-arabic-camelbert-msa](https://huggingface.co/CAMeL-Lab/bert-base-arabic-camelbert-msa) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 2.7129
|
23 |
+
- Accuracy: 0.1778
|
24 |
+
- F1: 0.1297
|
25 |
+
- Precision: 0.1777
|
26 |
+
- Recall: 0.1778
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 500
|
52 |
- num_epochs: 5
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 3.0984 | 1.0 | 16 | 3.0297 | 0.0444 | 0.05 | 0.0593 | 0.0444 |
|
59 |
+
| 2.9882 | 2.0 | 32 | 2.9796 | 0.0889 | 0.0660 | 0.0526 | 0.0889 |
|
60 |
+
| 2.904 | 3.0 | 48 | 2.9029 | 0.1111 | 0.0577 | 0.0399 | 0.1111 |
|
61 |
+
| 2.7871 | 4.0 | 64 | 2.8040 | 0.1778 | 0.1057 | 0.1370 | 0.1778 |
|
62 |
+
| 2.6578 | 5.0 | 80 | 2.7129 | 0.1778 | 0.1297 | 0.1777 | 0.1778 |
|
63 |
|
64 |
|
65 |
### Framework versions
|