sibozhu commited on
Commit
1db0580
·
verified ·
1 Parent(s): 6182602

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -11
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.0001
21
  - Accuracy: 1.0
22
 
23
  ## Model description
@@ -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 | 150 | 0.0018 | 1.0 |
53
- | No log | 2.0 | 300 | 0.0007 | 1.0 |
54
- | No log | 3.0 | 450 | 0.0004 | 1.0 |
55
- | 0.0295 | 4.0 | 600 | 0.0003 | 1.0 |
56
- | 0.0295 | 5.0 | 750 | 0.0002 | 1.0 |
57
- | 0.0295 | 6.0 | 900 | 0.0002 | 1.0 |
58
- | 0.0003 | 7.0 | 1050 | 0.0002 | 1.0 |
59
- | 0.0003 | 8.0 | 1200 | 0.0001 | 1.0 |
60
- | 0.0003 | 9.0 | 1350 | 0.0001 | 1.0 |
61
- | 0.0002 | 10.0 | 1500 | 0.0001 | 1.0 |
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.0002
21
  - Accuracy: 1.0
22
 
23
  ## Model description
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 150 | 0.0020 | 1.0 |
53
+ | No log | 2.0 | 300 | 0.0203 | 0.995 |
54
+ | No log | 3.0 | 450 | 0.0005 | 1.0 |
55
+ | 0.0321 | 4.0 | 600 | 0.0003 | 1.0 |
56
+ | 0.0321 | 5.0 | 750 | 0.0003 | 1.0 |
57
+ | 0.0321 | 6.0 | 900 | 0.0002 | 1.0 |
58
+ | 0.0004 | 7.0 | 1050 | 0.0002 | 1.0 |
59
+ | 0.0004 | 8.0 | 1200 | 0.0002 | 1.0 |
60
+ | 0.0004 | 9.0 | 1350 | 0.0002 | 1.0 |
61
+ | 0.0002 | 10.0 | 1500 | 0.0002 | 1.0 |
62
 
63
 
64
  ### Framework versions