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 +42 -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 |
+
"exclude_modules": null,
|
| 5 |
+
"inference_mode": true,
|
| 6 |
+
"modules_to_save": null,
|
| 7 |
+
"peft_type": "LN_TUNING",
|
| 8 |
+
"revision": null,
|
| 9 |
+
"target_modules": [
|
| 10 |
+
"input_layernorm",
|
| 11 |
+
"post_attention_layernorm",
|
| 12 |
+
"pre_feedforward_layernorm",
|
| 13 |
+
"post_feedforward_layernorm",
|
| 14 |
+
"norm"
|
| 15 |
+
],
|
| 16 |
+
"task_type": "CAUSAL_LM"
|
| 17 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a0f1929c97810ebb613f2a1ed2b2232fae85725fc672940061aec4e6093fe59
|
| 3 |
+
size 498936
|
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,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 5, "total_steps": 40000, "loss": 9.1651, "lr": 4.999999876629946e-05, "epoch": 0.015455950540958269, "percentage": 0.01, "elapsed_time": "0:00:04", "remaining_time": "9:36:29", "throughput": 1716.82, "total_tokens": 7424}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 9.0102, "lr": 4.999999375439123e-05, "epoch": 0.030911901081916538, "percentage": 0.03, "elapsed_time": "0:00:07", "remaining_time": "8:17:41", "throughput": 1988.44, "total_tokens": 14848}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 8.8724, "lr": 4.9999984887169785e-05, "epoch": 0.04636785162287481, "percentage": 0.04, "elapsed_time": "0:00:10", "remaining_time": "7:50:53", "throughput": 2089.24, "total_tokens": 22144}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 8.7402, "lr": 4.9999972164636506e-05, "epoch": 0.061823802163833076, "percentage": 0.05, "elapsed_time": "0:00:13", "remaining_time": "7:37:35", "throughput": 2192.45, "total_tokens": 30112}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 8.3038, "lr": 4.999995558679334e-05, "epoch": 0.07727975270479134, "percentage": 0.06, "elapsed_time": "0:00:16", "remaining_time": "7:30:17", "throughput": 2232.92, "total_tokens": 37728}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 8.2241, "lr": 4.999993515364287e-05, "epoch": 0.09273570324574962, "percentage": 0.07, "elapsed_time": "0:00:20", "remaining_time": "7:25:01", "throughput": 2259.32, "total_tokens": 45280}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 8.0231, "lr": 4.999991086518822e-05, "epoch": 0.10819165378670788, "percentage": 0.09, "elapsed_time": "0:00:23", "remaining_time": "7:20:56", "throughput": 2277.44, "total_tokens": 52768}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 7.5294, "lr": 4.999988272143315e-05, "epoch": 0.12364760432766615, "percentage": 0.1, "elapsed_time": "0:00:26", "remaining_time": "7:18:00", "throughput": 2295.35, "total_tokens": 60384}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 7.2901, "lr": 4.999985072238199e-05, "epoch": 0.1391035548686244, "percentage": 0.11, "elapsed_time": "0:00:29", "remaining_time": "7:15:40", "throughput": 2305.35, "total_tokens": 67872}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 7.5274, "lr": 4.999981486803969e-05, "epoch": 0.1545595054095827, "percentage": 0.12, "elapsed_time": "0:00:32", "remaining_time": "7:14:02", "throughput": 2310.1, "total_tokens": 75296}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 7.1195, "lr": 4.999977515841176e-05, "epoch": 0.17001545595054096, "percentage": 0.14, "elapsed_time": "0:00:35", "remaining_time": "7:12:24", "throughput": 2318.26, "total_tokens": 82816}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 7.147, "lr": 4.9999731593504344e-05, "epoch": 0.18547140649149924, "percentage": 0.15, "elapsed_time": "0:00:38", "remaining_time": "7:11:11", "throughput": 2313.63, "total_tokens": 89920}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 6.7894, "lr": 4.999968417332415e-05, "epoch": 0.2009273570324575, "percentage": 0.16, "elapsed_time": "0:00:41", "remaining_time": "7:10:03", "throughput": 2330.69, "total_tokens": 97888}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 6.7172, "lr": 4.999963289787848e-05, "epoch": 0.21638330757341576, "percentage": 0.18, "elapsed_time": "0:00:45", "remaining_time": "7:09:10", "throughput": 2325.81, "total_tokens": 104992}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 6.6851, "lr": 4.999957776717526e-05, "epoch": 0.23183925811437403, "percentage": 0.19, "elapsed_time": "0:00:48", "remaining_time": "7:08:24", "throughput": 2340.03, "total_tokens": 112992}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 6.3046, "lr": 4.9999518781222984e-05, "epoch": 0.2472952086553323, "percentage": 0.2, "elapsed_time": "0:00:51", "remaining_time": "7:07:40", "throughput": 2353.49, "total_tokens": 121024}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 6.4236, "lr": 4.9999455940030746e-05, "epoch": 0.26275115919629055, "percentage": 0.21, "elapsed_time": "0:00:54", "remaining_time": "7:07:02", "throughput": 2358.24, "total_tokens": 128672}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 5.9794, "lr": 4.999938924360824e-05, "epoch": 0.2782071097372488, "percentage": 0.22, "elapsed_time": "0:00:57", "remaining_time": "7:06:23", "throughput": 2366.77, "total_tokens": 136544}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 5.8589, "lr": 4.999931869196575e-05, "epoch": 0.2936630602782071, "percentage": 0.24, "elapsed_time": "0:01:00", "remaining_time": "7:05:53", "throughput": 2369.7, "total_tokens": 144160}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 5.9299, "lr": 4.999924428511416e-05, "epoch": 0.3091190108191654, "percentage": 0.25, "elapsed_time": "0:01:03", "remaining_time": "7:05:22", "throughput": 2365.25, "total_tokens": 151296}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 5.7206, "lr": 4.999916602306494e-05, "epoch": 0.32457496136012365, "percentage": 0.26, "elapsed_time": "0:01:07", "remaining_time": "7:04:55", "throughput": 2376.37, "total_tokens": 159456}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 5.5123, "lr": 4.999908390583016e-05, "epoch": 0.3400309119010819, "percentage": 0.27, "elapsed_time": "0:01:10", "remaining_time": "7:04:30", "throughput": 2383.24, "total_tokens": 167392}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 5.6137, "lr": 4.999899793342247e-05, "epoch": 0.3554868624420402, "percentage": 0.29, "elapsed_time": "0:01:13", "remaining_time": "7:04:05", "throughput": 2378.84, "total_tokens": 174528}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 5.2688, "lr": 4.999890810585516e-05, "epoch": 0.37094281298299847, "percentage": 0.3, "elapsed_time": "0:01:16", "remaining_time": "7:03:47", "throughput": 2384.78, "total_tokens": 182464}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 5.1788, "lr": 4.999881442314206e-05, "epoch": 0.38639876352395675, "percentage": 0.31, "elapsed_time": "0:01:19", "remaining_time": "7:03:28", "throughput": 2388.4, "total_tokens": 190240}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 5.0677, "lr": 4.9998716885297617e-05, "epoch": 0.401854714064915, "percentage": 0.33, "elapsed_time": "0:01:22", "remaining_time": "7:03:12", "throughput": 2391.24, "total_tokens": 197984}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 4.9216, "lr": 4.999861549233688e-05, "epoch": 0.41731066460587324, "percentage": 0.34, "elapsed_time": "0:01:25", "remaining_time": "7:02:57", "throughput": 2391.69, "total_tokens": 205536}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 4.8209, "lr": 4.999851024427548e-05, "epoch": 0.4327666151468315, "percentage": 0.35, "elapsed_time": "0:01:29", "remaining_time": "7:02:43", "throughput": 2387.0, "total_tokens": 212640}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 4.7347, "lr": 4.999840114112965e-05, "epoch": 0.4482225656877898, "percentage": 0.36, "elapsed_time": "0:01:32", "remaining_time": "7:02:30", "throughput": 2390.52, "total_tokens": 220480}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 4.5482, "lr": 4.999828818291621e-05, "epoch": 0.46367851622874806, "percentage": 0.38, "elapsed_time": "0:01:35", "remaining_time": "7:02:14", "throughput": 2393.27, "total_tokens": 228224}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 4.439, "lr": 4.999817136965259e-05, "epoch": 0.47913446676970634, "percentage": 0.39, "elapsed_time": "0:01:38", "remaining_time": "7:02:02", "throughput": 2389.61, "total_tokens": 235392}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 4.3218, "lr": 4.9998050701356794e-05, "epoch": 0.4945904173106646, "percentage": 0.4, "elapsed_time": "0:01:41", "remaining_time": "7:01:49", "throughput": 2393.9, "total_tokens": 243328}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 4.1134, "lr": 4.999792617804744e-05, "epoch": 0.5100463678516228, "percentage": 0.41, "elapsed_time": "0:01:44", "remaining_time": "7:01:37", "throughput": 2396.7, "total_tokens": 251136}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 4.0625, "lr": 4.9997797799743724e-05, "epoch": 0.5255023183925811, "percentage": 0.43, "elapsed_time": "0:01:47", "remaining_time": "7:01:22", "throughput": 2399.6, "total_tokens": 258944}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 3.9523, "lr": 4.999766556646545e-05, "epoch": 0.5409582689335394, "percentage": 0.44, "elapsed_time": "0:01:51", "remaining_time": "7:01:08", "throughput": 2403.84, "total_tokens": 266912}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 3.8876, "lr": 4.9997529478232996e-05, "epoch": 0.5564142194744977, "percentage": 0.45, "elapsed_time": "0:01:54", "remaining_time": "7:00:54", "throughput": 2403.96, "total_tokens": 274432}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 3.7253, "lr": 4.9997389535067365e-05, "epoch": 0.5718701700154559, "percentage": 0.46, "elapsed_time": "0:01:57", "remaining_time": "7:00:39", "throughput": 2407.98, "total_tokens": 282400}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 3.6504, "lr": 4.999724573699012e-05, "epoch": 0.5873261205564142, "percentage": 0.47, "elapsed_time": "0:02:00", "remaining_time": "7:00:29", "throughput": 2408.24, "total_tokens": 289984}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 3.6017, "lr": 4.9997098084023457e-05, "epoch": 0.6027820710973725, "percentage": 0.49, "elapsed_time": "0:02:03", "remaining_time": "7:00:18", "throughput": 2412.03, "total_tokens": 297984}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 3.4322, "lr": 4.999694657619013e-05, "epoch": 0.6182380216383307, "percentage": 0.5, "elapsed_time": "0:02:06", "remaining_time": "7:00:06", "throughput": 2410.36, "total_tokens": 305312}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 3.398878812789917, "epoch": 0.6182380216383307, "percentage": 0.5, "elapsed_time": "0:02:12", "remaining_time": "7:21:02", "throughput": 2295.94, "total_tokens": 305312}
|
| 42 |
+
{"current_steps": 205, "total_steps": 40000, "loss": 3.3863, "lr": 4.999679121351352e-05, "epoch": 0.633693972179289, "percentage": 0.51, "elapsed_time": "0:02:17", "remaining_time": "7:25:01", "throughput": 2272.69, "total_tokens": 312608}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7513d866acdaeded76e11a89459067daaf0b02e47f16340db6109e6203edc915
|
| 3 |
+
size 5752
|