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 +41 -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:00a52bc049333d6621c7dbd69dfeae5f167b82a901932df97b07683d82f9d3a5
|
| 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,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 5, "total_steps": 40000, "loss": 8.5145, "lr": 0.29999999259779675, "epoch": 0.0012803277639075604, "percentage": 0.01, "elapsed_time": "0:00:07", "remaining_time": "15:59:10", "throughput": 8495.06, "total_tokens": 61120}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 6.4262, "lr": 0.29999996252634736, "epoch": 0.002560655527815121, "percentage": 0.03, "elapsed_time": "0:00:12", "remaining_time": "13:20:41", "throughput": 10018.05, "total_tokens": 120352}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 5.5783, "lr": 0.2999999093230187, "epoch": 0.003840983291722681, "percentage": 0.04, "elapsed_time": "0:00:16", "remaining_time": "12:27:01", "throughput": 10746.98, "total_tokens": 180704}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 3.4636, "lr": 0.299999832987819, "epoch": 0.005121311055630242, "percentage": 0.05, "elapsed_time": "0:00:21", "remaining_time": "11:57:27", "throughput": 11030.58, "total_tokens": 237536}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 2.6276, "lr": 0.29999973352076004, "epoch": 0.006401638819537802, "percentage": 0.06, "elapsed_time": "0:00:26", "remaining_time": "11:42:36", "throughput": 11303.77, "total_tokens": 298016}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 2.1966, "lr": 0.2999996109218572, "epoch": 0.007681966583445362, "percentage": 0.07, "elapsed_time": "0:00:31", "remaining_time": "11:31:07", "throughput": 11451.38, "total_tokens": 356416}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 1.8854, "lr": 0.2999994651911293, "epoch": 0.008962294347352922, "percentage": 0.09, "elapsed_time": "0:00:35", "remaining_time": "11:23:17", "throughput": 11532.92, "total_tokens": 414080}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 2.0527, "lr": 0.2999992963285989, "epoch": 0.010242622111260483, "percentage": 0.1, "elapsed_time": "0:00:40", "remaining_time": "11:16:03", "throughput": 11589.9, "total_tokens": 470592}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 1.6866, "lr": 0.29999910433429194, "epoch": 0.011522949875168043, "percentage": 0.11, "elapsed_time": "0:00:45", "remaining_time": "11:10:51", "throughput": 11667.49, "total_tokens": 528928}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 1.5151, "lr": 0.29999888920823814, "epoch": 0.012803277639075603, "percentage": 0.12, "elapsed_time": "0:00:50", "remaining_time": "11:07:53", "throughput": 11713.01, "total_tokens": 587456}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 1.2937, "lr": 0.29999865095047057, "epoch": 0.014083605402983163, "percentage": 0.14, "elapsed_time": "0:00:54", "remaining_time": "11:04:13", "throughput": 11752.35, "total_tokens": 644896}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 1.3521, "lr": 0.29999838956102604, "epoch": 0.015363933166890723, "percentage": 0.15, "elapsed_time": "0:00:59", "remaining_time": "11:01:43", "throughput": 11811.93, "total_tokens": 704512}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 1.3945, "lr": 0.29999810503994484, "epoch": 0.016644260930798283, "percentage": 0.16, "elapsed_time": "0:01:04", "remaining_time": "11:00:36", "throughput": 11841.93, "total_tokens": 763968}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 1.382, "lr": 0.29999779738727084, "epoch": 0.017924588694705843, "percentage": 0.18, "elapsed_time": "0:01:09", "remaining_time": "10:58:24", "throughput": 11883.01, "total_tokens": 822944}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 1.2208, "lr": 0.29999746660305154, "epoch": 0.019204916458613407, "percentage": 0.19, "elapsed_time": "0:01:14", "remaining_time": "10:57:10", "throughput": 11905.01, "total_tokens": 881824}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 1.1231, "lr": 0.2999971126873379, "epoch": 0.020485244222520967, "percentage": 0.2, "elapsed_time": "0:01:18", "remaining_time": "10:55:48", "throughput": 11921.94, "total_tokens": 940096}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 1.2184, "lr": 0.2999967356401845, "epoch": 0.021765571986428527, "percentage": 0.21, "elapsed_time": "0:01:23", "remaining_time": "10:54:38", "throughput": 11955.08, "total_tokens": 999968}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 1.1916, "lr": 0.29999633546164944, "epoch": 0.023045899750336087, "percentage": 0.22, "elapsed_time": "0:01:28", "remaining_time": "10:53:09", "throughput": 11974.53, "total_tokens": 1058240}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 1.1587, "lr": 0.29999591215179444, "epoch": 0.024326227514243647, "percentage": 0.24, "elapsed_time": "0:01:33", "remaining_time": "10:52:05", "throughput": 11984.87, "total_tokens": 1116320}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 1.1249, "lr": 0.2999954657106849, "epoch": 0.025606555278151207, "percentage": 0.25, "elapsed_time": "0:01:37", "remaining_time": "10:51:11", "throughput": 11988.69, "total_tokens": 1173984}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 1.0916, "lr": 0.2999949961383896, "epoch": 0.026886883042058767, "percentage": 0.26, "elapsed_time": "0:01:42", "remaining_time": "10:50:07", "throughput": 12012.82, "total_tokens": 1233280}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 1.0772, "lr": 0.2999945034349809, "epoch": 0.028167210805966326, "percentage": 0.27, "elapsed_time": "0:01:47", "remaining_time": "10:48:52", "throughput": 12018.17, "total_tokens": 1290272}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 1.0692, "lr": 0.2999939876005348, "epoch": 0.029447538569873886, "percentage": 0.29, "elapsed_time": "0:01:52", "remaining_time": "10:48:18", "throughput": 12013.17, "total_tokens": 1347328}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 1.0456, "lr": 0.29999344863513094, "epoch": 0.030727866333781446, "percentage": 0.3, "elapsed_time": "0:01:57", "remaining_time": "10:48:03", "throughput": 12027.69, "total_tokens": 1407264}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 0.9779, "lr": 0.2999928865388523, "epoch": 0.032008194097689006, "percentage": 0.31, "elapsed_time": "0:02:01", "remaining_time": "10:47:13", "throughput": 12048.01, "total_tokens": 1466656}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 0.9552, "lr": 0.29999230131178567, "epoch": 0.033288521861596566, "percentage": 0.33, "elapsed_time": "0:02:06", "remaining_time": "10:46:27", "throughput": 12057.97, "total_tokens": 1524992}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 0.9613, "lr": 0.2999916929540212, "epoch": 0.034568849625504126, "percentage": 0.34, "elapsed_time": "0:02:11", "remaining_time": "10:46:07", "throughput": 12054.46, "total_tokens": 1582560}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 0.9572, "lr": 0.29999106146565285, "epoch": 0.035849177389411686, "percentage": 0.35, "elapsed_time": "0:02:16", "remaining_time": "10:45:47", "throughput": 12057.79, "total_tokens": 1640992}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 0.9709, "lr": 0.29999040684677786, "epoch": 0.037129505153319246, "percentage": 0.36, "elapsed_time": "0:02:20", "remaining_time": "10:45:03", "throughput": 12060.82, "total_tokens": 1698272}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 0.9579, "lr": 0.2999897290974972, "epoch": 0.03840983291722681, "percentage": 0.38, "elapsed_time": "0:02:25", "remaining_time": "10:44:44", "throughput": 12057.5, "total_tokens": 1755744}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 0.9019, "lr": 0.2999890282179155, "epoch": 0.03969016068113437, "percentage": 0.39, "elapsed_time": "0:02:30", "remaining_time": "10:44:18", "throughput": 12061.1, "total_tokens": 1813792}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 0.8985, "lr": 0.29998830420814077, "epoch": 0.04097048844504193, "percentage": 0.4, "elapsed_time": "0:02:35", "remaining_time": "10:43:55", "throughput": 12060.34, "total_tokens": 1871328}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 0.9832, "lr": 0.2999875570682846, "epoch": 0.04225081620894949, "percentage": 0.41, "elapsed_time": "0:02:39", "remaining_time": "10:43:22", "throughput": 12071.78, "total_tokens": 1930208}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 0.8628, "lr": 0.2999867867984623, "epoch": 0.04353114397285705, "percentage": 0.43, "elapsed_time": "0:02:44", "remaining_time": "10:43:02", "throughput": 12074.68, "total_tokens": 1988384}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 0.9507, "lr": 0.29998599339879267, "epoch": 0.04481147173676461, "percentage": 0.44, "elapsed_time": "0:02:49", "remaining_time": "10:42:29", "throughput": 12082.24, "total_tokens": 2046656}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 0.8128, "lr": 0.29998517686939796, "epoch": 0.04609179950067217, "percentage": 0.45, "elapsed_time": "0:02:54", "remaining_time": "10:41:48", "throughput": 12079.44, "total_tokens": 2102688}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 0.8777, "lr": 0.29998433721040413, "epoch": 0.04737212726457973, "percentage": 0.46, "elapsed_time": "0:02:58", "remaining_time": "10:41:19", "throughput": 12088.52, "total_tokens": 2161376}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 0.8432, "lr": 0.29998347442194073, "epoch": 0.04865245502848729, "percentage": 0.47, "elapsed_time": "0:03:03", "remaining_time": "10:41:01", "throughput": 12081.9, "total_tokens": 2217792}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 0.8496, "lr": 0.2999825885041407, "epoch": 0.04993278279239485, "percentage": 0.49, "elapsed_time": "0:03:08", "remaining_time": "10:40:42", "throughput": 12084.35, "total_tokens": 2275776}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 0.8552, "lr": 0.29998167945714077, "epoch": 0.05121311055630241, "percentage": 0.5, "elapsed_time": "0:03:13", "remaining_time": "10:40:23", "throughput": 12093.9, "total_tokens": 2335136}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 0.8631436228752136, "epoch": 0.05121311055630241, "percentage": 0.5, "elapsed_time": "0:06:39", "remaining_time": "22:05:13", "throughput": 5844.2, "total_tokens": 2335136}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a85dab050c36cfe2a333370c5e9daba965eda2e7fb980155879f2282ef813194
|
| 3 |
+
size 5752
|