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:ff48eb5e905d13fe070caaee0fd722457e77b925ff52f62ad8199c9c7c2f065a
|
| 3 |
+
size 257072
|
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": 15.8107, "lr": 4.999999876629946e-05, "epoch": 0.00016004097048844505, "percentage": 0.01, "elapsed_time": "0:00:04", "remaining_time": "10:31:20", "throughput": 1489.98, "total_tokens": 7056}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 14.0469, "lr": 4.999999375439123e-05, "epoch": 0.0003200819409768901, "percentage": 0.03, "elapsed_time": "0:00:06", "remaining_time": "7:03:29", "throughput": 2195.81, "total_tokens": 13952}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 15.521, "lr": 4.9999984887169785e-05, "epoch": 0.0004801229114653351, "percentage": 0.04, "elapsed_time": "0:00:07", "remaining_time": "5:54:20", "throughput": 2627.98, "total_tokens": 20960}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 16.9081, "lr": 4.9999972164636506e-05, "epoch": 0.0006401638819537802, "percentage": 0.05, "elapsed_time": "0:00:09", "remaining_time": "5:19:37", "throughput": 2915.27, "total_tokens": 27968}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 15.1694, "lr": 4.999995558679334e-05, "epoch": 0.0008002048524422252, "percentage": 0.06, "elapsed_time": "0:00:11", "remaining_time": "4:59:06", "throughput": 3100.61, "total_tokens": 34800}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 17.4032, "lr": 4.999993515364287e-05, "epoch": 0.0009602458229306702, "percentage": 0.07, "elapsed_time": "0:00:12", "remaining_time": "4:45:26", "throughput": 3276.06, "total_tokens": 42112}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 14.6118, "lr": 4.999991086518822e-05, "epoch": 0.0011202867934191152, "percentage": 0.09, "elapsed_time": "0:00:14", "remaining_time": "4:35:35", "throughput": 3393.17, "total_tokens": 49136}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 14.9406, "lr": 4.999988272143315e-05, "epoch": 0.0012803277639075604, "percentage": 0.1, "elapsed_time": "0:00:16", "remaining_time": "4:28:22", "throughput": 3478.24, "total_tokens": 56064}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 16.9644, "lr": 4.999985072238199e-05, "epoch": 0.0014403687343960054, "percentage": 0.11, "elapsed_time": "0:00:17", "remaining_time": "4:22:31", "throughput": 3554.36, "total_tokens": 63056}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 16.7985, "lr": 4.999981486803969e-05, "epoch": 0.0016004097048844504, "percentage": 0.12, "elapsed_time": "0:00:19", "remaining_time": "4:17:48", "throughput": 3594.96, "total_tokens": 69600}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 13.3436, "lr": 4.999977515841176e-05, "epoch": 0.0017604506753728954, "percentage": 0.14, "elapsed_time": "0:00:20", "remaining_time": "4:13:56", "throughput": 3646.19, "total_tokens": 76496}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 16.1108, "lr": 4.9999731593504344e-05, "epoch": 0.0019204916458613404, "percentage": 0.15, "elapsed_time": "0:00:22", "remaining_time": "4:10:41", "throughput": 3691.88, "total_tokens": 83424}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 14.906, "lr": 4.999968417332415e-05, "epoch": 0.0020805326163497854, "percentage": 0.16, "elapsed_time": "0:00:24", "remaining_time": "4:07:59", "throughput": 3730.78, "total_tokens": 90352}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 15.4655, "lr": 4.999963289787848e-05, "epoch": 0.0022405735868382304, "percentage": 0.18, "elapsed_time": "0:00:25", "remaining_time": "4:05:35", "throughput": 3780.58, "total_tokens": 97664}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 13.3768, "lr": 4.999957776717526e-05, "epoch": 0.002400614557326676, "percentage": 0.19, "elapsed_time": "0:00:27", "remaining_time": "4:03:29", "throughput": 3802.39, "total_tokens": 104352}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 14.2566, "lr": 4.9999518781222984e-05, "epoch": 0.002560655527815121, "percentage": 0.2, "elapsed_time": "0:00:29", "remaining_time": "4:01:39", "throughput": 3825.31, "total_tokens": 111152}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 14.6497, "lr": 4.9999455940030746e-05, "epoch": 0.002720696498303566, "percentage": 0.21, "elapsed_time": "0:00:30", "remaining_time": "4:00:12", "throughput": 3862.32, "total_tokens": 118544}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 16.4797, "lr": 4.999938924360824e-05, "epoch": 0.002880737468792011, "percentage": 0.22, "elapsed_time": "0:00:32", "remaining_time": "3:58:47", "throughput": 3886.47, "total_tokens": 125568}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 15.0948, "lr": 4.999931869196575e-05, "epoch": 0.003040778439280456, "percentage": 0.24, "elapsed_time": "0:00:33", "remaining_time": "3:57:29", "throughput": 3910.53, "total_tokens": 132656}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 15.3176, "lr": 4.999924428511416e-05, "epoch": 0.003200819409768901, "percentage": 0.25, "elapsed_time": "0:00:35", "remaining_time": "3:56:19", "throughput": 3930.47, "total_tokens": 139680}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 13.7976, "lr": 4.999916602306494e-05, "epoch": 0.003360860380257346, "percentage": 0.26, "elapsed_time": "0:00:37", "remaining_time": "3:55:16", "throughput": 3952.02, "total_tokens": 146832}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 12.8283, "lr": 4.999908390583016e-05, "epoch": 0.003520901350745791, "percentage": 0.27, "elapsed_time": "0:00:38", "remaining_time": "3:54:20", "throughput": 3965.63, "total_tokens": 153760}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 15.2937, "lr": 4.999899793342247e-05, "epoch": 0.003680942321234236, "percentage": 0.29, "elapsed_time": "0:00:40", "remaining_time": "3:53:27", "throughput": 3982.98, "total_tokens": 160864}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 16.8332, "lr": 4.999890810585516e-05, "epoch": 0.003840983291722681, "percentage": 0.3, "elapsed_time": "0:00:42", "remaining_time": "3:52:38", "throughput": 3990.78, "total_tokens": 167616}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 16.4425, "lr": 4.999881442314206e-05, "epoch": 0.004001024262211126, "percentage": 0.31, "elapsed_time": "0:00:43", "remaining_time": "3:51:53", "throughput": 3997.18, "total_tokens": 174336}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 14.3193, "lr": 4.9998716885297617e-05, "epoch": 0.004161065232699571, "percentage": 0.33, "elapsed_time": "0:00:45", "remaining_time": "3:51:14", "throughput": 4005.71, "total_tokens": 181216}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 15.2856, "lr": 4.999861549233688e-05, "epoch": 0.004321106203188016, "percentage": 0.34, "elapsed_time": "0:00:46", "remaining_time": "3:50:36", "throughput": 4014.04, "total_tokens": 188080}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 15.8572, "lr": 4.999851024427548e-05, "epoch": 0.004481147173676461, "percentage": 0.35, "elapsed_time": "0:00:48", "remaining_time": "3:49:59", "throughput": 4015.86, "total_tokens": 194640}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 16.6776, "lr": 4.999840114112965e-05, "epoch": 0.004641188144164906, "percentage": 0.36, "elapsed_time": "0:00:50", "remaining_time": "3:49:25", "throughput": 4014.06, "total_tokens": 201024}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 17.8224, "lr": 4.999828818291621e-05, "epoch": 0.004801229114653352, "percentage": 0.38, "elapsed_time": "0:00:51", "remaining_time": "3:48:53", "throughput": 4021.9, "total_tokens": 207904}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 15.5031, "lr": 4.999817136965259e-05, "epoch": 0.004961270085141797, "percentage": 0.39, "elapsed_time": "0:00:53", "remaining_time": "3:48:23", "throughput": 4022.08, "total_tokens": 214400}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 14.6032, "lr": 4.9998050701356794e-05, "epoch": 0.005121311055630242, "percentage": 0.4, "elapsed_time": "0:00:54", "remaining_time": "3:47:54", "throughput": 4022.69, "total_tokens": 220912}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 16.884, "lr": 4.999792617804744e-05, "epoch": 0.005281352026118687, "percentage": 0.41, "elapsed_time": "0:00:56", "remaining_time": "3:47:27", "throughput": 4032.82, "total_tokens": 227968}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 15.6757, "lr": 4.9997797799743724e-05, "epoch": 0.005441392996607132, "percentage": 0.43, "elapsed_time": "0:00:58", "remaining_time": "3:47:00", "throughput": 4039.89, "total_tokens": 234864}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 15.9684, "lr": 4.999766556646545e-05, "epoch": 0.005601433967095577, "percentage": 0.44, "elapsed_time": "0:00:59", "remaining_time": "3:46:39", "throughput": 4050.86, "total_tokens": 242080}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 15.9315, "lr": 4.9997529478232996e-05, "epoch": 0.005761474937584022, "percentage": 0.45, "elapsed_time": "0:01:01", "remaining_time": "3:46:18", "throughput": 4057.44, "total_tokens": 249040}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 14.9739, "lr": 4.9997389535067365e-05, "epoch": 0.005921515908072467, "percentage": 0.46, "elapsed_time": "0:01:02", "remaining_time": "3:45:55", "throughput": 4065.63, "total_tokens": 256080}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 14.3506, "lr": 4.999724573699012e-05, "epoch": 0.006081556878560912, "percentage": 0.47, "elapsed_time": "0:01:04", "remaining_time": "3:45:34", "throughput": 4075.98, "total_tokens": 263296}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 16.2624, "lr": 4.9997098084023457e-05, "epoch": 0.006241597849049357, "percentage": 0.49, "elapsed_time": "0:01:06", "remaining_time": "3:45:14", "throughput": 4083.05, "total_tokens": 270320}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 12.9802, "lr": 4.999694657619013e-05, "epoch": 0.006401638819537802, "percentage": 0.5, "elapsed_time": "0:01:07", "remaining_time": "3:44:54", "throughput": 4088.6, "total_tokens": 277264}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 15.429411888122559, "epoch": 0.006401638819537802, "percentage": 0.5, "elapsed_time": "0:06:21", "remaining_time": "21:04:23", "throughput": 727.3, "total_tokens": 277264}
|
| 42 |
+
{"current_steps": 205, "total_steps": 40000, "loss": 14.576, "lr": 4.999679121351352e-05, "epoch": 0.006561679790026247, "percentage": 0.51, "elapsed_time": "0:06:24", "remaining_time": "20:44:50", "throughput": 737.88, "total_tokens": 283904}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0965e18e513256cb48674c76a391b5e12fcb36899acd438178010cad472b9745
|
| 3 |
+
size 5752
|