Instructions to use dzungpham/graphcodebert-code-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dzungpham/graphcodebert-code-classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dzungpham/graphcodebert-code-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
upload model weights after 1200 training steps with frozen pretrained weights
Browse files- checkpoint-1000/config.json +3 -5
- checkpoint-1000/merges.txt +0 -0
- checkpoint-1000/model.safetensors +2 -2
- checkpoint-1000/optimizer.pt +2 -2
- checkpoint-1000/rng_state.pth +1 -1
- checkpoint-1000/scheduler.pt +2 -2
- checkpoint-1000/special_tokens_map.json +1 -1
- checkpoint-1000/tokenizer.json +0 -0
- checkpoint-1000/tokenizer_config.json +3 -3
- checkpoint-1000/trainer_state.json +453 -523
- checkpoint-1000/training_args.bin +2 -2
- checkpoint-1000/vocab.json +0 -0
- checkpoint-1200/config.json +27 -0
- checkpoint-1200/merges.txt +0 -0
- checkpoint-1200/model.safetensors +3 -0
- checkpoint-1200/optimizer.pt +3 -0
- checkpoint-1200/rng_state.pth +3 -0
- checkpoint-1200/scheduler.pt +3 -0
- checkpoint-1200/special_tokens_map.json +51 -0
- checkpoint-1200/tokenizer.json +0 -0
- checkpoint-1200/tokenizer_config.json +58 -0
- checkpoint-1200/trainer_state.json +955 -0
- checkpoint-1200/training_args.bin +3 -0
- checkpoint-1200/vocab.json +0 -0
- training.log +372 -13
checkpoint-1000/config.json
CHANGED
|
@@ -7,23 +7,21 @@
|
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"dtype": "float32",
|
| 9 |
"eos_token_id": 2,
|
| 10 |
-
"gradient_checkpointing": false,
|
| 11 |
"hidden_act": "gelu",
|
| 12 |
"hidden_dropout_prob": 0.1,
|
| 13 |
"hidden_size": 768,
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 3072,
|
| 16 |
"layer_norm_eps": 1e-05,
|
| 17 |
-
"max_position_embeddings":
|
| 18 |
"model_type": "roberta",
|
| 19 |
"num_attention_heads": 12,
|
| 20 |
"num_hidden_layers": 12,
|
| 21 |
"output_past": true,
|
| 22 |
"pad_token_id": 1,
|
| 23 |
"position_embedding_type": "absolute",
|
| 24 |
-
"problem_type": "single_label_classification",
|
| 25 |
"transformers_version": "4.56.0",
|
| 26 |
-
"type_vocab_size":
|
| 27 |
"use_cache": true,
|
| 28 |
-
"vocab_size":
|
| 29 |
}
|
|
|
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"dtype": "float32",
|
| 9 |
"eos_token_id": 2,
|
|
|
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 3072,
|
| 15 |
"layer_norm_eps": 1e-05,
|
| 16 |
+
"max_position_embeddings": 514,
|
| 17 |
"model_type": "roberta",
|
| 18 |
"num_attention_heads": 12,
|
| 19 |
"num_hidden_layers": 12,
|
| 20 |
"output_past": true,
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"position_embedding_type": "absolute",
|
|
|
|
| 23 |
"transformers_version": "4.56.0",
|
| 24 |
+
"type_vocab_size": 1,
|
| 25 |
"use_cache": true,
|
| 26 |
+
"vocab_size": 50265
|
| 27 |
}
|
checkpoint-1000/merges.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/model.safetensors
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:665d1f6d7cabc187a2c05357e277b61c6a5caafa84e641cdaa9f74e1fc8f6b9e
|
| 3 |
+
size 498612824
|
checkpoint-1000/optimizer.pt
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:8df0daec4efa812ba208cd0dc90879540bae0bc13e657a311777d25929b1aea1
|
| 3 |
+
size 4741859
|
checkpoint-1000/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ea1b5dc44e07bb7fcc644910a14b04ebd8863c5a7cf8eb7438e00e0c30f16a6
|
| 3 |
size 14645
|
checkpoint-1000/scheduler.pt
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:9f25fe7731b9278a60bff9cc7fd3ead4df1aef9e341ef501c56c76de421b4c24
|
| 3 |
+
size 1465
|
checkpoint-1000/special_tokens_map.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"mask_token": {
|
| 24 |
"content": "<mask>",
|
| 25 |
"lstrip": true,
|
| 26 |
-
"normalized":
|
| 27 |
"rstrip": false,
|
| 28 |
"single_word": false
|
| 29 |
},
|
|
|
|
| 23 |
"mask_token": {
|
| 24 |
"content": "<mask>",
|
| 25 |
"lstrip": true,
|
| 26 |
+
"normalized": false,
|
| 27 |
"rstrip": false,
|
| 28 |
"single_word": false
|
| 29 |
},
|
checkpoint-1000/tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/tokenizer_config.json
CHANGED
|
@@ -33,10 +33,10 @@
|
|
| 33 |
"single_word": false,
|
| 34 |
"special": true
|
| 35 |
},
|
| 36 |
-
"
|
| 37 |
"content": "<mask>",
|
| 38 |
"lstrip": true,
|
| 39 |
-
"normalized":
|
| 40 |
"rstrip": false,
|
| 41 |
"single_word": false,
|
| 42 |
"special": true
|
|
@@ -49,7 +49,7 @@
|
|
| 49 |
"errors": "replace",
|
| 50 |
"extra_special_tokens": {},
|
| 51 |
"mask_token": "<mask>",
|
| 52 |
-
"model_max_length":
|
| 53 |
"pad_token": "<pad>",
|
| 54 |
"sep_token": "</s>",
|
| 55 |
"tokenizer_class": "RobertaTokenizer",
|
|
|
|
| 33 |
"single_word": false,
|
| 34 |
"special": true
|
| 35 |
},
|
| 36 |
+
"50264": {
|
| 37 |
"content": "<mask>",
|
| 38 |
"lstrip": true,
|
| 39 |
+
"normalized": false,
|
| 40 |
"rstrip": false,
|
| 41 |
"single_word": false,
|
| 42 |
"special": true
|
|
|
|
| 49 |
"errors": "replace",
|
| 50 |
"extra_special_tokens": {},
|
| 51 |
"mask_token": "<mask>",
|
| 52 |
+
"model_max_length": 512,
|
| 53 |
"pad_token": "<pad>",
|
| 54 |
"sep_token": "</s>",
|
| 55 |
"tokenizer_class": "RobertaTokenizer",
|
checkpoint-1000/trainer_state.json
CHANGED
|
@@ -1,850 +1,780 @@
|
|
| 1 |
{
|
| 2 |
"best_global_step": 1000,
|
| 3 |
-
"best_metric": 0.
|
| 4 |
-
"best_model_checkpoint": "taskA-
|
| 5 |
-
"epoch": 0.
|
| 6 |
-
"eval_steps":
|
| 7 |
"global_step": 1000,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
-
"epoch": 0.
|
| 14 |
-
"grad_norm":
|
| 15 |
-
"learning_rate": 3.
|
| 16 |
-
"loss": 0.
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
-
"epoch": 0.
|
| 21 |
-
"grad_norm":
|
| 22 |
-
"learning_rate":
|
| 23 |
-
"loss": 0.
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
-
"epoch": 0.
|
| 28 |
-
"grad_norm":
|
| 29 |
-
"learning_rate": 1.
|
| 30 |
-
"loss": 0.
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
-
"epoch": 0.
|
| 35 |
-
"grad_norm":
|
| 36 |
-
"learning_rate": 1.
|
| 37 |
-
"loss": 0.
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
-
"epoch": 0.
|
| 42 |
-
"grad_norm":
|
| 43 |
-
"learning_rate":
|
| 44 |
-
"loss": 0.
|
| 45 |
"step": 50
|
| 46 |
},
|
| 47 |
{
|
| 48 |
-
"epoch": 0.
|
| 49 |
-
"grad_norm":
|
| 50 |
-
"learning_rate": 2.
|
| 51 |
-
"loss": 0.
|
| 52 |
"step": 60
|
| 53 |
},
|
| 54 |
{
|
| 55 |
-
"epoch": 0.
|
| 56 |
-
"grad_norm":
|
| 57 |
-
"learning_rate": 2.
|
| 58 |
-
"loss": 0.
|
| 59 |
"step": 70
|
| 60 |
},
|
| 61 |
{
|
| 62 |
-
"epoch": 0.
|
| 63 |
-
"grad_norm":
|
| 64 |
-
"learning_rate": 3.
|
| 65 |
-
"loss": 0.
|
| 66 |
"step": 80
|
| 67 |
},
|
| 68 |
{
|
| 69 |
-
"epoch": 0.
|
| 70 |
-
"grad_norm":
|
| 71 |
-
"learning_rate": 3.
|
| 72 |
-
"loss": 0.
|
| 73 |
"step": 90
|
| 74 |
},
|
| 75 |
{
|
| 76 |
-
"epoch": 0.
|
| 77 |
-
"grad_norm":
|
| 78 |
-
"learning_rate": 4.
|
| 79 |
-
"loss": 0.
|
| 80 |
"step": 100
|
| 81 |
},
|
| 82 |
{
|
| 83 |
-
"epoch": 0.
|
| 84 |
-
"
|
| 85 |
-
"
|
| 86 |
-
"
|
| 87 |
-
"eval_macro_f1": 0.6959280508399847,
|
| 88 |
-
"eval_precision": 0.7019396279846728,
|
| 89 |
-
"eval_recall": 0.6961,
|
| 90 |
-
"eval_runtime": 789.7648,
|
| 91 |
-
"eval_samples_per_second": 126.62,
|
| 92 |
-
"eval_steps_per_second": 0.99,
|
| 93 |
-
"step": 100
|
| 94 |
-
},
|
| 95 |
-
{
|
| 96 |
-
"epoch": 0.013458950201884253,
|
| 97 |
-
"grad_norm": 0.3366774618625641,
|
| 98 |
-
"learning_rate": 4.408163265306123e-06,
|
| 99 |
-
"loss": 0.3671,
|
| 100 |
"step": 110
|
| 101 |
},
|
| 102 |
{
|
| 103 |
-
"epoch": 0.
|
| 104 |
-
"grad_norm":
|
| 105 |
-
"learning_rate":
|
| 106 |
-
"loss": 0.
|
| 107 |
"step": 120
|
| 108 |
},
|
| 109 |
{
|
| 110 |
-
"epoch": 0.
|
| 111 |
-
"grad_norm":
|
| 112 |
-
"learning_rate": 5.
|
| 113 |
-
"loss": 0.
|
| 114 |
"step": 130
|
| 115 |
},
|
| 116 |
{
|
| 117 |
-
"epoch": 0.
|
| 118 |
-
"grad_norm":
|
| 119 |
-
"learning_rate": 5.
|
| 120 |
-
"loss": 0.
|
| 121 |
"step": 140
|
| 122 |
},
|
| 123 |
{
|
| 124 |
-
"epoch": 0.
|
| 125 |
-
"grad_norm":
|
| 126 |
-
"learning_rate": 6.
|
| 127 |
-
"loss": 0.
|
| 128 |
"step": 150
|
| 129 |
},
|
| 130 |
{
|
| 131 |
-
"epoch": 0.
|
| 132 |
-
"grad_norm":
|
| 133 |
-
"learning_rate": 6.
|
| 134 |
-
"loss": 0.
|
| 135 |
"step": 160
|
| 136 |
},
|
| 137 |
{
|
| 138 |
-
"epoch": 0.
|
| 139 |
-
"grad_norm":
|
| 140 |
-
"learning_rate":
|
| 141 |
-
"loss": 0.
|
| 142 |
"step": 170
|
| 143 |
},
|
| 144 |
{
|
| 145 |
-
"epoch": 0.
|
| 146 |
-
"grad_norm":
|
| 147 |
-
"learning_rate": 7.
|
| 148 |
-
"loss": 0.
|
| 149 |
"step": 180
|
| 150 |
},
|
| 151 |
{
|
| 152 |
-
"epoch": 0.
|
| 153 |
-
"grad_norm":
|
| 154 |
-
"learning_rate":
|
| 155 |
-
"loss": 0.
|
| 156 |
"step": 190
|
| 157 |
},
|
| 158 |
{
|
| 159 |
-
"epoch": 0.
|
| 160 |
-
"grad_norm":
|
| 161 |
-
"learning_rate": 8.
|
| 162 |
-
"loss": 0.
|
| 163 |
"step": 200
|
| 164 |
},
|
| 165 |
{
|
| 166 |
-
"epoch": 0.
|
| 167 |
-
"eval_accuracy": 0.
|
| 168 |
-
"
|
| 169 |
-
"
|
| 170 |
-
"
|
| 171 |
-
"
|
| 172 |
-
"
|
| 173 |
-
"
|
| 174 |
-
"
|
| 175 |
-
"eval_steps_per_second": 0.986,
|
| 176 |
"step": 200
|
| 177 |
},
|
| 178 |
{
|
| 179 |
-
"epoch": 0.
|
| 180 |
-
"grad_norm":
|
| 181 |
-
"learning_rate": 8.
|
| 182 |
-
"loss": 0.
|
| 183 |
"step": 210
|
| 184 |
},
|
| 185 |
{
|
| 186 |
-
"epoch": 0.
|
| 187 |
-
"grad_norm":
|
| 188 |
-
"learning_rate":
|
| 189 |
-
"loss": 0.
|
| 190 |
"step": 220
|
| 191 |
},
|
| 192 |
{
|
| 193 |
-
"epoch": 0.
|
| 194 |
-
"grad_norm":
|
| 195 |
-
"learning_rate": 9.
|
| 196 |
-
"loss": 0.
|
| 197 |
"step": 230
|
| 198 |
},
|
| 199 |
{
|
| 200 |
-
"epoch": 0.
|
| 201 |
-
"grad_norm": 0.
|
| 202 |
-
"learning_rate":
|
| 203 |
-
"loss": 0.
|
| 204 |
"step": 240
|
| 205 |
},
|
| 206 |
{
|
| 207 |
-
"epoch": 0.
|
| 208 |
-
"grad_norm":
|
| 209 |
-
"learning_rate": 1.
|
| 210 |
-
"loss": 0.
|
| 211 |
"step": 250
|
| 212 |
},
|
| 213 |
{
|
| 214 |
-
"epoch": 0.
|
| 215 |
-
"grad_norm":
|
| 216 |
-
"learning_rate": 1.
|
| 217 |
-
"loss": 0.
|
| 218 |
"step": 260
|
| 219 |
},
|
| 220 |
{
|
| 221 |
-
"epoch": 0.
|
| 222 |
-
"grad_norm":
|
| 223 |
-
"learning_rate": 1.
|
| 224 |
-
"loss": 0.
|
| 225 |
"step": 270
|
| 226 |
},
|
| 227 |
{
|
| 228 |
-
"epoch": 0.
|
| 229 |
-
"grad_norm": 0.
|
| 230 |
-
"learning_rate": 1.
|
| 231 |
-
"loss": 0.
|
| 232 |
"step": 280
|
| 233 |
},
|
| 234 |
{
|
| 235 |
-
"epoch": 0.
|
| 236 |
-
"grad_norm": 0.
|
| 237 |
-
"learning_rate": 1.
|
| 238 |
-
"loss": 0.
|
| 239 |
"step": 290
|
| 240 |
},
|
| 241 |
{
|
| 242 |
-
"epoch": 0.
|
| 243 |
-
"grad_norm": 0.
|
| 244 |
-
"learning_rate": 1.
|
| 245 |
-
"loss": 0.
|
| 246 |
-
"step": 300
|
| 247 |
-
},
|
| 248 |
-
{
|
| 249 |
-
"epoch": 0.03670622782332069,
|
| 250 |
-
"eval_accuracy": 0.82326,
|
| 251 |
-
"eval_f1_weighted": 0.8227034206790359,
|
| 252 |
-
"eval_loss": 0.10234300792217255,
|
| 253 |
-
"eval_macro_f1": 0.8230100448030374,
|
| 254 |
-
"eval_precision": 0.8338333810964687,
|
| 255 |
-
"eval_recall": 0.82326,
|
| 256 |
-
"eval_runtime": 789.0168,
|
| 257 |
-
"eval_samples_per_second": 126.74,
|
| 258 |
-
"eval_steps_per_second": 0.991,
|
| 259 |
"step": 300
|
| 260 |
},
|
| 261 |
{
|
| 262 |
-
"epoch": 0.
|
| 263 |
-
"grad_norm": 0.
|
| 264 |
-
"learning_rate": 1.
|
| 265 |
-
"loss": 0.
|
| 266 |
"step": 310
|
| 267 |
},
|
| 268 |
{
|
| 269 |
-
"epoch": 0.
|
| 270 |
-
"grad_norm":
|
| 271 |
-
"learning_rate": 1.
|
| 272 |
-
"loss": 0.
|
| 273 |
"step": 320
|
| 274 |
},
|
| 275 |
{
|
| 276 |
-
"epoch": 0.
|
| 277 |
-
"grad_norm": 0.
|
| 278 |
-
"learning_rate": 1.
|
| 279 |
-
"loss": 0.
|
| 280 |
"step": 330
|
| 281 |
},
|
| 282 |
{
|
| 283 |
-
"epoch": 0.
|
| 284 |
-
"grad_norm": 0.
|
| 285 |
-
"learning_rate": 1.
|
| 286 |
-
"loss": 0.
|
| 287 |
"step": 340
|
| 288 |
},
|
| 289 |
{
|
| 290 |
-
"epoch": 0.
|
| 291 |
-
"grad_norm":
|
| 292 |
-
"learning_rate": 1.
|
| 293 |
-
"loss": 0.
|
| 294 |
"step": 350
|
| 295 |
},
|
| 296 |
{
|
| 297 |
-
"epoch": 0.
|
| 298 |
-
"grad_norm":
|
| 299 |
-
"learning_rate": 1.
|
| 300 |
-
"loss": 0.
|
| 301 |
"step": 360
|
| 302 |
},
|
| 303 |
{
|
| 304 |
-
"epoch": 0.
|
| 305 |
-
"grad_norm":
|
| 306 |
-
"learning_rate": 1.
|
| 307 |
-
"loss": 0.
|
| 308 |
"step": 370
|
| 309 |
},
|
| 310 |
{
|
| 311 |
-
"epoch": 0.
|
| 312 |
-
"grad_norm":
|
| 313 |
-
"learning_rate": 1.
|
| 314 |
-
"loss": 0.
|
| 315 |
"step": 380
|
| 316 |
},
|
| 317 |
{
|
| 318 |
-
"epoch": 0.
|
| 319 |
-
"grad_norm":
|
| 320 |
-
"learning_rate": 1.
|
| 321 |
-
"loss": 0.
|
| 322 |
"step": 390
|
| 323 |
},
|
| 324 |
{
|
| 325 |
-
"epoch": 0.
|
| 326 |
-
"grad_norm": 0.
|
| 327 |
-
"learning_rate": 1.
|
| 328 |
-
"loss": 0.
|
| 329 |
"step": 400
|
| 330 |
},
|
| 331 |
{
|
| 332 |
-
"epoch": 0.
|
| 333 |
-
"eval_accuracy": 0.
|
| 334 |
-
"
|
| 335 |
-
"
|
| 336 |
-
"
|
| 337 |
-
"
|
| 338 |
-
"
|
| 339 |
-
"
|
| 340 |
-
"
|
| 341 |
-
"eval_steps_per_second": 0.993,
|
| 342 |
"step": 400
|
| 343 |
},
|
| 344 |
{
|
| 345 |
-
"epoch": 0.
|
| 346 |
-
"grad_norm": 0.
|
| 347 |
-
"learning_rate": 1.
|
| 348 |
-
"loss": 0.
|
| 349 |
"step": 410
|
| 350 |
},
|
| 351 |
{
|
| 352 |
-
"epoch": 0.
|
| 353 |
-
"grad_norm": 0.
|
| 354 |
-
"learning_rate": 1.
|
| 355 |
-
"loss": 0.
|
| 356 |
"step": 420
|
| 357 |
},
|
| 358 |
{
|
| 359 |
-
"epoch": 0.
|
| 360 |
-
"grad_norm":
|
| 361 |
-
"learning_rate": 1.
|
| 362 |
-
"loss": 0.
|
| 363 |
"step": 430
|
| 364 |
},
|
| 365 |
{
|
| 366 |
-
"epoch": 0.
|
| 367 |
-
"grad_norm": 0.
|
| 368 |
-
"learning_rate": 1.
|
| 369 |
-
"loss": 0.
|
| 370 |
"step": 440
|
| 371 |
},
|
| 372 |
{
|
| 373 |
-
"epoch": 0.
|
| 374 |
-
"grad_norm":
|
| 375 |
-
"learning_rate": 1.
|
| 376 |
-
"loss": 0.
|
| 377 |
"step": 450
|
| 378 |
},
|
| 379 |
{
|
| 380 |
-
"epoch": 0.
|
| 381 |
-
"grad_norm":
|
| 382 |
-
"learning_rate": 1.
|
| 383 |
-
"loss": 0.
|
| 384 |
"step": 460
|
| 385 |
},
|
| 386 |
{
|
| 387 |
-
"epoch": 0.
|
| 388 |
-
"grad_norm": 0.
|
| 389 |
-
"learning_rate":
|
| 390 |
-
"loss": 0.
|
| 391 |
"step": 470
|
| 392 |
},
|
| 393 |
{
|
| 394 |
-
"epoch": 0.
|
| 395 |
-
"grad_norm": 0.
|
| 396 |
-
"learning_rate":
|
| 397 |
-
"loss": 0.
|
| 398 |
"step": 480
|
| 399 |
},
|
| 400 |
{
|
| 401 |
-
"epoch": 0.
|
| 402 |
-
"grad_norm":
|
| 403 |
-
"learning_rate":
|
| 404 |
-
"loss": 0.
|
| 405 |
"step": 490
|
| 406 |
},
|
| 407 |
{
|
| 408 |
-
"epoch": 0.
|
| 409 |
-
"grad_norm":
|
| 410 |
-
"learning_rate":
|
| 411 |
-
"loss": 0.
|
| 412 |
"step": 500
|
| 413 |
},
|
| 414 |
{
|
| 415 |
-
"epoch": 0.
|
| 416 |
-
"
|
| 417 |
-
"
|
| 418 |
-
"
|
| 419 |
-
"eval_macro_f1": 0.9162187423616152,
|
| 420 |
-
"eval_precision": 0.9170320825159874,
|
| 421 |
-
"eval_recall": 0.91628,
|
| 422 |
-
"eval_runtime": 760.1138,
|
| 423 |
-
"eval_samples_per_second": 131.559,
|
| 424 |
-
"eval_steps_per_second": 1.029,
|
| 425 |
-
"step": 500
|
| 426 |
-
},
|
| 427 |
-
{
|
| 428 |
-
"epoch": 0.06240058729964517,
|
| 429 |
-
"grad_norm": 0.2930404841899872,
|
| 430 |
-
"learning_rate": 1.999903359554741e-05,
|
| 431 |
-
"loss": 0.1979,
|
| 432 |
"step": 510
|
| 433 |
},
|
| 434 |
{
|
| 435 |
-
"epoch": 0.
|
| 436 |
-
"grad_norm":
|
| 437 |
-
"learning_rate":
|
| 438 |
-
"loss": 0.
|
| 439 |
"step": 520
|
| 440 |
},
|
| 441 |
{
|
| 442 |
-
"epoch": 0.
|
| 443 |
-
"grad_norm":
|
| 444 |
-
"learning_rate":
|
| 445 |
-
"loss": 0.
|
| 446 |
"step": 530
|
| 447 |
},
|
| 448 |
{
|
| 449 |
-
"epoch": 0.
|
| 450 |
-
"grad_norm": 0.
|
| 451 |
-
"learning_rate":
|
| 452 |
-
"loss": 0.
|
| 453 |
"step": 540
|
| 454 |
},
|
| 455 |
{
|
| 456 |
-
"epoch": 0.
|
| 457 |
-
"grad_norm": 0.
|
| 458 |
-
"learning_rate":
|
| 459 |
-
"loss": 0.
|
| 460 |
"step": 550
|
| 461 |
},
|
| 462 |
{
|
| 463 |
-
"epoch": 0.
|
| 464 |
-
"grad_norm": 0.
|
| 465 |
-
"learning_rate":
|
| 466 |
-
"loss": 0.
|
| 467 |
"step": 560
|
| 468 |
},
|
| 469 |
{
|
| 470 |
-
"epoch": 0.
|
| 471 |
-
"grad_norm":
|
| 472 |
-
"learning_rate":
|
| 473 |
-
"loss": 0.
|
| 474 |
"step": 570
|
| 475 |
},
|
| 476 |
{
|
| 477 |
-
"epoch": 0.
|
| 478 |
-
"grad_norm":
|
| 479 |
-
"learning_rate":
|
| 480 |
-
"loss": 0.
|
| 481 |
"step": 580
|
| 482 |
},
|
| 483 |
{
|
| 484 |
-
"epoch": 0.
|
| 485 |
-
"grad_norm": 0.
|
| 486 |
-
"learning_rate":
|
| 487 |
-
"loss": 0.
|
| 488 |
"step": 590
|
| 489 |
},
|
| 490 |
{
|
| 491 |
-
"epoch": 0.
|
| 492 |
-
"grad_norm": 0.
|
| 493 |
-
"learning_rate":
|
| 494 |
-
"loss": 0.
|
| 495 |
"step": 600
|
| 496 |
},
|
| 497 |
{
|
| 498 |
-
"epoch": 0.
|
| 499 |
-
"eval_accuracy": 0.
|
| 500 |
-
"
|
| 501 |
-
"
|
| 502 |
-
"
|
| 503 |
-
"
|
| 504 |
-
"
|
| 505 |
-
"
|
| 506 |
-
"
|
| 507 |
-
"eval_steps_per_second": 1.029,
|
| 508 |
"step": 600
|
| 509 |
},
|
| 510 |
{
|
| 511 |
-
"epoch": 0.
|
| 512 |
-
"grad_norm": 0.
|
| 513 |
-
"learning_rate":
|
| 514 |
-
"loss": 0.
|
| 515 |
"step": 610
|
| 516 |
},
|
| 517 |
{
|
| 518 |
-
"epoch": 0.
|
| 519 |
-
"grad_norm":
|
| 520 |
-
"learning_rate":
|
| 521 |
-
"loss": 0.
|
| 522 |
"step": 620
|
| 523 |
},
|
| 524 |
{
|
| 525 |
-
"epoch": 0.
|
| 526 |
-
"grad_norm":
|
| 527 |
-
"learning_rate":
|
| 528 |
-
"loss": 0.
|
| 529 |
"step": 630
|
| 530 |
},
|
| 531 |
{
|
| 532 |
-
"epoch": 0.
|
| 533 |
-
"grad_norm":
|
| 534 |
-
"learning_rate":
|
| 535 |
-
"loss": 0.
|
| 536 |
"step": 640
|
| 537 |
},
|
| 538 |
{
|
| 539 |
-
"epoch": 0.
|
| 540 |
-
"grad_norm":
|
| 541 |
-
"learning_rate":
|
| 542 |
-
"loss": 0.
|
| 543 |
"step": 650
|
| 544 |
},
|
| 545 |
{
|
| 546 |
-
"epoch": 0.
|
| 547 |
-
"grad_norm":
|
| 548 |
-
"learning_rate":
|
| 549 |
-
"loss": 0.
|
| 550 |
"step": 660
|
| 551 |
},
|
| 552 |
{
|
| 553 |
-
"epoch": 0.
|
| 554 |
-
"grad_norm": 0.
|
| 555 |
-
"learning_rate":
|
| 556 |
-
"loss": 0.
|
| 557 |
"step": 670
|
| 558 |
},
|
| 559 |
{
|
| 560 |
-
"epoch": 0.
|
| 561 |
-
"grad_norm": 0.
|
| 562 |
-
"learning_rate":
|
| 563 |
-
"loss": 0.
|
| 564 |
"step": 680
|
| 565 |
},
|
| 566 |
{
|
| 567 |
-
"epoch": 0.
|
| 568 |
-
"grad_norm":
|
| 569 |
-
"learning_rate":
|
| 570 |
-
"loss": 0.
|
| 571 |
"step": 690
|
| 572 |
},
|
| 573 |
{
|
| 574 |
-
"epoch": 0.
|
| 575 |
-
"grad_norm": 0.
|
| 576 |
-
"learning_rate":
|
| 577 |
-
"loss": 0.
|
| 578 |
-
"step": 700
|
| 579 |
-
},
|
| 580 |
-
{
|
| 581 |
-
"epoch": 0.0856478649210816,
|
| 582 |
-
"eval_accuracy": 0.94905,
|
| 583 |
-
"eval_f1_weighted": 0.9490731118481598,
|
| 584 |
-
"eval_loss": 0.03884471580386162,
|
| 585 |
-
"eval_macro_f1": 0.9489981325237288,
|
| 586 |
-
"eval_precision": 0.9494795831024372,
|
| 587 |
-
"eval_recall": 0.94905,
|
| 588 |
-
"eval_runtime": 759.9337,
|
| 589 |
-
"eval_samples_per_second": 131.59,
|
| 590 |
-
"eval_steps_per_second": 1.029,
|
| 591 |
"step": 700
|
| 592 |
},
|
| 593 |
{
|
| 594 |
-
"epoch": 0.
|
| 595 |
-
"grad_norm":
|
| 596 |
-
"learning_rate":
|
| 597 |
-
"loss": 0.
|
| 598 |
"step": 710
|
| 599 |
},
|
| 600 |
{
|
| 601 |
-
"epoch": 0.
|
| 602 |
-
"grad_norm":
|
| 603 |
-
"learning_rate":
|
| 604 |
-
"loss": 0.
|
| 605 |
"step": 720
|
| 606 |
},
|
| 607 |
{
|
| 608 |
-
"epoch": 0.
|
| 609 |
-
"grad_norm": 0.
|
| 610 |
-
"learning_rate":
|
| 611 |
-
"loss": 0.
|
| 612 |
"step": 730
|
| 613 |
},
|
| 614 |
{
|
| 615 |
-
"epoch": 0.
|
| 616 |
-
"grad_norm":
|
| 617 |
-
"learning_rate":
|
| 618 |
-
"loss": 0.
|
| 619 |
"step": 740
|
| 620 |
},
|
| 621 |
{
|
| 622 |
-
"epoch": 0.
|
| 623 |
-
"grad_norm": 0.
|
| 624 |
-
"learning_rate":
|
| 625 |
-
"loss": 0.
|
| 626 |
"step": 750
|
| 627 |
},
|
| 628 |
{
|
| 629 |
-
"epoch": 0.
|
| 630 |
-
"grad_norm":
|
| 631 |
-
"learning_rate":
|
| 632 |
-
"loss": 0.
|
| 633 |
"step": 760
|
| 634 |
},
|
| 635 |
{
|
| 636 |
-
"epoch": 0.
|
| 637 |
-
"grad_norm":
|
| 638 |
-
"learning_rate":
|
| 639 |
-
"loss": 0.
|
| 640 |
"step": 770
|
| 641 |
},
|
| 642 |
{
|
| 643 |
-
"epoch": 0.
|
| 644 |
-
"grad_norm":
|
| 645 |
-
"learning_rate":
|
| 646 |
-
"loss": 0.
|
| 647 |
"step": 780
|
| 648 |
},
|
| 649 |
{
|
| 650 |
-
"epoch": 0.
|
| 651 |
-
"grad_norm": 0.
|
| 652 |
-
"learning_rate":
|
| 653 |
-
"loss": 0.
|
| 654 |
"step": 790
|
| 655 |
},
|
| 656 |
{
|
| 657 |
-
"epoch": 0.
|
| 658 |
-
"grad_norm":
|
| 659 |
-
"learning_rate":
|
| 660 |
-
"loss": 0.
|
| 661 |
"step": 800
|
| 662 |
},
|
| 663 |
{
|
| 664 |
-
"epoch": 0.
|
| 665 |
-
"eval_accuracy": 0.
|
| 666 |
-
"
|
| 667 |
-
"
|
| 668 |
-
"
|
| 669 |
-
"
|
| 670 |
-
"
|
| 671 |
-
"
|
| 672 |
-
"
|
| 673 |
-
"eval_steps_per_second": 1.029,
|
| 674 |
"step": 800
|
| 675 |
},
|
| 676 |
{
|
| 677 |
-
"epoch": 0.
|
| 678 |
-
"grad_norm":
|
| 679 |
-
"learning_rate":
|
| 680 |
-
"loss": 0.
|
| 681 |
"step": 810
|
| 682 |
},
|
| 683 |
{
|
| 684 |
-
"epoch": 0.
|
| 685 |
-
"grad_norm":
|
| 686 |
-
"learning_rate":
|
| 687 |
-
"loss": 0.
|
| 688 |
"step": 820
|
| 689 |
},
|
| 690 |
{
|
| 691 |
-
"epoch": 0.
|
| 692 |
-
"grad_norm":
|
| 693 |
-
"learning_rate":
|
| 694 |
-
"loss": 0.
|
| 695 |
"step": 830
|
| 696 |
},
|
| 697 |
{
|
| 698 |
-
"epoch": 0.
|
| 699 |
-
"grad_norm":
|
| 700 |
-
"learning_rate":
|
| 701 |
-
"loss": 0.
|
| 702 |
"step": 840
|
| 703 |
},
|
| 704 |
{
|
| 705 |
-
"epoch": 0.
|
| 706 |
-
"grad_norm": 0.
|
| 707 |
-
"learning_rate":
|
| 708 |
-
"loss": 0.
|
| 709 |
"step": 850
|
| 710 |
},
|
| 711 |
{
|
| 712 |
-
"epoch": 0.
|
| 713 |
-
"grad_norm": 0.
|
| 714 |
-
"learning_rate":
|
| 715 |
-
"loss": 0.
|
| 716 |
"step": 860
|
| 717 |
},
|
| 718 |
{
|
| 719 |
-
"epoch": 0.
|
| 720 |
-
"grad_norm":
|
| 721 |
-
"learning_rate":
|
| 722 |
-
"loss": 0.
|
| 723 |
"step": 870
|
| 724 |
},
|
| 725 |
{
|
| 726 |
-
"epoch": 0.
|
| 727 |
-
"grad_norm":
|
| 728 |
-
"learning_rate":
|
| 729 |
-
"loss": 0.
|
| 730 |
"step": 880
|
| 731 |
},
|
| 732 |
{
|
| 733 |
-
"epoch": 0.
|
| 734 |
-
"grad_norm": 0.
|
| 735 |
-
"learning_rate":
|
| 736 |
-
"loss": 0.
|
| 737 |
"step": 890
|
| 738 |
},
|
| 739 |
{
|
| 740 |
-
"epoch": 0.
|
| 741 |
-
"grad_norm": 0.
|
| 742 |
-
"learning_rate":
|
| 743 |
-
"loss": 0.
|
| 744 |
-
"step": 900
|
| 745 |
-
},
|
| 746 |
-
{
|
| 747 |
-
"epoch": 0.11011868346996206,
|
| 748 |
-
"eval_accuracy": 0.95459,
|
| 749 |
-
"eval_f1_weighted": 0.9546135918699761,
|
| 750 |
-
"eval_loss": 0.03526490181684494,
|
| 751 |
-
"eval_macro_f1": 0.9545725664001194,
|
| 752 |
-
"eval_precision": 0.9559789658562307,
|
| 753 |
-
"eval_recall": 0.95459,
|
| 754 |
-
"eval_runtime": 759.7202,
|
| 755 |
-
"eval_samples_per_second": 131.627,
|
| 756 |
-
"eval_steps_per_second": 1.029,
|
| 757 |
"step": 900
|
| 758 |
},
|
| 759 |
{
|
| 760 |
-
"epoch": 0.
|
| 761 |
-
"grad_norm":
|
| 762 |
-
"learning_rate":
|
| 763 |
-
"loss": 0.
|
| 764 |
"step": 910
|
| 765 |
},
|
| 766 |
{
|
| 767 |
-
"epoch": 0.
|
| 768 |
-
"grad_norm":
|
| 769 |
-
"learning_rate":
|
| 770 |
-
"loss": 0.
|
| 771 |
"step": 920
|
| 772 |
},
|
| 773 |
{
|
| 774 |
-
"epoch": 0.
|
| 775 |
-
"grad_norm": 0.
|
| 776 |
-
"learning_rate":
|
| 777 |
-
"loss": 0.
|
| 778 |
"step": 930
|
| 779 |
},
|
| 780 |
{
|
| 781 |
-
"epoch": 0.
|
| 782 |
-
"grad_norm": 0.
|
| 783 |
-
"learning_rate":
|
| 784 |
-
"loss": 0.
|
| 785 |
"step": 940
|
| 786 |
},
|
| 787 |
{
|
| 788 |
-
"epoch": 0.
|
| 789 |
-
"grad_norm":
|
| 790 |
-
"learning_rate":
|
| 791 |
-
"loss": 0.
|
| 792 |
"step": 950
|
| 793 |
},
|
| 794 |
{
|
| 795 |
-
"epoch": 0.
|
| 796 |
-
"grad_norm":
|
| 797 |
-
"learning_rate":
|
| 798 |
-
"loss": 0.
|
| 799 |
"step": 960
|
| 800 |
},
|
| 801 |
{
|
| 802 |
-
"epoch": 0.
|
| 803 |
-
"grad_norm": 0.
|
| 804 |
-
"learning_rate":
|
| 805 |
-
"loss": 0.
|
| 806 |
"step": 970
|
| 807 |
},
|
| 808 |
{
|
| 809 |
-
"epoch": 0.
|
| 810 |
-
"grad_norm": 0.
|
| 811 |
-
"learning_rate":
|
| 812 |
-
"loss": 0.
|
| 813 |
"step": 980
|
| 814 |
},
|
| 815 |
{
|
| 816 |
-
"epoch": 0.
|
| 817 |
-
"grad_norm":
|
| 818 |
-
"learning_rate":
|
| 819 |
-
"loss": 0.
|
| 820 |
"step": 990
|
| 821 |
},
|
| 822 |
{
|
| 823 |
-
"epoch": 0.
|
| 824 |
-
"grad_norm":
|
| 825 |
-
"learning_rate":
|
| 826 |
-
"loss": 0.
|
| 827 |
"step": 1000
|
| 828 |
},
|
| 829 |
{
|
| 830 |
-
"epoch": 0.
|
| 831 |
-
"eval_accuracy": 0.
|
| 832 |
-
"
|
| 833 |
-
"
|
| 834 |
-
"
|
| 835 |
-
"
|
| 836 |
-
"
|
| 837 |
-
"
|
| 838 |
-
"
|
| 839 |
-
"eval_steps_per_second": 1.029,
|
| 840 |
"step": 1000
|
| 841 |
}
|
| 842 |
],
|
| 843 |
"logging_steps": 10,
|
| 844 |
-
"max_steps":
|
| 845 |
"num_input_tokens_seen": 0,
|
| 846 |
-
"num_train_epochs":
|
| 847 |
-
"save_steps":
|
| 848 |
"stateful_callbacks": {
|
| 849 |
"EarlyStoppingCallback": {
|
| 850 |
"args": {
|
|
@@ -866,7 +796,7 @@
|
|
| 866 |
"attributes": {}
|
| 867 |
}
|
| 868 |
},
|
| 869 |
-
"total_flos": 1.
|
| 870 |
"train_batch_size": 64,
|
| 871 |
"trial_name": null,
|
| 872 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
"best_global_step": 1000,
|
| 3 |
+
"best_metric": 0.689588440856387,
|
| 4 |
+
"best_model_checkpoint": "./taskA-codebert-base/checkpoint-1000",
|
| 5 |
+
"epoch": 0.12799180852425446,
|
| 6 |
+
"eval_steps": 200,
|
| 7 |
"global_step": 1000,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
+
"epoch": 0.0012799180852425445,
|
| 14 |
+
"grad_norm": 3.6954128742218018,
|
| 15 |
+
"learning_rate": 3.840409643695328e-08,
|
| 16 |
+
"loss": 0.7763,
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
+
"epoch": 0.002559836170485089,
|
| 21 |
+
"grad_norm": 3.3660645484924316,
|
| 22 |
+
"learning_rate": 8.10753147002347e-08,
|
| 23 |
+
"loss": 0.7763,
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
+
"epoch": 0.0038397542557276334,
|
| 28 |
+
"grad_norm": 4.491067886352539,
|
| 29 |
+
"learning_rate": 1.2374653296351612e-07,
|
| 30 |
+
"loss": 0.7889,
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
+
"epoch": 0.005119672340970178,
|
| 35 |
+
"grad_norm": 1.5920521020889282,
|
| 36 |
+
"learning_rate": 1.6641775122679754e-07,
|
| 37 |
+
"loss": 0.7888,
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
+
"epoch": 0.006399590426212722,
|
| 42 |
+
"grad_norm": 4.410898208618164,
|
| 43 |
+
"learning_rate": 2.0908896949007894e-07,
|
| 44 |
+
"loss": 0.7692,
|
| 45 |
"step": 50
|
| 46 |
},
|
| 47 |
{
|
| 48 |
+
"epoch": 0.007679508511455267,
|
| 49 |
+
"grad_norm": 2.5669264793395996,
|
| 50 |
+
"learning_rate": 2.517601877533604e-07,
|
| 51 |
+
"loss": 0.7735,
|
| 52 |
"step": 60
|
| 53 |
},
|
| 54 |
{
|
| 55 |
+
"epoch": 0.008959426596697812,
|
| 56 |
+
"grad_norm": 6.190986156463623,
|
| 57 |
+
"learning_rate": 2.944314060166418e-07,
|
| 58 |
+
"loss": 0.7679,
|
| 59 |
"step": 70
|
| 60 |
},
|
| 61 |
{
|
| 62 |
+
"epoch": 0.010239344681940356,
|
| 63 |
+
"grad_norm": 5.736413478851318,
|
| 64 |
+
"learning_rate": 3.371026242799232e-07,
|
| 65 |
+
"loss": 0.744,
|
| 66 |
"step": 80
|
| 67 |
},
|
| 68 |
{
|
| 69 |
+
"epoch": 0.011519262767182901,
|
| 70 |
+
"grad_norm": 4.278866767883301,
|
| 71 |
+
"learning_rate": 3.7977384254320464e-07,
|
| 72 |
+
"loss": 0.7542,
|
| 73 |
"step": 90
|
| 74 |
},
|
| 75 |
{
|
| 76 |
+
"epoch": 0.012799180852425445,
|
| 77 |
+
"grad_norm": 5.565455436706543,
|
| 78 |
+
"learning_rate": 4.22445060806486e-07,
|
| 79 |
+
"loss": 0.752,
|
| 80 |
"step": 100
|
| 81 |
},
|
| 82 |
{
|
| 83 |
+
"epoch": 0.01407909893766799,
|
| 84 |
+
"grad_norm": 4.031781196594238,
|
| 85 |
+
"learning_rate": 4.651162790697675e-07,
|
| 86 |
+
"loss": 0.7614,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
"step": 110
|
| 88 |
},
|
| 89 |
{
|
| 90 |
+
"epoch": 0.015359017022910534,
|
| 91 |
+
"grad_norm": 2.484126329421997,
|
| 92 |
+
"learning_rate": 5.077874973330489e-07,
|
| 93 |
+
"loss": 0.7664,
|
| 94 |
"step": 120
|
| 95 |
},
|
| 96 |
{
|
| 97 |
+
"epoch": 0.016638935108153077,
|
| 98 |
+
"grad_norm": 2.7525155544281006,
|
| 99 |
+
"learning_rate": 5.504587155963304e-07,
|
| 100 |
+
"loss": 0.7521,
|
| 101 |
"step": 130
|
| 102 |
},
|
| 103 |
{
|
| 104 |
+
"epoch": 0.017918853193395624,
|
| 105 |
+
"grad_norm": 1.6374385356903076,
|
| 106 |
+
"learning_rate": 5.931299338596117e-07,
|
| 107 |
+
"loss": 0.7436,
|
| 108 |
"step": 140
|
| 109 |
},
|
| 110 |
{
|
| 111 |
+
"epoch": 0.019198771278638168,
|
| 112 |
+
"grad_norm": 2.370774269104004,
|
| 113 |
+
"learning_rate": 6.358011521228932e-07,
|
| 114 |
+
"loss": 0.7429,
|
| 115 |
"step": 150
|
| 116 |
},
|
| 117 |
{
|
| 118 |
+
"epoch": 0.02047868936388071,
|
| 119 |
+
"grad_norm": 2.8948566913604736,
|
| 120 |
+
"learning_rate": 6.784723703861745e-07,
|
| 121 |
+
"loss": 0.7333,
|
| 122 |
"step": 160
|
| 123 |
},
|
| 124 |
{
|
| 125 |
+
"epoch": 0.021758607449123255,
|
| 126 |
+
"grad_norm": 2.7481186389923096,
|
| 127 |
+
"learning_rate": 7.21143588649456e-07,
|
| 128 |
+
"loss": 0.7294,
|
| 129 |
"step": 170
|
| 130 |
},
|
| 131 |
{
|
| 132 |
+
"epoch": 0.023038525534365802,
|
| 133 |
+
"grad_norm": 2.0159404277801514,
|
| 134 |
+
"learning_rate": 7.638148069127374e-07,
|
| 135 |
+
"loss": 0.731,
|
| 136 |
"step": 180
|
| 137 |
},
|
| 138 |
{
|
| 139 |
+
"epoch": 0.024318443619608346,
|
| 140 |
+
"grad_norm": 3.6898131370544434,
|
| 141 |
+
"learning_rate": 8.064860251760189e-07,
|
| 142 |
+
"loss": 0.7153,
|
| 143 |
"step": 190
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"epoch": 0.02559836170485089,
|
| 147 |
+
"grad_norm": 3.2842342853546143,
|
| 148 |
+
"learning_rate": 8.491572434393003e-07,
|
| 149 |
+
"loss": 0.7245,
|
| 150 |
"step": 200
|
| 151 |
},
|
| 152 |
{
|
| 153 |
+
"epoch": 0.02559836170485089,
|
| 154 |
+
"eval_accuracy": 0.47695,
|
| 155 |
+
"eval_loss": 0.7148504853248596,
|
| 156 |
+
"eval_macro_f1": 0.3229290091066048,
|
| 157 |
+
"eval_precision": 0.238475,
|
| 158 |
+
"eval_recall": 0.5,
|
| 159 |
+
"eval_runtime": 1641.324,
|
| 160 |
+
"eval_samples_per_second": 60.926,
|
| 161 |
+
"eval_steps_per_second": 0.476,
|
|
|
|
| 162 |
"step": 200
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"epoch": 0.026878279790093433,
|
| 166 |
+
"grad_norm": 2.294558048248291,
|
| 167 |
+
"learning_rate": 8.918284617025817e-07,
|
| 168 |
+
"loss": 0.718,
|
| 169 |
"step": 210
|
| 170 |
},
|
| 171 |
{
|
| 172 |
+
"epoch": 0.02815819787533598,
|
| 173 |
+
"grad_norm": 2.9467175006866455,
|
| 174 |
+
"learning_rate": 9.344996799658632e-07,
|
| 175 |
+
"loss": 0.7076,
|
| 176 |
"step": 220
|
| 177 |
},
|
| 178 |
{
|
| 179 |
+
"epoch": 0.029438115960578524,
|
| 180 |
+
"grad_norm": 2.6889193058013916,
|
| 181 |
+
"learning_rate": 9.771708982291445e-07,
|
| 182 |
+
"loss": 0.7019,
|
| 183 |
"step": 230
|
| 184 |
},
|
| 185 |
{
|
| 186 |
+
"epoch": 0.030718034045821067,
|
| 187 |
+
"grad_norm": 0.7491384744644165,
|
| 188 |
+
"learning_rate": 1.0198421164924258e-06,
|
| 189 |
+
"loss": 0.7046,
|
| 190 |
"step": 240
|
| 191 |
},
|
| 192 |
{
|
| 193 |
+
"epoch": 0.031997952131063614,
|
| 194 |
+
"grad_norm": 2.0363433361053467,
|
| 195 |
+
"learning_rate": 1.0625133347557074e-06,
|
| 196 |
+
"loss": 0.7085,
|
| 197 |
"step": 250
|
| 198 |
},
|
| 199 |
{
|
| 200 |
+
"epoch": 0.033277870216306155,
|
| 201 |
+
"grad_norm": 1.1431337594985962,
|
| 202 |
+
"learning_rate": 1.1051845530189888e-06,
|
| 203 |
+
"loss": 0.7008,
|
| 204 |
"step": 260
|
| 205 |
},
|
| 206 |
{
|
| 207 |
+
"epoch": 0.0345577883015487,
|
| 208 |
+
"grad_norm": 3.7735233306884766,
|
| 209 |
+
"learning_rate": 1.1478557712822702e-06,
|
| 210 |
+
"loss": 0.7015,
|
| 211 |
"step": 270
|
| 212 |
},
|
| 213 |
{
|
| 214 |
+
"epoch": 0.03583770638679125,
|
| 215 |
+
"grad_norm": 0.7889328002929688,
|
| 216 |
+
"learning_rate": 1.1905269895455517e-06,
|
| 217 |
+
"loss": 0.699,
|
| 218 |
"step": 280
|
| 219 |
},
|
| 220 |
{
|
| 221 |
+
"epoch": 0.03711762447203379,
|
| 222 |
+
"grad_norm": 0.8796226382255554,
|
| 223 |
+
"learning_rate": 1.233198207808833e-06,
|
| 224 |
+
"loss": 0.6922,
|
| 225 |
"step": 290
|
| 226 |
},
|
| 227 |
{
|
| 228 |
+
"epoch": 0.038397542557276336,
|
| 229 |
+
"grad_norm": 0.7966652512550354,
|
| 230 |
+
"learning_rate": 1.2758694260721145e-06,
|
| 231 |
+
"loss": 0.6949,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
"step": 300
|
| 233 |
},
|
| 234 |
{
|
| 235 |
+
"epoch": 0.039677460642518876,
|
| 236 |
+
"grad_norm": 0.7029069066047668,
|
| 237 |
+
"learning_rate": 1.318540644335396e-06,
|
| 238 |
+
"loss": 0.695,
|
| 239 |
"step": 310
|
| 240 |
},
|
| 241 |
{
|
| 242 |
+
"epoch": 0.04095737872776142,
|
| 243 |
+
"grad_norm": 2.04327392578125,
|
| 244 |
+
"learning_rate": 1.3612118625986772e-06,
|
| 245 |
+
"loss": 0.6944,
|
| 246 |
"step": 320
|
| 247 |
},
|
| 248 |
{
|
| 249 |
+
"epoch": 0.04223729681300397,
|
| 250 |
+
"grad_norm": 0.918025553226471,
|
| 251 |
+
"learning_rate": 1.4038830808619588e-06,
|
| 252 |
+
"loss": 0.6863,
|
| 253 |
"step": 330
|
| 254 |
},
|
| 255 |
{
|
| 256 |
+
"epoch": 0.04351721489824651,
|
| 257 |
+
"grad_norm": 0.9528706073760986,
|
| 258 |
+
"learning_rate": 1.4465542991252401e-06,
|
| 259 |
+
"loss": 0.6907,
|
| 260 |
"step": 340
|
| 261 |
},
|
| 262 |
{
|
| 263 |
+
"epoch": 0.04479713298348906,
|
| 264 |
+
"grad_norm": 1.071359634399414,
|
| 265 |
+
"learning_rate": 1.4892255173885215e-06,
|
| 266 |
+
"loss": 0.6873,
|
| 267 |
"step": 350
|
| 268 |
},
|
| 269 |
{
|
| 270 |
+
"epoch": 0.046077051068731605,
|
| 271 |
+
"grad_norm": 1.9875625371932983,
|
| 272 |
+
"learning_rate": 1.531896735651803e-06,
|
| 273 |
+
"loss": 0.6942,
|
| 274 |
"step": 360
|
| 275 |
},
|
| 276 |
{
|
| 277 |
+
"epoch": 0.047356969153974145,
|
| 278 |
+
"grad_norm": 2.0222439765930176,
|
| 279 |
+
"learning_rate": 1.5745679539150842e-06,
|
| 280 |
+
"loss": 0.6898,
|
| 281 |
"step": 370
|
| 282 |
},
|
| 283 |
{
|
| 284 |
+
"epoch": 0.04863688723921669,
|
| 285 |
+
"grad_norm": 1.7827857732772827,
|
| 286 |
+
"learning_rate": 1.6172391721783658e-06,
|
| 287 |
+
"loss": 0.6909,
|
| 288 |
"step": 380
|
| 289 |
},
|
| 290 |
{
|
| 291 |
+
"epoch": 0.04991680532445923,
|
| 292 |
+
"grad_norm": 1.065674901008606,
|
| 293 |
+
"learning_rate": 1.6599103904416472e-06,
|
| 294 |
+
"loss": 0.6877,
|
| 295 |
"step": 390
|
| 296 |
},
|
| 297 |
{
|
| 298 |
+
"epoch": 0.05119672340970178,
|
| 299 |
+
"grad_norm": 0.8346193432807922,
|
| 300 |
+
"learning_rate": 1.7025816087049288e-06,
|
| 301 |
+
"loss": 0.6889,
|
| 302 |
"step": 400
|
| 303 |
},
|
| 304 |
{
|
| 305 |
+
"epoch": 0.05119672340970178,
|
| 306 |
+
"eval_accuracy": 0.54043,
|
| 307 |
+
"eval_loss": 0.6827595233917236,
|
| 308 |
+
"eval_macro_f1": 0.41833840347598905,
|
| 309 |
+
"eval_precision": 0.5839205994464474,
|
| 310 |
+
"eval_recall": 0.5204152767503025,
|
| 311 |
+
"eval_runtime": 1634.6244,
|
| 312 |
+
"eval_samples_per_second": 61.176,
|
| 313 |
+
"eval_steps_per_second": 0.478,
|
|
|
|
| 314 |
"step": 400
|
| 315 |
},
|
| 316 |
{
|
| 317 |
+
"epoch": 0.052476641494944326,
|
| 318 |
+
"grad_norm": 0.8074935674667358,
|
| 319 |
+
"learning_rate": 1.7452528269682101e-06,
|
| 320 |
+
"loss": 0.684,
|
| 321 |
"step": 410
|
| 322 |
},
|
| 323 |
{
|
| 324 |
+
"epoch": 0.053756559580186866,
|
| 325 |
+
"grad_norm": 0.8965069651603699,
|
| 326 |
+
"learning_rate": 1.7879240452314913e-06,
|
| 327 |
+
"loss": 0.6922,
|
| 328 |
"step": 420
|
| 329 |
},
|
| 330 |
{
|
| 331 |
+
"epoch": 0.05503647766542941,
|
| 332 |
+
"grad_norm": 2.597215414047241,
|
| 333 |
+
"learning_rate": 1.8305952634947729e-06,
|
| 334 |
+
"loss": 0.6909,
|
| 335 |
"step": 430
|
| 336 |
},
|
| 337 |
{
|
| 338 |
+
"epoch": 0.05631639575067196,
|
| 339 |
+
"grad_norm": 0.8233373165130615,
|
| 340 |
+
"learning_rate": 1.8732664817580542e-06,
|
| 341 |
+
"loss": 0.6831,
|
| 342 |
"step": 440
|
| 343 |
},
|
| 344 |
{
|
| 345 |
+
"epoch": 0.0575963138359145,
|
| 346 |
+
"grad_norm": 1.0624489784240723,
|
| 347 |
+
"learning_rate": 1.915937700021336e-06,
|
| 348 |
+
"loss": 0.6817,
|
| 349 |
"step": 450
|
| 350 |
},
|
| 351 |
{
|
| 352 |
+
"epoch": 0.05887623192115705,
|
| 353 |
+
"grad_norm": 2.0623559951782227,
|
| 354 |
+
"learning_rate": 1.958608918284617e-06,
|
| 355 |
+
"loss": 0.6819,
|
| 356 |
"step": 460
|
| 357 |
},
|
| 358 |
{
|
| 359 |
+
"epoch": 0.06015615000639959,
|
| 360 |
+
"grad_norm": 0.912433922290802,
|
| 361 |
+
"learning_rate": 2.0012801365478988e-06,
|
| 362 |
+
"loss": 0.686,
|
| 363 |
"step": 470
|
| 364 |
},
|
| 365 |
{
|
| 366 |
+
"epoch": 0.061436068091642135,
|
| 367 |
+
"grad_norm": 0.6926271319389343,
|
| 368 |
+
"learning_rate": 2.04395135481118e-06,
|
| 369 |
+
"loss": 0.6834,
|
| 370 |
"step": 480
|
| 371 |
},
|
| 372 |
{
|
| 373 |
+
"epoch": 0.06271598617688467,
|
| 374 |
+
"grad_norm": 1.498634934425354,
|
| 375 |
+
"learning_rate": 2.0866225730744615e-06,
|
| 376 |
+
"loss": 0.6805,
|
| 377 |
"step": 490
|
| 378 |
},
|
| 379 |
{
|
| 380 |
+
"epoch": 0.06399590426212723,
|
| 381 |
+
"grad_norm": 1.1818156242370605,
|
| 382 |
+
"learning_rate": 2.129293791337743e-06,
|
| 383 |
+
"loss": 0.6805,
|
| 384 |
"step": 500
|
| 385 |
},
|
| 386 |
{
|
| 387 |
+
"epoch": 0.06527582234736977,
|
| 388 |
+
"grad_norm": 1.4476051330566406,
|
| 389 |
+
"learning_rate": 2.1719650096010242e-06,
|
| 390 |
+
"loss": 0.6773,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 391 |
"step": 510
|
| 392 |
},
|
| 393 |
{
|
| 394 |
+
"epoch": 0.06655574043261231,
|
| 395 |
+
"grad_norm": 1.1143743991851807,
|
| 396 |
+
"learning_rate": 2.214636227864306e-06,
|
| 397 |
+
"loss": 0.6801,
|
| 398 |
"step": 520
|
| 399 |
},
|
| 400 |
{
|
| 401 |
+
"epoch": 0.06783565851785486,
|
| 402 |
+
"grad_norm": 1.7030247449874878,
|
| 403 |
+
"learning_rate": 2.257307446127587e-06,
|
| 404 |
+
"loss": 0.6794,
|
| 405 |
"step": 530
|
| 406 |
},
|
| 407 |
{
|
| 408 |
+
"epoch": 0.0691155766030974,
|
| 409 |
+
"grad_norm": 0.8592290282249451,
|
| 410 |
+
"learning_rate": 2.2999786643908685e-06,
|
| 411 |
+
"loss": 0.6736,
|
| 412 |
"step": 540
|
| 413 |
},
|
| 414 |
{
|
| 415 |
+
"epoch": 0.07039549468833994,
|
| 416 |
+
"grad_norm": 0.8231940865516663,
|
| 417 |
+
"learning_rate": 2.34264988265415e-06,
|
| 418 |
+
"loss": 0.67,
|
| 419 |
"step": 550
|
| 420 |
},
|
| 421 |
{
|
| 422 |
+
"epoch": 0.0716754127735825,
|
| 423 |
+
"grad_norm": 0.88897705078125,
|
| 424 |
+
"learning_rate": 2.3853211009174317e-06,
|
| 425 |
+
"loss": 0.685,
|
| 426 |
"step": 560
|
| 427 |
},
|
| 428 |
{
|
| 429 |
+
"epoch": 0.07295533085882504,
|
| 430 |
+
"grad_norm": 1.6297541856765747,
|
| 431 |
+
"learning_rate": 2.427992319180713e-06,
|
| 432 |
+
"loss": 0.6797,
|
| 433 |
"step": 570
|
| 434 |
},
|
| 435 |
{
|
| 436 |
+
"epoch": 0.07423524894406758,
|
| 437 |
+
"grad_norm": 2.9297447204589844,
|
| 438 |
+
"learning_rate": 2.470663537443994e-06,
|
| 439 |
+
"loss": 0.6766,
|
| 440 |
"step": 580
|
| 441 |
},
|
| 442 |
{
|
| 443 |
+
"epoch": 0.07551516702931012,
|
| 444 |
+
"grad_norm": 0.9277703762054443,
|
| 445 |
+
"learning_rate": 2.5133347557072756e-06,
|
| 446 |
+
"loss": 0.6824,
|
| 447 |
"step": 590
|
| 448 |
},
|
| 449 |
{
|
| 450 |
+
"epoch": 0.07679508511455267,
|
| 451 |
+
"grad_norm": 0.5883333683013916,
|
| 452 |
+
"learning_rate": 2.556005973970557e-06,
|
| 453 |
+
"loss": 0.6818,
|
| 454 |
"step": 600
|
| 455 |
},
|
| 456 |
{
|
| 457 |
+
"epoch": 0.07679508511455267,
|
| 458 |
+
"eval_accuracy": 0.63909,
|
| 459 |
+
"eval_loss": 0.6700075268745422,
|
| 460 |
+
"eval_macro_f1": 0.621848143053056,
|
| 461 |
+
"eval_precision": 0.6524313071088819,
|
| 462 |
+
"eval_recall": 0.6305863955136095,
|
| 463 |
+
"eval_runtime": 1633.9732,
|
| 464 |
+
"eval_samples_per_second": 61.201,
|
| 465 |
+
"eval_steps_per_second": 0.479,
|
|
|
|
| 466 |
"step": 600
|
| 467 |
},
|
| 468 |
{
|
| 469 |
+
"epoch": 0.07807500319979521,
|
| 470 |
+
"grad_norm": 0.7149448394775391,
|
| 471 |
+
"learning_rate": 2.5986771922338383e-06,
|
| 472 |
+
"loss": 0.6746,
|
| 473 |
"step": 610
|
| 474 |
},
|
| 475 |
{
|
| 476 |
+
"epoch": 0.07935492128503775,
|
| 477 |
+
"grad_norm": 2.0167856216430664,
|
| 478 |
+
"learning_rate": 2.64134841049712e-06,
|
| 479 |
+
"loss": 0.682,
|
| 480 |
"step": 620
|
| 481 |
},
|
| 482 |
{
|
| 483 |
+
"epoch": 0.0806348393702803,
|
| 484 |
+
"grad_norm": 1.303001880645752,
|
| 485 |
+
"learning_rate": 2.6840196287604015e-06,
|
| 486 |
+
"loss": 0.6735,
|
| 487 |
"step": 630
|
| 488 |
},
|
| 489 |
{
|
| 490 |
+
"epoch": 0.08191475745552285,
|
| 491 |
+
"grad_norm": 2.0516321659088135,
|
| 492 |
+
"learning_rate": 2.7266908470236826e-06,
|
| 493 |
+
"loss": 0.6705,
|
| 494 |
"step": 640
|
| 495 |
},
|
| 496 |
{
|
| 497 |
+
"epoch": 0.08319467554076539,
|
| 498 |
+
"grad_norm": 2.242105484008789,
|
| 499 |
+
"learning_rate": 2.7693620652869642e-06,
|
| 500 |
+
"loss": 0.6798,
|
| 501 |
"step": 650
|
| 502 |
},
|
| 503 |
{
|
| 504 |
+
"epoch": 0.08447459362600794,
|
| 505 |
+
"grad_norm": 1.1836538314819336,
|
| 506 |
+
"learning_rate": 2.812033283550246e-06,
|
| 507 |
+
"loss": 0.6684,
|
| 508 |
"step": 660
|
| 509 |
},
|
| 510 |
{
|
| 511 |
+
"epoch": 0.08575451171125048,
|
| 512 |
+
"grad_norm": 0.8640874624252319,
|
| 513 |
+
"learning_rate": 2.8547045018135274e-06,
|
| 514 |
+
"loss": 0.6783,
|
| 515 |
"step": 670
|
| 516 |
},
|
| 517 |
{
|
| 518 |
+
"epoch": 0.08703442979649302,
|
| 519 |
+
"grad_norm": 0.6901177763938904,
|
| 520 |
+
"learning_rate": 2.897375720076808e-06,
|
| 521 |
+
"loss": 0.6724,
|
| 522 |
"step": 680
|
| 523 |
},
|
| 524 |
{
|
| 525 |
+
"epoch": 0.08831434788173557,
|
| 526 |
+
"grad_norm": 1.3443949222564697,
|
| 527 |
+
"learning_rate": 2.9400469383400897e-06,
|
| 528 |
+
"loss": 0.67,
|
| 529 |
"step": 690
|
| 530 |
},
|
| 531 |
{
|
| 532 |
+
"epoch": 0.08959426596697811,
|
| 533 |
+
"grad_norm": 0.7775189280509949,
|
| 534 |
+
"learning_rate": 2.9827181566033713e-06,
|
| 535 |
+
"loss": 0.6733,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
"step": 700
|
| 537 |
},
|
| 538 |
{
|
| 539 |
+
"epoch": 0.09087418405222066,
|
| 540 |
+
"grad_norm": 1.16916823387146,
|
| 541 |
+
"learning_rate": 3.025389374866653e-06,
|
| 542 |
+
"loss": 0.6713,
|
| 543 |
"step": 710
|
| 544 |
},
|
| 545 |
{
|
| 546 |
+
"epoch": 0.09215410213746321,
|
| 547 |
+
"grad_norm": 1.707152009010315,
|
| 548 |
+
"learning_rate": 3.068060593129934e-06,
|
| 549 |
+
"loss": 0.6659,
|
| 550 |
"step": 720
|
| 551 |
},
|
| 552 |
{
|
| 553 |
+
"epoch": 0.09343402022270575,
|
| 554 |
+
"grad_norm": 0.9780622124671936,
|
| 555 |
+
"learning_rate": 3.1107318113932156e-06,
|
| 556 |
+
"loss": 0.6639,
|
| 557 |
"step": 730
|
| 558 |
},
|
| 559 |
{
|
| 560 |
+
"epoch": 0.09471393830794829,
|
| 561 |
+
"grad_norm": 2.3687374591827393,
|
| 562 |
+
"learning_rate": 3.153403029656497e-06,
|
| 563 |
+
"loss": 0.6666,
|
| 564 |
"step": 740
|
| 565 |
},
|
| 566 |
{
|
| 567 |
+
"epoch": 0.09599385639319083,
|
| 568 |
+
"grad_norm": 0.8506460189819336,
|
| 569 |
+
"learning_rate": 3.1960742479197783e-06,
|
| 570 |
+
"loss": 0.6778,
|
| 571 |
"step": 750
|
| 572 |
},
|
| 573 |
{
|
| 574 |
+
"epoch": 0.09727377447843338,
|
| 575 |
+
"grad_norm": 1.0102107524871826,
|
| 576 |
+
"learning_rate": 3.23874546618306e-06,
|
| 577 |
+
"loss": 0.6635,
|
| 578 |
"step": 760
|
| 579 |
},
|
| 580 |
{
|
| 581 |
+
"epoch": 0.09855369256367592,
|
| 582 |
+
"grad_norm": 1.1480194330215454,
|
| 583 |
+
"learning_rate": 3.2814166844463415e-06,
|
| 584 |
+
"loss": 0.6709,
|
| 585 |
"step": 770
|
| 586 |
},
|
| 587 |
{
|
| 588 |
+
"epoch": 0.09983361064891846,
|
| 589 |
+
"grad_norm": 1.3119179010391235,
|
| 590 |
+
"learning_rate": 3.324087902709623e-06,
|
| 591 |
+
"loss": 0.6564,
|
| 592 |
"step": 780
|
| 593 |
},
|
| 594 |
{
|
| 595 |
+
"epoch": 0.10111352873416102,
|
| 596 |
+
"grad_norm": 0.681377649307251,
|
| 597 |
+
"learning_rate": 3.3667591209729038e-06,
|
| 598 |
+
"loss": 0.6656,
|
| 599 |
"step": 790
|
| 600 |
},
|
| 601 |
{
|
| 602 |
+
"epoch": 0.10239344681940356,
|
| 603 |
+
"grad_norm": 1.022257685661316,
|
| 604 |
+
"learning_rate": 3.4094303392361854e-06,
|
| 605 |
+
"loss": 0.6709,
|
| 606 |
"step": 800
|
| 607 |
},
|
| 608 |
{
|
| 609 |
+
"epoch": 0.10239344681940356,
|
| 610 |
+
"eval_accuracy": 0.66247,
|
| 611 |
+
"eval_loss": 0.6552017331123352,
|
| 612 |
+
"eval_macro_f1": 0.6514270557181998,
|
| 613 |
+
"eval_precision": 0.6718270655389242,
|
| 614 |
+
"eval_recall": 0.6556580720913894,
|
| 615 |
+
"eval_runtime": 1633.5478,
|
| 616 |
+
"eval_samples_per_second": 61.216,
|
| 617 |
+
"eval_steps_per_second": 0.479,
|
|
|
|
| 618 |
"step": 800
|
| 619 |
},
|
| 620 |
{
|
| 621 |
+
"epoch": 0.1036733649046461,
|
| 622 |
+
"grad_norm": 1.0268975496292114,
|
| 623 |
+
"learning_rate": 3.452101557499467e-06,
|
| 624 |
+
"loss": 0.6602,
|
| 625 |
"step": 810
|
| 626 |
},
|
| 627 |
{
|
| 628 |
+
"epoch": 0.10495328298988865,
|
| 629 |
+
"grad_norm": 2.6206603050231934,
|
| 630 |
+
"learning_rate": 3.494772775762748e-06,
|
| 631 |
+
"loss": 0.6705,
|
| 632 |
"step": 820
|
| 633 |
},
|
| 634 |
{
|
| 635 |
+
"epoch": 0.10623320107513119,
|
| 636 |
+
"grad_norm": 1.035157561302185,
|
| 637 |
+
"learning_rate": 3.5374439940260297e-06,
|
| 638 |
+
"loss": 0.6643,
|
| 639 |
"step": 830
|
| 640 |
},
|
| 641 |
{
|
| 642 |
+
"epoch": 0.10751311916037373,
|
| 643 |
+
"grad_norm": 1.736412763595581,
|
| 644 |
+
"learning_rate": 3.5801152122893113e-06,
|
| 645 |
+
"loss": 0.6612,
|
| 646 |
"step": 840
|
| 647 |
},
|
| 648 |
{
|
| 649 |
+
"epoch": 0.10879303724561629,
|
| 650 |
+
"grad_norm": 0.6906964778900146,
|
| 651 |
+
"learning_rate": 3.622786430552593e-06,
|
| 652 |
+
"loss": 0.6576,
|
| 653 |
"step": 850
|
| 654 |
},
|
| 655 |
{
|
| 656 |
+
"epoch": 0.11007295533085883,
|
| 657 |
+
"grad_norm": 0.8148729801177979,
|
| 658 |
+
"learning_rate": 3.665457648815874e-06,
|
| 659 |
+
"loss": 0.6561,
|
| 660 |
"step": 860
|
| 661 |
},
|
| 662 |
{
|
| 663 |
+
"epoch": 0.11135287341610137,
|
| 664 |
+
"grad_norm": 1.0217723846435547,
|
| 665 |
+
"learning_rate": 3.7081288670791556e-06,
|
| 666 |
+
"loss": 0.6581,
|
| 667 |
"step": 870
|
| 668 |
},
|
| 669 |
{
|
| 670 |
+
"epoch": 0.11263279150134392,
|
| 671 |
+
"grad_norm": 1.2743115425109863,
|
| 672 |
+
"learning_rate": 3.750800085342437e-06,
|
| 673 |
+
"loss": 0.6606,
|
| 674 |
"step": 880
|
| 675 |
},
|
| 676 |
{
|
| 677 |
+
"epoch": 0.11391270958658646,
|
| 678 |
+
"grad_norm": 0.6405361294746399,
|
| 679 |
+
"learning_rate": 3.793471303605718e-06,
|
| 680 |
+
"loss": 0.652,
|
| 681 |
"step": 890
|
| 682 |
},
|
| 683 |
{
|
| 684 |
+
"epoch": 0.115192627671829,
|
| 685 |
+
"grad_norm": 0.8357161283493042,
|
| 686 |
+
"learning_rate": 3.836142521869e-06,
|
| 687 |
+
"loss": 0.6558,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 688 |
"step": 900
|
| 689 |
},
|
| 690 |
{
|
| 691 |
+
"epoch": 0.11647254575707154,
|
| 692 |
+
"grad_norm": 1.3505173921585083,
|
| 693 |
+
"learning_rate": 3.8788137401322815e-06,
|
| 694 |
+
"loss": 0.6576,
|
| 695 |
"step": 910
|
| 696 |
},
|
| 697 |
{
|
| 698 |
+
"epoch": 0.1177524638423141,
|
| 699 |
+
"grad_norm": 1.2253319025039673,
|
| 700 |
+
"learning_rate": 3.921484958395563e-06,
|
| 701 |
+
"loss": 0.6548,
|
| 702 |
"step": 920
|
| 703 |
},
|
| 704 |
{
|
| 705 |
+
"epoch": 0.11903238192755664,
|
| 706 |
+
"grad_norm": 0.6269568800926208,
|
| 707 |
+
"learning_rate": 3.964156176658844e-06,
|
| 708 |
+
"loss": 0.6562,
|
| 709 |
"step": 930
|
| 710 |
},
|
| 711 |
{
|
| 712 |
+
"epoch": 0.12031230001279918,
|
| 713 |
+
"grad_norm": 0.9413424134254456,
|
| 714 |
+
"learning_rate": 4.006827394922125e-06,
|
| 715 |
+
"loss": 0.6461,
|
| 716 |
"step": 940
|
| 717 |
},
|
| 718 |
{
|
| 719 |
+
"epoch": 0.12159221809804173,
|
| 720 |
+
"grad_norm": 1.0903513431549072,
|
| 721 |
+
"learning_rate": 4.049498613185407e-06,
|
| 722 |
+
"loss": 0.6457,
|
| 723 |
"step": 950
|
| 724 |
},
|
| 725 |
{
|
| 726 |
+
"epoch": 0.12287213618328427,
|
| 727 |
+
"grad_norm": 2.0023152828216553,
|
| 728 |
+
"learning_rate": 4.092169831448688e-06,
|
| 729 |
+
"loss": 0.6458,
|
| 730 |
"step": 960
|
| 731 |
},
|
| 732 |
{
|
| 733 |
+
"epoch": 0.12415205426852681,
|
| 734 |
+
"grad_norm": 0.9638109803199768,
|
| 735 |
+
"learning_rate": 4.134841049711969e-06,
|
| 736 |
+
"loss": 0.6486,
|
| 737 |
"step": 970
|
| 738 |
},
|
| 739 |
{
|
| 740 |
+
"epoch": 0.12543197235376935,
|
| 741 |
+
"grad_norm": 0.9894546270370483,
|
| 742 |
+
"learning_rate": 4.177512267975251e-06,
|
| 743 |
+
"loss": 0.6453,
|
| 744 |
"step": 980
|
| 745 |
},
|
| 746 |
{
|
| 747 |
+
"epoch": 0.1267118904390119,
|
| 748 |
+
"grad_norm": 1.2289057970046997,
|
| 749 |
+
"learning_rate": 4.220183486238532e-06,
|
| 750 |
+
"loss": 0.6605,
|
| 751 |
"step": 990
|
| 752 |
},
|
| 753 |
{
|
| 754 |
+
"epoch": 0.12799180852425446,
|
| 755 |
+
"grad_norm": 1.119125247001648,
|
| 756 |
+
"learning_rate": 4.262854704501814e-06,
|
| 757 |
+
"loss": 0.6564,
|
| 758 |
"step": 1000
|
| 759 |
},
|
| 760 |
{
|
| 761 |
+
"epoch": 0.12799180852425446,
|
| 762 |
+
"eval_accuracy": 0.69068,
|
| 763 |
+
"eval_loss": 0.6396247148513794,
|
| 764 |
+
"eval_macro_f1": 0.689588440856387,
|
| 765 |
+
"eval_precision": 0.6900076024604327,
|
| 766 |
+
"eval_recall": 0.6894114140312133,
|
| 767 |
+
"eval_runtime": 1634.4321,
|
| 768 |
+
"eval_samples_per_second": 61.183,
|
| 769 |
+
"eval_steps_per_second": 0.478,
|
|
|
|
| 770 |
"step": 1000
|
| 771 |
}
|
| 772 |
],
|
| 773 |
"logging_steps": 10,
|
| 774 |
+
"max_steps": 23439,
|
| 775 |
"num_input_tokens_seen": 0,
|
| 776 |
+
"num_train_epochs": 3,
|
| 777 |
+
"save_steps": 200,
|
| 778 |
"stateful_callbacks": {
|
| 779 |
"EarlyStoppingCallback": {
|
| 780 |
"args": {
|
|
|
|
| 796 |
"attributes": {}
|
| 797 |
}
|
| 798 |
},
|
| 799 |
+
"total_flos": 1.683910754304e+16,
|
| 800 |
"train_batch_size": 64,
|
| 801 |
"trial_name": null,
|
| 802 |
"trial_params": null
|
checkpoint-1000/training_args.bin
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:88587329aed582b4509ae035cda4f2b8b5747893ac474b5bc3b9cd7edddf9ba2
|
| 3 |
+
size 5777
|
checkpoint-1000/vocab.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"RobertaForSequenceClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 3072,
|
| 15 |
+
"layer_norm_eps": 1e-05,
|
| 16 |
+
"max_position_embeddings": 514,
|
| 17 |
+
"model_type": "roberta",
|
| 18 |
+
"num_attention_heads": 12,
|
| 19 |
+
"num_hidden_layers": 12,
|
| 20 |
+
"output_past": true,
|
| 21 |
+
"pad_token_id": 1,
|
| 22 |
+
"position_embedding_type": "absolute",
|
| 23 |
+
"transformers_version": "4.56.0",
|
| 24 |
+
"type_vocab_size": 1,
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"vocab_size": 50265
|
| 27 |
+
}
|
checkpoint-1200/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61d5c9de3cde05f670095e14f42c9e4589698ab7e7544947e9899cb0fe38685d
|
| 3 |
+
size 498612824
|
checkpoint-1200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91d4f9219105610d445d1323ff323318ea75bcd29155e0cbd304baef2009c888
|
| 3 |
+
size 4741859
|
checkpoint-1200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a61d9b89bfb67c8331499ea02a3f044c3de94ae9858090c63f03cffdd302305e
|
| 3 |
+
size 14645
|
checkpoint-1200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd0aac41bfa547f4a1790a56d1fdcb6598cb130255e5d0420b6b94b14c070642
|
| 3 |
+
size 1465
|
checkpoint-1200/special_tokens_map.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"cls_token": {
|
| 10 |
+
"content": "<s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"eos_token": {
|
| 17 |
+
"content": "</s>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": true,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"mask_token": {
|
| 24 |
+
"content": "<mask>",
|
| 25 |
+
"lstrip": true,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
},
|
| 30 |
+
"pad_token": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": true,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false
|
| 36 |
+
},
|
| 37 |
+
"sep_token": {
|
| 38 |
+
"content": "</s>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": true,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false
|
| 43 |
+
},
|
| 44 |
+
"unk_token": {
|
| 45 |
+
"content": "<unk>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false
|
| 50 |
+
}
|
| 51 |
+
}
|
checkpoint-1200/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<s>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<pad>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "</s>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<unk>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"50264": {
|
| 37 |
+
"content": "<mask>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"bos_token": "<s>",
|
| 46 |
+
"clean_up_tokenization_spaces": false,
|
| 47 |
+
"cls_token": "<s>",
|
| 48 |
+
"eos_token": "</s>",
|
| 49 |
+
"errors": "replace",
|
| 50 |
+
"extra_special_tokens": {},
|
| 51 |
+
"mask_token": "<mask>",
|
| 52 |
+
"model_max_length": 512,
|
| 53 |
+
"pad_token": "<pad>",
|
| 54 |
+
"sep_token": "</s>",
|
| 55 |
+
"tokenizer_class": "RobertaTokenizer",
|
| 56 |
+
"trim_offsets": true,
|
| 57 |
+
"unk_token": "<unk>"
|
| 58 |
+
}
|
checkpoint-1200/trainer_state.json
ADDED
|
@@ -0,0 +1,955 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 1200,
|
| 3 |
+
"best_metric": 0.6993136399748257,
|
| 4 |
+
"best_model_checkpoint": "./taskA-codebert-base/checkpoint-1200",
|
| 5 |
+
"epoch": 0.15359017022910534,
|
| 6 |
+
"eval_steps": 200,
|
| 7 |
+
"global_step": 1200,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0012799180852425445,
|
| 14 |
+
"grad_norm": 3.6954128742218018,
|
| 15 |
+
"learning_rate": 3.840409643695328e-08,
|
| 16 |
+
"loss": 0.7763,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.002559836170485089,
|
| 21 |
+
"grad_norm": 3.3660645484924316,
|
| 22 |
+
"learning_rate": 8.10753147002347e-08,
|
| 23 |
+
"loss": 0.7763,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.0038397542557276334,
|
| 28 |
+
"grad_norm": 4.491067886352539,
|
| 29 |
+
"learning_rate": 1.2374653296351612e-07,
|
| 30 |
+
"loss": 0.7889,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.005119672340970178,
|
| 35 |
+
"grad_norm": 1.5920521020889282,
|
| 36 |
+
"learning_rate": 1.6641775122679754e-07,
|
| 37 |
+
"loss": 0.7888,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.006399590426212722,
|
| 42 |
+
"grad_norm": 4.410898208618164,
|
| 43 |
+
"learning_rate": 2.0908896949007894e-07,
|
| 44 |
+
"loss": 0.7692,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.007679508511455267,
|
| 49 |
+
"grad_norm": 2.5669264793395996,
|
| 50 |
+
"learning_rate": 2.517601877533604e-07,
|
| 51 |
+
"loss": 0.7735,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.008959426596697812,
|
| 56 |
+
"grad_norm": 6.190986156463623,
|
| 57 |
+
"learning_rate": 2.944314060166418e-07,
|
| 58 |
+
"loss": 0.7679,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.010239344681940356,
|
| 63 |
+
"grad_norm": 5.736413478851318,
|
| 64 |
+
"learning_rate": 3.371026242799232e-07,
|
| 65 |
+
"loss": 0.744,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.011519262767182901,
|
| 70 |
+
"grad_norm": 4.278866767883301,
|
| 71 |
+
"learning_rate": 3.7977384254320464e-07,
|
| 72 |
+
"loss": 0.7542,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.012799180852425445,
|
| 77 |
+
"grad_norm": 5.565455436706543,
|
| 78 |
+
"learning_rate": 4.22445060806486e-07,
|
| 79 |
+
"loss": 0.752,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.01407909893766799,
|
| 84 |
+
"grad_norm": 4.031781196594238,
|
| 85 |
+
"learning_rate": 4.651162790697675e-07,
|
| 86 |
+
"loss": 0.7614,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.015359017022910534,
|
| 91 |
+
"grad_norm": 2.484126329421997,
|
| 92 |
+
"learning_rate": 5.077874973330489e-07,
|
| 93 |
+
"loss": 0.7664,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.016638935108153077,
|
| 98 |
+
"grad_norm": 2.7525155544281006,
|
| 99 |
+
"learning_rate": 5.504587155963304e-07,
|
| 100 |
+
"loss": 0.7521,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.017918853193395624,
|
| 105 |
+
"grad_norm": 1.6374385356903076,
|
| 106 |
+
"learning_rate": 5.931299338596117e-07,
|
| 107 |
+
"loss": 0.7436,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.019198771278638168,
|
| 112 |
+
"grad_norm": 2.370774269104004,
|
| 113 |
+
"learning_rate": 6.358011521228932e-07,
|
| 114 |
+
"loss": 0.7429,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.02047868936388071,
|
| 119 |
+
"grad_norm": 2.8948566913604736,
|
| 120 |
+
"learning_rate": 6.784723703861745e-07,
|
| 121 |
+
"loss": 0.7333,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.021758607449123255,
|
| 126 |
+
"grad_norm": 2.7481186389923096,
|
| 127 |
+
"learning_rate": 7.21143588649456e-07,
|
| 128 |
+
"loss": 0.7294,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.023038525534365802,
|
| 133 |
+
"grad_norm": 2.0159404277801514,
|
| 134 |
+
"learning_rate": 7.638148069127374e-07,
|
| 135 |
+
"loss": 0.731,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.024318443619608346,
|
| 140 |
+
"grad_norm": 3.6898131370544434,
|
| 141 |
+
"learning_rate": 8.064860251760189e-07,
|
| 142 |
+
"loss": 0.7153,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.02559836170485089,
|
| 147 |
+
"grad_norm": 3.2842342853546143,
|
| 148 |
+
"learning_rate": 8.491572434393003e-07,
|
| 149 |
+
"loss": 0.7245,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.02559836170485089,
|
| 154 |
+
"eval_accuracy": 0.47695,
|
| 155 |
+
"eval_loss": 0.7148504853248596,
|
| 156 |
+
"eval_macro_f1": 0.3229290091066048,
|
| 157 |
+
"eval_precision": 0.238475,
|
| 158 |
+
"eval_recall": 0.5,
|
| 159 |
+
"eval_runtime": 1641.324,
|
| 160 |
+
"eval_samples_per_second": 60.926,
|
| 161 |
+
"eval_steps_per_second": 0.476,
|
| 162 |
+
"step": 200
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.026878279790093433,
|
| 166 |
+
"grad_norm": 2.294558048248291,
|
| 167 |
+
"learning_rate": 8.918284617025817e-07,
|
| 168 |
+
"loss": 0.718,
|
| 169 |
+
"step": 210
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.02815819787533598,
|
| 173 |
+
"grad_norm": 2.9467175006866455,
|
| 174 |
+
"learning_rate": 9.344996799658632e-07,
|
| 175 |
+
"loss": 0.7076,
|
| 176 |
+
"step": 220
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"epoch": 0.029438115960578524,
|
| 180 |
+
"grad_norm": 2.6889193058013916,
|
| 181 |
+
"learning_rate": 9.771708982291445e-07,
|
| 182 |
+
"loss": 0.7019,
|
| 183 |
+
"step": 230
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"epoch": 0.030718034045821067,
|
| 187 |
+
"grad_norm": 0.7491384744644165,
|
| 188 |
+
"learning_rate": 1.0198421164924258e-06,
|
| 189 |
+
"loss": 0.7046,
|
| 190 |
+
"step": 240
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.031997952131063614,
|
| 194 |
+
"grad_norm": 2.0363433361053467,
|
| 195 |
+
"learning_rate": 1.0625133347557074e-06,
|
| 196 |
+
"loss": 0.7085,
|
| 197 |
+
"step": 250
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.033277870216306155,
|
| 201 |
+
"grad_norm": 1.1431337594985962,
|
| 202 |
+
"learning_rate": 1.1051845530189888e-06,
|
| 203 |
+
"loss": 0.7008,
|
| 204 |
+
"step": 260
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.0345577883015487,
|
| 208 |
+
"grad_norm": 3.7735233306884766,
|
| 209 |
+
"learning_rate": 1.1478557712822702e-06,
|
| 210 |
+
"loss": 0.7015,
|
| 211 |
+
"step": 270
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"epoch": 0.03583770638679125,
|
| 215 |
+
"grad_norm": 0.7889328002929688,
|
| 216 |
+
"learning_rate": 1.1905269895455517e-06,
|
| 217 |
+
"loss": 0.699,
|
| 218 |
+
"step": 280
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"epoch": 0.03711762447203379,
|
| 222 |
+
"grad_norm": 0.8796226382255554,
|
| 223 |
+
"learning_rate": 1.233198207808833e-06,
|
| 224 |
+
"loss": 0.6922,
|
| 225 |
+
"step": 290
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.038397542557276336,
|
| 229 |
+
"grad_norm": 0.7966652512550354,
|
| 230 |
+
"learning_rate": 1.2758694260721145e-06,
|
| 231 |
+
"loss": 0.6949,
|
| 232 |
+
"step": 300
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"epoch": 0.039677460642518876,
|
| 236 |
+
"grad_norm": 0.7029069066047668,
|
| 237 |
+
"learning_rate": 1.318540644335396e-06,
|
| 238 |
+
"loss": 0.695,
|
| 239 |
+
"step": 310
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 0.04095737872776142,
|
| 243 |
+
"grad_norm": 2.04327392578125,
|
| 244 |
+
"learning_rate": 1.3612118625986772e-06,
|
| 245 |
+
"loss": 0.6944,
|
| 246 |
+
"step": 320
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 0.04223729681300397,
|
| 250 |
+
"grad_norm": 0.918025553226471,
|
| 251 |
+
"learning_rate": 1.4038830808619588e-06,
|
| 252 |
+
"loss": 0.6863,
|
| 253 |
+
"step": 330
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.04351721489824651,
|
| 257 |
+
"grad_norm": 0.9528706073760986,
|
| 258 |
+
"learning_rate": 1.4465542991252401e-06,
|
| 259 |
+
"loss": 0.6907,
|
| 260 |
+
"step": 340
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 0.04479713298348906,
|
| 264 |
+
"grad_norm": 1.071359634399414,
|
| 265 |
+
"learning_rate": 1.4892255173885215e-06,
|
| 266 |
+
"loss": 0.6873,
|
| 267 |
+
"step": 350
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 0.046077051068731605,
|
| 271 |
+
"grad_norm": 1.9875625371932983,
|
| 272 |
+
"learning_rate": 1.531896735651803e-06,
|
| 273 |
+
"loss": 0.6942,
|
| 274 |
+
"step": 360
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 0.047356969153974145,
|
| 278 |
+
"grad_norm": 2.0222439765930176,
|
| 279 |
+
"learning_rate": 1.5745679539150842e-06,
|
| 280 |
+
"loss": 0.6898,
|
| 281 |
+
"step": 370
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 0.04863688723921669,
|
| 285 |
+
"grad_norm": 1.7827857732772827,
|
| 286 |
+
"learning_rate": 1.6172391721783658e-06,
|
| 287 |
+
"loss": 0.6909,
|
| 288 |
+
"step": 380
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"epoch": 0.04991680532445923,
|
| 292 |
+
"grad_norm": 1.065674901008606,
|
| 293 |
+
"learning_rate": 1.6599103904416472e-06,
|
| 294 |
+
"loss": 0.6877,
|
| 295 |
+
"step": 390
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"epoch": 0.05119672340970178,
|
| 299 |
+
"grad_norm": 0.8346193432807922,
|
| 300 |
+
"learning_rate": 1.7025816087049288e-06,
|
| 301 |
+
"loss": 0.6889,
|
| 302 |
+
"step": 400
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"epoch": 0.05119672340970178,
|
| 306 |
+
"eval_accuracy": 0.54043,
|
| 307 |
+
"eval_loss": 0.6827595233917236,
|
| 308 |
+
"eval_macro_f1": 0.41833840347598905,
|
| 309 |
+
"eval_precision": 0.5839205994464474,
|
| 310 |
+
"eval_recall": 0.5204152767503025,
|
| 311 |
+
"eval_runtime": 1634.6244,
|
| 312 |
+
"eval_samples_per_second": 61.176,
|
| 313 |
+
"eval_steps_per_second": 0.478,
|
| 314 |
+
"step": 400
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 0.052476641494944326,
|
| 318 |
+
"grad_norm": 0.8074935674667358,
|
| 319 |
+
"learning_rate": 1.7452528269682101e-06,
|
| 320 |
+
"loss": 0.684,
|
| 321 |
+
"step": 410
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 0.053756559580186866,
|
| 325 |
+
"grad_norm": 0.8965069651603699,
|
| 326 |
+
"learning_rate": 1.7879240452314913e-06,
|
| 327 |
+
"loss": 0.6922,
|
| 328 |
+
"step": 420
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"epoch": 0.05503647766542941,
|
| 332 |
+
"grad_norm": 2.597215414047241,
|
| 333 |
+
"learning_rate": 1.8305952634947729e-06,
|
| 334 |
+
"loss": 0.6909,
|
| 335 |
+
"step": 430
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"epoch": 0.05631639575067196,
|
| 339 |
+
"grad_norm": 0.8233373165130615,
|
| 340 |
+
"learning_rate": 1.8732664817580542e-06,
|
| 341 |
+
"loss": 0.6831,
|
| 342 |
+
"step": 440
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"epoch": 0.0575963138359145,
|
| 346 |
+
"grad_norm": 1.0624489784240723,
|
| 347 |
+
"learning_rate": 1.915937700021336e-06,
|
| 348 |
+
"loss": 0.6817,
|
| 349 |
+
"step": 450
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 0.05887623192115705,
|
| 353 |
+
"grad_norm": 2.0623559951782227,
|
| 354 |
+
"learning_rate": 1.958608918284617e-06,
|
| 355 |
+
"loss": 0.6819,
|
| 356 |
+
"step": 460
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"epoch": 0.06015615000639959,
|
| 360 |
+
"grad_norm": 0.912433922290802,
|
| 361 |
+
"learning_rate": 2.0012801365478988e-06,
|
| 362 |
+
"loss": 0.686,
|
| 363 |
+
"step": 470
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"epoch": 0.061436068091642135,
|
| 367 |
+
"grad_norm": 0.6926271319389343,
|
| 368 |
+
"learning_rate": 2.04395135481118e-06,
|
| 369 |
+
"loss": 0.6834,
|
| 370 |
+
"step": 480
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.06271598617688467,
|
| 374 |
+
"grad_norm": 1.498634934425354,
|
| 375 |
+
"learning_rate": 2.0866225730744615e-06,
|
| 376 |
+
"loss": 0.6805,
|
| 377 |
+
"step": 490
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 0.06399590426212723,
|
| 381 |
+
"grad_norm": 1.1818156242370605,
|
| 382 |
+
"learning_rate": 2.129293791337743e-06,
|
| 383 |
+
"loss": 0.6805,
|
| 384 |
+
"step": 500
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.06527582234736977,
|
| 388 |
+
"grad_norm": 1.4476051330566406,
|
| 389 |
+
"learning_rate": 2.1719650096010242e-06,
|
| 390 |
+
"loss": 0.6773,
|
| 391 |
+
"step": 510
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"epoch": 0.06655574043261231,
|
| 395 |
+
"grad_norm": 1.1143743991851807,
|
| 396 |
+
"learning_rate": 2.214636227864306e-06,
|
| 397 |
+
"loss": 0.6801,
|
| 398 |
+
"step": 520
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"epoch": 0.06783565851785486,
|
| 402 |
+
"grad_norm": 1.7030247449874878,
|
| 403 |
+
"learning_rate": 2.257307446127587e-06,
|
| 404 |
+
"loss": 0.6794,
|
| 405 |
+
"step": 530
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"epoch": 0.0691155766030974,
|
| 409 |
+
"grad_norm": 0.8592290282249451,
|
| 410 |
+
"learning_rate": 2.2999786643908685e-06,
|
| 411 |
+
"loss": 0.6736,
|
| 412 |
+
"step": 540
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"epoch": 0.07039549468833994,
|
| 416 |
+
"grad_norm": 0.8231940865516663,
|
| 417 |
+
"learning_rate": 2.34264988265415e-06,
|
| 418 |
+
"loss": 0.67,
|
| 419 |
+
"step": 550
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"epoch": 0.0716754127735825,
|
| 423 |
+
"grad_norm": 0.88897705078125,
|
| 424 |
+
"learning_rate": 2.3853211009174317e-06,
|
| 425 |
+
"loss": 0.685,
|
| 426 |
+
"step": 560
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"epoch": 0.07295533085882504,
|
| 430 |
+
"grad_norm": 1.6297541856765747,
|
| 431 |
+
"learning_rate": 2.427992319180713e-06,
|
| 432 |
+
"loss": 0.6797,
|
| 433 |
+
"step": 570
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.07423524894406758,
|
| 437 |
+
"grad_norm": 2.9297447204589844,
|
| 438 |
+
"learning_rate": 2.470663537443994e-06,
|
| 439 |
+
"loss": 0.6766,
|
| 440 |
+
"step": 580
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 0.07551516702931012,
|
| 444 |
+
"grad_norm": 0.9277703762054443,
|
| 445 |
+
"learning_rate": 2.5133347557072756e-06,
|
| 446 |
+
"loss": 0.6824,
|
| 447 |
+
"step": 590
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"epoch": 0.07679508511455267,
|
| 451 |
+
"grad_norm": 0.5883333683013916,
|
| 452 |
+
"learning_rate": 2.556005973970557e-06,
|
| 453 |
+
"loss": 0.6818,
|
| 454 |
+
"step": 600
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"epoch": 0.07679508511455267,
|
| 458 |
+
"eval_accuracy": 0.63909,
|
| 459 |
+
"eval_loss": 0.6700075268745422,
|
| 460 |
+
"eval_macro_f1": 0.621848143053056,
|
| 461 |
+
"eval_precision": 0.6524313071088819,
|
| 462 |
+
"eval_recall": 0.6305863955136095,
|
| 463 |
+
"eval_runtime": 1633.9732,
|
| 464 |
+
"eval_samples_per_second": 61.201,
|
| 465 |
+
"eval_steps_per_second": 0.479,
|
| 466 |
+
"step": 600
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 0.07807500319979521,
|
| 470 |
+
"grad_norm": 0.7149448394775391,
|
| 471 |
+
"learning_rate": 2.5986771922338383e-06,
|
| 472 |
+
"loss": 0.6746,
|
| 473 |
+
"step": 610
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"epoch": 0.07935492128503775,
|
| 477 |
+
"grad_norm": 2.0167856216430664,
|
| 478 |
+
"learning_rate": 2.64134841049712e-06,
|
| 479 |
+
"loss": 0.682,
|
| 480 |
+
"step": 620
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"epoch": 0.0806348393702803,
|
| 484 |
+
"grad_norm": 1.303001880645752,
|
| 485 |
+
"learning_rate": 2.6840196287604015e-06,
|
| 486 |
+
"loss": 0.6735,
|
| 487 |
+
"step": 630
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"epoch": 0.08191475745552285,
|
| 491 |
+
"grad_norm": 2.0516321659088135,
|
| 492 |
+
"learning_rate": 2.7266908470236826e-06,
|
| 493 |
+
"loss": 0.6705,
|
| 494 |
+
"step": 640
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"epoch": 0.08319467554076539,
|
| 498 |
+
"grad_norm": 2.242105484008789,
|
| 499 |
+
"learning_rate": 2.7693620652869642e-06,
|
| 500 |
+
"loss": 0.6798,
|
| 501 |
+
"step": 650
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"epoch": 0.08447459362600794,
|
| 505 |
+
"grad_norm": 1.1836538314819336,
|
| 506 |
+
"learning_rate": 2.812033283550246e-06,
|
| 507 |
+
"loss": 0.6684,
|
| 508 |
+
"step": 660
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"epoch": 0.08575451171125048,
|
| 512 |
+
"grad_norm": 0.8640874624252319,
|
| 513 |
+
"learning_rate": 2.8547045018135274e-06,
|
| 514 |
+
"loss": 0.6783,
|
| 515 |
+
"step": 670
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"epoch": 0.08703442979649302,
|
| 519 |
+
"grad_norm": 0.6901177763938904,
|
| 520 |
+
"learning_rate": 2.897375720076808e-06,
|
| 521 |
+
"loss": 0.6724,
|
| 522 |
+
"step": 680
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"epoch": 0.08831434788173557,
|
| 526 |
+
"grad_norm": 1.3443949222564697,
|
| 527 |
+
"learning_rate": 2.9400469383400897e-06,
|
| 528 |
+
"loss": 0.67,
|
| 529 |
+
"step": 690
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"epoch": 0.08959426596697811,
|
| 533 |
+
"grad_norm": 0.7775189280509949,
|
| 534 |
+
"learning_rate": 2.9827181566033713e-06,
|
| 535 |
+
"loss": 0.6733,
|
| 536 |
+
"step": 700
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"epoch": 0.09087418405222066,
|
| 540 |
+
"grad_norm": 1.16916823387146,
|
| 541 |
+
"learning_rate": 3.025389374866653e-06,
|
| 542 |
+
"loss": 0.6713,
|
| 543 |
+
"step": 710
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"epoch": 0.09215410213746321,
|
| 547 |
+
"grad_norm": 1.707152009010315,
|
| 548 |
+
"learning_rate": 3.068060593129934e-06,
|
| 549 |
+
"loss": 0.6659,
|
| 550 |
+
"step": 720
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"epoch": 0.09343402022270575,
|
| 554 |
+
"grad_norm": 0.9780622124671936,
|
| 555 |
+
"learning_rate": 3.1107318113932156e-06,
|
| 556 |
+
"loss": 0.6639,
|
| 557 |
+
"step": 730
|
| 558 |
+
},
|
| 559 |
+
{
|
| 560 |
+
"epoch": 0.09471393830794829,
|
| 561 |
+
"grad_norm": 2.3687374591827393,
|
| 562 |
+
"learning_rate": 3.153403029656497e-06,
|
| 563 |
+
"loss": 0.6666,
|
| 564 |
+
"step": 740
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"epoch": 0.09599385639319083,
|
| 568 |
+
"grad_norm": 0.8506460189819336,
|
| 569 |
+
"learning_rate": 3.1960742479197783e-06,
|
| 570 |
+
"loss": 0.6778,
|
| 571 |
+
"step": 750
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"epoch": 0.09727377447843338,
|
| 575 |
+
"grad_norm": 1.0102107524871826,
|
| 576 |
+
"learning_rate": 3.23874546618306e-06,
|
| 577 |
+
"loss": 0.6635,
|
| 578 |
+
"step": 760
|
| 579 |
+
},
|
| 580 |
+
{
|
| 581 |
+
"epoch": 0.09855369256367592,
|
| 582 |
+
"grad_norm": 1.1480194330215454,
|
| 583 |
+
"learning_rate": 3.2814166844463415e-06,
|
| 584 |
+
"loss": 0.6709,
|
| 585 |
+
"step": 770
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"epoch": 0.09983361064891846,
|
| 589 |
+
"grad_norm": 1.3119179010391235,
|
| 590 |
+
"learning_rate": 3.324087902709623e-06,
|
| 591 |
+
"loss": 0.6564,
|
| 592 |
+
"step": 780
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"epoch": 0.10111352873416102,
|
| 596 |
+
"grad_norm": 0.681377649307251,
|
| 597 |
+
"learning_rate": 3.3667591209729038e-06,
|
| 598 |
+
"loss": 0.6656,
|
| 599 |
+
"step": 790
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"epoch": 0.10239344681940356,
|
| 603 |
+
"grad_norm": 1.022257685661316,
|
| 604 |
+
"learning_rate": 3.4094303392361854e-06,
|
| 605 |
+
"loss": 0.6709,
|
| 606 |
+
"step": 800
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"epoch": 0.10239344681940356,
|
| 610 |
+
"eval_accuracy": 0.66247,
|
| 611 |
+
"eval_loss": 0.6552017331123352,
|
| 612 |
+
"eval_macro_f1": 0.6514270557181998,
|
| 613 |
+
"eval_precision": 0.6718270655389242,
|
| 614 |
+
"eval_recall": 0.6556580720913894,
|
| 615 |
+
"eval_runtime": 1633.5478,
|
| 616 |
+
"eval_samples_per_second": 61.216,
|
| 617 |
+
"eval_steps_per_second": 0.479,
|
| 618 |
+
"step": 800
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.1036733649046461,
|
| 622 |
+
"grad_norm": 1.0268975496292114,
|
| 623 |
+
"learning_rate": 3.452101557499467e-06,
|
| 624 |
+
"loss": 0.6602,
|
| 625 |
+
"step": 810
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.10495328298988865,
|
| 629 |
+
"grad_norm": 2.6206603050231934,
|
| 630 |
+
"learning_rate": 3.494772775762748e-06,
|
| 631 |
+
"loss": 0.6705,
|
| 632 |
+
"step": 820
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.10623320107513119,
|
| 636 |
+
"grad_norm": 1.035157561302185,
|
| 637 |
+
"learning_rate": 3.5374439940260297e-06,
|
| 638 |
+
"loss": 0.6643,
|
| 639 |
+
"step": 830
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.10751311916037373,
|
| 643 |
+
"grad_norm": 1.736412763595581,
|
| 644 |
+
"learning_rate": 3.5801152122893113e-06,
|
| 645 |
+
"loss": 0.6612,
|
| 646 |
+
"step": 840
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.10879303724561629,
|
| 650 |
+
"grad_norm": 0.6906964778900146,
|
| 651 |
+
"learning_rate": 3.622786430552593e-06,
|
| 652 |
+
"loss": 0.6576,
|
| 653 |
+
"step": 850
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.11007295533085883,
|
| 657 |
+
"grad_norm": 0.8148729801177979,
|
| 658 |
+
"learning_rate": 3.665457648815874e-06,
|
| 659 |
+
"loss": 0.6561,
|
| 660 |
+
"step": 860
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.11135287341610137,
|
| 664 |
+
"grad_norm": 1.0217723846435547,
|
| 665 |
+
"learning_rate": 3.7081288670791556e-06,
|
| 666 |
+
"loss": 0.6581,
|
| 667 |
+
"step": 870
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.11263279150134392,
|
| 671 |
+
"grad_norm": 1.2743115425109863,
|
| 672 |
+
"learning_rate": 3.750800085342437e-06,
|
| 673 |
+
"loss": 0.6606,
|
| 674 |
+
"step": 880
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.11391270958658646,
|
| 678 |
+
"grad_norm": 0.6405361294746399,
|
| 679 |
+
"learning_rate": 3.793471303605718e-06,
|
| 680 |
+
"loss": 0.652,
|
| 681 |
+
"step": 890
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.115192627671829,
|
| 685 |
+
"grad_norm": 0.8357161283493042,
|
| 686 |
+
"learning_rate": 3.836142521869e-06,
|
| 687 |
+
"loss": 0.6558,
|
| 688 |
+
"step": 900
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.11647254575707154,
|
| 692 |
+
"grad_norm": 1.3505173921585083,
|
| 693 |
+
"learning_rate": 3.8788137401322815e-06,
|
| 694 |
+
"loss": 0.6576,
|
| 695 |
+
"step": 910
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.1177524638423141,
|
| 699 |
+
"grad_norm": 1.2253319025039673,
|
| 700 |
+
"learning_rate": 3.921484958395563e-06,
|
| 701 |
+
"loss": 0.6548,
|
| 702 |
+
"step": 920
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.11903238192755664,
|
| 706 |
+
"grad_norm": 0.6269568800926208,
|
| 707 |
+
"learning_rate": 3.964156176658844e-06,
|
| 708 |
+
"loss": 0.6562,
|
| 709 |
+
"step": 930
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.12031230001279918,
|
| 713 |
+
"grad_norm": 0.9413424134254456,
|
| 714 |
+
"learning_rate": 4.006827394922125e-06,
|
| 715 |
+
"loss": 0.6461,
|
| 716 |
+
"step": 940
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.12159221809804173,
|
| 720 |
+
"grad_norm": 1.0903513431549072,
|
| 721 |
+
"learning_rate": 4.049498613185407e-06,
|
| 722 |
+
"loss": 0.6457,
|
| 723 |
+
"step": 950
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.12287213618328427,
|
| 727 |
+
"grad_norm": 2.0023152828216553,
|
| 728 |
+
"learning_rate": 4.092169831448688e-06,
|
| 729 |
+
"loss": 0.6458,
|
| 730 |
+
"step": 960
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.12415205426852681,
|
| 734 |
+
"grad_norm": 0.9638109803199768,
|
| 735 |
+
"learning_rate": 4.134841049711969e-06,
|
| 736 |
+
"loss": 0.6486,
|
| 737 |
+
"step": 970
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.12543197235376935,
|
| 741 |
+
"grad_norm": 0.9894546270370483,
|
| 742 |
+
"learning_rate": 4.177512267975251e-06,
|
| 743 |
+
"loss": 0.6453,
|
| 744 |
+
"step": 980
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.1267118904390119,
|
| 748 |
+
"grad_norm": 1.2289057970046997,
|
| 749 |
+
"learning_rate": 4.220183486238532e-06,
|
| 750 |
+
"loss": 0.6605,
|
| 751 |
+
"step": 990
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.12799180852425446,
|
| 755 |
+
"grad_norm": 1.119125247001648,
|
| 756 |
+
"learning_rate": 4.262854704501814e-06,
|
| 757 |
+
"loss": 0.6564,
|
| 758 |
+
"step": 1000
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.12799180852425446,
|
| 762 |
+
"eval_accuracy": 0.69068,
|
| 763 |
+
"eval_loss": 0.6396247148513794,
|
| 764 |
+
"eval_macro_f1": 0.689588440856387,
|
| 765 |
+
"eval_precision": 0.6900076024604327,
|
| 766 |
+
"eval_recall": 0.6894114140312133,
|
| 767 |
+
"eval_runtime": 1634.4321,
|
| 768 |
+
"eval_samples_per_second": 61.183,
|
| 769 |
+
"eval_steps_per_second": 0.478,
|
| 770 |
+
"step": 1000
|
| 771 |
+
},
|
| 772 |
+
{
|
| 773 |
+
"epoch": 0.12927172660949698,
|
| 774 |
+
"grad_norm": 2.4629580974578857,
|
| 775 |
+
"learning_rate": 4.3055259227650956e-06,
|
| 776 |
+
"loss": 0.6485,
|
| 777 |
+
"step": 1010
|
| 778 |
+
},
|
| 779 |
+
{
|
| 780 |
+
"epoch": 0.13055164469473954,
|
| 781 |
+
"grad_norm": 0.7082359790802002,
|
| 782 |
+
"learning_rate": 4.348197141028377e-06,
|
| 783 |
+
"loss": 0.6491,
|
| 784 |
+
"step": 1020
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"epoch": 0.1318315627799821,
|
| 788 |
+
"grad_norm": 1.4061448574066162,
|
| 789 |
+
"learning_rate": 4.390868359291658e-06,
|
| 790 |
+
"loss": 0.6439,
|
| 791 |
+
"step": 1030
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 0.13311148086522462,
|
| 795 |
+
"grad_norm": 0.8420212864875793,
|
| 796 |
+
"learning_rate": 4.4335395775549394e-06,
|
| 797 |
+
"loss": 0.6422,
|
| 798 |
+
"step": 1040
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"epoch": 0.13439139895046717,
|
| 802 |
+
"grad_norm": 1.0872454643249512,
|
| 803 |
+
"learning_rate": 4.476210795818221e-06,
|
| 804 |
+
"loss": 0.6364,
|
| 805 |
+
"step": 1050
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"epoch": 0.13567131703570973,
|
| 809 |
+
"grad_norm": 1.1760668754577637,
|
| 810 |
+
"learning_rate": 4.518882014081503e-06,
|
| 811 |
+
"loss": 0.6487,
|
| 812 |
+
"step": 1060
|
| 813 |
+
},
|
| 814 |
+
{
|
| 815 |
+
"epoch": 0.13695123512095225,
|
| 816 |
+
"grad_norm": 1.1484756469726562,
|
| 817 |
+
"learning_rate": 4.561553232344783e-06,
|
| 818 |
+
"loss": 0.6451,
|
| 819 |
+
"step": 1070
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"epoch": 0.1382311532061948,
|
| 823 |
+
"grad_norm": 0.7577368021011353,
|
| 824 |
+
"learning_rate": 4.604224450608065e-06,
|
| 825 |
+
"loss": 0.6419,
|
| 826 |
+
"step": 1080
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"epoch": 0.13951107129143736,
|
| 830 |
+
"grad_norm": 0.6963039636611938,
|
| 831 |
+
"learning_rate": 4.6468956688713465e-06,
|
| 832 |
+
"loss": 0.634,
|
| 833 |
+
"step": 1090
|
| 834 |
+
},
|
| 835 |
+
{
|
| 836 |
+
"epoch": 0.1407909893766799,
|
| 837 |
+
"grad_norm": 0.7238577008247375,
|
| 838 |
+
"learning_rate": 4.689566887134628e-06,
|
| 839 |
+
"loss": 0.6466,
|
| 840 |
+
"step": 1100
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"epoch": 0.14207090746192244,
|
| 844 |
+
"grad_norm": 0.6751101016998291,
|
| 845 |
+
"learning_rate": 4.73223810539791e-06,
|
| 846 |
+
"loss": 0.6377,
|
| 847 |
+
"step": 1110
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"epoch": 0.143350825547165,
|
| 851 |
+
"grad_norm": 0.7622250318527222,
|
| 852 |
+
"learning_rate": 4.774909323661191e-06,
|
| 853 |
+
"loss": 0.6318,
|
| 854 |
+
"step": 1120
|
| 855 |
+
},
|
| 856 |
+
{
|
| 857 |
+
"epoch": 0.14463074363240752,
|
| 858 |
+
"grad_norm": 1.3731235265731812,
|
| 859 |
+
"learning_rate": 4.817580541924473e-06,
|
| 860 |
+
"loss": 0.6464,
|
| 861 |
+
"step": 1130
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"epoch": 0.14591066171765008,
|
| 865 |
+
"grad_norm": 0.8598525524139404,
|
| 866 |
+
"learning_rate": 4.8602517601877535e-06,
|
| 867 |
+
"loss": 0.6268,
|
| 868 |
+
"step": 1140
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"epoch": 0.1471905798028926,
|
| 872 |
+
"grad_norm": 1.1462016105651855,
|
| 873 |
+
"learning_rate": 4.902922978451035e-06,
|
| 874 |
+
"loss": 0.6357,
|
| 875 |
+
"step": 1150
|
| 876 |
+
},
|
| 877 |
+
{
|
| 878 |
+
"epoch": 0.14847049788813516,
|
| 879 |
+
"grad_norm": 1.2314528226852417,
|
| 880 |
+
"learning_rate": 4.945594196714317e-06,
|
| 881 |
+
"loss": 0.6407,
|
| 882 |
+
"step": 1160
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"epoch": 0.1497504159733777,
|
| 886 |
+
"grad_norm": 1.0393744707107544,
|
| 887 |
+
"learning_rate": 4.9882654149775974e-06,
|
| 888 |
+
"loss": 0.6425,
|
| 889 |
+
"step": 1170
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"epoch": 0.15103033405862024,
|
| 893 |
+
"grad_norm": 0.9097604751586914,
|
| 894 |
+
"learning_rate": 5.030936633240879e-06,
|
| 895 |
+
"loss": 0.6275,
|
| 896 |
+
"step": 1180
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"epoch": 0.1523102521438628,
|
| 900 |
+
"grad_norm": 0.8274818062782288,
|
| 901 |
+
"learning_rate": 5.073607851504161e-06,
|
| 902 |
+
"loss": 0.6369,
|
| 903 |
+
"step": 1190
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"epoch": 0.15359017022910534,
|
| 907 |
+
"grad_norm": 0.8929425477981567,
|
| 908 |
+
"learning_rate": 5.116279069767442e-06,
|
| 909 |
+
"loss": 0.6382,
|
| 910 |
+
"step": 1200
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"epoch": 0.15359017022910534,
|
| 914 |
+
"eval_accuracy": 0.70003,
|
| 915 |
+
"eval_loss": 0.6226751804351807,
|
| 916 |
+
"eval_macro_f1": 0.6993136399748257,
|
| 917 |
+
"eval_precision": 0.6993716582660007,
|
| 918 |
+
"eval_recall": 0.6992659459810584,
|
| 919 |
+
"eval_runtime": 1635.7462,
|
| 920 |
+
"eval_samples_per_second": 61.134,
|
| 921 |
+
"eval_steps_per_second": 0.478,
|
| 922 |
+
"step": 1200
|
| 923 |
+
}
|
| 924 |
+
],
|
| 925 |
+
"logging_steps": 10,
|
| 926 |
+
"max_steps": 23439,
|
| 927 |
+
"num_input_tokens_seen": 0,
|
| 928 |
+
"num_train_epochs": 3,
|
| 929 |
+
"save_steps": 200,
|
| 930 |
+
"stateful_callbacks": {
|
| 931 |
+
"EarlyStoppingCallback": {
|
| 932 |
+
"args": {
|
| 933 |
+
"early_stopping_patience": 3,
|
| 934 |
+
"early_stopping_threshold": 0.0
|
| 935 |
+
},
|
| 936 |
+
"attributes": {
|
| 937 |
+
"early_stopping_patience_counter": 0
|
| 938 |
+
}
|
| 939 |
+
},
|
| 940 |
+
"TrainerControl": {
|
| 941 |
+
"args": {
|
| 942 |
+
"should_epoch_stop": false,
|
| 943 |
+
"should_evaluate": false,
|
| 944 |
+
"should_log": false,
|
| 945 |
+
"should_save": true,
|
| 946 |
+
"should_training_stop": false
|
| 947 |
+
},
|
| 948 |
+
"attributes": {}
|
| 949 |
+
}
|
| 950 |
+
},
|
| 951 |
+
"total_flos": 2.0206929051648e+16,
|
| 952 |
+
"train_batch_size": 64,
|
| 953 |
+
"trial_name": null,
|
| 954 |
+
"trial_params": null
|
| 955 |
+
}
|
checkpoint-1200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e72353f4c9aec8aa78e85916ea1e167db5c282ccfd48294f1986907e6699455a
|
| 3 |
+
size 5777
|
checkpoint-1200/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training.log
CHANGED
|
@@ -1,13 +1,372 @@
|
|
| 1 |
-
2026-04-15
|
| 2 |
-
2026-04-15
|
| 3 |
-
2026-04-15
|
| 4 |
-
2026-04-15
|
| 5 |
-
2026-04-15
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-04-15 10:25:16,900 - INFO - train_pipeline - Logging to ./taskA-codebert-base/training.log
|
| 2 |
+
2026-04-15 10:25:16,911 - INFO - train_pipeline - Loading model & tokenizer for 'microsoft/codebert-base'
|
| 3 |
+
2026-04-15 10:25:18,028 - INFO - train_pipeline - Model placed on cuda
|
| 4 |
+
2026-04-15 10:25:18,039 - INFO - train_pipeline - ===== Model Architecture =====
|
| 5 |
+
2026-04-15 10:25:18,050 - INFO - train_pipeline -
|
| 6 |
+
RobertaForSequenceClassification(
|
| 7 |
+
(roberta): RobertaModel(
|
| 8 |
+
(embeddings): RobertaEmbeddings(
|
| 9 |
+
(word_embeddings): Embedding(50265, 768, padding_idx=1)
|
| 10 |
+
(position_embeddings): Embedding(514, 768, padding_idx=1)
|
| 11 |
+
(token_type_embeddings): Embedding(1, 768)
|
| 12 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 13 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 14 |
+
)
|
| 15 |
+
(encoder): RobertaEncoder(
|
| 16 |
+
(layer): ModuleList(
|
| 17 |
+
(0-11): 12 x RobertaLayer(
|
| 18 |
+
(attention): RobertaAttention(
|
| 19 |
+
(self): RobertaSdpaSelfAttention(
|
| 20 |
+
(query): Linear(in_features=768, out_features=768, bias=True)
|
| 21 |
+
(key): Linear(in_features=768, out_features=768, bias=True)
|
| 22 |
+
(value): Linear(in_features=768, out_features=768, bias=True)
|
| 23 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 24 |
+
)
|
| 25 |
+
(output): RobertaSelfOutput(
|
| 26 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 27 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 28 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 29 |
+
)
|
| 30 |
+
)
|
| 31 |
+
(intermediate): RobertaIntermediate(
|
| 32 |
+
(dense): Linear(in_features=768, out_features=3072, bias=True)
|
| 33 |
+
(intermediate_act_fn): GELUActivation()
|
| 34 |
+
)
|
| 35 |
+
(output): RobertaOutput(
|
| 36 |
+
(dense): Linear(in_features=3072, out_features=768, bias=True)
|
| 37 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 38 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 39 |
+
)
|
| 40 |
+
)
|
| 41 |
+
)
|
| 42 |
+
)
|
| 43 |
+
)
|
| 44 |
+
(classifier): RobertaClassificationHead(
|
| 45 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 46 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 47 |
+
(out_proj): Linear(in_features=768, out_features=2, bias=True)
|
| 48 |
+
)
|
| 49 |
+
)
|
| 50 |
+
2026-04-15 10:25:18,063 - INFO - train_pipeline - ===== Tokenizer Summary =====
|
| 51 |
+
2026-04-15 10:25:18,087 - INFO - train_pipeline - Vocab size: 50265 | Special tokens: ['<s>', '</s>', '<unk>', '<pad>', '<mask>']
|
| 52 |
+
2026-04-15 10:25:18,097 - INFO - train_pipeline - ===== End of Architecture Log =====
|
| 53 |
+
2026-04-15 10:25:18,108 - INFO - train_pipeline - Base model weights frozen – only classifier head will be trained.
|
| 54 |
+
2026-04-15 10:25:19,118 - INFO - train_pipeline - === Starting training ===
|
| 55 |
+
2026-04-15 10:25:16,900 - INFO - train_pipeline - Logging to ./taskA-codebert-base/training.log
|
| 56 |
+
2026-04-15 10:25:16,911 - INFO - train_pipeline - Loading model & tokenizer for 'microsoft/codebert-base'
|
| 57 |
+
2026-04-15 10:25:18,028 - INFO - train_pipeline - Model placed on cuda
|
| 58 |
+
2026-04-15 10:25:18,039 - INFO - train_pipeline - ===== Model Architecture =====
|
| 59 |
+
2026-04-15 10:25:18,050 - INFO - train_pipeline -
|
| 60 |
+
RobertaForSequenceClassification(
|
| 61 |
+
(roberta): RobertaModel(
|
| 62 |
+
(embeddings): RobertaEmbeddings(
|
| 63 |
+
(word_embeddings): Embedding(50265, 768, padding_idx=1)
|
| 64 |
+
(position_embeddings): Embedding(514, 768, padding_idx=1)
|
| 65 |
+
(token_type_embeddings): Embedding(1, 768)
|
| 66 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 67 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 68 |
+
)
|
| 69 |
+
(encoder): RobertaEncoder(
|
| 70 |
+
(layer): ModuleList(
|
| 71 |
+
(0-11): 12 x RobertaLayer(
|
| 72 |
+
(attention): RobertaAttention(
|
| 73 |
+
(self): RobertaSdpaSelfAttention(
|
| 74 |
+
(query): Linear(in_features=768, out_features=768, bias=True)
|
| 75 |
+
(key): Linear(in_features=768, out_features=768, bias=True)
|
| 76 |
+
(value): Linear(in_features=768, out_features=768, bias=True)
|
| 77 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 78 |
+
)
|
| 79 |
+
(output): RobertaSelfOutput(
|
| 80 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 81 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 82 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 83 |
+
)
|
| 84 |
+
)
|
| 85 |
+
(intermediate): RobertaIntermediate(
|
| 86 |
+
(dense): Linear(in_features=768, out_features=3072, bias=True)
|
| 87 |
+
(intermediate_act_fn): GELUActivation()
|
| 88 |
+
)
|
| 89 |
+
(output): RobertaOutput(
|
| 90 |
+
(dense): Linear(in_features=3072, out_f2026-04-15 10:25:18,121 - INFO - __main__ - Loading datasets from Hugging Face Hub...
|
| 91 |
+
2026-04-15 10:25:18,988 - INFO - __main__ - Train samples: 500000, Val samples: 100000
|
| 92 |
+
2026-04-15 10:25:18,992 - INFO - __main__ - Tokenizing datasets...
|
| 93 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 94 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 95 |
+
(out_proj): Linear(in_features=768, out_features=2, bias=True)
|
| 96 |
+
)
|
| 97 |
+
)
|
| 98 |
+
2026-04-15 10:25:18,063 - INFO - train_pipeline - ===== Tokenizer Summary =====
|
| 99 |
+
2026-04-15 10:25:18,087 - INFO - train_pipeline - Vocab size: 50265 | Special tokens: ['<s>', '</s>', '<unk>', '<pad>', '<mask>']
|
| 100 |
+
2026-04-15 10:25:18,097 - INFO - train_pipeline - ===== End of Architecture Log =====
|
| 101 |
+
2026-04-15 10:25:18,108 - INFO - train_pipeline - Base model weights frozen – only classifier head will be trained.
|
| 102 |
+
2026-04-15 10:25:19,118 - INFO - train_pipeline - === Starting training ===
|
| 103 |
+
2026-04-15 10:25:16,900 - INFO - train_pipeline - Logging to ./taskA-codebert-base/training.log
|
| 104 |
+
2026-04-15 10:25:16,911 - INFO - train_pipeline - Loading model & tokenizer for 'microsoft/codebert-base'
|
| 105 |
+
2026-04-15 10:25:18,028 - INFO - train_pipeline - Model placed on cuda
|
| 106 |
+
2026-04-15 10:25:18,039 - INFO - train_pipeline - ===== Model Architecture =====
|
| 107 |
+
2026-04-15 10:25:18,050 - INFO - train_pipeline -
|
| 108 |
+
RobertaForSequenceClassification(
|
| 109 |
+
(roberta): RobertaModel(
|
| 110 |
+
(embeddings): RobertaEmbeddings(
|
| 111 |
+
(word_embeddings): Embedding(50265, 768, padding_idx=1)
|
| 112 |
+
(position_embeddings): Embedding(514, 768, padding_idx=1)
|
| 113 |
+
(token_type_embeddings): Embedding(1, 768)
|
| 114 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 115 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 116 |
+
)
|
| 117 |
+
(encoder): RobertaEncoder(
|
| 118 |
+
(layer): ModuleList(
|
| 119 |
+
(0-11): 12 x RobertaLayer(
|
| 120 |
+
(attention): RobertaAttention(
|
| 121 |
+
(self): RobertaSdpaSelfAttention(
|
| 122 |
+
(query): Linear(in_features=768, out_features=768, bias=True)
|
| 123 |
+
(key): Linear(in_features=768, out_features=768, bias=True)
|
| 124 |
+
(value): Linear(in_features=768, out_features=768, bias=True)
|
| 125 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 126 |
+
)
|
| 127 |
+
(output): RobertaSelfOutput(
|
| 128 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 129 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 130 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 131 |
+
)
|
| 132 |
+
)
|
| 133 |
+
(intermediate): RobertaIntermediate(
|
| 134 |
+
(dense): Linear(in_features=768, out_features=3072, bias=True)
|
| 135 |
+
(intermediate_act_fn): GELUActivation()
|
| 136 |
+
)
|
| 137 |
+
(output): RobertaOutput(
|
| 138 |
+
(dense): Linear(in_features=3072, out_features=768, bias=True)
|
| 139 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 140 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 141 |
+
)
|
| 142 |
+
)
|
| 143 |
+
)
|
| 144 |
+
)
|
| 145 |
+
)
|
| 146 |
+
(classifier): RobertaClassificationHead(
|
| 147 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 148 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 149 |
+
(out_proj): Linear(in_features=768, out_features=2, bias=True)
|
| 150 |
+
)
|
| 151 |
+
)
|
| 152 |
+
2026-04-15 10:25:18,063 - INFO - train_pipeline - ===== Tokenizer Summary =====
|
| 153 |
+
2026-04-15 10:25:18,087 - INFO - train_pipeline - Vocab size: 50265 | Special tokens: ['<s>', '</s>', '<unk>', '<pad>', '<mask>']
|
| 154 |
+
2026-04-15 10:25:18,097 - INFO - train_pipeline - ===== End of Architecture Log =====
|
| 155 |
+
2026-04-15 10:25:18,108 - INFO - train_pipeline - Base model weights frozen – only classifier head will be trained.
|
| 156 |
+
2026-04-15 10:25:19,118 - INFO - train_pipeline - === Starting training ===
|
| 157 |
+
2026-04-15 10:25:16,900 - INFO - train_pipeline - Logging to ./taskA-codebert-base/training.log
|
| 158 |
+
2026-04-15 10:25:16,911 - INFO - train_pipeline - Loading model & tokenizer for 'microsoft/codebert-base'
|
| 159 |
+
2026-04-15 10:25:18,028 - INFO - train_pipeline - Model placed on cuda
|
| 160 |
+
2026-04-15 10:25:18,039 - INFO - train_pipeline - ===== Model Architecture =====
|
| 161 |
+
2026-04-15 10:25:18,050 - INFO - train_pipeline -
|
| 162 |
+
RobertaForSequenceClassification(
|
| 163 |
+
(roberta): RobertaModel(
|
| 164 |
+
(embeddings): RobertaEmbeddings(
|
| 165 |
+
(word_embeddings): Embedding(50265, 768, padding_idx=1)
|
| 166 |
+
(position_embeddings): Embedding(514, 768, padding_idx=1)
|
| 167 |
+
(token_type_embeddings): Embedding(1, 768)
|
| 168 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 169 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 170 |
+
)
|
| 171 |
+
(encoder): RobertaEncoder(
|
| 172 |
+
(layer): ModuleList(
|
| 173 |
+
(0-11): 12 x RobertaLayer(
|
| 174 |
+
(attention): RobertaAttention(
|
| 175 |
+
(self): RobertaSdpaSelfAttention(
|
| 176 |
+
(query): Linear(in_features=768, out_features=768, bias=True)
|
| 177 |
+
(key): Linear(in_features=768, out_features=768, bias=True)
|
| 178 |
+
(value): Linear(in_features=768, out_features=768, bias=True)
|
| 179 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 180 |
+
)
|
| 181 |
+
(output): RobertaSelfOutput(
|
| 182 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 183 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 184 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 185 |
+
)
|
| 186 |
+
)
|
| 187 |
+
(intermediate): RobertaIntermediate(
|
| 188 |
+
(dense): Linear(in_features=768, out_features=3072, bias=True)
|
| 189 |
+
(intermediate_act_fn): GELUActivation()
|
| 190 |
+
)
|
| 191 |
+
(output): RobertaOutput(
|
| 192 |
+
(dense): Linear(in_features=3072, out_features=768, bias=True)
|
| 193 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 194 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 195 |
+
)
|
| 196 |
+
)
|
| 197 |
+
)
|
| 198 |
+
)
|
| 199 |
+
)
|
| 200 |
+
(classifier): RobertaClassificationHead(
|
| 201 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 202 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 203 |
+
(out_proj): Linear(in_features=768, out_features=2, bias=True)
|
| 204 |
+
)
|
| 205 |
+
)
|
| 206 |
+
2026-04-15 10:25:18,063 - INFO - train_pipeline - ===== Tokenizer Summary =====
|
| 207 |
+
2026-04-15 10:25:18,087 - INFO - train_pipeline - Vocab size: 50265 | Special tokens: ['<s>', '</s>', '<unk>', '<pad>', '<mask>']
|
| 208 |
+
2026-04-15 10:25:18,097 - INFO - train_pipeline - ===== End of Architecture Log =====
|
| 209 |
+
2026-04-15 10:25:18,108 - INFO - train_pipeline - Base model weights frozen – only classifier head will be trained.
|
| 210 |
+
2026-04-15 10:25:19,118 - INFO - train_pipeline - === Starting training ===
|
| 211 |
+
2026-04-15 10:25:16,900 - INFO - train_pipeline - Logging to ./taskA-codebert-base/training.log
|
| 212 |
+
2026-04-15 10:25:16,911 - INFO - train_pipeline - Loading model & tokenizer for 'microsoft/codebert-base'
|
| 213 |
+
2026-04-15 10:25:18,028 - INFO - train_pipeline - Model placed on cuda
|
| 214 |
+
2026-04-15 10:25:18,039 - INFO - train_pipeline - ===== Model Architecture =====
|
| 215 |
+
2026-04-15 10:25:18,050 - INFO - train_pipeline -
|
| 216 |
+
RobertaForSequenceClassification(
|
| 217 |
+
(roberta): RobertaModel(
|
| 218 |
+
(embeddings): RobertaEmbeddings(
|
| 219 |
+
(word_embeddings): Embedding(50265, 768, padding_idx=1)
|
| 220 |
+
(position_embeddings): Embedding(514, 768, padding_idx=1)
|
| 221 |
+
(token_type_embeddings): Embedding(1, 768)
|
| 222 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 223 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 224 |
+
)
|
| 225 |
+
(encoder): RobertaEncoder(
|
| 226 |
+
(layer): ModuleList(
|
| 227 |
+
(0-11): 12 x RobertaLayer(
|
| 228 |
+
(attention): RobertaAttention(
|
| 229 |
+
(self): RobertaSdpaSelfAttention(
|
| 230 |
+
(query): Linear(in_features=768, out_features=768, bias=True)
|
| 231 |
+
(key): Linear(in_features=768, out_features=768, bias=True)
|
| 232 |
+
(value): Linear(in_features=768, out_features=768, bias=True)
|
| 233 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 234 |
+
)
|
| 235 |
+
(output): RobertaSelfOutput(
|
| 236 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 237 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 238 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 239 |
+
)
|
| 240 |
+
)
|
| 241 |
+
(intermediate): RobertaIntermediate(
|
| 242 |
+
(dense): Linear(in_features=768, out_features=3072, bias=True)
|
| 243 |
+
(intermediate_act_fn): GELUActivation()
|
| 244 |
+
)
|
| 245 |
+
(output): RobertaOutput(
|
| 246 |
+
(dense): Linear(in_features=3072, out_features=768, bias=True)
|
| 247 |
+
(LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True)
|
| 248 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 249 |
+
)
|
| 250 |
+
)
|
| 251 |
+
)
|
| 252 |
+
)
|
| 253 |
+
)
|
| 254 |
+
(classifier): RobertaClassificationHead(
|
| 255 |
+
(dense): Linear(in_features=768, out_features=768, bias=True)
|
| 256 |
+
(dropout): Dropout(p=0.1, inplace=False)
|
| 257 |
+
(out_proj): Linear(in_features=768, out_features=2, bias=True)
|
| 258 |
+
)
|
| 259 |
+
)
|
| 260 |
+
2026-04-15 10:25:18,063 - INFO - train_pipeline - ===== Tokenizer Summary =====
|
| 261 |
+
2026-04-15 10:25:18,087 - INFO - train_pipeline - Vocab size: 50265 | Special tokens: ['<s>', '</s>', '<unk>', '<pad>', '<mask>']
|
| 262 |
+
2026-04-15 10:25:18,097 - INFO - train_pipeline - ===== End of Architecture Log =====
|
| 263 |
+
2026-04-15 10:25:18,108 - INFO - train_pipeline - Base model weights frozen – only classifier head will be trained.
|
| 264 |
+
2026-04-15 10:25:19,118 - INFO - train_pipeline - === Starting training ===
|
| 265 |
+
|