Upload 7 files
Browse files- .gitattributes +1 -0
- config.json +26 -0
- model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +0 -0
- scheduler.pt +0 -0
- trainer_state.json +174 -0
- training_args.bin +0 -0
.gitattributes
CHANGED
|
@@ -16,3 +16,4 @@ notebooks/results/checkpoint-500/rng_state.pth filter=lfs diff=lfs merge=lfs -te
|
|
| 16 |
notebooks/results/checkpoint-500/scheduler.pt filter=lfs diff=lfs merge=lfs -text
|
| 17 |
notebooks/results/checkpoint-500/training_args.bin filter=lfs diff=lfs merge=lfs -text
|
| 18 |
notebooks/results/checkpoint-500/optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 16 |
notebooks/results/checkpoint-500/scheduler.pt filter=lfs diff=lfs merge=lfs -text
|
| 17 |
notebooks/results/checkpoint-500/training_args.bin filter=lfs diff=lfs merge=lfs -text
|
| 18 |
notebooks/results/checkpoint-500/optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BertForSequenceClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
+
"gradient_checkpointing": false,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 3072,
|
| 13 |
+
"layer_norm_eps": 1e-12,
|
| 14 |
+
"max_position_embeddings": 512,
|
| 15 |
+
"model_type": "bert",
|
| 16 |
+
"num_attention_heads": 12,
|
| 17 |
+
"num_hidden_layers": 12,
|
| 18 |
+
"pad_token_id": 0,
|
| 19 |
+
"position_embedding_type": "absolute",
|
| 20 |
+
"problem_type": "single_label_classification",
|
| 21 |
+
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.51.3",
|
| 23 |
+
"type_vocab_size": 2,
|
| 24 |
+
"use_cache": true,
|
| 25 |
+
"vocab_size": 30522
|
| 26 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a56cbfa62fb1546a0efc5c4204eaca9c45d3d1eacf4ac30c1d54c59df17d97
|
| 3 |
+
size 437958648
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d55a2992e8ded638eaa281302a9c17000bab30d50c5f8af0a8e2c9872ec09115
|
| 3 |
+
size 876033163
|
rng_state.pth
ADDED
|
Binary file (14.5 kB). View file
|
|
|
scheduler.pt
ADDED
|
Binary file (1.47 kB). View file
|
|
|
trainer_state.json
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.2795905310300704,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 2000,
|
| 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.06397952655150352,
|
| 14 |
+
"grad_norm": 5.188015460968018,
|
| 15 |
+
"learning_rate": 4.8944337811900195e-05,
|
| 16 |
+
"loss": 0.5162,
|
| 17 |
+
"step": 100
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.12795905310300704,
|
| 21 |
+
"grad_norm": 8.62886905670166,
|
| 22 |
+
"learning_rate": 4.7878012369375135e-05,
|
| 23 |
+
"loss": 0.4123,
|
| 24 |
+
"step": 200
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.19193857965451055,
|
| 28 |
+
"grad_norm": 6.661285877227783,
|
| 29 |
+
"learning_rate": 4.681168692685008e-05,
|
| 30 |
+
"loss": 0.4106,
|
| 31 |
+
"step": 300
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.2559181062060141,
|
| 35 |
+
"grad_norm": 7.992310523986816,
|
| 36 |
+
"learning_rate": 4.5745361484325014e-05,
|
| 37 |
+
"loss": 0.3619,
|
| 38 |
+
"step": 400
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.3198976327575176,
|
| 42 |
+
"grad_norm": 8.48903751373291,
|
| 43 |
+
"learning_rate": 4.467903604179996e-05,
|
| 44 |
+
"loss": 0.3724,
|
| 45 |
+
"step": 500
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.3838771593090211,
|
| 49 |
+
"grad_norm": 7.3620219230651855,
|
| 50 |
+
"learning_rate": 4.3612710599274906e-05,
|
| 51 |
+
"loss": 0.3582,
|
| 52 |
+
"step": 600
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.44785668586052463,
|
| 56 |
+
"grad_norm": 7.127757549285889,
|
| 57 |
+
"learning_rate": 4.254638515674984e-05,
|
| 58 |
+
"loss": 0.351,
|
| 59 |
+
"step": 700
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.5118362124120281,
|
| 63 |
+
"grad_norm": 8.284778594970703,
|
| 64 |
+
"learning_rate": 4.1480059714224785e-05,
|
| 65 |
+
"loss": 0.3517,
|
| 66 |
+
"step": 800
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.5758157389635317,
|
| 70 |
+
"grad_norm": 6.389641284942627,
|
| 71 |
+
"learning_rate": 4.0413734271699725e-05,
|
| 72 |
+
"loss": 0.3197,
|
| 73 |
+
"step": 900
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.6397952655150352,
|
| 77 |
+
"grad_norm": 8.652924537658691,
|
| 78 |
+
"learning_rate": 3.9347408829174664e-05,
|
| 79 |
+
"loss": 0.3457,
|
| 80 |
+
"step": 1000
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.7037747920665387,
|
| 84 |
+
"grad_norm": 9.87730598449707,
|
| 85 |
+
"learning_rate": 3.828108338664961e-05,
|
| 86 |
+
"loss": 0.3152,
|
| 87 |
+
"step": 1100
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.7677543186180422,
|
| 91 |
+
"grad_norm": 9.235931396484375,
|
| 92 |
+
"learning_rate": 3.721475794412455e-05,
|
| 93 |
+
"loss": 0.3312,
|
| 94 |
+
"step": 1200
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.8317338451695457,
|
| 98 |
+
"grad_norm": 8.75272274017334,
|
| 99 |
+
"learning_rate": 3.614843250159949e-05,
|
| 100 |
+
"loss": 0.3098,
|
| 101 |
+
"step": 1300
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.8957133717210493,
|
| 105 |
+
"grad_norm": 3.6930184364318848,
|
| 106 |
+
"learning_rate": 3.508210705907443e-05,
|
| 107 |
+
"loss": 0.3057,
|
| 108 |
+
"step": 1400
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.9596928982725528,
|
| 112 |
+
"grad_norm": 15.71256160736084,
|
| 113 |
+
"learning_rate": 3.4015781616549375e-05,
|
| 114 |
+
"loss": 0.2994,
|
| 115 |
+
"step": 1500
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 1.0236724248240563,
|
| 119 |
+
"grad_norm": 10.11008071899414,
|
| 120 |
+
"learning_rate": 3.2949456174024315e-05,
|
| 121 |
+
"loss": 0.2945,
|
| 122 |
+
"step": 1600
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 1.0876519513755598,
|
| 126 |
+
"grad_norm": 1.052371859550476,
|
| 127 |
+
"learning_rate": 3.1883130731499254e-05,
|
| 128 |
+
"loss": 0.2072,
|
| 129 |
+
"step": 1700
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 1.1516314779270633,
|
| 133 |
+
"grad_norm": 0.17214666306972504,
|
| 134 |
+
"learning_rate": 3.08168052889742e-05,
|
| 135 |
+
"loss": 0.1915,
|
| 136 |
+
"step": 1800
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 1.2156110044785668,
|
| 140 |
+
"grad_norm": 3.5573925971984863,
|
| 141 |
+
"learning_rate": 2.9750479846449137e-05,
|
| 142 |
+
"loss": 0.2268,
|
| 143 |
+
"step": 1900
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 1.2795905310300704,
|
| 147 |
+
"grad_norm": 12.984672546386719,
|
| 148 |
+
"learning_rate": 2.868415440392408e-05,
|
| 149 |
+
"loss": 0.1639,
|
| 150 |
+
"step": 2000
|
| 151 |
+
}
|
| 152 |
+
],
|
| 153 |
+
"logging_steps": 100,
|
| 154 |
+
"max_steps": 4689,
|
| 155 |
+
"num_input_tokens_seen": 0,
|
| 156 |
+
"num_train_epochs": 3,
|
| 157 |
+
"save_steps": 500,
|
| 158 |
+
"stateful_callbacks": {
|
| 159 |
+
"TrainerControl": {
|
| 160 |
+
"args": {
|
| 161 |
+
"should_epoch_stop": false,
|
| 162 |
+
"should_evaluate": false,
|
| 163 |
+
"should_log": false,
|
| 164 |
+
"should_save": true,
|
| 165 |
+
"should_training_stop": false
|
| 166 |
+
},
|
| 167 |
+
"attributes": {}
|
| 168 |
+
}
|
| 169 |
+
},
|
| 170 |
+
"total_flos": 2104362220769280.0,
|
| 171 |
+
"train_batch_size": 16,
|
| 172 |
+
"trial_name": null,
|
| 173 |
+
"trial_params": null
|
| 174 |
+
}
|
training_args.bin
ADDED
|
Binary file (5.65 kB). View file
|
|
|