dilarayavuz
commited on
Upload folder using huggingface_hub
Browse files- README.md +26 -0
- checkpoint-596/config.json +36 -0
- checkpoint-596/model.safetensors +3 -0
- checkpoint-596/optimizer.pt +3 -0
- checkpoint-596/rng_state.pth +3 -0
- checkpoint-596/scheduler.pt +3 -0
- checkpoint-596/trainer_state.json +362 -0
- checkpoint-596/training_args.bin +3 -0
- config.json +36 -0
- model.safetensors +3 -0
- runs/Dec15_19-48-29_r-dilarayavuz-model-merge-e2munm62-1afa0-gthas/events.out.tfevents.1734292111.r-dilarayavuz-model-merge-e2munm62-1afa0-gthas.204.0 +2 -2
- runs/Dec15_19-48-29_r-dilarayavuz-model-merge-e2munm62-1afa0-gthas/events.out.tfevents.1734292219.r-dilarayavuz-model-merge-e2munm62-1afa0-gthas.204.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- training_params.json +30 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- text-classification
|
6 |
+
base_model: google-bert/bert-base-uncased
|
7 |
+
widget:
|
8 |
+
- text: "I love AutoTrain"
|
9 |
+
---
|
10 |
+
|
11 |
+
# Model Trained Using AutoTrain
|
12 |
+
|
13 |
+
- Problem type: Text Classification
|
14 |
+
|
15 |
+
## Validation Metrics
|
16 |
+
loss: 0.3905062973499298
|
17 |
+
|
18 |
+
f1: 0.7820443482963764
|
19 |
+
|
20 |
+
precision: 0.8042269187986651
|
21 |
+
|
22 |
+
recall: 0.7610526315789473
|
23 |
+
|
24 |
+
auc: 0.8991059238053292
|
25 |
+
|
26 |
+
accuracy: 0.8309563758389261
|
checkpoint-596/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google-bert/bert-base-uncased",
|
3 |
+
"_num_labels": 2,
|
4 |
+
"architectures": [
|
5 |
+
"BertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "0",
|
15 |
+
"1": "1"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"0": 0,
|
21 |
+
"1": 1
|
22 |
+
},
|
23 |
+
"layer_norm_eps": 1e-12,
|
24 |
+
"max_position_embeddings": 512,
|
25 |
+
"model_type": "bert",
|
26 |
+
"num_attention_heads": 12,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
+
"pad_token_id": 0,
|
29 |
+
"position_embedding_type": "absolute",
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.46.2",
|
33 |
+
"type_vocab_size": 2,
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 30522
|
36 |
+
}
|
checkpoint-596/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36af391fcc6cf6d329ee4ce2450747716314197bf08ef5ddb03cad6e64800d26
|
3 |
+
size 437958648
|
checkpoint-596/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d14b9c1788831f5e8315e6401b1c0eb16f6d7e18cb8da9d06699735f74f034ff
|
3 |
+
size 876038394
|
checkpoint-596/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5effc8cb10520f16c246d7aa6747f0ba8a28b202a2fb5f88b9fc927aba8dfdb
|
3 |
+
size 14244
|
checkpoint-596/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d4c0c15d45202015bf15b799f7c66f2467eb409595ee5167644ebc7bbae2af5
|
3 |
+
size 1064
|
checkpoint-596/trainer_state.json
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.3905062973499298,
|
3 |
+
"best_model_checkpoint": "olid-stylebkd-p10-bert-uncased/checkpoint-596",
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 596,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.04697986577181208,
|
13 |
+
"grad_norm": 2.8473196029663086,
|
14 |
+
"learning_rate": 3.1111111111111116e-06,
|
15 |
+
"loss": 0.7023,
|
16 |
+
"step": 14
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.09395973154362416,
|
20 |
+
"grad_norm": 2.5279300212860107,
|
21 |
+
"learning_rate": 6.222222222222223e-06,
|
22 |
+
"loss": 0.6861,
|
23 |
+
"step": 28
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.14093959731543623,
|
27 |
+
"grad_norm": 2.878610134124756,
|
28 |
+
"learning_rate": 9.333333333333334e-06,
|
29 |
+
"loss": 0.6529,
|
30 |
+
"step": 42
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.18791946308724833,
|
34 |
+
"grad_norm": 2.704759359359741,
|
35 |
+
"learning_rate": 1.2444444444444446e-05,
|
36 |
+
"loss": 0.6374,
|
37 |
+
"step": 56
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.2348993288590604,
|
41 |
+
"grad_norm": 2.618530750274658,
|
42 |
+
"learning_rate": 1.5333333333333334e-05,
|
43 |
+
"loss": 0.5798,
|
44 |
+
"step": 70
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.28187919463087246,
|
48 |
+
"grad_norm": 3.5130767822265625,
|
49 |
+
"learning_rate": 1.8444444444444448e-05,
|
50 |
+
"loss": 0.5442,
|
51 |
+
"step": 84
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.3288590604026846,
|
55 |
+
"grad_norm": 6.02633810043335,
|
56 |
+
"learning_rate": 1.982587064676617e-05,
|
57 |
+
"loss": 0.5442,
|
58 |
+
"step": 98
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.37583892617449666,
|
62 |
+
"grad_norm": 6.7346673011779785,
|
63 |
+
"learning_rate": 1.947761194029851e-05,
|
64 |
+
"loss": 0.538,
|
65 |
+
"step": 112
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.4228187919463087,
|
69 |
+
"grad_norm": 4.506645202636719,
|
70 |
+
"learning_rate": 1.9129353233830846e-05,
|
71 |
+
"loss": 0.4524,
|
72 |
+
"step": 126
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.4697986577181208,
|
76 |
+
"grad_norm": 16.355239868164062,
|
77 |
+
"learning_rate": 1.8781094527363186e-05,
|
78 |
+
"loss": 0.4682,
|
79 |
+
"step": 140
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.5167785234899329,
|
83 |
+
"grad_norm": 4.144381046295166,
|
84 |
+
"learning_rate": 1.8432835820895526e-05,
|
85 |
+
"loss": 0.491,
|
86 |
+
"step": 154
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.5637583892617449,
|
90 |
+
"grad_norm": 4.07854700088501,
|
91 |
+
"learning_rate": 1.8084577114427863e-05,
|
92 |
+
"loss": 0.474,
|
93 |
+
"step": 168
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.610738255033557,
|
97 |
+
"grad_norm": 8.74126148223877,
|
98 |
+
"learning_rate": 1.77363184079602e-05,
|
99 |
+
"loss": 0.4303,
|
100 |
+
"step": 182
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.6577181208053692,
|
104 |
+
"grad_norm": 4.1934285163879395,
|
105 |
+
"learning_rate": 1.7412935323383088e-05,
|
106 |
+
"loss": 0.4545,
|
107 |
+
"step": 196
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.7046979865771812,
|
111 |
+
"grad_norm": 4.430333137512207,
|
112 |
+
"learning_rate": 1.7064676616915424e-05,
|
113 |
+
"loss": 0.4735,
|
114 |
+
"step": 210
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.7516778523489933,
|
118 |
+
"grad_norm": 3.5821316242218018,
|
119 |
+
"learning_rate": 1.671641791044776e-05,
|
120 |
+
"loss": 0.4115,
|
121 |
+
"step": 224
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.7986577181208053,
|
125 |
+
"grad_norm": 2.470816135406494,
|
126 |
+
"learning_rate": 1.63681592039801e-05,
|
127 |
+
"loss": 0.4395,
|
128 |
+
"step": 238
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.8456375838926175,
|
132 |
+
"grad_norm": 3.9837400913238525,
|
133 |
+
"learning_rate": 1.601990049751244e-05,
|
134 |
+
"loss": 0.4232,
|
135 |
+
"step": 252
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.8926174496644296,
|
139 |
+
"grad_norm": 5.207034111022949,
|
140 |
+
"learning_rate": 1.5671641791044777e-05,
|
141 |
+
"loss": 0.394,
|
142 |
+
"step": 266
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.9395973154362416,
|
146 |
+
"grad_norm": 3.6829946041107178,
|
147 |
+
"learning_rate": 1.5323383084577114e-05,
|
148 |
+
"loss": 0.4827,
|
149 |
+
"step": 280
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.9865771812080537,
|
153 |
+
"grad_norm": 3.973491668701172,
|
154 |
+
"learning_rate": 1.4975124378109454e-05,
|
155 |
+
"loss": 0.4326,
|
156 |
+
"step": 294
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.0,
|
160 |
+
"eval_accuracy": 0.8217281879194631,
|
161 |
+
"eval_auc": 0.8938196432503853,
|
162 |
+
"eval_f1": 0.7706422018348624,
|
163 |
+
"eval_loss": 0.3977891504764557,
|
164 |
+
"eval_precision": 0.7906976744186046,
|
165 |
+
"eval_recall": 0.751578947368421,
|
166 |
+
"eval_runtime": 2.28,
|
167 |
+
"eval_samples_per_second": 1045.597,
|
168 |
+
"eval_steps_per_second": 16.666,
|
169 |
+
"step": 298
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 1.0335570469798658,
|
173 |
+
"grad_norm": 5.082137107849121,
|
174 |
+
"learning_rate": 1.4626865671641792e-05,
|
175 |
+
"loss": 0.3941,
|
176 |
+
"step": 308
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 1.0805369127516777,
|
180 |
+
"grad_norm": 8.384503364562988,
|
181 |
+
"learning_rate": 1.427860696517413e-05,
|
182 |
+
"loss": 0.3692,
|
183 |
+
"step": 322
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 1.1275167785234899,
|
187 |
+
"grad_norm": 4.126455783843994,
|
188 |
+
"learning_rate": 1.393034825870647e-05,
|
189 |
+
"loss": 0.3797,
|
190 |
+
"step": 336
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 1.174496644295302,
|
194 |
+
"grad_norm": 2.891618013381958,
|
195 |
+
"learning_rate": 1.3582089552238807e-05,
|
196 |
+
"loss": 0.4014,
|
197 |
+
"step": 350
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 1.221476510067114,
|
201 |
+
"grad_norm": 6.136148929595947,
|
202 |
+
"learning_rate": 1.3233830845771145e-05,
|
203 |
+
"loss": 0.393,
|
204 |
+
"step": 364
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 1.2684563758389262,
|
208 |
+
"grad_norm": 3.083270788192749,
|
209 |
+
"learning_rate": 1.2885572139303483e-05,
|
210 |
+
"loss": 0.3564,
|
211 |
+
"step": 378
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 1.3154362416107381,
|
215 |
+
"grad_norm": 2.6372623443603516,
|
216 |
+
"learning_rate": 1.2537313432835823e-05,
|
217 |
+
"loss": 0.3492,
|
218 |
+
"step": 392
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 1.3624161073825503,
|
222 |
+
"grad_norm": 4.032045841217041,
|
223 |
+
"learning_rate": 1.218905472636816e-05,
|
224 |
+
"loss": 0.3858,
|
225 |
+
"step": 406
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 1.4093959731543624,
|
229 |
+
"grad_norm": 5.014185428619385,
|
230 |
+
"learning_rate": 1.1840796019900498e-05,
|
231 |
+
"loss": 0.3123,
|
232 |
+
"step": 420
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"epoch": 1.4563758389261745,
|
236 |
+
"grad_norm": 5.151511192321777,
|
237 |
+
"learning_rate": 1.1492537313432836e-05,
|
238 |
+
"loss": 0.3717,
|
239 |
+
"step": 434
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"epoch": 1.5033557046979866,
|
243 |
+
"grad_norm": 4.571159839630127,
|
244 |
+
"learning_rate": 1.1144278606965176e-05,
|
245 |
+
"loss": 0.3542,
|
246 |
+
"step": 448
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 1.5503355704697985,
|
250 |
+
"grad_norm": 4.309226036071777,
|
251 |
+
"learning_rate": 1.0796019900497514e-05,
|
252 |
+
"loss": 0.348,
|
253 |
+
"step": 462
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 1.5973154362416109,
|
257 |
+
"grad_norm": 3.4935061931610107,
|
258 |
+
"learning_rate": 1.0447761194029851e-05,
|
259 |
+
"loss": 0.3742,
|
260 |
+
"step": 476
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 1.6442953020134228,
|
264 |
+
"grad_norm": 3.565952777862549,
|
265 |
+
"learning_rate": 1.009950248756219e-05,
|
266 |
+
"loss": 0.3557,
|
267 |
+
"step": 490
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 1.691275167785235,
|
271 |
+
"grad_norm": 6.2538065910339355,
|
272 |
+
"learning_rate": 9.751243781094527e-06,
|
273 |
+
"loss": 0.3404,
|
274 |
+
"step": 504
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"epoch": 1.738255033557047,
|
278 |
+
"grad_norm": 3.3098158836364746,
|
279 |
+
"learning_rate": 9.402985074626867e-06,
|
280 |
+
"loss": 0.401,
|
281 |
+
"step": 518
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.785234899328859,
|
285 |
+
"grad_norm": 5.43450927734375,
|
286 |
+
"learning_rate": 9.054726368159204e-06,
|
287 |
+
"loss": 0.3626,
|
288 |
+
"step": 532
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"epoch": 1.8322147651006713,
|
292 |
+
"grad_norm": 5.279735088348389,
|
293 |
+
"learning_rate": 8.706467661691544e-06,
|
294 |
+
"loss": 0.2923,
|
295 |
+
"step": 546
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 1.8791946308724832,
|
299 |
+
"grad_norm": 6.0305328369140625,
|
300 |
+
"learning_rate": 8.35820895522388e-06,
|
301 |
+
"loss": 0.3978,
|
302 |
+
"step": 560
|
303 |
+
},
|
304 |
+
{
|
305 |
+
"epoch": 1.9261744966442953,
|
306 |
+
"grad_norm": 1.9193602800369263,
|
307 |
+
"learning_rate": 8.00995024875622e-06,
|
308 |
+
"loss": 0.3308,
|
309 |
+
"step": 574
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 1.9731543624161074,
|
313 |
+
"grad_norm": 4.429193019866943,
|
314 |
+
"learning_rate": 7.661691542288557e-06,
|
315 |
+
"loss": 0.3681,
|
316 |
+
"step": 588
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 2.0,
|
320 |
+
"eval_accuracy": 0.8309563758389261,
|
321 |
+
"eval_auc": 0.8991059238053292,
|
322 |
+
"eval_f1": 0.7820443482963764,
|
323 |
+
"eval_loss": 0.3905062973499298,
|
324 |
+
"eval_precision": 0.8042269187986651,
|
325 |
+
"eval_recall": 0.7610526315789473,
|
326 |
+
"eval_runtime": 2.2806,
|
327 |
+
"eval_samples_per_second": 1045.317,
|
328 |
+
"eval_steps_per_second": 16.662,
|
329 |
+
"step": 596
|
330 |
+
}
|
331 |
+
],
|
332 |
+
"logging_steps": 14,
|
333 |
+
"max_steps": 894,
|
334 |
+
"num_input_tokens_seen": 0,
|
335 |
+
"num_train_epochs": 3,
|
336 |
+
"save_steps": 500,
|
337 |
+
"stateful_callbacks": {
|
338 |
+
"EarlyStoppingCallback": {
|
339 |
+
"args": {
|
340 |
+
"early_stopping_patience": 5,
|
341 |
+
"early_stopping_threshold": 0.01
|
342 |
+
},
|
343 |
+
"attributes": {
|
344 |
+
"early_stopping_patience_counter": 1
|
345 |
+
}
|
346 |
+
},
|
347 |
+
"TrainerControl": {
|
348 |
+
"args": {
|
349 |
+
"should_epoch_stop": false,
|
350 |
+
"should_evaluate": false,
|
351 |
+
"should_log": false,
|
352 |
+
"should_save": true,
|
353 |
+
"should_training_stop": false
|
354 |
+
},
|
355 |
+
"attributes": {}
|
356 |
+
}
|
357 |
+
},
|
358 |
+
"total_flos": 1253987289845760.0,
|
359 |
+
"train_batch_size": 32,
|
360 |
+
"trial_name": null,
|
361 |
+
"trial_params": null
|
362 |
+
}
|
checkpoint-596/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:387e0d0bc1a6e51ea4fb5ca3dfc25ef39457ad0a7f6b5e686c960975c25487cb
|
3 |
+
size 5368
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google-bert/bert-base-uncased",
|
3 |
+
"_num_labels": 2,
|
4 |
+
"architectures": [
|
5 |
+
"BertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "0",
|
15 |
+
"1": "1"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"0": 0,
|
21 |
+
"1": 1
|
22 |
+
},
|
23 |
+
"layer_norm_eps": 1e-12,
|
24 |
+
"max_position_embeddings": 512,
|
25 |
+
"model_type": "bert",
|
26 |
+
"num_attention_heads": 12,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
+
"pad_token_id": 0,
|
29 |
+
"position_embedding_type": "absolute",
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.46.2",
|
33 |
+
"type_vocab_size": 2,
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 30522
|
36 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36af391fcc6cf6d329ee4ce2450747716314197bf08ef5ddb03cad6e64800d26
|
3 |
+
size 437958648
|
runs/Dec15_19-48-29_r-dilarayavuz-model-merge-e2munm62-1afa0-gthas/events.out.tfevents.1734292111.r-dilarayavuz-model-merge-e2munm62-1afa0-gthas.204.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9a4cda10e361bb2087ab3ee5439da992897df561d378e7de83b478bb15ab32b
|
3 |
+
size 20400
|
runs/Dec15_19-48-29_r-dilarayavuz-model-merge-e2munm62-1afa0-gthas/events.out.tfevents.1734292219.r-dilarayavuz-model-merge-e2munm62-1afa0-gthas.204.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6360fb0dd2677e55d4c117c0e68f9a9fa1ce9be9c8853de862060a5036809e1c
|
3 |
+
size 607
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": false,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:387e0d0bc1a6e51ea4fb5ca3dfc25ef39457ad0a7f6b5e686c960975c25487cb
|
3 |
+
size 5368
|
training_params.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data_path": "olid-stylebkd-p10-bert-uncased/autotrain-data",
|
3 |
+
"model": "google-bert/bert-base-uncased",
|
4 |
+
"lr": 2e-05,
|
5 |
+
"epochs": 3,
|
6 |
+
"max_seq_length": 128,
|
7 |
+
"batch_size": 32,
|
8 |
+
"warmup_ratio": 0.1,
|
9 |
+
"gradient_accumulation": 1,
|
10 |
+
"optimizer": "adamw_torch",
|
11 |
+
"scheduler": "linear",
|
12 |
+
"weight_decay": 0.0,
|
13 |
+
"max_grad_norm": 1.0,
|
14 |
+
"seed": 42,
|
15 |
+
"train_split": "train",
|
16 |
+
"valid_split": "validation",
|
17 |
+
"text_column": "autotrain_text",
|
18 |
+
"target_column": "autotrain_label",
|
19 |
+
"logging_steps": -1,
|
20 |
+
"project_name": "olid-stylebkd-p10-bert-uncased",
|
21 |
+
"auto_find_batch_size": false,
|
22 |
+
"mixed_precision": "fp16",
|
23 |
+
"save_total_limit": 1,
|
24 |
+
"push_to_hub": true,
|
25 |
+
"eval_strategy": "epoch",
|
26 |
+
"username": "dilarayavuz",
|
27 |
+
"log": "tensorboard",
|
28 |
+
"early_stopping_patience": 5,
|
29 |
+
"early_stopping_threshold": 0.01
|
30 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|