Tiamz commited on
Commit
db85be3
1 Parent(s): ff11144

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5146
21
- - Accuracy: 0.8991
22
- - F1: 0.9007
23
 
24
  ## Model description
25
 
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.5698 | 1.0 | 159 | 0.4079 | 0.8044 | 0.7804 |
54
- | 0.331 | 2.0 | 318 | 0.3113 | 0.8580 | 0.8617 |
55
- | 0.1909 | 3.0 | 477 | 0.4238 | 0.9085 | 0.9075 |
56
- | 0.1129 | 4.0 | 636 | 0.4579 | 0.9117 | 0.9124 |
57
- | 0.0546 | 5.0 | 795 | 0.5146 | 0.8991 | 0.9007 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5705
21
+ - Accuracy: 0.8896
22
+ - F1: 0.8904
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.5702 | 1.0 | 159 | 0.5156 | 0.7445 | 0.7553 |
54
+ | 0.3384 | 2.0 | 318 | 0.2883 | 0.8612 | 0.8641 |
55
+ | 0.2045 | 3.0 | 477 | 0.3699 | 0.8991 | 0.8977 |
56
+ | 0.1177 | 4.0 | 636 | 0.5172 | 0.8959 | 0.8969 |
57
+ | 0.0465 | 5.0 | 795 | 0.5705 | 0.8896 | 0.8904 |
58
 
59
 
60
  ### Framework versions