Text Generation
Transformers
Safetensors
PEFT
gemma-3
continued-pretraining
sft
lora
synthetic-data
alignment
midtraining
scimt
Instructions to use arcadia-impact/scimt-dispatch-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcadia-impact/scimt-dispatch-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="arcadia-impact/scimt-dispatch-models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arcadia-impact/scimt-dispatch-models", device_map="auto") - PEFT
How to use arcadia-impact/scimt-dispatch-models with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arcadia-impact/scimt-dispatch-models with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "arcadia-impact/scimt-dispatch-models" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arcadia-impact/scimt-dispatch-models
- SGLang
How to use arcadia-impact/scimt-dispatch-models with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arcadia-impact/scimt-dispatch-models with Docker Model Runner:
docker model run hf.co/arcadia-impact/scimt-dispatch-models
verify aft_wave_v2/coin_real_4x__agreement/training
Browse files
aft_wave_v2/coin_real_4x__agreement/training/ARTIFACT_MANIFEST.json
CHANGED
|
@@ -3,13 +3,9 @@
|
|
| 3 |
"remote_prefix": "aft_wave_v2/coin_real_4x__agreement/training",
|
| 4 |
"local_folder": "/workspace/wave/training",
|
| 5 |
"files": {
|
| 6 |
-
"ARTIFACT_MANIFEST.local.json": {
|
| 7 |
-
"size": 35054,
|
| 8 |
-
"sha256": "358d03f66da22d79c9aeaef103fd13ac6757c23ca03bc8a8e1ce8eaa088edc61"
|
| 9 |
-
},
|
| 10 |
"TRAINED.json": {
|
| 11 |
"size": 964,
|
| 12 |
-
"sha256": "
|
| 13 |
},
|
| 14 |
"axolotl.yaml": {
|
| 15 |
"size": 1211,
|
|
@@ -25,11 +21,11 @@
|
|
| 25 |
},
|
| 26 |
"checkpoints/adapter_config.json": {
|
| 27 |
"size": 1098,
|
| 28 |
-
"sha256": "
|
| 29 |
},
|
| 30 |
"checkpoints/adapter_model.safetensors": {
|
| 31 |
"size": 547777976,
|
| 32 |
-
"sha256": "
|
| 33 |
},
|
| 34 |
"checkpoints/chat_template.jinja": {
|
| 35 |
"size": 1532,
|
|
@@ -41,11 +37,11 @@
|
|
| 41 |
},
|
| 42 |
"checkpoints/checkpoint-128/adapter_config.json": {
|
| 43 |
"size": 1098,
|
| 44 |
-
"sha256": "
|
| 45 |
},
|
| 46 |
"checkpoints/checkpoint-128/adapter_model.safetensors": {
|
| 47 |
"size": 547777976,
|
| 48 |
-
"sha256": "
|
| 49 |
},
|
| 50 |
"checkpoints/checkpoint-128/chat_template.jinja": {
|
| 51 |
"size": 1532,
|
|
@@ -53,7 +49,7 @@
|
|
| 53 |
},
|
| 54 |
"checkpoints/checkpoint-128/optimizer.pt": {
|
| 55 |
"size": 1048106435,
|
| 56 |
-
"sha256": "
|
| 57 |
},
|
| 58 |
"checkpoints/checkpoint-128/rng_state.pth": {
|
| 59 |
"size": 14645,
|
|
@@ -77,7 +73,7 @@
|
|
| 77 |
},
|
| 78 |
"checkpoints/checkpoint-128/trainer_state.json": {
|
| 79 |
"size": 56227,
|
| 80 |
-
"sha256": "
|
| 81 |
},
|
| 82 |
"checkpoints/checkpoint-128/training_args.bin": {
|
| 83 |
"size": 8273,
|
|
@@ -89,11 +85,11 @@
|
|
| 89 |
},
|
| 90 |
"checkpoints/checkpoint-160/adapter_config.json": {
|
| 91 |
"size": 1098,
|
| 92 |
-
"sha256": "
|
| 93 |
},
|
| 94 |
"checkpoints/checkpoint-160/adapter_model.safetensors": {
|
| 95 |
"size": 547777976,
|
| 96 |
-
"sha256": "
|
| 97 |
},
|
| 98 |
"checkpoints/checkpoint-160/chat_template.jinja": {
|
| 99 |
"size": 1532,
|
|
@@ -101,7 +97,7 @@
|
|
| 101 |
},
|
| 102 |
"checkpoints/checkpoint-160/optimizer.pt": {
|
| 103 |
"size": 1048106435,
|
| 104 |
-
"sha256": "
|
| 105 |
},
|
| 106 |
"checkpoints/checkpoint-160/rng_state.pth": {
|
| 107 |
"size": 14645,
|
|
@@ -124,8 +120,8 @@
|
|
| 124 |
"sha256": "a9c33caced7d456d62f444f1f50d8ffdf898b5a0e31c26d17c2f3edd05e45f64"
|
| 125 |
},
|
| 126 |
"checkpoints/checkpoint-160/trainer_state.json": {
|
| 127 |
-
"size":
|
| 128 |
-
"sha256": "
|
| 129 |
},
|
| 130 |
"checkpoints/checkpoint-160/training_args.bin": {
|
| 131 |
"size": 8273,
|
|
@@ -137,11 +133,11 @@
|
|
| 137 |
},
|
| 138 |
"checkpoints/checkpoint-192/adapter_config.json": {
|
| 139 |
"size": 1098,
|
| 140 |
-
"sha256": "
|
| 141 |
},
|
| 142 |
"checkpoints/checkpoint-192/adapter_model.safetensors": {
|
| 143 |
"size": 547777976,
|
| 144 |
-
"sha256": "
|
| 145 |
},
|
| 146 |
"checkpoints/checkpoint-192/chat_template.jinja": {
|
| 147 |
"size": 1532,
|
|
@@ -149,7 +145,7 @@
|
|
| 149 |
},
|
| 150 |
"checkpoints/checkpoint-192/optimizer.pt": {
|
| 151 |
"size": 1048106435,
|
| 152 |
-
"sha256": "
|
| 153 |
},
|
| 154 |
"checkpoints/checkpoint-192/rng_state.pth": {
|
| 155 |
"size": 14645,
|
|
@@ -172,8 +168,8 @@
|
|
| 172 |
"sha256": "6dcb03db82c34201f9966e9d9c444c1957b95cd53c5ea9ed3b950f223ea74fbe"
|
| 173 |
},
|
| 174 |
"checkpoints/checkpoint-192/trainer_state.json": {
|
| 175 |
-
"size":
|
| 176 |
-
"sha256": "
|
| 177 |
},
|
| 178 |
"checkpoints/checkpoint-192/training_args.bin": {
|
| 179 |
"size": 8273,
|
|
@@ -185,11 +181,11 @@
|
|
| 185 |
},
|
| 186 |
"checkpoints/checkpoint-224/adapter_config.json": {
|
| 187 |
"size": 1098,
|
| 188 |
-
"sha256": "
|
| 189 |
},
|
| 190 |
"checkpoints/checkpoint-224/adapter_model.safetensors": {
|
| 191 |
"size": 547777976,
|
| 192 |
-
"sha256": "
|
| 193 |
},
|
| 194 |
"checkpoints/checkpoint-224/chat_template.jinja": {
|
| 195 |
"size": 1532,
|
|
@@ -197,7 +193,7 @@
|
|
| 197 |
},
|
| 198 |
"checkpoints/checkpoint-224/optimizer.pt": {
|
| 199 |
"size": 1048106435,
|
| 200 |
-
"sha256": "
|
| 201 |
},
|
| 202 |
"checkpoints/checkpoint-224/rng_state.pth": {
|
| 203 |
"size": 14645,
|
|
@@ -220,8 +216,8 @@
|
|
| 220 |
"sha256": "14c3d2181ef61e0cf34f6fe59f885a012f56477195e0bfcf74f965a091355c99"
|
| 221 |
},
|
| 222 |
"checkpoints/checkpoint-224/trainer_state.json": {
|
| 223 |
-
"size":
|
| 224 |
-
"sha256": "
|
| 225 |
},
|
| 226 |
"checkpoints/checkpoint-224/training_args.bin": {
|
| 227 |
"size": 8273,
|
|
@@ -233,11 +229,11 @@
|
|
| 233 |
},
|
| 234 |
"checkpoints/checkpoint-256/adapter_config.json": {
|
| 235 |
"size": 1098,
|
| 236 |
-
"sha256": "
|
| 237 |
},
|
| 238 |
"checkpoints/checkpoint-256/adapter_model.safetensors": {
|
| 239 |
"size": 547777976,
|
| 240 |
-
"sha256": "
|
| 241 |
},
|
| 242 |
"checkpoints/checkpoint-256/chat_template.jinja": {
|
| 243 |
"size": 1532,
|
|
@@ -245,7 +241,7 @@
|
|
| 245 |
},
|
| 246 |
"checkpoints/checkpoint-256/optimizer.pt": {
|
| 247 |
"size": 1048106435,
|
| 248 |
-
"sha256": "
|
| 249 |
},
|
| 250 |
"checkpoints/checkpoint-256/rng_state.pth": {
|
| 251 |
"size": 14645,
|
|
@@ -268,8 +264,8 @@
|
|
| 268 |
"sha256": "a1db2747ccfd098f33eee7a195bbd033988a2849ce30491603e0d31cbe794a14"
|
| 269 |
},
|
| 270 |
"checkpoints/checkpoint-256/trainer_state.json": {
|
| 271 |
-
"size":
|
| 272 |
-
"sha256": "
|
| 273 |
},
|
| 274 |
"checkpoints/checkpoint-256/training_args.bin": {
|
| 275 |
"size": 8273,
|
|
@@ -281,11 +277,11 @@
|
|
| 281 |
},
|
| 282 |
"checkpoints/checkpoint-288/adapter_config.json": {
|
| 283 |
"size": 1098,
|
| 284 |
-
"sha256": "
|
| 285 |
},
|
| 286 |
"checkpoints/checkpoint-288/adapter_model.safetensors": {
|
| 287 |
"size": 547777976,
|
| 288 |
-
"sha256": "
|
| 289 |
},
|
| 290 |
"checkpoints/checkpoint-288/chat_template.jinja": {
|
| 291 |
"size": 1532,
|
|
@@ -293,7 +289,7 @@
|
|
| 293 |
},
|
| 294 |
"checkpoints/checkpoint-288/optimizer.pt": {
|
| 295 |
"size": 1048106435,
|
| 296 |
-
"sha256": "
|
| 297 |
},
|
| 298 |
"checkpoints/checkpoint-288/rng_state.pth": {
|
| 299 |
"size": 14645,
|
|
@@ -316,8 +312,8 @@
|
|
| 316 |
"sha256": "f1eed36b4e578b166623815e5accad0aac99aa3b265255a7471d4f0a7c22b297"
|
| 317 |
},
|
| 318 |
"checkpoints/checkpoint-288/trainer_state.json": {
|
| 319 |
-
"size":
|
| 320 |
-
"sha256": "
|
| 321 |
},
|
| 322 |
"checkpoints/checkpoint-288/training_args.bin": {
|
| 323 |
"size": 8273,
|
|
@@ -329,11 +325,11 @@
|
|
| 329 |
},
|
| 330 |
"checkpoints/checkpoint-32/adapter_config.json": {
|
| 331 |
"size": 1098,
|
| 332 |
-
"sha256": "
|
| 333 |
},
|
| 334 |
"checkpoints/checkpoint-32/adapter_model.safetensors": {
|
| 335 |
"size": 547777976,
|
| 336 |
-
"sha256": "
|
| 337 |
},
|
| 338 |
"checkpoints/checkpoint-32/chat_template.jinja": {
|
| 339 |
"size": 1532,
|
|
@@ -341,7 +337,7 @@
|
|
| 341 |
},
|
| 342 |
"checkpoints/checkpoint-32/optimizer.pt": {
|
| 343 |
"size": 1048106435,
|
| 344 |
-
"sha256": "
|
| 345 |
},
|
| 346 |
"checkpoints/checkpoint-32/rng_state.pth": {
|
| 347 |
"size": 14645,
|
|
@@ -364,8 +360,8 @@
|
|
| 364 |
"sha256": "d9025748b8b157d8490d18576a010318e827c122bd7c9d4da1001a4e203d8a9b"
|
| 365 |
},
|
| 366 |
"checkpoints/checkpoint-32/trainer_state.json": {
|
| 367 |
-
"size":
|
| 368 |
-
"sha256": "
|
| 369 |
},
|
| 370 |
"checkpoints/checkpoint-32/training_args.bin": {
|
| 371 |
"size": 8273,
|
|
@@ -377,11 +373,11 @@
|
|
| 377 |
},
|
| 378 |
"checkpoints/checkpoint-320/adapter_config.json": {
|
| 379 |
"size": 1098,
|
| 380 |
-
"sha256": "
|
| 381 |
},
|
| 382 |
"checkpoints/checkpoint-320/adapter_model.safetensors": {
|
| 383 |
"size": 547777976,
|
| 384 |
-
"sha256": "
|
| 385 |
},
|
| 386 |
"checkpoints/checkpoint-320/chat_template.jinja": {
|
| 387 |
"size": 1532,
|
|
@@ -389,7 +385,7 @@
|
|
| 389 |
},
|
| 390 |
"checkpoints/checkpoint-320/optimizer.pt": {
|
| 391 |
"size": 1048106435,
|
| 392 |
-
"sha256": "
|
| 393 |
},
|
| 394 |
"checkpoints/checkpoint-320/rng_state.pth": {
|
| 395 |
"size": 14645,
|
|
@@ -412,8 +408,8 @@
|
|
| 412 |
"sha256": "fa2e57cf6dee598825b9bba06159bc70e457d9e8315c9d1028a34b835eec8770"
|
| 413 |
},
|
| 414 |
"checkpoints/checkpoint-320/trainer_state.json": {
|
| 415 |
-
"size":
|
| 416 |
-
"sha256": "
|
| 417 |
},
|
| 418 |
"checkpoints/checkpoint-320/training_args.bin": {
|
| 419 |
"size": 8273,
|
|
@@ -425,11 +421,11 @@
|
|
| 425 |
},
|
| 426 |
"checkpoints/checkpoint-352/adapter_config.json": {
|
| 427 |
"size": 1098,
|
| 428 |
-
"sha256": "
|
| 429 |
},
|
| 430 |
"checkpoints/checkpoint-352/adapter_model.safetensors": {
|
| 431 |
"size": 547777976,
|
| 432 |
-
"sha256": "
|
| 433 |
},
|
| 434 |
"checkpoints/checkpoint-352/chat_template.jinja": {
|
| 435 |
"size": 1532,
|
|
@@ -437,7 +433,7 @@
|
|
| 437 |
},
|
| 438 |
"checkpoints/checkpoint-352/optimizer.pt": {
|
| 439 |
"size": 1048106435,
|
| 440 |
-
"sha256": "
|
| 441 |
},
|
| 442 |
"checkpoints/checkpoint-352/rng_state.pth": {
|
| 443 |
"size": 14645,
|
|
@@ -460,8 +456,8 @@
|
|
| 460 |
"sha256": "b9bc28c20f274eed19841a293251e42a3a606798b019918fd3fd29a96ca3043c"
|
| 461 |
},
|
| 462 |
"checkpoints/checkpoint-352/trainer_state.json": {
|
| 463 |
-
"size":
|
| 464 |
-
"sha256": "
|
| 465 |
},
|
| 466 |
"checkpoints/checkpoint-352/training_args.bin": {
|
| 467 |
"size": 8273,
|
|
@@ -473,11 +469,11 @@
|
|
| 473 |
},
|
| 474 |
"checkpoints/checkpoint-384/adapter_config.json": {
|
| 475 |
"size": 1098,
|
| 476 |
-
"sha256": "
|
| 477 |
},
|
| 478 |
"checkpoints/checkpoint-384/adapter_model.safetensors": {
|
| 479 |
"size": 547777976,
|
| 480 |
-
"sha256": "
|
| 481 |
},
|
| 482 |
"checkpoints/checkpoint-384/chat_template.jinja": {
|
| 483 |
"size": 1532,
|
|
@@ -485,7 +481,7 @@
|
|
| 485 |
},
|
| 486 |
"checkpoints/checkpoint-384/optimizer.pt": {
|
| 487 |
"size": 1048106435,
|
| 488 |
-
"sha256": "
|
| 489 |
},
|
| 490 |
"checkpoints/checkpoint-384/rng_state.pth": {
|
| 491 |
"size": 14645,
|
|
@@ -508,8 +504,8 @@
|
|
| 508 |
"sha256": "3075bc59309b4b7b0fefd61404619b2d7b2fe67268f884f30ea4319fd447e21e"
|
| 509 |
},
|
| 510 |
"checkpoints/checkpoint-384/trainer_state.json": {
|
| 511 |
-
"size":
|
| 512 |
-
"sha256": "
|
| 513 |
},
|
| 514 |
"checkpoints/checkpoint-384/training_args.bin": {
|
| 515 |
"size": 8273,
|
|
@@ -521,11 +517,11 @@
|
|
| 521 |
},
|
| 522 |
"checkpoints/checkpoint-416/adapter_config.json": {
|
| 523 |
"size": 1098,
|
| 524 |
-
"sha256": "
|
| 525 |
},
|
| 526 |
"checkpoints/checkpoint-416/adapter_model.safetensors": {
|
| 527 |
"size": 547777976,
|
| 528 |
-
"sha256": "
|
| 529 |
},
|
| 530 |
"checkpoints/checkpoint-416/chat_template.jinja": {
|
| 531 |
"size": 1532,
|
|
@@ -533,7 +529,7 @@
|
|
| 533 |
},
|
| 534 |
"checkpoints/checkpoint-416/optimizer.pt": {
|
| 535 |
"size": 1048106435,
|
| 536 |
-
"sha256": "
|
| 537 |
},
|
| 538 |
"checkpoints/checkpoint-416/rng_state.pth": {
|
| 539 |
"size": 14645,
|
|
@@ -556,8 +552,8 @@
|
|
| 556 |
"sha256": "033256f14efaa1c491d2eeb0fe5a1f206222c187594393c6791fa23f37aacb5e"
|
| 557 |
},
|
| 558 |
"checkpoints/checkpoint-416/trainer_state.json": {
|
| 559 |
-
"size":
|
| 560 |
-
"sha256": "
|
| 561 |
},
|
| 562 |
"checkpoints/checkpoint-416/training_args.bin": {
|
| 563 |
"size": 8273,
|
|
@@ -569,11 +565,11 @@
|
|
| 569 |
},
|
| 570 |
"checkpoints/checkpoint-448/adapter_config.json": {
|
| 571 |
"size": 1098,
|
| 572 |
-
"sha256": "
|
| 573 |
},
|
| 574 |
"checkpoints/checkpoint-448/adapter_model.safetensors": {
|
| 575 |
"size": 547777976,
|
| 576 |
-
"sha256": "
|
| 577 |
},
|
| 578 |
"checkpoints/checkpoint-448/chat_template.jinja": {
|
| 579 |
"size": 1532,
|
|
@@ -581,7 +577,7 @@
|
|
| 581 |
},
|
| 582 |
"checkpoints/checkpoint-448/optimizer.pt": {
|
| 583 |
"size": 1048106435,
|
| 584 |
-
"sha256": "
|
| 585 |
},
|
| 586 |
"checkpoints/checkpoint-448/rng_state.pth": {
|
| 587 |
"size": 14645,
|
|
@@ -604,8 +600,8 @@
|
|
| 604 |
"sha256": "87ae99c7d9168aee7dd04df6332dedc5884f11b6c9ce320edc6d2b867c048531"
|
| 605 |
},
|
| 606 |
"checkpoints/checkpoint-448/trainer_state.json": {
|
| 607 |
-
"size":
|
| 608 |
-
"sha256": "
|
| 609 |
},
|
| 610 |
"checkpoints/checkpoint-448/training_args.bin": {
|
| 611 |
"size": 8273,
|
|
@@ -617,11 +613,11 @@
|
|
| 617 |
},
|
| 618 |
"checkpoints/checkpoint-480/adapter_config.json": {
|
| 619 |
"size": 1098,
|
| 620 |
-
"sha256": "
|
| 621 |
},
|
| 622 |
"checkpoints/checkpoint-480/adapter_model.safetensors": {
|
| 623 |
"size": 547777976,
|
| 624 |
-
"sha256": "
|
| 625 |
},
|
| 626 |
"checkpoints/checkpoint-480/chat_template.jinja": {
|
| 627 |
"size": 1532,
|
|
@@ -629,7 +625,7 @@
|
|
| 629 |
},
|
| 630 |
"checkpoints/checkpoint-480/optimizer.pt": {
|
| 631 |
"size": 1048106435,
|
| 632 |
-
"sha256": "
|
| 633 |
},
|
| 634 |
"checkpoints/checkpoint-480/rng_state.pth": {
|
| 635 |
"size": 14645,
|
|
@@ -652,8 +648,8 @@
|
|
| 652 |
"sha256": "6c547605fe97848a0748ea1ac9bef1baa4a78902cfb711aedb151a69c5994f49"
|
| 653 |
},
|
| 654 |
"checkpoints/checkpoint-480/trainer_state.json": {
|
| 655 |
-
"size":
|
| 656 |
-
"sha256": "
|
| 657 |
},
|
| 658 |
"checkpoints/checkpoint-480/training_args.bin": {
|
| 659 |
"size": 8273,
|
|
@@ -665,11 +661,11 @@
|
|
| 665 |
},
|
| 666 |
"checkpoints/checkpoint-512/adapter_config.json": {
|
| 667 |
"size": 1098,
|
| 668 |
-
"sha256": "
|
| 669 |
},
|
| 670 |
"checkpoints/checkpoint-512/adapter_model.safetensors": {
|
| 671 |
"size": 547777976,
|
| 672 |
-
"sha256": "
|
| 673 |
},
|
| 674 |
"checkpoints/checkpoint-512/chat_template.jinja": {
|
| 675 |
"size": 1532,
|
|
@@ -677,7 +673,7 @@
|
|
| 677 |
},
|
| 678 |
"checkpoints/checkpoint-512/optimizer.pt": {
|
| 679 |
"size": 1048106435,
|
| 680 |
-
"sha256": "
|
| 681 |
},
|
| 682 |
"checkpoints/checkpoint-512/rng_state.pth": {
|
| 683 |
"size": 14645,
|
|
@@ -700,8 +696,8 @@
|
|
| 700 |
"sha256": "c0fcac61392efcd924c1610ad304635be7ae41b33c0ad3526b109f7b1f8f7fe9"
|
| 701 |
},
|
| 702 |
"checkpoints/checkpoint-512/trainer_state.json": {
|
| 703 |
-
"size":
|
| 704 |
-
"sha256": "
|
| 705 |
},
|
| 706 |
"checkpoints/checkpoint-512/training_args.bin": {
|
| 707 |
"size": 8273,
|
|
@@ -713,11 +709,11 @@
|
|
| 713 |
},
|
| 714 |
"checkpoints/checkpoint-64/adapter_config.json": {
|
| 715 |
"size": 1098,
|
| 716 |
-
"sha256": "
|
| 717 |
},
|
| 718 |
"checkpoints/checkpoint-64/adapter_model.safetensors": {
|
| 719 |
"size": 547777976,
|
| 720 |
-
"sha256": "
|
| 721 |
},
|
| 722 |
"checkpoints/checkpoint-64/chat_template.jinja": {
|
| 723 |
"size": 1532,
|
|
@@ -725,7 +721,7 @@
|
|
| 725 |
},
|
| 726 |
"checkpoints/checkpoint-64/optimizer.pt": {
|
| 727 |
"size": 1048106435,
|
| 728 |
-
"sha256": "
|
| 729 |
},
|
| 730 |
"checkpoints/checkpoint-64/rng_state.pth": {
|
| 731 |
"size": 14645,
|
|
@@ -748,8 +744,8 @@
|
|
| 748 |
"sha256": "9c3a6e3ed0949f0de9f9b7c1d666e376e3d3626dfe0a6da2a265ef135b18e10b"
|
| 749 |
},
|
| 750 |
"checkpoints/checkpoint-64/trainer_state.json": {
|
| 751 |
-
"size":
|
| 752 |
-
"sha256": "
|
| 753 |
},
|
| 754 |
"checkpoints/checkpoint-64/training_args.bin": {
|
| 755 |
"size": 8273,
|
|
@@ -761,11 +757,11 @@
|
|
| 761 |
},
|
| 762 |
"checkpoints/checkpoint-96/adapter_config.json": {
|
| 763 |
"size": 1098,
|
| 764 |
-
"sha256": "
|
| 765 |
},
|
| 766 |
"checkpoints/checkpoint-96/adapter_model.safetensors": {
|
| 767 |
"size": 547777976,
|
| 768 |
-
"sha256": "
|
| 769 |
},
|
| 770 |
"checkpoints/checkpoint-96/chat_template.jinja": {
|
| 771 |
"size": 1532,
|
|
@@ -773,7 +769,7 @@
|
|
| 773 |
},
|
| 774 |
"checkpoints/checkpoint-96/optimizer.pt": {
|
| 775 |
"size": 1048106435,
|
| 776 |
-
"sha256": "
|
| 777 |
},
|
| 778 |
"checkpoints/checkpoint-96/rng_state.pth": {
|
| 779 |
"size": 14645,
|
|
@@ -796,8 +792,8 @@
|
|
| 796 |
"sha256": "f276353ce1fa0f6362678bebc659fb55eeca16e731ebeb9a62916aa8efaa3b8b"
|
| 797 |
},
|
| 798 |
"checkpoints/checkpoint-96/trainer_state.json": {
|
| 799 |
-
"size":
|
| 800 |
-
"sha256": "
|
| 801 |
},
|
| 802 |
"checkpoints/checkpoint-96/training_args.bin": {
|
| 803 |
"size": 8273,
|
|
@@ -808,8 +804,8 @@
|
|
| 808 |
"sha256": "7c5b66498629a75e7fe3e4219bc41040b8106735e598f0837d60656025390e1a"
|
| 809 |
},
|
| 810 |
"checkpoints/debug.log": {
|
| 811 |
-
"size":
|
| 812 |
-
"sha256": "
|
| 813 |
},
|
| 814 |
"checkpoints/processor_config.json": {
|
| 815 |
"size": 519,
|
|
@@ -841,19 +837,19 @@
|
|
| 841 |
},
|
| 842 |
"health/training_started.json": {
|
| 843 |
"size": 137,
|
| 844 |
-
"sha256": "
|
| 845 |
},
|
| 846 |
"run.json": {
|
| 847 |
"size": 407,
|
| 848 |
-
"sha256": "
|
| 849 |
},
|
| 850 |
"train.log": {
|
| 851 |
-
"size":
|
| 852 |
-
"sha256": "
|
| 853 |
},
|
| 854 |
"trainer_state.final.json": {
|
| 855 |
-
"size":
|
| 856 |
-
"sha256": "
|
| 857 |
},
|
| 858 |
"training_examples.jsonl": {
|
| 859 |
"size": 3159083,
|
|
@@ -861,11 +857,11 @@
|
|
| 861 |
},
|
| 862 |
"training_provenance.json": {
|
| 863 |
"size": 4090,
|
| 864 |
-
"sha256": "
|
| 865 |
},
|
| 866 |
"training_trace.jsonl": {
|
| 867 |
-
"size":
|
| 868 |
-
"sha256": "
|
| 869 |
}
|
| 870 |
}
|
| 871 |
}
|
|
|
|
| 3 |
"remote_prefix": "aft_wave_v2/coin_real_4x__agreement/training",
|
| 4 |
"local_folder": "/workspace/wave/training",
|
| 5 |
"files": {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"TRAINED.json": {
|
| 7 |
"size": 964,
|
| 8 |
+
"sha256": "edf924a6e4b875e87894052b80f255fdc708da5b2e770dda415cb89eb082e7ca"
|
| 9 |
},
|
| 10 |
"axolotl.yaml": {
|
| 11 |
"size": 1211,
|
|
|
|
| 21 |
},
|
| 22 |
"checkpoints/adapter_config.json": {
|
| 23 |
"size": 1098,
|
| 24 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 25 |
},
|
| 26 |
"checkpoints/adapter_model.safetensors": {
|
| 27 |
"size": 547777976,
|
| 28 |
+
"sha256": "daeafd5d686b4b39c5b3dd656eca36514ea93ef225c5afab298c74bbfab4b632"
|
| 29 |
},
|
| 30 |
"checkpoints/chat_template.jinja": {
|
| 31 |
"size": 1532,
|
|
|
|
| 37 |
},
|
| 38 |
"checkpoints/checkpoint-128/adapter_config.json": {
|
| 39 |
"size": 1098,
|
| 40 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 41 |
},
|
| 42 |
"checkpoints/checkpoint-128/adapter_model.safetensors": {
|
| 43 |
"size": 547777976,
|
| 44 |
+
"sha256": "67174eba71aaa201dd7aff62c7fbd3596ad8b4afeba399abae18cc3a0dd00888"
|
| 45 |
},
|
| 46 |
"checkpoints/checkpoint-128/chat_template.jinja": {
|
| 47 |
"size": 1532,
|
|
|
|
| 49 |
},
|
| 50 |
"checkpoints/checkpoint-128/optimizer.pt": {
|
| 51 |
"size": 1048106435,
|
| 52 |
+
"sha256": "c48bb4d7fcaca8cbcee6c332057a50925e65b15baae813555c4b32ddf641b01b"
|
| 53 |
},
|
| 54 |
"checkpoints/checkpoint-128/rng_state.pth": {
|
| 55 |
"size": 14645,
|
|
|
|
| 73 |
},
|
| 74 |
"checkpoints/checkpoint-128/trainer_state.json": {
|
| 75 |
"size": 56227,
|
| 76 |
+
"sha256": "42baeabcb054047def81fc174ed053695ed3fa2f56b0d6a652cd2b7ea11addde"
|
| 77 |
},
|
| 78 |
"checkpoints/checkpoint-128/training_args.bin": {
|
| 79 |
"size": 8273,
|
|
|
|
| 85 |
},
|
| 86 |
"checkpoints/checkpoint-160/adapter_config.json": {
|
| 87 |
"size": 1098,
|
| 88 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 89 |
},
|
| 90 |
"checkpoints/checkpoint-160/adapter_model.safetensors": {
|
| 91 |
"size": 547777976,
|
| 92 |
+
"sha256": "4f45bebc7b5c77c792dbf05c98745f04359a2b3462e61a009e38cbe69159480d"
|
| 93 |
},
|
| 94 |
"checkpoints/checkpoint-160/chat_template.jinja": {
|
| 95 |
"size": 1532,
|
|
|
|
| 97 |
},
|
| 98 |
"checkpoints/checkpoint-160/optimizer.pt": {
|
| 99 |
"size": 1048106435,
|
| 100 |
+
"sha256": "5ac494318568079c3e19c022c29f18c065bb4ba6884c43ff2ef297462392b14f"
|
| 101 |
},
|
| 102 |
"checkpoints/checkpoint-160/rng_state.pth": {
|
| 103 |
"size": 14645,
|
|
|
|
| 120 |
"sha256": "a9c33caced7d456d62f444f1f50d8ffdf898b5a0e31c26d17c2f3edd05e45f64"
|
| 121 |
},
|
| 122 |
"checkpoints/checkpoint-160/trainer_state.json": {
|
| 123 |
+
"size": 70210,
|
| 124 |
+
"sha256": "837c450cb4078aa28309f4999542aedfa831db547cb0d7b227f3a37c393d0355"
|
| 125 |
},
|
| 126 |
"checkpoints/checkpoint-160/training_args.bin": {
|
| 127 |
"size": 8273,
|
|
|
|
| 133 |
},
|
| 134 |
"checkpoints/checkpoint-192/adapter_config.json": {
|
| 135 |
"size": 1098,
|
| 136 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 137 |
},
|
| 138 |
"checkpoints/checkpoint-192/adapter_model.safetensors": {
|
| 139 |
"size": 547777976,
|
| 140 |
+
"sha256": "dd65c9138a23ee4b709df1f879e1ce2a71a67a3461f4f7ed0fae00ba0eb853d5"
|
| 141 |
},
|
| 142 |
"checkpoints/checkpoint-192/chat_template.jinja": {
|
| 143 |
"size": 1532,
|
|
|
|
| 145 |
},
|
| 146 |
"checkpoints/checkpoint-192/optimizer.pt": {
|
| 147 |
"size": 1048106435,
|
| 148 |
+
"sha256": "0e74bd30f32259d424a0528a8fc03e88152c9448882265722a55166fb622af3a"
|
| 149 |
},
|
| 150 |
"checkpoints/checkpoint-192/rng_state.pth": {
|
| 151 |
"size": 14645,
|
|
|
|
| 168 |
"sha256": "6dcb03db82c34201f9966e9d9c444c1957b95cd53c5ea9ed3b950f223ea74fbe"
|
| 169 |
},
|
| 170 |
"checkpoints/checkpoint-192/trainer_state.json": {
|
| 171 |
+
"size": 84216,
|
| 172 |
+
"sha256": "76ffe843ba65218315ddfe5c2695fb2b03f1cf28ed59a4af495c5f42f439624f"
|
| 173 |
},
|
| 174 |
"checkpoints/checkpoint-192/training_args.bin": {
|
| 175 |
"size": 8273,
|
|
|
|
| 181 |
},
|
| 182 |
"checkpoints/checkpoint-224/adapter_config.json": {
|
| 183 |
"size": 1098,
|
| 184 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 185 |
},
|
| 186 |
"checkpoints/checkpoint-224/adapter_model.safetensors": {
|
| 187 |
"size": 547777976,
|
| 188 |
+
"sha256": "16e7d16f507266e4de0618e13529f0f6852f7dfacc533b3d9beb61399405123d"
|
| 189 |
},
|
| 190 |
"checkpoints/checkpoint-224/chat_template.jinja": {
|
| 191 |
"size": 1532,
|
|
|
|
| 193 |
},
|
| 194 |
"checkpoints/checkpoint-224/optimizer.pt": {
|
| 195 |
"size": 1048106435,
|
| 196 |
+
"sha256": "f456a3b4b0b5cfe5bb7061718fafa69fb3393a4a4055872f85b783cf6135b255"
|
| 197 |
},
|
| 198 |
"checkpoints/checkpoint-224/rng_state.pth": {
|
| 199 |
"size": 14645,
|
|
|
|
| 216 |
"sha256": "14c3d2181ef61e0cf34f6fe59f885a012f56477195e0bfcf74f965a091355c99"
|
| 217 |
},
|
| 218 |
"checkpoints/checkpoint-224/trainer_state.json": {
|
| 219 |
+
"size": 98236,
|
| 220 |
+
"sha256": "57eb4a9f8711b9449eb9c8e699bb3ce11e013cb7c5ed53b4ec205fdb2524b50c"
|
| 221 |
},
|
| 222 |
"checkpoints/checkpoint-224/training_args.bin": {
|
| 223 |
"size": 8273,
|
|
|
|
| 229 |
},
|
| 230 |
"checkpoints/checkpoint-256/adapter_config.json": {
|
| 231 |
"size": 1098,
|
| 232 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 233 |
},
|
| 234 |
"checkpoints/checkpoint-256/adapter_model.safetensors": {
|
| 235 |
"size": 547777976,
|
| 236 |
+
"sha256": "de74ce97413c0093f4f76198ae64237c0da203ba9a293aa2b281e66d918ca952"
|
| 237 |
},
|
| 238 |
"checkpoints/checkpoint-256/chat_template.jinja": {
|
| 239 |
"size": 1532,
|
|
|
|
| 241 |
},
|
| 242 |
"checkpoints/checkpoint-256/optimizer.pt": {
|
| 243 |
"size": 1048106435,
|
| 244 |
+
"sha256": "a2e59a33e5d93b9218821342e940feec395f412661f80e94be666601cd30c6c3"
|
| 245 |
},
|
| 246 |
"checkpoints/checkpoint-256/rng_state.pth": {
|
| 247 |
"size": 14645,
|
|
|
|
| 264 |
"sha256": "a1db2747ccfd098f33eee7a195bbd033988a2849ce30491603e0d31cbe794a14"
|
| 265 |
},
|
| 266 |
"checkpoints/checkpoint-256/trainer_state.json": {
|
| 267 |
+
"size": 112286,
|
| 268 |
+
"sha256": "2437fc722ed7350b2570a2bdb13ab9f6fc9d680ad29c3ad87cb5ac95dba68124"
|
| 269 |
},
|
| 270 |
"checkpoints/checkpoint-256/training_args.bin": {
|
| 271 |
"size": 8273,
|
|
|
|
| 277 |
},
|
| 278 |
"checkpoints/checkpoint-288/adapter_config.json": {
|
| 279 |
"size": 1098,
|
| 280 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 281 |
},
|
| 282 |
"checkpoints/checkpoint-288/adapter_model.safetensors": {
|
| 283 |
"size": 547777976,
|
| 284 |
+
"sha256": "da2bdb4f81462625bb226aa42eb809bea433a88b8d19660ad0cb52a8f25dfb1f"
|
| 285 |
},
|
| 286 |
"checkpoints/checkpoint-288/chat_template.jinja": {
|
| 287 |
"size": 1532,
|
|
|
|
| 289 |
},
|
| 290 |
"checkpoints/checkpoint-288/optimizer.pt": {
|
| 291 |
"size": 1048106435,
|
| 292 |
+
"sha256": "c144b815c2b7bcbf81221112a3f40c21c4e01914d789b90a94c663d34e6977b2"
|
| 293 |
},
|
| 294 |
"checkpoints/checkpoint-288/rng_state.pth": {
|
| 295 |
"size": 14645,
|
|
|
|
| 312 |
"sha256": "f1eed36b4e578b166623815e5accad0aac99aa3b265255a7471d4f0a7c22b297"
|
| 313 |
},
|
| 314 |
"checkpoints/checkpoint-288/trainer_state.json": {
|
| 315 |
+
"size": 126385,
|
| 316 |
+
"sha256": "d34f36262ee1658dbadffb114672a386ee3cc513554f05b57c3f7b9c9d453ed7"
|
| 317 |
},
|
| 318 |
"checkpoints/checkpoint-288/training_args.bin": {
|
| 319 |
"size": 8273,
|
|
|
|
| 325 |
},
|
| 326 |
"checkpoints/checkpoint-32/adapter_config.json": {
|
| 327 |
"size": 1098,
|
| 328 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 329 |
},
|
| 330 |
"checkpoints/checkpoint-32/adapter_model.safetensors": {
|
| 331 |
"size": 547777976,
|
| 332 |
+
"sha256": "32aa7a1bdc40de6c271cdaf4ba2e825940729a8400f15293192a0ab0fd0be3c4"
|
| 333 |
},
|
| 334 |
"checkpoints/checkpoint-32/chat_template.jinja": {
|
| 335 |
"size": 1532,
|
|
|
|
| 337 |
},
|
| 338 |
"checkpoints/checkpoint-32/optimizer.pt": {
|
| 339 |
"size": 1048106435,
|
| 340 |
+
"sha256": "d2c09fd208676c30f1a17a813e8f50e6c1234fdc5a8449106274744a5bc40156"
|
| 341 |
},
|
| 342 |
"checkpoints/checkpoint-32/rng_state.pth": {
|
| 343 |
"size": 14645,
|
|
|
|
| 360 |
"sha256": "d9025748b8b157d8490d18576a010318e827c122bd7c9d4da1001a4e203d8a9b"
|
| 361 |
},
|
| 362 |
"checkpoints/checkpoint-32/trainer_state.json": {
|
| 363 |
+
"size": 14406,
|
| 364 |
+
"sha256": "12d755108b595d32441e426440b368f10f87ac530ad04e3b58bd04d5896495d0"
|
| 365 |
},
|
| 366 |
"checkpoints/checkpoint-32/training_args.bin": {
|
| 367 |
"size": 8273,
|
|
|
|
| 373 |
},
|
| 374 |
"checkpoints/checkpoint-320/adapter_config.json": {
|
| 375 |
"size": 1098,
|
| 376 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 377 |
},
|
| 378 |
"checkpoints/checkpoint-320/adapter_model.safetensors": {
|
| 379 |
"size": 547777976,
|
| 380 |
+
"sha256": "ecfb48f90e7121908ec1d3cf02765c1c9138a340de7d19e8645f0c7691611d51"
|
| 381 |
},
|
| 382 |
"checkpoints/checkpoint-320/chat_template.jinja": {
|
| 383 |
"size": 1532,
|
|
|
|
| 385 |
},
|
| 386 |
"checkpoints/checkpoint-320/optimizer.pt": {
|
| 387 |
"size": 1048106435,
|
| 388 |
+
"sha256": "4b35a07c34ef08caa48bca5c42b10295e72e8b1793c7dd8a269e93a8b9766920"
|
| 389 |
},
|
| 390 |
"checkpoints/checkpoint-320/rng_state.pth": {
|
| 391 |
"size": 14645,
|
|
|
|
| 408 |
"sha256": "fa2e57cf6dee598825b9bba06159bc70e457d9e8315c9d1028a34b835eec8770"
|
| 409 |
},
|
| 410 |
"checkpoints/checkpoint-320/trainer_state.json": {
|
| 411 |
+
"size": 140501,
|
| 412 |
+
"sha256": "4c560090a8acf9f23947b1325483710f17afc68529ecd1eb3df8e3ff6401e1ed"
|
| 413 |
},
|
| 414 |
"checkpoints/checkpoint-320/training_args.bin": {
|
| 415 |
"size": 8273,
|
|
|
|
| 421 |
},
|
| 422 |
"checkpoints/checkpoint-352/adapter_config.json": {
|
| 423 |
"size": 1098,
|
| 424 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 425 |
},
|
| 426 |
"checkpoints/checkpoint-352/adapter_model.safetensors": {
|
| 427 |
"size": 547777976,
|
| 428 |
+
"sha256": "f21e802c0d2fcc1d790922454cc55a3257b76beae21bbf54ea77c6151be66e6e"
|
| 429 |
},
|
| 430 |
"checkpoints/checkpoint-352/chat_template.jinja": {
|
| 431 |
"size": 1532,
|
|
|
|
| 433 |
},
|
| 434 |
"checkpoints/checkpoint-352/optimizer.pt": {
|
| 435 |
"size": 1048106435,
|
| 436 |
+
"sha256": "6ff65aaa33bf6a907d3faa52032f129bb11b519ac761adc2816aec8951f53b4e"
|
| 437 |
},
|
| 438 |
"checkpoints/checkpoint-352/rng_state.pth": {
|
| 439 |
"size": 14645,
|
|
|
|
| 456 |
"sha256": "b9bc28c20f274eed19841a293251e42a3a606798b019918fd3fd29a96ca3043c"
|
| 457 |
},
|
| 458 |
"checkpoints/checkpoint-352/trainer_state.json": {
|
| 459 |
+
"size": 154629,
|
| 460 |
+
"sha256": "dd3348f05d98c22b8b7f6bdce1fdebf5bd2f43e34e4868f4f627cb95387429aa"
|
| 461 |
},
|
| 462 |
"checkpoints/checkpoint-352/training_args.bin": {
|
| 463 |
"size": 8273,
|
|
|
|
| 469 |
},
|
| 470 |
"checkpoints/checkpoint-384/adapter_config.json": {
|
| 471 |
"size": 1098,
|
| 472 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 473 |
},
|
| 474 |
"checkpoints/checkpoint-384/adapter_model.safetensors": {
|
| 475 |
"size": 547777976,
|
| 476 |
+
"sha256": "535e88052cb6afb16717578e8ca20d23dd4e86de845c837f78a8af4881d745cf"
|
| 477 |
},
|
| 478 |
"checkpoints/checkpoint-384/chat_template.jinja": {
|
| 479 |
"size": 1532,
|
|
|
|
| 481 |
},
|
| 482 |
"checkpoints/checkpoint-384/optimizer.pt": {
|
| 483 |
"size": 1048106435,
|
| 484 |
+
"sha256": "1e2785d9c6ff17bc108c22ed9e79c9bbf116cbeae3109e3b396835a887d1ed2d"
|
| 485 |
},
|
| 486 |
"checkpoints/checkpoint-384/rng_state.pth": {
|
| 487 |
"size": 14645,
|
|
|
|
| 504 |
"sha256": "3075bc59309b4b7b0fefd61404619b2d7b2fe67268f884f30ea4319fd447e21e"
|
| 505 |
},
|
| 506 |
"checkpoints/checkpoint-384/trainer_state.json": {
|
| 507 |
+
"size": 168780,
|
| 508 |
+
"sha256": "af01e24ff12e70b4ef31c9bf5b86c1e7bd14855cea703883da4d76fe3105c551"
|
| 509 |
},
|
| 510 |
"checkpoints/checkpoint-384/training_args.bin": {
|
| 511 |
"size": 8273,
|
|
|
|
| 517 |
},
|
| 518 |
"checkpoints/checkpoint-416/adapter_config.json": {
|
| 519 |
"size": 1098,
|
| 520 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 521 |
},
|
| 522 |
"checkpoints/checkpoint-416/adapter_model.safetensors": {
|
| 523 |
"size": 547777976,
|
| 524 |
+
"sha256": "0d560dd0eb4e8597dfc939225d96feb31798b32c08203167541c630616fa2492"
|
| 525 |
},
|
| 526 |
"checkpoints/checkpoint-416/chat_template.jinja": {
|
| 527 |
"size": 1532,
|
|
|
|
| 529 |
},
|
| 530 |
"checkpoints/checkpoint-416/optimizer.pt": {
|
| 531 |
"size": 1048106435,
|
| 532 |
+
"sha256": "cd9783ec9609f3730f73bfcc5cfd64cc123f08f492bbf069f1c6f47c16144b5d"
|
| 533 |
},
|
| 534 |
"checkpoints/checkpoint-416/rng_state.pth": {
|
| 535 |
"size": 14645,
|
|
|
|
| 552 |
"sha256": "033256f14efaa1c491d2eeb0fe5a1f206222c187594393c6791fa23f37aacb5e"
|
| 553 |
},
|
| 554 |
"checkpoints/checkpoint-416/trainer_state.json": {
|
| 555 |
+
"size": 182932,
|
| 556 |
+
"sha256": "997563a587d83c14e55f23a0000c2acd92899991625a2831dedefcc6d621267d"
|
| 557 |
},
|
| 558 |
"checkpoints/checkpoint-416/training_args.bin": {
|
| 559 |
"size": 8273,
|
|
|
|
| 565 |
},
|
| 566 |
"checkpoints/checkpoint-448/adapter_config.json": {
|
| 567 |
"size": 1098,
|
| 568 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 569 |
},
|
| 570 |
"checkpoints/checkpoint-448/adapter_model.safetensors": {
|
| 571 |
"size": 547777976,
|
| 572 |
+
"sha256": "3bacb4d3f901db3a71785ec9bbf0c989eb190275b59257a46ebe7cda04a4211b"
|
| 573 |
},
|
| 574 |
"checkpoints/checkpoint-448/chat_template.jinja": {
|
| 575 |
"size": 1532,
|
|
|
|
| 577 |
},
|
| 578 |
"checkpoints/checkpoint-448/optimizer.pt": {
|
| 579 |
"size": 1048106435,
|
| 580 |
+
"sha256": "33cfd5b5b7300a5e59a22e211b622aa8250b83b1e42d9aa245e82b799848bf3e"
|
| 581 |
},
|
| 582 |
"checkpoints/checkpoint-448/rng_state.pth": {
|
| 583 |
"size": 14645,
|
|
|
|
| 600 |
"sha256": "87ae99c7d9168aee7dd04df6332dedc5884f11b6c9ce320edc6d2b867c048531"
|
| 601 |
},
|
| 602 |
"checkpoints/checkpoint-448/trainer_state.json": {
|
| 603 |
+
"size": 197087,
|
| 604 |
+
"sha256": "dd453a8c241e9adba0f2155ac5b899e149e25772266ea7f4644cd0217d343d4f"
|
| 605 |
},
|
| 606 |
"checkpoints/checkpoint-448/training_args.bin": {
|
| 607 |
"size": 8273,
|
|
|
|
| 613 |
},
|
| 614 |
"checkpoints/checkpoint-480/adapter_config.json": {
|
| 615 |
"size": 1098,
|
| 616 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 617 |
},
|
| 618 |
"checkpoints/checkpoint-480/adapter_model.safetensors": {
|
| 619 |
"size": 547777976,
|
| 620 |
+
"sha256": "759e2f47a5e976dcfbe11dde9491135d96d1b05bada169151f4a8f939269acc5"
|
| 621 |
},
|
| 622 |
"checkpoints/checkpoint-480/chat_template.jinja": {
|
| 623 |
"size": 1532,
|
|
|
|
| 625 |
},
|
| 626 |
"checkpoints/checkpoint-480/optimizer.pt": {
|
| 627 |
"size": 1048106435,
|
| 628 |
+
"sha256": "cd01ae9ec3eb43f4befc813946bc00ce45c82d3237dfa7f15ddccfe7878ea01d"
|
| 629 |
},
|
| 630 |
"checkpoints/checkpoint-480/rng_state.pth": {
|
| 631 |
"size": 14645,
|
|
|
|
| 648 |
"sha256": "6c547605fe97848a0748ea1ac9bef1baa4a78902cfb711aedb151a69c5994f49"
|
| 649 |
},
|
| 650 |
"checkpoints/checkpoint-480/trainer_state.json": {
|
| 651 |
+
"size": 211284,
|
| 652 |
+
"sha256": "aead414e3a072327e5746caf31d43a0b98ec71e9b30ca1897ce90790862804a6"
|
| 653 |
},
|
| 654 |
"checkpoints/checkpoint-480/training_args.bin": {
|
| 655 |
"size": 8273,
|
|
|
|
| 661 |
},
|
| 662 |
"checkpoints/checkpoint-512/adapter_config.json": {
|
| 663 |
"size": 1098,
|
| 664 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 665 |
},
|
| 666 |
"checkpoints/checkpoint-512/adapter_model.safetensors": {
|
| 667 |
"size": 547777976,
|
| 668 |
+
"sha256": "daeafd5d686b4b39c5b3dd656eca36514ea93ef225c5afab298c74bbfab4b632"
|
| 669 |
},
|
| 670 |
"checkpoints/checkpoint-512/chat_template.jinja": {
|
| 671 |
"size": 1532,
|
|
|
|
| 673 |
},
|
| 674 |
"checkpoints/checkpoint-512/optimizer.pt": {
|
| 675 |
"size": 1048106435,
|
| 676 |
+
"sha256": "05bb512f0593d6339b6dd5bd7fd23b00fbb5ccbe33fcfaa642269827ce75bdc6"
|
| 677 |
},
|
| 678 |
"checkpoints/checkpoint-512/rng_state.pth": {
|
| 679 |
"size": 14645,
|
|
|
|
| 696 |
"sha256": "c0fcac61392efcd924c1610ad304635be7ae41b33c0ad3526b109f7b1f8f7fe9"
|
| 697 |
},
|
| 698 |
"checkpoints/checkpoint-512/trainer_state.json": {
|
| 699 |
+
"size": 225479,
|
| 700 |
+
"sha256": "02f9a66b02bb552b9fb5b0fe2cf523809d3b2ee4475683870014d1b13ad7a8a2"
|
| 701 |
},
|
| 702 |
"checkpoints/checkpoint-512/training_args.bin": {
|
| 703 |
"size": 8273,
|
|
|
|
| 709 |
},
|
| 710 |
"checkpoints/checkpoint-64/adapter_config.json": {
|
| 711 |
"size": 1098,
|
| 712 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 713 |
},
|
| 714 |
"checkpoints/checkpoint-64/adapter_model.safetensors": {
|
| 715 |
"size": 547777976,
|
| 716 |
+
"sha256": "e859c9377bfb05045990aad9622ecbcea4ec1f51ee262c524148710f93c608f1"
|
| 717 |
},
|
| 718 |
"checkpoints/checkpoint-64/chat_template.jinja": {
|
| 719 |
"size": 1532,
|
|
|
|
| 721 |
},
|
| 722 |
"checkpoints/checkpoint-64/optimizer.pt": {
|
| 723 |
"size": 1048106435,
|
| 724 |
+
"sha256": "f0bb5b0e8d378704b8006d08d74c2f903a1422f4e828a3f1e606a4b8edbfa7a3"
|
| 725 |
},
|
| 726 |
"checkpoints/checkpoint-64/rng_state.pth": {
|
| 727 |
"size": 14645,
|
|
|
|
| 744 |
"sha256": "9c3a6e3ed0949f0de9f9b7c1d666e376e3d3626dfe0a6da2a265ef135b18e10b"
|
| 745 |
},
|
| 746 |
"checkpoints/checkpoint-64/trainer_state.json": {
|
| 747 |
+
"size": 28330,
|
| 748 |
+
"sha256": "82a0433edb2739b866083caf137728dc3d96ccd93e5eb2fd39a66d8d6f7bd5ac"
|
| 749 |
},
|
| 750 |
"checkpoints/checkpoint-64/training_args.bin": {
|
| 751 |
"size": 8273,
|
|
|
|
| 757 |
},
|
| 758 |
"checkpoints/checkpoint-96/adapter_config.json": {
|
| 759 |
"size": 1098,
|
| 760 |
+
"sha256": "7c54ee9b6e682028e1421326f0a1cbbeb36cdbcc1ad907238e6d932c196e293d"
|
| 761 |
},
|
| 762 |
"checkpoints/checkpoint-96/adapter_model.safetensors": {
|
| 763 |
"size": 547777976,
|
| 764 |
+
"sha256": "0e85942ea7b1d777c6e874fcfe57e08e0752f1e581a02a35bb62b7dc1942bc5a"
|
| 765 |
},
|
| 766 |
"checkpoints/checkpoint-96/chat_template.jinja": {
|
| 767 |
"size": 1532,
|
|
|
|
| 769 |
},
|
| 770 |
"checkpoints/checkpoint-96/optimizer.pt": {
|
| 771 |
"size": 1048106435,
|
| 772 |
+
"sha256": "e09d86b7ef11b8b51a819ec69e40b2c45e5f32072380fdac56e42f42d36fcb81"
|
| 773 |
},
|
| 774 |
"checkpoints/checkpoint-96/rng_state.pth": {
|
| 775 |
"size": 14645,
|
|
|
|
| 792 |
"sha256": "f276353ce1fa0f6362678bebc659fb55eeca16e731ebeb9a62916aa8efaa3b8b"
|
| 793 |
},
|
| 794 |
"checkpoints/checkpoint-96/trainer_state.json": {
|
| 795 |
+
"size": 42261,
|
| 796 |
+
"sha256": "06d1244ce26f0b9ac73872fde6867ebfff2239569a3be1aa30c8b754d5f626c0"
|
| 797 |
},
|
| 798 |
"checkpoints/checkpoint-96/training_args.bin": {
|
| 799 |
"size": 8273,
|
|
|
|
| 804 |
"sha256": "7c5b66498629a75e7fe3e4219bc41040b8106735e598f0837d60656025390e1a"
|
| 805 |
},
|
| 806 |
"checkpoints/debug.log": {
|
| 807 |
+
"size": 267536,
|
| 808 |
+
"sha256": "5096497579321697536666777d8b80e318847cf367750b87cfd3891265c1880c"
|
| 809 |
},
|
| 810 |
"checkpoints/processor_config.json": {
|
| 811 |
"size": 519,
|
|
|
|
| 837 |
},
|
| 838 |
"health/training_started.json": {
|
| 839 |
"size": 137,
|
| 840 |
+
"sha256": "cc75570db76b03c03df3dcaac3381a89a9e92ff2b39719f3d00ac41bb89147d1"
|
| 841 |
},
|
| 842 |
"run.json": {
|
| 843 |
"size": 407,
|
| 844 |
+
"sha256": "d72e7f12f02ca389af664a6e6a90f9061050132100b32c737e18c5207f5c9ef3"
|
| 845 |
},
|
| 846 |
"train.log": {
|
| 847 |
+
"size": 274978,
|
| 848 |
+
"sha256": "b37791314be7b268280e0005a698396839dc9b72aa3ab293e0b4ad7c345ef6fa"
|
| 849 |
},
|
| 850 |
"trainer_state.final.json": {
|
| 851 |
+
"size": 225479,
|
| 852 |
+
"sha256": "02f9a66b02bb552b9fb5b0fe2cf523809d3b2ee4475683870014d1b13ad7a8a2"
|
| 853 |
},
|
| 854 |
"training_examples.jsonl": {
|
| 855 |
"size": 3159083,
|
|
|
|
| 857 |
},
|
| 858 |
"training_provenance.json": {
|
| 859 |
"size": 4090,
|
| 860 |
+
"sha256": "d4d5407f6abf83d471b752bd6b1e74777b935dc03d9dce25dd4ec0c1d32d3a6a"
|
| 861 |
},
|
| 862 |
"training_trace.jsonl": {
|
| 863 |
+
"size": 182211,
|
| 864 |
+
"sha256": "3162f25b3bb9dbc2b6e99501728763c5a9acec2b98a1dd4988902fa8ee0b3a2a"
|
| 865 |
}
|
| 866 |
}
|
| 867 |
}
|