ashdev01 commited on
Commit
35ad83d
·
verified ·
1 Parent(s): 7d33c08

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- base_model: distilbert/distilroberta-base
3
  license: apache-2.0
 
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -11,11 +11,12 @@ model-index:
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
 
14
  # my_model
15
 
16
  This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.7996
19
 
20
  ## Model description
21
 
@@ -40,62 +41,167 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 45
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 199 | 1.7128 |
50
- | No log | 2.0 | 398 | 1.4856 |
51
- | 1.8719 | 3.0 | 597 | 1.3661 |
52
- | 1.8719 | 4.0 | 796 | 1.2638 |
53
- | 1.8719 | 5.0 | 995 | 1.1847 |
54
- | 1.3663 | 6.0 | 1194 | 1.1849 |
55
- | 1.3663 | 7.0 | 1393 | 1.1757 |
56
- | 1.2108 | 8.0 | 1592 | 1.1026 |
57
- | 1.2108 | 9.0 | 1791 | 1.0826 |
58
- | 1.2108 | 10.0 | 1990 | 1.0609 |
59
- | 1.1079 | 11.0 | 2189 | 1.0221 |
60
- | 1.1079 | 12.0 | 2388 | 1.0199 |
61
- | 1.0428 | 13.0 | 2587 | 0.9990 |
62
- | 1.0428 | 14.0 | 2786 | 1.0083 |
63
- | 1.0428 | 15.0 | 2985 | 0.9905 |
64
- | 0.9911 | 16.0 | 3184 | 0.9492 |
65
- | 0.9911 | 17.0 | 3383 | 0.9526 |
66
- | 0.9391 | 18.0 | 3582 | 0.9219 |
67
- | 0.9391 | 19.0 | 3781 | 0.9228 |
68
- | 0.9391 | 20.0 | 3980 | 0.9183 |
69
- | 0.9078 | 21.0 | 4179 | 0.9276 |
70
- | 0.9078 | 22.0 | 4378 | 0.8874 |
71
- | 0.8727 | 23.0 | 4577 | 0.8856 |
72
- | 0.8727 | 24.0 | 4776 | 0.8899 |
73
- | 0.8727 | 25.0 | 4975 | 0.8836 |
74
- | 0.8513 | 26.0 | 5174 | 0.8790 |
75
- | 0.8513 | 27.0 | 5373 | 0.8835 |
76
- | 0.8145 | 28.0 | 5572 | 0.8583 |
77
- | 0.8145 | 29.0 | 5771 | 0.8498 |
78
- | 0.8145 | 30.0 | 5970 | 0.8530 |
79
- | 0.8085 | 31.0 | 6169 | 0.8409 |
80
- | 0.8085 | 32.0 | 6368 | 0.8196 |
81
- | 0.7783 | 33.0 | 6567 | 0.8311 |
82
- | 0.7783 | 34.0 | 6766 | 0.8301 |
83
- | 0.7783 | 35.0 | 6965 | 0.8370 |
84
- | 0.7639 | 36.0 | 7164 | 0.8321 |
85
- | 0.7639 | 37.0 | 7363 | 0.8226 |
86
- | 0.757 | 38.0 | 7562 | 0.8361 |
87
- | 0.757 | 39.0 | 7761 | 0.8236 |
88
- | 0.757 | 40.0 | 7960 | 0.8255 |
89
- | 0.7483 | 41.0 | 8159 | 0.8305 |
90
- | 0.7483 | 42.0 | 8358 | 0.8057 |
91
- | 0.7449 | 43.0 | 8557 | 0.8251 |
92
- | 0.7449 | 44.0 | 8756 | 0.8014 |
93
- | 0.7449 | 45.0 | 8955 | 0.7996 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
 
96
  ### Framework versions
97
 
98
  - Transformers 4.42.4
99
- - Pytorch 2.3.0+cu121
100
  - Datasets 2.20.0
101
  - Tokenizers 0.19.1
 
1
  ---
 
2
  license: apache-2.0
3
+ base_model: distilbert/distilroberta-base
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/gbastin-ameco/huggingface/runs/4exbbap8)
15
  # my_model
