Training in progress, step 200
Browse files- .gitattributes +1 -0
- adapter_config.json +17 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- special_tokens_map.json +42 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- trainer_log.jsonl +44 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "google/gemma-3-1b-it",
|
| 4 |
+
"inference_mode": true,
|
| 5 |
+
"num_attention_heads": 4,
|
| 6 |
+
"num_layers": 26,
|
| 7 |
+
"num_transformer_submodules": 1,
|
| 8 |
+
"num_virtual_tokens": 100,
|
| 9 |
+
"peft_type": "PROMPT_TUNING",
|
| 10 |
+
"prompt_tuning_init": "RANDOM",
|
| 11 |
+
"prompt_tuning_init_text": null,
|
| 12 |
+
"revision": null,
|
| 13 |
+
"task_type": "CAUSAL_LM",
|
| 14 |
+
"token_dim": 1152,
|
| 15 |
+
"tokenizer_kwargs": null,
|
| 16 |
+
"tokenizer_name_or_path": null
|
| 17 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6db06392f1eafe4e85b5fc1cc85f69a6fe2f868b2967419d2baa184b384fa166
|
| 3 |
+
size 460928
|
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<image_soft_token>": 262144
|
| 3 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<end_of_turn>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"boi_token": "<start_of_image>",
|
| 12 |
+
"bos_token": {
|
| 13 |
+
"content": "<bos>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false
|
| 18 |
+
},
|
| 19 |
+
"eoi_token": "<end_of_image>",
|
| 20 |
+
"eos_token": {
|
| 21 |
+
"content": "<eos>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false
|
| 26 |
+
},
|
| 27 |
+
"image_token": "<image_soft_token>",
|
| 28 |
+
"pad_token": {
|
| 29 |
+
"content": "<pad>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false
|
| 34 |
+
},
|
| 35 |
+
"unk_token": {
|
| 36 |
+
"content": "<unk>",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false
|
| 41 |
+
}
|
| 42 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
| 3 |
+
size 33384568
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
| 3 |
+
size 4689074
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 5, "total_steps": 40000, "loss": 11.664, "lr": 0.29999999259779675, "epoch": 0.08849557522123894, "percentage": 0.01, "elapsed_time": "0:00:03", "remaining_time": "7:09:27", "throughput": 933.78, "total_tokens": 3008}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 11.926, "lr": 0.29999996252634736, "epoch": 0.17699115044247787, "percentage": 0.03, "elapsed_time": "0:00:04", "remaining_time": "5:14:16", "throughput": 1299.59, "total_tokens": 6128}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 11.5005, "lr": 0.2999999093230187, "epoch": 0.26548672566371684, "percentage": 0.04, "elapsed_time": "0:00:05", "remaining_time": "4:16:14", "throughput": 1570.13, "total_tokens": 9056}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 9.2555, "lr": 0.299999832987819, "epoch": 0.35398230088495575, "percentage": 0.05, "elapsed_time": "0:00:06", "remaining_time": "3:44:54", "throughput": 1874.78, "total_tokens": 12656}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 6.9613, "lr": 0.29999973352076004, "epoch": 0.4424778761061947, "percentage": 0.06, "elapsed_time": "0:00:07", "remaining_time": "3:25:54", "throughput": 2045.89, "total_tokens": 15808}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 6.1477, "lr": 0.2999996109218572, "epoch": 0.5309734513274337, "percentage": 0.07, "elapsed_time": "0:00:08", "remaining_time": "3:13:17", "throughput": 2102.83, "total_tokens": 18304}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 3.1662, "lr": 0.2999994651911293, "epoch": 0.6194690265486725, "percentage": 0.09, "elapsed_time": "0:00:09", "remaining_time": "3:04:18", "throughput": 2241.99, "total_tokens": 21712}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 2.0894, "lr": 0.2999992963285989, "epoch": 0.7079646017699115, "percentage": 0.1, "elapsed_time": "0:00:10", "remaining_time": "2:57:34", "throughput": 2304.36, "total_tokens": 24576}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 1.941, "lr": 0.29999910433429194, "epoch": 0.7964601769911505, "percentage": 0.11, "elapsed_time": "0:00:11", "remaining_time": "2:52:20", "throughput": 2325.91, "total_tokens": 27088}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 1.32, "lr": 0.29999888920823814, "epoch": 0.8849557522123894, "percentage": 0.12, "elapsed_time": "0:00:12", "remaining_time": "2:48:09", "throughput": 2347.76, "total_tokens": 29648}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 1.5291, "lr": 0.29999865095047057, "epoch": 0.9734513274336283, "percentage": 0.14, "elapsed_time": "0:00:13", "remaining_time": "2:44:38", "throughput": 2355.1, "total_tokens": 32032}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 0.7341, "lr": 0.29999838956102604, "epoch": 1.0530973451327434, "percentage": 0.15, "elapsed_time": "0:00:14", "remaining_time": "2:44:37", "throughput": 2333.43, "total_tokens": 34624}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 0.5649, "lr": 0.29999810503994484, "epoch": 1.1415929203539823, "percentage": 0.16, "elapsed_time": "0:00:15", "remaining_time": "2:42:02", "throughput": 2376.01, "total_tokens": 37600}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 0.8966, "lr": 0.29999779738727084, "epoch": 1.2300884955752212, "percentage": 0.18, "elapsed_time": "0:00:16", "remaining_time": "2:39:46", "throughput": 2395.29, "total_tokens": 40256}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 0.7875, "lr": 0.29999746660305154, "epoch": 1.3185840707964602, "percentage": 0.19, "elapsed_time": "0:00:17", "remaining_time": "2:37:48", "throughput": 2442.15, "total_tokens": 43440}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 0.6253, "lr": 0.2999971126873379, "epoch": 1.407079646017699, "percentage": 0.2, "elapsed_time": "0:00:18", "remaining_time": "2:36:16", "throughput": 2458.34, "total_tokens": 46192}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 0.6007, "lr": 0.2999967356401845, "epoch": 1.495575221238938, "percentage": 0.21, "elapsed_time": "0:00:19", "remaining_time": "2:34:46", "throughput": 2496.02, "total_tokens": 49360}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 0.5341, "lr": 0.29999633546164944, "epoch": 1.584070796460177, "percentage": 0.22, "elapsed_time": "0:00:20", "remaining_time": "2:33:25", "throughput": 2497.34, "total_tokens": 51840}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 0.3807, "lr": 0.29999591215179444, "epoch": 1.672566371681416, "percentage": 0.24, "elapsed_time": "0:00:21", "remaining_time": "2:32:11", "throughput": 2528.23, "total_tokens": 54960}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 0.3344, "lr": 0.2999954657106849, "epoch": 1.7610619469026547, "percentage": 0.25, "elapsed_time": "0:00:22", "remaining_time": "2:31:05", "throughput": 2542.83, "total_tokens": 57776}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 0.3279, "lr": 0.2999949961383896, "epoch": 1.8495575221238938, "percentage": 0.26, "elapsed_time": "0:00:23", "remaining_time": "2:30:07", "throughput": 2557.14, "total_tokens": 60624}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 0.309, "lr": 0.2999945034349809, "epoch": 1.9380530973451329, "percentage": 0.27, "elapsed_time": "0:00:24", "remaining_time": "2:29:12", "throughput": 2569.19, "total_tokens": 63424}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 0.3785, "lr": 0.2999939876005348, "epoch": 2.017699115044248, "percentage": 0.29, "elapsed_time": "0:00:25", "remaining_time": "2:29:58", "throughput": 2526.18, "total_tokens": 65544}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 0.3453, "lr": 0.29999344863513094, "epoch": 2.106194690265487, "percentage": 0.3, "elapsed_time": "0:00:26", "remaining_time": "2:29:09", "throughput": 2545.71, "total_tokens": 68552}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 0.2252, "lr": 0.2999928865388523, "epoch": 2.1946902654867255, "percentage": 0.31, "elapsed_time": "0:00:27", "remaining_time": "2:28:22", "throughput": 2553.42, "total_tokens": 71256}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 0.3022, "lr": 0.29999230131178567, "epoch": 2.2831858407079646, "percentage": 0.33, "elapsed_time": "0:00:28", "remaining_time": "2:27:38", "throughput": 2568.97, "total_tokens": 74200}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 0.3919, "lr": 0.2999916929540212, "epoch": 2.3716814159292037, "percentage": 0.34, "elapsed_time": "0:00:29", "remaining_time": "2:27:04", "throughput": 2566.63, "total_tokens": 76696}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 0.3556, "lr": 0.29999106146565285, "epoch": 2.4601769911504423, "percentage": 0.35, "elapsed_time": "0:00:30", "remaining_time": "2:26:34", "throughput": 2578.29, "total_tokens": 79640}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 0.3411, "lr": 0.29999040684677786, "epoch": 2.5486725663716814, "percentage": 0.36, "elapsed_time": "0:00:31", "remaining_time": "2:26:04", "throughput": 2591.54, "total_tokens": 82632}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 0.248, "lr": 0.2999897290974972, "epoch": 2.6371681415929205, "percentage": 0.38, "elapsed_time": "0:00:32", "remaining_time": "2:25:31", "throughput": 2601.23, "total_tokens": 85496}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 0.159, "lr": 0.2999890282179155, "epoch": 2.725663716814159, "percentage": 0.39, "elapsed_time": "0:00:33", "remaining_time": "2:25:02", "throughput": 2632.9, "total_tokens": 89128}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 0.3356, "lr": 0.29998830420814077, "epoch": 2.814159292035398, "percentage": 0.4, "elapsed_time": "0:00:34", "remaining_time": "2:24:34", "throughput": 2645.29, "total_tokens": 92152}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 0.3261, "lr": 0.2999875570682846, "epoch": 2.9026548672566372, "percentage": 0.41, "elapsed_time": "0:00:35", "remaining_time": "2:24:07", "throughput": 2641.98, "total_tokens": 94632}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 0.1706, "lr": 0.2999867867984623, "epoch": 2.991150442477876, "percentage": 0.43, "elapsed_time": "0:00:36", "remaining_time": "2:23:37", "throughput": 2651.92, "total_tokens": 97544}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 0.1368, "lr": 0.29998599339879267, "epoch": 3.0707964601769913, "percentage": 0.44, "elapsed_time": "0:00:38", "remaining_time": "2:24:16", "throughput": 2628.58, "total_tokens": 99992}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 0.1791, "lr": 0.29998517686939796, "epoch": 3.15929203539823, "percentage": 0.45, "elapsed_time": "0:00:39", "remaining_time": "2:23:51", "throughput": 2635.34, "total_tokens": 102824}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 0.2248, "lr": 0.29998433721040413, "epoch": 3.247787610619469, "percentage": 0.46, "elapsed_time": "0:00:39", "remaining_time": "2:23:27", "throughput": 2640.49, "total_tokens": 105608}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 0.1702, "lr": 0.29998347442194073, "epoch": 3.336283185840708, "percentage": 0.47, "elapsed_time": "0:00:40", "remaining_time": "2:23:04", "throughput": 2653.36, "total_tokens": 108712}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 0.1231, "lr": 0.2999825885041407, "epoch": 3.4247787610619467, "percentage": 0.49, "elapsed_time": "0:00:41", "remaining_time": "2:22:42", "throughput": 2660.78, "total_tokens": 111608}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 0.388, "lr": 0.29998167945714077, "epoch": 3.5132743362831858, "percentage": 0.5, "elapsed_time": "0:00:42", "remaining_time": "2:22:21", "throughput": 2667.81, "total_tokens": 114504}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 0.26136693358421326, "epoch": 3.5132743362831858, "percentage": 0.5, "elapsed_time": "0:00:43", "remaining_time": "2:25:26", "throughput": 2611.23, "total_tokens": 114504}
|
| 42 |
+
{"current_steps": 205, "total_steps": 40000, "loss": 0.3094, "lr": 0.2999807472810811, "epoch": 3.601769911504425, "percentage": 0.51, "elapsed_time": "0:00:46", "remaining_time": "2:29:40", "throughput": 2541.96, "total_tokens": 117592}
|
| 43 |
+
{"current_steps": 210, "total_steps": 40000, "loss": 0.1854, "lr": 0.29997979197610536, "epoch": 3.6902654867256635, "percentage": 0.53, "elapsed_time": "0:00:47", "remaining_time": "2:29:17", "throughput": 2543.03, "total_tokens": 120216}
|
| 44 |
+
{"current_steps": 215, "total_steps": 40000, "loss": 0.3197, "lr": 0.299978813542361, "epoch": 3.7787610619469025, "percentage": 0.54, "elapsed_time": "0:00:48", "remaining_time": "2:28:50", "throughput": 2546.52, "total_tokens": 122904}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:456320a1514c25266c6501178c2177b9b7072b2bdeef60c54df192ab518fe861
|
| 3 |
+
size 5752
|