lamaabdulaziz commited on
Commit
a86081e
1 Parent(s): 2420bdd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.4956
21
- - Macro F1: 0.7629
22
- - Accuracy: 0.7752
23
- - Precision: 0.7737
24
- - Recall: 0.7584
25
 
26
  ## Model description
27
 
@@ -48,15 +48,15 @@ The following hyperparameters were used during training:
48
  - total_train_batch_size: 32
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 7
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
- | 0.5033 | 1.0 | 1597 | 0.4831 | 0.7507 | 0.7543 | 0.7495 | 0.7554 |
58
- | 0.3858 | 2.0 | 3194 | 0.4956 | 0.7629 | 0.7752 | 0.7737 | 0.7584 |
59
- | 0.2675 | 3.0 | 4791 | 0.5964 | 0.7593 | 0.7712 | 0.7685 | 0.7552 |
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.4693
21
+ - Macro F1: 0.7725
22
+ - Accuracy: 0.7821
23
+ - Precision: 0.7781
24
+ - Recall: 0.7693
25
 
26
  ## Model description
27
 
 
48
  - total_train_batch_size: 32
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 | Macro F1 | Accuracy | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
+ | 0.5049 | 1.0 | 1597 | 0.4705 | 0.7588 | 0.7680 | 0.7623 | 0.7566 |
58
+ | 0.3867 | 2.0 | 3194 | 0.4693 | 0.7725 | 0.7821 | 0.7781 | 0.7693 |
59
+ | 0.2613 | 3.0 | 4791 | 0.6281 | 0.7573 | 0.7671 | 0.7618 | 0.7547 |
60
 
61
 
62
  ### Framework versions