omar0scarf commited on
Commit
e1592e2
·
1 Parent(s): 62fa2a9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
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.1465
23
- - Accuracy: 0.5
24
- - F1: 0.4840
25
- - Precision: 0.5908
26
- - Recall: 0.5
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.06 | 1.0 | 8 | 2.5319 | 0.1667 | 0.1604 | 0.2435 | 0.1667 |
58
- | 2.4666 | 2.0 | 16 | 2.3235 | 0.4333 | 0.365 | 0.3833 | 0.4333 |
59
- | 2.2624 | 3.0 | 24 | 2.1953 | 0.4667 | 0.4512 | 0.5442 | 0.4667 |
60
- | 1.7783 | 4.0 | 32 | 2.1465 | 0.5 | 0.4840 | 0.5908 | 0.5 |
61
- | 1.5082 | 5.0 | 40 | 2.1247 | 0.4667 | 0.4530 | 0.5917 | 0.4667 |
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