sibozhu commited on
Commit
b7f375a
·
verified ·
1 Parent(s): 398dec4

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -17,7 +17,7 @@ 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.0019
21
  - Accuracy: 1.0
22
 
23
  ## Model description
@@ -49,21 +49,21 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 38 | 0.1928 | 0.995 |
53
- | No log | 2.0 | 76 | 0.0130 | 1.0 |
54
- | No log | 3.0 | 114 | 0.0125 | 0.995 |
55
- | No log | 4.0 | 152 | 0.0102 | 0.995 |
56
- | No log | 5.0 | 190 | 0.0031 | 1.0 |
57
- | No log | 6.0 | 228 | 0.0026 | 1.0 |
58
- | No log | 7.0 | 266 | 0.0023 | 1.0 |
59
- | No log | 8.0 | 304 | 0.0020 | 1.0 |
60
- | No log | 9.0 | 342 | 0.0019 | 1.0 |
61
- | No log | 10.0 | 380 | 0.0019 | 1.0 |
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.35.2
67
- - Pytorch 2.1.0+cu118
68
- - Datasets 2.15.0
69
- - Tokenizers 0.15.0
 
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
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 38 | 0.2358 | 0.985 |
53
+ | No log | 2.0 | 76 | 0.0413 | 0.995 |
54
+ | No log | 3.0 | 114 | 0.0064 | 1.0 |
55
+ | No log | 4.0 | 152 | 0.0050 | 1.0 |
56
+ | No log | 5.0 | 190 | 0.0041 | 1.0 |
57
+ | No log | 6.0 | 228 | 0.0029 | 1.0 |
58
+ | No log | 7.0 | 266 | 0.0027 | 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
65
 
66
+ - Transformers 4.40.2
67
+ - Pytorch 2.2.1+cu121
68
+ - Datasets 2.19.1
69
+ - Tokenizers 0.19.1