yuridrcosta commited on
Commit
39b85d4
1 Parent(s): 4c0d13d

End of training

Browse files
Files changed (1) hide show
  1. README.md +28 -13
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 [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1524
21
- - Accuracy: 0.9642
22
 
23
  ## Model description
24
 
@@ -43,22 +43,37 @@ 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: 10
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 95 | 0.1662 | 0.9543 |
53
- | No log | 2.0 | 190 | 0.2257 | 0.9523 |
54
- | No log | 3.0 | 285 | 0.1605 | 0.9602 |
55
- | No log | 4.0 | 380 | 0.1230 | 0.9622 |
56
- | No log | 5.0 | 475 | 0.1428 | 0.9642 |
57
- | 0.1204 | 6.0 | 570 | 0.1545 | 0.9622 |
58
- | 0.1204 | 7.0 | 665 | 0.1606 | 0.9622 |
59
- | 0.1204 | 8.0 | 760 | 0.1432 | 0.9622 |
60
- | 0.1204 | 9.0 | 855 | 0.1512 | 0.9622 |
61
- | 0.1204 | 10.0 | 950 | 0.1524 | 0.9642 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.2025
21
+ - Accuracy: 0.9563
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: 25
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 95 | 0.2181 | 0.9523 |
53
+ | No log | 2.0 | 190 | 0.2287 | 0.9543 |
54
+ | No log | 3.0 | 285 | 0.2135 | 0.9523 |
55
+ | No log | 4.0 | 380 | 0.1975 | 0.9523 |
56
+ | No log | 5.0 | 475 | 0.2015 | 0.9563 |
57
+ | 0.0475 | 6.0 | 570 | 0.1930 | 0.9523 |
58
+ | 0.0475 | 7.0 | 665 | 0.1784 | 0.9563 |
59
+ | 0.0475 | 8.0 | 760 | 0.2306 | 0.9563 |
60
+ | 0.0475 | 9.0 | 855 | 0.2177 | 0.9543 |
61
+ | 0.0475 | 10.0 | 950 | 0.1579 | 0.9563 |
62
+ | 0.0353 | 11.0 | 1045 | 0.1645 | 0.9563 |
63
+ | 0.0353 | 12.0 | 1140 | 0.2233 | 0.9563 |
64
+ | 0.0353 | 13.0 | 1235 | 0.1985 | 0.9523 |
65
+ | 0.0353 | 14.0 | 1330 | 0.1932 | 0.9543 |
66
+ | 0.0353 | 15.0 | 1425 | 0.2461 | 0.9563 |
67
+ | 0.0312 | 16.0 | 1520 | 0.1834 | 0.9563 |
68
+ | 0.0312 | 17.0 | 1615 | 0.1821 | 0.9543 |
69
+ | 0.0312 | 18.0 | 1710 | 0.1985 | 0.9563 |
70
+ | 0.0312 | 19.0 | 1805 | 0.1984 | 0.9583 |
71
+ | 0.0312 | 20.0 | 1900 | 0.2036 | 0.9583 |
72
+ | 0.0312 | 21.0 | 1995 | 0.1957 | 0.9563 |
73
+ | 0.0264 | 22.0 | 2090 | 0.1996 | 0.9563 |
74
+ | 0.0264 | 23.0 | 2185 | 0.2041 | 0.9583 |
75
+ | 0.0264 | 24.0 | 2280 | 0.2022 | 0.9583 |
76
+ | 0.0264 | 25.0 | 2375 | 0.2025 | 0.9563 |
77
 
78
 
79
  ### Framework versions