Lavitate23 commited on
Commit
b2f5a5e
·
verified ·
1 Parent(s): a9669a8

End of training

Browse files
Files changed (1) hide show
  1. README.md +26 -10
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.7947
22
 
23
  ## Model description
24
 
@@ -50,15 +50,31 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
- | 2.9659 | 0.1050 | 200 | 2.9105 |
54
- | 2.8784 | 0.2100 | 400 | 2.8161 |
55
- | 2.83 | 0.3150 | 600 | 2.8043 |
56
- | 2.8066 | 0.4199 | 800 | 2.8001 |
57
- | 2.8438 | 0.5249 | 1000 | 2.7993 |
58
- | 2.8466 | 0.6299 | 1200 | 2.7969 |
59
- | 2.7455 | 0.7349 | 1400 | 2.7961 |
60
- | 2.8339 | 0.8399 | 1600 | 2.7949 |
61
- | 2.7977 | 0.9449 | 1800 | 2.7947 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0
22
 
23
  ## Model description
24
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
+ | 0.0 | 0.0393 | 200 | 0.0 |
54
+ | 0.0 | 0.0786 | 400 | 0.0 |
55
+ | 0.0 | 0.1179 | 600 | 0.0 |
56
+ | 0.0 | 0.1573 | 800 | 0.0 |
57
+ | 0.0 | 0.1966 | 1000 | 0.0 |
58
+ | 0.0 | 0.2359 | 1200 | 0.0 |
59
+ | 0.0 | 0.2752 | 1400 | 0.0 |
60
+ | 0.0 | 0.3145 | 1600 | 0.0 |
61
+ | 0.0 | 0.3538 | 1800 | 0.0 |
62
+ | 0.0 | 0.3932 | 2000 | 0.0 |
63
+ | 0.0 | 0.4325 | 2200 | 0.0 |
64
+ | 0.0 | 0.4718 | 2400 | 0.0 |
65
+ | 0.0 | 0.5111 | 2600 | 0.0 |
66
+ | 0.0 | 0.5504 | 2800 | 0.0 |
67
+ | 0.0 | 0.5897 | 3000 | 0.0 |
68
+ | 0.0 | 0.6291 | 3200 | 0.0 |
69
+ | 0.0 | 0.6684 | 3400 | 0.0 |
70
+ | 0.0 | 0.7077 | 3600 | 0.0 |
71
+ | 0.0 | 0.7470 | 3800 | 0.0 |
72
+ | 0.0 | 0.7863 | 4000 | 0.0 |
73
+ | 0.0 | 0.8256 | 4200 | 0.0 |
74
+ | 0.0 | 0.8649 | 4400 | 0.0 |
75
+ | 0.0 | 0.9043 | 4600 | 0.0 |
76
+ | 0.0 | 0.9436 | 4800 | 0.0 |
77
+ | 0.0 | 0.9829 | 5000 | 0.0 |
78
 
79
 
80
  ### Framework versions