Instructions to use eeeebbb2/11fb0f8f-e521-45bd-85f0-6fa9c8cf67e8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eeeebbb2/11fb0f8f-e521-45bd-85f0-6fa9c8cf67e8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "eeeebbb2/11fb0f8f-e521-45bd-85f0-6fa9c8cf67e8") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 36, checkpoint
Browse files- last-checkpoint/adapter_model.safetensors +1 -1
- last-checkpoint/optimizer.pt +1 -1
- last-checkpoint/rng_state_0.pth +1 -1
- last-checkpoint/rng_state_1.pth +1 -1
- last-checkpoint/rng_state_2.pth +1 -1
- last-checkpoint/rng_state_3.pth +1 -1
- last-checkpoint/scheduler.pt +1 -1
- last-checkpoint/trainer_state.json +81 -4
last-checkpoint/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 147770496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e78485518d0a9a939ca3285b8b9e330dd952d52b5d81e822bc33287fbd1dd4d8
|
| 3 |
size 147770496
|
last-checkpoint/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 295765866
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c26bb82ac90bcffda20b0a0b28c7c8b8a08e8fb34adf09910c7d9f4992707229
|
| 3 |
size 295765866
|
last-checkpoint/rng_state_0.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94a036c28141fe1e94f4d10c850d25450c454e205d6ac7932e4586c762882285
|
| 3 |
size 15024
|
last-checkpoint/rng_state_1.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d33709179138dd5205ed79521d65e1849c08fd93aeba54b3332394fda576223c
|
| 3 |
size 15024
|
last-checkpoint/rng_state_2.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa0093cdaded2fce494f3149cfcc307c827a5c0e547e7b0a57b4171a06652f4a
|
| 3 |
size 15024
|
last-checkpoint/rng_state_3.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06dbc65da15d8b650b87257e90349a1538e642735bf17e84ccc883be57eeafe5
|
| 3 |
size 15024
|
last-checkpoint/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83bde02f2e7b736ca94b9c51f0320881be685bc5601886de1775bb4eb0e0862b
|
| 3 |
size 1064
|
last-checkpoint/trainer_state.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"best_metric": 0.48176026344299316,
|
| 3 |
"best_model_checkpoint": "miner_id_24/checkpoint-25",
|
| 4 |
-
"epoch":
|
| 5 |
"eval_steps": 25,
|
| 6 |
-
"global_step":
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
|
@@ -198,6 +198,83 @@
|
|
| 198 |
"eval_samples_per_second": 32.422,
|
| 199 |
"eval_steps_per_second": 8.43,
|
| 200 |
"step": 25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
}
|
| 202 |
],
|
| 203 |
"logging_steps": 1,
|
|
@@ -221,12 +298,12 @@
|
|
| 221 |
"should_evaluate": false,
|
| 222 |
"should_log": false,
|
| 223 |
"should_save": true,
|
| 224 |
-
"should_training_stop":
|
| 225 |
},
|
| 226 |
"attributes": {}
|
| 227 |
}
|
| 228 |
},
|
| 229 |
-
"total_flos":
|
| 230 |
"train_batch_size": 2,
|
| 231 |
"trial_name": null,
|
| 232 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
"best_metric": 0.48176026344299316,
|
| 3 |
"best_model_checkpoint": "miner_id_24/checkpoint-25",
|
| 4 |
+
"epoch": 3.0789473684210527,
|
| 5 |
"eval_steps": 25,
|
| 6 |
+
"global_step": 36,
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
|
|
|
| 198 |
"eval_samples_per_second": 32.422,
|
| 199 |
"eval_steps_per_second": 8.43,
|
| 200 |
"step": 25
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"epoch": 2.221052631578947,
|
| 204 |
+
"grad_norm": 0.2521531283855438,
|
| 205 |
+
"learning_rate": 2.7881441362933468e-05,
|
| 206 |
+
"loss": 0.4739,
|
| 207 |
+
"step": 26
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 2.305263157894737,
|
| 211 |
+
"grad_norm": 0.2974882423877716,
|
| 212 |
+
"learning_rate": 2.4683696035904928e-05,
|
| 213 |
+
"loss": 0.5741,
|
| 214 |
+
"step": 27
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"epoch": 2.389473684210526,
|
| 218 |
+
"grad_norm": 0.254207581281662,
|
| 219 |
+
"learning_rate": 2.1744598725070347e-05,
|
| 220 |
+
"loss": 0.4982,
|
| 221 |
+
"step": 28
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 2.473684210526316,
|
| 225 |
+
"grad_norm": 0.2415657490491867,
|
| 226 |
+
"learning_rate": 1.9089224772389225e-05,
|
| 227 |
+
"loss": 0.5196,
|
| 228 |
+
"step": 29
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"epoch": 2.557894736842105,
|
| 232 |
+
"grad_norm": 0.2914498746395111,
|
| 233 |
+
"learning_rate": 1.674022889216737e-05,
|
| 234 |
+
"loss": 0.5687,
|
| 235 |
+
"step": 30
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 2.6421052631578945,
|
| 239 |
+
"grad_norm": 0.24279502034187317,
|
| 240 |
+
"learning_rate": 1.4717651889022202e-05,
|
| 241 |
+
"loss": 0.4589,
|
| 242 |
+
"step": 31
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 2.7263157894736842,
|
| 246 |
+
"grad_norm": 0.28355467319488525,
|
| 247 |
+
"learning_rate": 1.3038749676803994e-05,
|
| 248 |
+
"loss": 0.5528,
|
| 249 |
+
"step": 32
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 2.8105263157894735,
|
| 253 |
+
"grad_norm": 0.23004592955112457,
|
| 254 |
+
"learning_rate": 1.1717846057223144e-05,
|
| 255 |
+
"loss": 0.4843,
|
| 256 |
+
"step": 33
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"epoch": 2.8947368421052633,
|
| 260 |
+
"grad_norm": 0.2817566692829132,
|
| 261 |
+
"learning_rate": 1.076621051422442e-05,
|
| 262 |
+
"loss": 0.6326,
|
| 263 |
+
"step": 34
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 2.9789473684210526,
|
| 267 |
+
"grad_norm": 0.3518288731575012,
|
| 268 |
+
"learning_rate": 1.019196206672345e-05,
|
| 269 |
+
"loss": 0.6554,
|
| 270 |
+
"step": 35
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"epoch": 3.0789473684210527,
|
| 274 |
+
"grad_norm": 0.27997156977653503,
|
| 275 |
+
"learning_rate": 1e-05,
|
| 276 |
+
"loss": 0.5919,
|
| 277 |
+
"step": 36
|
| 278 |
}
|
| 279 |
],
|
| 280 |
"logging_steps": 1,
|
|
|
|
| 298 |
"should_evaluate": false,
|
| 299 |
"should_log": false,
|
| 300 |
"should_save": true,
|
| 301 |
+
"should_training_stop": true
|
| 302 |
},
|
| 303 |
"attributes": {}
|
| 304 |
}
|
| 305 |
},
|
| 306 |
+
"total_flos": 9.092146379567923e+16,
|
| 307 |
"train_batch_size": 2,
|
| 308 |
"trial_name": null,
|
| 309 |
"trial_params": null
|