dsmsb commited on
Commit
d282401
1 Parent(s): 3edc33b

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6611
21
- - Accuracy: 0.8062
22
 
23
  ## Model description
24
 
@@ -43,15 +43,19 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 64 | 0.7525 | 0.7907 |
53
- | No log | 2.0 | 128 | 0.6659 | 0.8101 |
54
- | No log | 3.0 | 192 | 0.6611 | 0.8062 |
 
 
 
 
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6888
21
+ - Accuracy: 0.7907
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 7
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 64 | 1.9924 | 0.3295 |
53
+ | No log | 2.0 | 128 | 1.4201 | 0.5698 |
54
+ | No log | 3.0 | 192 | 1.1120 | 0.6783 |
55
+ | No log | 4.0 | 256 | 0.8929 | 0.7403 |
56
+ | No log | 5.0 | 320 | 0.7634 | 0.7713 |
57
+ | No log | 6.0 | 384 | 0.7063 | 0.7713 |
58
+ | No log | 7.0 | 448 | 0.6888 | 0.7907 |
59
 
60
 
61
  ### Framework versions