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 +45 -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:89e035dfe25f03d95f2a54e749c03d501708ef3bb647f528692f32bda96153ac
|
| 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,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 5, "total_steps": 40000, "loss": 9.8054, "lr": 0.29999999259779675, "epoch": 0.05555555555555555, "percentage": 0.01, "elapsed_time": "0:00:03", "remaining_time": "6:52:41", "throughput": 444.49, "total_tokens": 1376}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 6.8378, "lr": 0.29999996252634736, "epoch": 0.1111111111111111, "percentage": 0.03, "elapsed_time": "0:00:04", "remaining_time": "5:06:08", "throughput": 609.57, "total_tokens": 2800}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 4.5419, "lr": 0.2999999093230187, "epoch": 0.16666666666666666, "percentage": 0.04, "elapsed_time": "0:00:05", "remaining_time": "4:10:25", "throughput": 752.22, "total_tokens": 4240}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 2.5896, "lr": 0.299999832987819, "epoch": 0.2222222222222222, "percentage": 0.05, "elapsed_time": "0:00:06", "remaining_time": "3:40:11", "throughput": 856.99, "total_tokens": 5664}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 1.1372, "lr": 0.29999973352076004, "epoch": 0.2777777777777778, "percentage": 0.06, "elapsed_time": "0:00:07", "remaining_time": "3:22:02", "throughput": 932.85, "total_tokens": 7072}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 0.9272, "lr": 0.2999996109218572, "epoch": 0.3333333333333333, "percentage": 0.07, "elapsed_time": "0:00:08", "remaining_time": "3:09:55", "throughput": 991.42, "total_tokens": 8480}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 0.6033, "lr": 0.2999994651911293, "epoch": 0.3888888888888889, "percentage": 0.09, "elapsed_time": "0:00:09", "remaining_time": "3:01:15", "throughput": 1033.1, "total_tokens": 9840}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 0.4719, "lr": 0.2999992963285989, "epoch": 0.4444444444444444, "percentage": 0.1, "elapsed_time": "0:00:10", "remaining_time": "2:54:52", "throughput": 1066.4, "total_tokens": 11200}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 0.3556, "lr": 0.29999910433429194, "epoch": 0.5, "percentage": 0.11, "elapsed_time": "0:00:11", "remaining_time": "2:49:58", "throughput": 1100.45, "total_tokens": 12640}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 0.5066, "lr": 0.29999888920823814, "epoch": 0.5555555555555556, "percentage": 0.12, "elapsed_time": "0:00:12", "remaining_time": "2:46:01", "throughput": 1125.52, "total_tokens": 14032}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 0.3132, "lr": 0.29999865095047057, "epoch": 0.6111111111111112, "percentage": 0.14, "elapsed_time": "0:00:13", "remaining_time": "2:42:43", "throughput": 1150.86, "total_tokens": 15472}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 0.308, "lr": 0.29999838956102604, "epoch": 0.6666666666666666, "percentage": 0.15, "elapsed_time": "0:00:14", "remaining_time": "2:40:00", "throughput": 1171.5, "total_tokens": 16896}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 0.2331, "lr": 0.29999810503994484, "epoch": 0.7222222222222222, "percentage": 0.16, "elapsed_time": "0:00:15", "remaining_time": "2:37:51", "throughput": 1189.34, "total_tokens": 18336}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 0.2147, "lr": 0.29999779738727084, "epoch": 0.7777777777777778, "percentage": 0.18, "elapsed_time": "0:00:16", "remaining_time": "2:35:50", "throughput": 1205.41, "total_tokens": 19760}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 0.1688, "lr": 0.29999746660305154, "epoch": 0.8333333333333334, "percentage": 0.19, "elapsed_time": "0:00:17", "remaining_time": "2:34:08", "throughput": 1216.56, "total_tokens": 21136}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 0.2121, "lr": 0.2999971126873379, "epoch": 0.8888888888888888, "percentage": 0.2, "elapsed_time": "0:00:18", "remaining_time": "2:32:35", "throughput": 1228.69, "total_tokens": 22544}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 0.2116, "lr": 0.2999967356401845, "epoch": 0.9444444444444444, "percentage": 0.21, "elapsed_time": "0:00:19", "remaining_time": "2:31:13", "throughput": 1237.98, "total_tokens": 23920}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 0.1905, "lr": 0.29999633546164944, "epoch": 1.0, "percentage": 0.22, "elapsed_time": "0:00:20", "remaining_time": "2:30:40", "throughput": 1241.58, "total_tokens": 25312}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 0.1813, "lr": 0.29999591215179444, "epoch": 1.0555555555555556, "percentage": 0.24, "elapsed_time": "0:00:21", "remaining_time": "2:31:14", "throughput": 1236.88, "total_tokens": 26720}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 0.1774, "lr": 0.2999954657106849, "epoch": 1.1111111111111112, "percentage": 0.25, "elapsed_time": "0:00:22", "remaining_time": "2:30:10", "throughput": 1244.08, "total_tokens": 28096}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 0.2003, "lr": 0.2999949961383896, "epoch": 1.1666666666666667, "percentage": 0.26, "elapsed_time": "0:00:23", "remaining_time": "2:29:12", "throughput": 1251.44, "total_tokens": 29488}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 0.1822, "lr": 0.2999945034349809, "epoch": 1.2222222222222223, "percentage": 0.27, "elapsed_time": "0:00:24", "remaining_time": "2:28:18", "throughput": 1258.42, "total_tokens": 30880}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 0.1849, "lr": 0.2999939876005348, "epoch": 1.2777777777777777, "percentage": 0.29, "elapsed_time": "0:00:25", "remaining_time": "2:27:29", "throughput": 1264.22, "total_tokens": 32256}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 0.1901, "lr": 0.29999344863513094, "epoch": 1.3333333333333333, "percentage": 0.3, "elapsed_time": "0:00:26", "remaining_time": "2:26:42", "throughput": 1269.2, "total_tokens": 33616}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 0.1707, "lr": 0.2999928865388523, "epoch": 1.3888888888888888, "percentage": 0.31, "elapsed_time": "0:00:27", "remaining_time": "2:25:59", "throughput": 1276.05, "total_tokens": 35040}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 0.1935, "lr": 0.29999230131178567, "epoch": 1.4444444444444444, "percentage": 0.33, "elapsed_time": "0:00:28", "remaining_time": "2:25:20", "throughput": 1283.03, "total_tokens": 36480}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 0.1853, "lr": 0.2999916929540212, "epoch": 1.5, "percentage": 0.34, "elapsed_time": "0:00:29", "remaining_time": "2:24:44", "throughput": 1288.33, "total_tokens": 37888}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 0.2435, "lr": 0.29999106146565285, "epoch": 1.5555555555555556, "percentage": 0.35, "elapsed_time": "0:00:30", "remaining_time": "2:24:13", "throughput": 1292.91, "total_tokens": 39296}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 0.1948, "lr": 0.29999040684677786, "epoch": 1.6111111111111112, "percentage": 0.36, "elapsed_time": "0:00:31", "remaining_time": "2:23:42", "throughput": 1297.54, "total_tokens": 40704}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 0.1977, "lr": 0.2999897290974972, "epoch": 1.6666666666666665, "percentage": 0.38, "elapsed_time": "0:00:32", "remaining_time": "2:23:12", "throughput": 1301.98, "total_tokens": 42112}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 0.1788, "lr": 0.2999890282179155, "epoch": 1.7222222222222223, "percentage": 0.39, "elapsed_time": "0:00:33", "remaining_time": "2:22:44", "throughput": 1306.21, "total_tokens": 43520}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 0.1779, "lr": 0.29998830420814077, "epoch": 1.7777777777777777, "percentage": 0.4, "elapsed_time": "0:00:34", "remaining_time": "2:22:19", "throughput": 1309.5, "total_tokens": 44912}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 0.1839, "lr": 0.2999875570682846, "epoch": 1.8333333333333335, "percentage": 0.41, "elapsed_time": "0:00:35", "remaining_time": "2:21:55", "throughput": 1311.82, "total_tokens": 46272}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 0.1771, "lr": 0.2999867867984623, "epoch": 1.8888888888888888, "percentage": 0.43, "elapsed_time": "0:00:36", "remaining_time": "2:21:31", "throughput": 1315.12, "total_tokens": 47664}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 0.1791, "lr": 0.29998599339879267, "epoch": 1.9444444444444444, "percentage": 0.44, "elapsed_time": "0:00:37", "remaining_time": "2:21:09", "throughput": 1318.57, "total_tokens": 49072}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 0.174, "lr": 0.29998517686939796, "epoch": 2.0, "percentage": 0.45, "elapsed_time": "0:00:38", "remaining_time": "2:21:18", "throughput": 1316.75, "total_tokens": 50464}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 0.167, "lr": 0.29998433721040413, "epoch": 2.0555555555555554, "percentage": 0.46, "elapsed_time": "0:00:39", "remaining_time": "2:21:48", "throughput": 1312.92, "total_tokens": 51904}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 0.1692, "lr": 0.29998347442194073, "epoch": 2.111111111111111, "percentage": 0.47, "elapsed_time": "0:00:40", "remaining_time": "2:21:27", "throughput": 1315.22, "total_tokens": 53280}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 0.178, "lr": 0.2999825885041407, "epoch": 2.1666666666666665, "percentage": 0.49, "elapsed_time": "0:00:41", "remaining_time": "2:21:11", "throughput": 1318.57, "total_tokens": 54720}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 0.1585, "lr": 0.29998167945714077, "epoch": 2.2222222222222223, "percentage": 0.5, "elapsed_time": "0:00:42", "remaining_time": "2:20:51", "throughput": 1322.74, "total_tokens": 56176}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 0.19602972269058228, "epoch": 2.2222222222222223, "percentage": 0.5, "elapsed_time": "0:00:43", "remaining_time": "2:24:46", "throughput": 1287.01, "total_tokens": 56176}
|
| 42 |
+
{"current_steps": 205, "total_steps": 40000, "loss": 0.1925, "lr": 0.2999807472810811, "epoch": 2.2777777777777777, "percentage": 0.51, "elapsed_time": "0:00:46", "remaining_time": "2:28:50", "throughput": 1251.71, "total_tokens": 57584}
|
| 43 |
+
{"current_steps": 210, "total_steps": 40000, "loss": 0.1734, "lr": 0.29997979197610536, "epoch": 2.3333333333333335, "percentage": 0.53, "elapsed_time": "0:00:47", "remaining_time": "2:28:28", "throughput": 1253.71, "total_tokens": 58944}
|
| 44 |
+
{"current_steps": 215, "total_steps": 40000, "loss": 0.1786, "lr": 0.299978813542361, "epoch": 2.388888888888889, "percentage": 0.54, "elapsed_time": "0:00:48", "remaining_time": "2:28:03", "throughput": 1257.1, "total_tokens": 60352}
|
| 45 |
+
{"current_steps": 220, "total_steps": 40000, "loss": 0.2209, "lr": 0.2999778119799988, "epoch": 2.4444444444444446, "percentage": 0.55, "elapsed_time": "0:00:48", "remaining_time": "2:27:38", "throughput": 1259.97, "total_tokens": 61728}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83d342eb1cb5ec01b5cd06e0f4a8934e2cefd5eb60fa247c06012b6413701989
|
| 3 |
+
size 5752
|