16
 
17
  This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.6879
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 150
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:------:|:---------------:|
50
+ | 2.3331 | 1.0 | 781 | 1.6340 |
51
+ | 1.6037 | 2.0 | 1562 | 1.4244 |
52
+ | 1.4547 | 3.0 | 2343 | 1.2838 |
53
+ | 1.3204 | 4.0 | 3124 | 1.2173 |
54
+ | 1.271 | 5.0 | 3905 | 1.1427 |
55
+ | 1.1674 | 6.0 | 4686 | 1.1616 |
56
+ | 1.1311 | 7.0 | 5467 | 1.0644 |
57
+ | 1.1 | 8.0 | 6248 | 1.0742 |
58
+ | 1.0545 | 9.0 | 7029 | 1.0295 |
59
+ | 1.0128 | 10.0 | 7810 | 1.0087 |
60
+ | 0.9927 | 11.0 | 8591 | 0.9866 |
61
+ | 0.9771 | 12.0 | 9372 | 0.9682 |
62
+ | 0.9451 | 13.0 | 10153 | 0.9528 |
63
+ | 0.931 | 14.0 | 10934 | 0.9401 |
64
+ | 0.9187 | 15.0 | 11715 | 0.9312 |
65
+ | 0.881 | 16.0 | 12496 | 0.9076 |
66
+ | 0.8569 | 17.0 | 13277 | 0.9218 |
67
+ | 0.8394 | 18.0 | 14058 | 0.8740 |
68
+ | 0.8279 | 19.0 | 14839 | 0.8659 |
69
+ | 0.81 | 20.0 | 15620 | 0.8906 |
70
+ | 0.8182 | 21.0 | 16401 | 0.8874 |
71
+ | 0.7962 | 22.0 | 17182 | 0.8680 |
72
+ | 0.7806 | 23.0 | 17963 | 0.8740 |
73
+ | 0.7676 | 24.0 | 18744 | 0.8605 |
74
+ | 0.7524 | 25.0 | 19525 | 0.8503 |
75
+ | 0.7394 | 26.0 | 20306 | 0.8325 |
76
+ | 0.7414 | 27.0 | 21087 | 0.8296 |
77
+ | 0.7341 | 28.0 | 21868 | 0.8220 |
78
+ | 0.7036 | 29.0 | 22649 | 0.8229 |
79
+ | 0.7045 | 30.0 | 23430 | 0.8042 |
80
+ | 0.6888 | 31.0 | 24211 | 0.8352 |
81
+ | 0.674 | 32.0 | 24992 | 0.8107 |
82
+ | 0.6631 | 33.0 | 25773 | 0.8142 |
83
+ | 0.6583 | 34.0 | 26554 | 0.8092 |
84
+ | 0.645 | 35.0 | 27335 | 0.7717 |
85
+ | 0.6463 | 36.0 | 28116 | 0.7887 |
86
+ | 0.6418 | 37.0 | 28897 | 0.7757 |
87
+ | 0.6197 | 38.0 | 29678 | 0.7712 |
88
+ | 0.6154 | 39.0 | 30459 | 0.7823 |
89
+ | 0.594 | 40.0 | 31240 | 0.7925 |
90
+ | 0.6076 | 41.0 | 32021 | 0.7586 |
91
+ | 0.603 | 42.0 | 32802 | 0.7806 |
92
+ | 0.5932 | 43.0 | 33583 | 0.7854 |
93
+ | 0.5954 | 44.0 | 34364 | 0.7541 |
94
+ | 0.5769 | 45.0 | 35145 | 0.7571 |
95
+ | 0.5638 | 46.0 | 35926 | 0.7512 |
96
+ | 0.5652 | 47.0 | 36707 | 0.7417 |
97
+ | 0.5695 | 48.0 | 37488 | 0.7467 |
98
+ | 0.5509 | 49.0 | 38269 | 0.7570 |
99
+ | 0.5486 | 50.0 | 39050 | 0.7277 |
100
+ | 0.5282 | 51.0 | 39831 | 0.7433 |
101
+ | 0.54 | 52.0 | 40612 | 0.7541 |
102
+ | 0.5335 | 53.0 | 41393 | 0.7425 |
103
+ | 0.5247 | 54.0 | 42174 | 0.7474 |
104
+ | 0.5207 | 55.0 | 42955 | 0.7470 |
105
+ | 0.5101 | 56.0 | 43736 | 0.7217 |
106
+ | 0.5159 | 57.0 | 44517 | 0.7333 |
107
+ | 0.4914 | 58.0 | 45298 | 0.7235 |
108
+ | 0.4821 | 59.0 | 46079 | 0.7203 |
109
+ | 0.4825 | 60.0 | 46860 | 0.7358 |
110
+ | 0.4819 | 61.0 | 47641 | 0.7401 |
111
+ | 0.4826 | 62.0 | 48422 | 0.7297 |
112
+ | 0.4748 | 63.0 | 49203 | 0.7295 |
113
+ | 0.4796 | 64.0 | 49984 | 0.7360 |
114
+ | 0.4727 | 65.0 | 50765 | 0.7122 |
115
+ | 0.4615 | 66.0 | 51546 | 0.7306 |
116
+ | 0.4552 | 67.0 | 52327 | 0.7031 |
117
+ | 0.4515 | 68.0 | 53108 | 0.7274 |
118
+ | 0.4512 | 69.0 | 53889 | 0.7035 |
119
+ | 0.4447 | 70.0 | 54670 | 0.7401 |
120
+ | 0.4391 | 71.0 | 55451 | 0.7341 |
121
+ | 0.4369 | 72.0 | 56232 | 0.7117 |
122
+ | 0.4401 | 73.0 | 57013 | 0.7115 |
123
+ | 0.4299 | 74.0 | 57794 | 0.7003 |
124
+ | 0.4198 | 75.0 | 58575 | 0.7175 |
125
+ | 0.4256 | 76.0 | 59356 | 0.7062 |
126
+ | 0.4052 | 77.0 | 60137 | 0.7269 |
127
+ | 0.4238 | 78.0 | 60918 | 0.7084 |
128
+ | 0.4141 | 79.0 | 61699 | 0.7111 |
129
+ | 0.4084 | 80.0 | 62480 | 0.7058 |
130
+ | 0.3943 | 81.0 | 63261 | 0.7057 |
131
+ | 0.398 | 82.0 | 64042 | 0.7012 |
132
+ | 0.3998 | 83.0 | 64823 | 0.7238 |
133
+ | 0.3983 | 84.0 | 65604 | 0.7106 |
134
+ | 0.3856 | 85.0 | 66385 | 0.6972 |
135
+ | 0.3788 | 86.0 | 67166 | 0.6877 |
136
+ | 0.3802 | 87.0 | 67947 | 0.7079 |
137
+ | 0.3743 | 88.0 | 68728 | 0.7052 |
138
+ | 0.3794 | 89.0 | 69509 | 0.7161 |
139
+ | 0.3716 | 90.0 | 70290 | 0.7209 |
140
+ | 0.3701 | 91.0 | 71071 | 0.6863 |
141
+ | 0.3714 | 92.0 | 71852 | 0.6992 |
142
+ | 0.3689 | 93.0 | 72633 | 0.7114 |
143
+ | 0.3746 | 94.0 | 73414 | 0.7107 |
144
+ | 0.3574 | 95.0 | 74195 | 0.7157 |
145
+ | 0.361 | 96.0 | 74976 | 0.7263 |
146
+ | 0.3528 | 97.0 | 75757 | 0.7048 |
147
+ | 0.3511 | 98.0 | 76538 | 0.6872 |
148
+ | 0.3428 | 99.0 | 77319 | 0.7010 |
149
+ | 0.3431 | 100.0 | 78100 | 0.7188 |
150
+ | 0.3384 | 101.0 | 78881 | 0.7206 |
151
+ | 0.3453 | 102.0 | 79662 | 0.6981 |
152
+ | 0.3359 | 103.0 | 80443 | 0.7035 |
153
+ | 0.3406 | 104.0 | 81224 | 0.7010 |
154
+ | 0.3337 | 105.0 | 82005 | 0.7149 |
155
+ | 0.3291 | 106.0 | 82786 | 0.6838 |
156
+ | 0.3278 | 107.0 | 83567 | 0.6970 |
157
+ | 0.3256 | 108.0 | 84348 | 0.6695 |
158
+ | 0.3236 | 109.0 | 85129 | 0.6943 |
159
+ | 0.3108 | 110.0 | 85910 | 0.7155 |
160
+ | 0.3195 | 111.0 | 86691 | 0.6908 |
161
+ | 0.3156 | 112.0 | 87472 | 0.7043 |
162
+ | 0.3204 | 113.0 | 88253 | 0.7051 |
163
+ | 0.3126 | 114.0 | 89034 | 0.6887 |
164
+ | 0.3054 | 115.0 | 89815 | 0.6925 |
165
+ | 0.3097 | 116.0 | 90596 | 0.6990 |
166
+ | 0.3056 | 117.0 | 91377 | 0.7036 |
167
+ | 0.2959 | 118.0 | 92158 | 0.7090 |
168
+ | 0.3035 | 119.0 | 92939 | 0.6757 |
169
+ | 0.3071 | 120.0 | 93720 | 0.6848 |
170
+ | 0.2995 | 121.0 | 94501 | 0.6738 |
171
+ | 0.2996 | 122.0 | 95282 | 0.6950 |
172
+ | 0.293 | 123.0 | 96063 | 0.7070 |
173
+ | 0.2914 | 124.0 | 96844 | 0.7104 |
174
+ | 0.2901 | 125.0 | 97625 | 0.6719 |
175
+ | 0.2954 | 126.0 | 98406 | 0.6926 |
176
+ | 0.2922 | 127.0 | 99187 | 0.7024 |
177
+ | 0.2839 | 128.0 | 99968 | 0.6878 |
178
+ | 0.2894 | 129.0 | 100749 | 0.6826 |
179
+ | 0.2868 | 130.0 | 101530 | 0.6851 |
180
+ | 0.2784 | 131.0 | 102311 | 0.6863 |
181
+ | 0.2848 | 132.0 | 103092 | 0.7175 |
182
+ | 0.2659 | 133.0 | 103873 | 0.6802 |
183
+ | 0.2732 | 134.0 | 104654 | 0.6903 |
184
+ | 0.2718 | 135.0 | 105435 | 0.6900 |
185
+ | 0.2741 | 136.0 | 106216 | 0.6928 |
186
+ | 0.2802 | 137.0 | 106997 | 0.6824 |
187
+ | 0.271 | 138.0 | 107778 | 0.6833 |
188
+ | 0.2741 | 139.0 | 108559 | 0.6648 |
189
+ | 0.2697 | 140.0 | 109340 | 0.6924 |
190
+ | 0.2747 | 141.0 | 110121 | 0.6935 |
191
+ | 0.2716 | 142.0 | 110902 | 0.6959 |
192
+ | 0.2701 | 143.0 | 111683 | 0.6826 |
193
+ | 0.2707 | 144.0 | 112464 | 0.6981 |
194
+ | 0.2673 | 145.0 | 113245 | 0.6721 |
195
+ | 0.2729 | 146.0 | 114026 | 0.6755 |
196
+ | 0.2639 | 147.0 | 114807 | 0.6758 |
197
+ | 0.2632 | 148.0 | 115588 | 0.6746 |
198
+ | 0.2721 | 149.0 | 116369 | 0.6675 |
199
+ | 0.2559 | 150.0 | 117150 | 0.6879 |
200
 
201
 
202
  ### Framework versions
203
 
204
  - Transformers 4.42.4
205
+ - Pytorch 2.1.2
206
  - Datasets 2.20.0
207
  - Tokenizers 0.19.1
runs/Jul17_10-16-34_ecc757c227ee/events.out.tfevents.1721211396.ecc757c227ee.34.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62f093999a93ada7171a04cbb10c5f0364b375221125fc8de7e6d014ae4ff5a4
3
- size 96045
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62f28e0dffaead652f020a11a889a813727c1b6c398ac161894f73f45c092d4
3
+ size 96681