sibozhu commited on
Commit
1d46762
·
1 Parent(s): 15ee9fa

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0326
21
- - Accuracy: 0.995
22
 
23
  ## Model description
24
 
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 13 | 0.9566 | 0.89 |
53
- | No log | 2.0 | 26 | 0.5442 | 0.96 |
54
- | No log | 3.0 | 39 | 0.2138 | 0.995 |
55
- | No log | 4.0 | 52 | 0.0846 | 0.995 |
56
- | No log | 5.0 | 65 | 0.0500 | 0.995 |
57
- | No log | 6.0 | 78 | 0.0385 | 0.995 |
58
- | No log | 7.0 | 91 | 0.0331 | 0.995 |
59
- | No log | 8.0 | 104 | 0.0313 | 0.995 |
60
- | No log | 9.0 | 117 | 0.0326 | 0.995 |
61
- | No log | 10.0 | 130 | 0.0326 | 0.995 |
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0021
21
+ - Accuracy: 1.0
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 38 | 0.2409 | 0.985 |
53
+ | No log | 2.0 | 76 | 0.0548 | 0.985 |
54
+ | No log | 3.0 | 114 | 0.0084 | 1.0 |
55
+ | No log | 4.0 | 152 | 0.0057 | 1.0 |
56
+ | No log | 5.0 | 190 | 0.0036 | 1.0 |
57
+ | No log | 6.0 | 228 | 0.0028 | 1.0 |
58
+ | No log | 7.0 | 266 | 0.0025 | 1.0 |
59
+ | No log | 8.0 | 304 | 0.0023 | 1.0 |
60
+ | No log | 9.0 | 342 | 0.0021 | 1.0 |
61
+ | No log | 10.0 | 380 | 0.0021 | 1.0 |
62
 
63
 
64
  ### Framework versions