Yousefmd commited on
Commit
7f20932
1 Parent(s): 0bcc36e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [qarib/bert-base-qarib_far_9920k](https://huggingface.co/qarib/bert-base-qarib_far_9920k) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.0442
19
- - Macro F1: 0.8311
20
- - Accuracy: 0.8275
21
 
22
  ## Model description
23
 
@@ -44,17 +44,14 @@ The following hyperparameters were used during training:
44
  - total_train_batch_size: 8
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
53
- | No log | 1.0 | 342 | 0.5528 | 0.7897 | 0.7851 |
54
- | 0.5472 | 2.0 | 684 | 0.6922 | 0.8200 | 0.8129 |
55
- | 0.2753 | 3.0 | 1026 | 0.9658 | 0.8113 | 0.8070 |
56
- | 0.2753 | 4.0 | 1368 | 0.9768 | 0.8349 | 0.8304 |
57
- | 0.1171 | 5.0 | 1710 | 1.0442 | 0.8311 | 0.8275 |
58
 
59
 
60
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [qarib/bert-base-qarib_far_9920k](https://huggingface.co/qarib/bert-base-qarib_far_9920k) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.5368
19
+ - Macro F1: 0.8354
20
+ - Accuracy: 0.8319
21
 
22
  ## Model description
23
 
 
44
  - total_train_batch_size: 8
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 2
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Macro F1 | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
53
+ | No log | 1.0 | 341 | 0.5374 | 0.8166 | 0.8099 |
54
+ | 0.5424 | 2.0 | 682 | 0.5368 | 0.8354 | 0.8319 |
 
 
 
55
 
56
 
57
  ### Framework versions