Upload 7 files
Browse files- config.json +28 -0
- model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +243 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "roberta-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 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 |
+
"pad_token_id": 1,
|
| 21 |
+
"position_embedding_type": "absolute",
|
| 22 |
+
"problem_type": "single_label_classification",
|
| 23 |
+
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.36.2",
|
| 25 |
+
"type_vocab_size": 1,
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 50265
|
| 28 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a310755d17e1c7fa2c3c96e9c52042758cbdc06e30d74750f483f132b8f416b6
|
| 3 |
+
size 498612824
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb7621d6cbf13930dcdc621ecaa84930bc0ef83b3317772efe1e8af8eedb388
|
| 3 |
+
size 685336698
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97b4aba8c548d96bc1bf1c74a07a5f96f25062e5cd7542c6a05bfa41a1f9174d
|
| 3 |
+
size 14244
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd5c7f20f1f2a423c8f03b4acca37f95f00da92cd4ea05f052349caa446990a0
|
| 3 |
+
size 1064
|
trainer_state.json
ADDED
|
@@ -0,0 +1,243 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 1.0,
|
| 3 |
+
"best_model_checkpoint": "./hu_results/checkpoint-300",
|
| 4 |
+
"epoch": 6.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 900,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 1.0,
|
| 13 |
+
"eval_accuracy": 0.99625,
|
| 14 |
+
"eval_classification_report": {
|
| 15 |
+
"accuracy": 0.99625,
|
| 16 |
+
"macro avg": {
|
| 17 |
+
"f1-score": 0.9962499941406158,
|
| 18 |
+
"precision": 0.9962531015818848,
|
| 19 |
+
"recall": 0.9962500000000001,
|
| 20 |
+
"support": 800.0
|
| 21 |
+
},
|
| 22 |
+
"neural": {
|
| 23 |
+
"f1-score": 0.9962546816479401,
|
| 24 |
+
"precision": 0.9950124688279302,
|
| 25 |
+
"recall": 0.9975,
|
| 26 |
+
"support": 400.0
|
| 27 |
+
},
|
| 28 |
+
"real": {
|
| 29 |
+
"f1-score": 0.9962453066332916,
|
| 30 |
+
"precision": 0.9974937343358395,
|
| 31 |
+
"recall": 0.995,
|
| 32 |
+
"support": 400.0
|
| 33 |
+
},
|
| 34 |
+
"weighted avg": {
|
| 35 |
+
"f1-score": 0.9962499941406158,
|
| 36 |
+
"precision": 0.9962531015818848,
|
| 37 |
+
"recall": 0.99625,
|
| 38 |
+
"support": 800.0
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"eval_loss": 0.022499747574329376,
|
| 42 |
+
"eval_runtime": 35.4884,
|
| 43 |
+
"eval_samples_per_second": 22.543,
|
| 44 |
+
"eval_steps_per_second": 1.409,
|
| 45 |
+
"step": 150
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 2.0,
|
| 49 |
+
"eval_accuracy": 1.0,
|
| 50 |
+
"eval_classification_report": {
|
| 51 |
+
"accuracy": 1.0,
|
| 52 |
+
"macro avg": {
|
| 53 |
+
"f1-score": 1.0,
|
| 54 |
+
"precision": 1.0,
|
| 55 |
+
"recall": 1.0,
|
| 56 |
+
"support": 800.0
|
| 57 |
+
},
|
| 58 |
+
"neural": {
|
| 59 |
+
"f1-score": 1.0,
|
| 60 |
+
"precision": 1.0,
|
| 61 |
+
"recall": 1.0,
|
| 62 |
+
"support": 400.0
|
| 63 |
+
},
|
| 64 |
+
"real": {
|
| 65 |
+
"f1-score": 1.0,
|
| 66 |
+
"precision": 1.0,
|
| 67 |
+
"recall": 1.0,
|
| 68 |
+
"support": 400.0
|
| 69 |
+
},
|
| 70 |
+
"weighted avg": {
|
| 71 |
+
"f1-score": 1.0,
|
| 72 |
+
"precision": 1.0,
|
| 73 |
+
"recall": 1.0,
|
| 74 |
+
"support": 800.0
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
"eval_loss": 0.0003398692642804235,
|
| 78 |
+
"eval_runtime": 27.3624,
|
| 79 |
+
"eval_samples_per_second": 29.237,
|
| 80 |
+
"eval_steps_per_second": 1.827,
|
| 81 |
+
"step": 300
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 3.0,
|
| 85 |
+
"eval_accuracy": 1.0,
|
| 86 |
+
"eval_classification_report": {
|
| 87 |
+
"accuracy": 1.0,
|
| 88 |
+
"macro avg": {
|
| 89 |
+
"f1-score": 1.0,
|
| 90 |
+
"precision": 1.0,
|
| 91 |
+
"recall": 1.0,
|
| 92 |
+
"support": 800.0
|
| 93 |
+
},
|
| 94 |
+
"neural": {
|
| 95 |
+
"f1-score": 1.0,
|
| 96 |
+
"precision": 1.0,
|
| 97 |
+
"recall": 1.0,
|
| 98 |
+
"support": 400.0
|
| 99 |
+
},
|
| 100 |
+
"real": {
|
| 101 |
+
"f1-score": 1.0,
|
| 102 |
+
"precision": 1.0,
|
| 103 |
+
"recall": 1.0,
|
| 104 |
+
"support": 400.0
|
| 105 |
+
},
|
| 106 |
+
"weighted avg": {
|
| 107 |
+
"f1-score": 1.0,
|
| 108 |
+
"precision": 1.0,
|
| 109 |
+
"recall": 1.0,
|
| 110 |
+
"support": 800.0
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
"eval_loss": 0.0012723351828753948,
|
| 114 |
+
"eval_runtime": 27.6619,
|
| 115 |
+
"eval_samples_per_second": 28.921,
|
| 116 |
+
"eval_steps_per_second": 1.808,
|
| 117 |
+
"step": 450
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 3.33,
|
| 121 |
+
"learning_rate": 5e-05,
|
| 122 |
+
"loss": 0.1899,
|
| 123 |
+
"step": 500
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 4.0,
|
| 127 |
+
"eval_accuracy": 1.0,
|
| 128 |
+
"eval_classification_report": {
|
| 129 |
+
"accuracy": 1.0,
|
| 130 |
+
"macro avg": {
|
| 131 |
+
"f1-score": 1.0,
|
| 132 |
+
"precision": 1.0,
|
| 133 |
+
"recall": 1.0,
|
| 134 |
+
"support": 800.0
|
| 135 |
+
},
|
| 136 |
+
"neural": {
|
| 137 |
+
"f1-score": 1.0,
|
| 138 |
+
"precision": 1.0,
|
| 139 |
+
"recall": 1.0,
|
| 140 |
+
"support": 400.0
|
| 141 |
+
},
|
| 142 |
+
"real": {
|
| 143 |
+
"f1-score": 1.0,
|
| 144 |
+
"precision": 1.0,
|
| 145 |
+
"recall": 1.0,
|
| 146 |
+
"support": 400.0
|
| 147 |
+
},
|
| 148 |
+
"weighted avg": {
|
| 149 |
+
"f1-score": 1.0,
|
| 150 |
+
"precision": 1.0,
|
| 151 |
+
"recall": 1.0,
|
| 152 |
+
"support": 800.0
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
"eval_loss": 3.821239079115912e-05,
|
| 156 |
+
"eval_runtime": 27.9176,
|
| 157 |
+
"eval_samples_per_second": 28.656,
|
| 158 |
+
"eval_steps_per_second": 1.791,
|
| 159 |
+
"step": 600
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 5.0,
|
| 163 |
+
"eval_accuracy": 1.0,
|
| 164 |
+
"eval_classification_report": {
|
| 165 |
+
"accuracy": 1.0,
|
| 166 |
+
"macro avg": {
|
| 167 |
+
"f1-score": 1.0,
|
| 168 |
+
"precision": 1.0,
|
| 169 |
+
"recall": 1.0,
|
| 170 |
+
"support": 800.0
|
| 171 |
+
},
|
| 172 |
+
"neural": {
|
| 173 |
+
"f1-score": 1.0,
|
| 174 |
+
"precision": 1.0,
|
| 175 |
+
"recall": 1.0,
|
| 176 |
+
"support": 400.0
|
| 177 |
+
},
|
| 178 |
+
"real": {
|
| 179 |
+
"f1-score": 1.0,
|
| 180 |
+
"precision": 1.0,
|
| 181 |
+
"recall": 1.0,
|
| 182 |
+
"support": 400.0
|
| 183 |
+
},
|
| 184 |
+
"weighted avg": {
|
| 185 |
+
"f1-score": 1.0,
|
| 186 |
+
"precision": 1.0,
|
| 187 |
+
"recall": 1.0,
|
| 188 |
+
"support": 800.0
|
| 189 |
+
}
|
| 190 |
+
},
|
| 191 |
+
"eval_loss": 1.9715977032319643e-05,
|
| 192 |
+
"eval_runtime": 35.5634,
|
| 193 |
+
"eval_samples_per_second": 22.495,
|
| 194 |
+
"eval_steps_per_second": 1.406,
|
| 195 |
+
"step": 750
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 6.0,
|
| 199 |
+
"eval_accuracy": 1.0,
|
| 200 |
+
"eval_classification_report": {
|
| 201 |
+
"accuracy": 1.0,
|
| 202 |
+
"macro avg": {
|
| 203 |
+
"f1-score": 1.0,
|
| 204 |
+
"precision": 1.0,
|
| 205 |
+
"recall": 1.0,
|
| 206 |
+
"support": 800.0
|
| 207 |
+
},
|
| 208 |
+
"neural": {
|
| 209 |
+
"f1-score": 1.0,
|
| 210 |
+
"precision": 1.0,
|
| 211 |
+
"recall": 1.0,
|
| 212 |
+
"support": 400.0
|
| 213 |
+
},
|
| 214 |
+
"real": {
|
| 215 |
+
"f1-score": 1.0,
|
| 216 |
+
"precision": 1.0,
|
| 217 |
+
"recall": 1.0,
|
| 218 |
+
"support": 400.0
|
| 219 |
+
},
|
| 220 |
+
"weighted avg": {
|
| 221 |
+
"f1-score": 1.0,
|
| 222 |
+
"precision": 1.0,
|
| 223 |
+
"recall": 1.0,
|
| 224 |
+
"support": 800.0
|
| 225 |
+
}
|
| 226 |
+
},
|
| 227 |
+
"eval_loss": 1.313230677624233e-05,
|
| 228 |
+
"eval_runtime": 27.0249,
|
| 229 |
+
"eval_samples_per_second": 29.602,
|
| 230 |
+
"eval_steps_per_second": 1.85,
|
| 231 |
+
"step": 900
|
| 232 |
+
}
|
| 233 |
+
],
|
| 234 |
+
"logging_steps": 500,
|
| 235 |
+
"max_steps": 15000,
|
| 236 |
+
"num_input_tokens_seen": 0,
|
| 237 |
+
"num_train_epochs": 100,
|
| 238 |
+
"save_steps": 500,
|
| 239 |
+
"total_flos": 3788799197184000.0,
|
| 240 |
+
"train_batch_size": 16,
|
| 241 |
+
"trial_name": null,
|
| 242 |
+
"trial_params": null
|
| 243 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48696b40eb93feb1c4caba572f3cc22fcfa5c2ea49e5a6b5790db8ea7396d4c2
|
| 3 |
+
size 4664
|