Training in progress, step 200
Browse files- .gitattributes +1 -0
- adapter_config.json +18 -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,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "google/gemma-3-1b-it",
|
| 4 |
+
"exclude_modules": null,
|
| 5 |
+
"fan_in_fan_out": false,
|
| 6 |
+
"feedforward_modules": "down_proj",
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_ia3_weights": true,
|
| 9 |
+
"modules_to_save": null,
|
| 10 |
+
"peft_type": "IA3",
|
| 11 |
+
"revision": null,
|
| 12 |
+
"target_modules": [
|
| 13 |
+
"k_proj",
|
| 14 |
+
"v_proj",
|
| 15 |
+
"down_proj"
|
| 16 |
+
],
|
| 17 |
+
"task_type": "CAUSAL_LM"
|
| 18 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77d2c8a4a0c59d4b40706ad179dcfb8e2e31e0292a6a61a2432be756f1b4e3d0
|
| 3 |
+
size 182352
|
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": 15.2834, "lr": 4.999999876629946e-05, "epoch": 0.0012803277639075604, "percentage": 0.01, "elapsed_time": "0:00:09", "remaining_time": "22:12:01", "throughput": 6117.21, "total_tokens": 61120}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 15.0379, "lr": 4.999999375439123e-05, "epoch": 0.002560655527815121, "percentage": 0.03, "elapsed_time": "0:00:17", "remaining_time": "19:47:14", "throughput": 6756.39, "total_tokens": 120352}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 14.9528, "lr": 4.9999984887169785e-05, "epoch": 0.003840983291722681, "percentage": 0.04, "elapsed_time": "0:00:25", "remaining_time": "18:51:42", "throughput": 7093.99, "total_tokens": 180704}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 15.7283, "lr": 4.9999972164636506e-05, "epoch": 0.005121311055630242, "percentage": 0.05, "elapsed_time": "0:00:33", "remaining_time": "18:24:47", "throughput": 7163.23, "total_tokens": 237536}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 15.305, "lr": 4.999995558679334e-05, "epoch": 0.006401638819537802, "percentage": 0.06, "elapsed_time": "0:00:40", "remaining_time": "18:06:03", "throughput": 7312.77, "total_tokens": 298016}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 14.4976, "lr": 4.999993515364287e-05, "epoch": 0.007681966583445362, "percentage": 0.07, "elapsed_time": "0:00:48", "remaining_time": "17:56:48", "throughput": 7349.92, "total_tokens": 356416}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 15.2672, "lr": 4.999991086518822e-05, "epoch": 0.008962294347352922, "percentage": 0.09, "elapsed_time": "0:00:56", "remaining_time": "17:49:36", "throughput": 7367.52, "total_tokens": 414080}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 15.0168, "lr": 4.999988272143315e-05, "epoch": 0.010242622111260483, "percentage": 0.1, "elapsed_time": "0:01:03", "remaining_time": "17:44:07", "throughput": 7363.15, "total_tokens": 470592}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 15.0017, "lr": 4.999985072238199e-05, "epoch": 0.011522949875168043, "percentage": 0.11, "elapsed_time": "0:01:11", "remaining_time": "17:39:17", "throughput": 7389.0, "total_tokens": 528928}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 13.5516, "lr": 4.999981486803969e-05, "epoch": 0.012803277639075603, "percentage": 0.12, "elapsed_time": "0:01:19", "remaining_time": "17:35:46", "throughput": 7409.66, "total_tokens": 587456}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 12.7551, "lr": 4.999977515841176e-05, "epoch": 0.014083605402983163, "percentage": 0.14, "elapsed_time": "0:01:26", "remaining_time": "17:32:37", "throughput": 7415.88, "total_tokens": 644896}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 11.6318, "lr": 4.9999731593504344e-05, "epoch": 0.015363933166890723, "percentage": 0.15, "elapsed_time": "0:01:34", "remaining_time": "17:30:15", "throughput": 7442.19, "total_tokens": 704512}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 10.2242, "lr": 4.999968417332415e-05, "epoch": 0.016644260930798283, "percentage": 0.16, "elapsed_time": "0:01:42", "remaining_time": "17:28:15", "throughput": 7462.75, "total_tokens": 763968}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 9.6774, "lr": 4.999963289787848e-05, "epoch": 0.017924588694705843, "percentage": 0.18, "elapsed_time": "0:01:50", "remaining_time": "17:26:11", "throughput": 7478.44, "total_tokens": 822944}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 8.3831, "lr": 4.999957776717526e-05, "epoch": 0.019204916458613407, "percentage": 0.19, "elapsed_time": "0:01:57", "remaining_time": "17:24:01", "throughput": 7493.87, "total_tokens": 881824}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 7.7808, "lr": 4.9999518781222984e-05, "epoch": 0.020485244222520967, "percentage": 0.2, "elapsed_time": "0:02:05", "remaining_time": "17:22:40", "throughput": 7498.42, "total_tokens": 940096}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 7.5708, "lr": 4.9999455940030746e-05, "epoch": 0.021765571986428527, "percentage": 0.21, "elapsed_time": "0:02:12", "remaining_time": "17:20:51", "throughput": 7518.97, "total_tokens": 999968}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 7.0188, "lr": 4.999938924360824e-05, "epoch": 0.023045899750336087, "percentage": 0.22, "elapsed_time": "0:02:20", "remaining_time": "17:20:02", "throughput": 7520.04, "total_tokens": 1058240}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 6.9531, "lr": 4.999931869196575e-05, "epoch": 0.024326227514243647, "percentage": 0.24, "elapsed_time": "0:02:28", "remaining_time": "17:18:31", "throughput": 7525.28, "total_tokens": 1116320}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 7.2064, "lr": 4.999924428511416e-05, "epoch": 0.025606555278151207, "percentage": 0.25, "elapsed_time": "0:02:36", "remaining_time": "17:17:49", "throughput": 7522.51, "total_tokens": 1173984}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 6.5087, "lr": 4.999916602306494e-05, "epoch": 0.026886883042058767, "percentage": 0.26, "elapsed_time": "0:02:43", "remaining_time": "17:16:31", "throughput": 7534.59, "total_tokens": 1233280}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 7.1347, "lr": 4.999908390583016e-05, "epoch": 0.028167210805966326, "percentage": 0.27, "elapsed_time": "0:02:51", "remaining_time": "17:15:05", "throughput": 7533.94, "total_tokens": 1290272}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 6.2922, "lr": 4.999899793342247e-05, "epoch": 0.029447538569873886, "percentage": 0.29, "elapsed_time": "0:02:58", "remaining_time": "17:14:04", "throughput": 7531.49, "total_tokens": 1347328}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 6.5867, "lr": 4.999890810585516e-05, "epoch": 0.030727866333781446, "percentage": 0.3, "elapsed_time": "0:03:06", "remaining_time": "17:13:28", "throughput": 7542.24, "total_tokens": 1407264}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 6.1606, "lr": 4.999881442314206e-05, "epoch": 0.032008194097689006, "percentage": 0.31, "elapsed_time": "0:03:14", "remaining_time": "17:12:24", "throughput": 7552.96, "total_tokens": 1466656}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 6.1292, "lr": 4.9998716885297617e-05, "epoch": 0.033288521861596566, "percentage": 0.33, "elapsed_time": "0:03:21", "remaining_time": "17:11:46", "throughput": 7554.97, "total_tokens": 1524992}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 5.8556, "lr": 4.999861549233688e-05, "epoch": 0.034568849625504126, "percentage": 0.34, "elapsed_time": "0:03:29", "remaining_time": "17:11:11", "throughput": 7553.16, "total_tokens": 1582560}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 5.493, "lr": 4.999851024427548e-05, "epoch": 0.035849177389411686, "percentage": 0.35, "elapsed_time": "0:03:37", "remaining_time": "17:10:23", "throughput": 7557.22, "total_tokens": 1640992}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 5.4286, "lr": 4.999840114112965e-05, "epoch": 0.037129505153319246, "percentage": 0.36, "elapsed_time": "0:03:44", "remaining_time": "17:09:48", "throughput": 7554.69, "total_tokens": 1698272}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 4.8266, "lr": 4.999828818291621e-05, "epoch": 0.03840983291722681, "percentage": 0.38, "elapsed_time": "0:03:52", "remaining_time": "17:09:00", "throughput": 7554.9, "total_tokens": 1755744}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 5.0264, "lr": 4.999817136965259e-05, "epoch": 0.03969016068113437, "percentage": 0.39, "elapsed_time": "0:04:00", "remaining_time": "17:08:21", "throughput": 7556.78, "total_tokens": 1813792}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 4.1507, "lr": 4.9998050701356794e-05, "epoch": 0.04097048844504193, "percentage": 0.4, "elapsed_time": "0:04:07", "remaining_time": "17:07:50", "throughput": 7555.37, "total_tokens": 1871328}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 4.2897, "lr": 4.999792617804744e-05, "epoch": 0.04225081620894949, "percentage": 0.41, "elapsed_time": "0:04:15", "remaining_time": "17:07:18", "throughput": 7560.17, "total_tokens": 1930208}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 3.9536, "lr": 4.9997797799743724e-05, "epoch": 0.04353114397285705, "percentage": 0.43, "elapsed_time": "0:04:22", "remaining_time": "17:06:48", "throughput": 7561.78, "total_tokens": 1988384}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 3.8245, "lr": 4.999766556646545e-05, "epoch": 0.04481147173676461, "percentage": 0.44, "elapsed_time": "0:04:30", "remaining_time": "17:06:36", "throughput": 7561.49, "total_tokens": 2046656}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 3.4797, "lr": 4.9997529478232996e-05, "epoch": 0.04609179950067217, "percentage": 0.45, "elapsed_time": "0:04:38", "remaining_time": "17:05:59", "throughput": 7556.25, "total_tokens": 2102688}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 3.2203, "lr": 4.9997389535067365e-05, "epoch": 0.04737212726457973, "percentage": 0.46, "elapsed_time": "0:04:45", "remaining_time": "17:05:41", "throughput": 7558.53, "total_tokens": 2161376}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 2.8925, "lr": 4.999724573699012e-05, "epoch": 0.04865245502848729, "percentage": 0.47, "elapsed_time": "0:04:53", "remaining_time": "17:05:13", "throughput": 7554.23, "total_tokens": 2217792}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 2.8108, "lr": 4.9997098084023457e-05, "epoch": 0.04993278279239485, "percentage": 0.49, "elapsed_time": "0:05:01", "remaining_time": "17:04:49", "throughput": 7554.96, "total_tokens": 2275776}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 2.6098, "lr": 4.999694657619013e-05, "epoch": 0.05121311055630241, "percentage": 0.5, "elapsed_time": "0:05:08", "remaining_time": "17:04:23", "throughput": 7560.46, "total_tokens": 2335136}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 2.6221702098846436, "epoch": 0.05121311055630241, "percentage": 0.5, "elapsed_time": "0:08:41", "remaining_time": "1 day, 4:48:09", "throughput": 4481.58, "total_tokens": 2335136}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25f7478ba40e67d4f0bf823b2d32575ac0ff85480b6b77956db295156d41f4e5
|
| 3 |
+
size 5752
|