Training in progress, step 200
Browse files- .gitattributes +1 -0
- adapter_config.json +35 -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,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "google/gemma-3-1b-it",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 16,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"k_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"v_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "CAUSAL_LM",
|
| 32 |
+
"trainable_token_indices": null,
|
| 33 |
+
"use_dora": false,
|
| 34 |
+
"use_rslora": false
|
| 35 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c26d729dd3e805dccb42f1a76f30d34ea7d2cee25c6543ce12e5ba336980d29e
|
| 3 |
+
size 18124968
|
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": 6.9016, "lr": 4.999999876629946e-05, "epoch": 0.0013197835554968984, "percentage": 0.01, "elapsed_time": "0:00:06", "remaining_time": "15:30:20", "throughput": 637.39, "total_tokens": 4448}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 1.1641, "lr": 4.999999375439123e-05, "epoch": 0.002639567110993797, "percentage": 0.03, "elapsed_time": "0:00:11", "remaining_time": "12:21:49", "throughput": 819.4, "total_tokens": 9120}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 0.3027, "lr": 4.9999984887169785e-05, "epoch": 0.0039593506664906955, "percentage": 0.04, "elapsed_time": "0:00:15", "remaining_time": "11:19:37", "throughput": 935.07, "total_tokens": 14304}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 0.1718, "lr": 4.9999972164636506e-05, "epoch": 0.005279134221987594, "percentage": 0.05, "elapsed_time": "0:00:19", "remaining_time": "10:47:24", "throughput": 961.7, "total_tokens": 18688}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 0.2363, "lr": 4.999995558679334e-05, "epoch": 0.006598917777484493, "percentage": 0.06, "elapsed_time": "0:00:23", "remaining_time": "10:28:22", "throughput": 975.78, "total_tokens": 23008}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 0.1364, "lr": 4.999993515364287e-05, "epoch": 0.007918701332981391, "percentage": 0.07, "elapsed_time": "0:00:27", "remaining_time": "10:15:27", "throughput": 1002.16, "total_tokens": 27776}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 0.1102, "lr": 4.999991086518822e-05, "epoch": 0.00923848488847829, "percentage": 0.09, "elapsed_time": "0:00:31", "remaining_time": "10:06:31", "throughput": 1016.12, "total_tokens": 32384}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 0.1099, "lr": 4.999988272143315e-05, "epoch": 0.010558268443975187, "percentage": 0.1, "elapsed_time": "0:00:35", "remaining_time": "9:59:19", "throughput": 1032.14, "total_tokens": 37152}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 0.1102, "lr": 4.999985072238199e-05, "epoch": 0.011878051999472087, "percentage": 0.11, "elapsed_time": "0:00:40", "remaining_time": "9:53:38", "throughput": 1036.2, "total_tokens": 41568}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 0.1541, "lr": 4.999981486803969e-05, "epoch": 0.013197835554968985, "percentage": 0.12, "elapsed_time": "0:00:44", "remaining_time": "9:49:13", "throughput": 1037.8, "total_tokens": 45920}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 0.0924, "lr": 4.999977515841176e-05, "epoch": 0.014517619110465884, "percentage": 0.14, "elapsed_time": "0:00:48", "remaining_time": "9:45:49", "throughput": 1042.05, "total_tokens": 50432}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 0.0877, "lr": 4.9999731593504344e-05, "epoch": 0.015837402665962782, "percentage": 0.15, "elapsed_time": "0:00:52", "remaining_time": "9:42:40", "throughput": 1041.29, "total_tokens": 54688}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 0.1457, "lr": 4.999968417332415e-05, "epoch": 0.017157186221459682, "percentage": 0.16, "elapsed_time": "0:00:56", "remaining_time": "9:40:06", "throughput": 1042.14, "total_tokens": 59040}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 0.0876, "lr": 4.999963289787848e-05, "epoch": 0.01847696977695658, "percentage": 0.18, "elapsed_time": "0:01:00", "remaining_time": "9:38:00", "throughput": 1051.64, "total_tokens": 63936}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 0.0628, "lr": 4.999957776717526e-05, "epoch": 0.019796753332453478, "percentage": 0.19, "elapsed_time": "0:01:04", "remaining_time": "9:36:03", "throughput": 1053.72, "total_tokens": 68416}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 0.064, "lr": 4.9999518781222984e-05, "epoch": 0.021116536887950375, "percentage": 0.2, "elapsed_time": "0:01:09", "remaining_time": "9:34:20", "throughput": 1055.56, "total_tokens": 72896}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 0.1528, "lr": 4.9999455940030746e-05, "epoch": 0.022436320443447275, "percentage": 0.21, "elapsed_time": "0:01:13", "remaining_time": "9:32:47", "throughput": 1061.63, "total_tokens": 77696}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 0.0698, "lr": 4.999938924360824e-05, "epoch": 0.023756103998944175, "percentage": 0.22, "elapsed_time": "0:01:17", "remaining_time": "9:31:28", "throughput": 1064.42, "total_tokens": 82304}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 0.0695, "lr": 4.999931869196575e-05, "epoch": 0.02507588755444107, "percentage": 0.24, "elapsed_time": "0:01:21", "remaining_time": "9:30:13", "throughput": 1063.53, "total_tokens": 86624}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 0.093, "lr": 4.999924428511416e-05, "epoch": 0.02639567110993797, "percentage": 0.25, "elapsed_time": "0:01:25", "remaining_time": "9:29:03", "throughput": 1063.14, "total_tokens": 90976}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 0.0837, "lr": 4.999916602306494e-05, "epoch": 0.027715454665434867, "percentage": 0.26, "elapsed_time": "0:01:29", "remaining_time": "9:28:04", "throughput": 1064.09, "total_tokens": 95456}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 0.0643, "lr": 4.999908390583016e-05, "epoch": 0.029035238220931767, "percentage": 0.27, "elapsed_time": "0:01:33", "remaining_time": "9:27:10", "throughput": 1063.59, "total_tokens": 99808}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 0.0617, "lr": 4.999899793342247e-05, "epoch": 0.030355021776428667, "percentage": 0.29, "elapsed_time": "0:01:37", "remaining_time": "9:26:14", "throughput": 1067.24, "total_tokens": 104544}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 0.0798, "lr": 4.999890810585516e-05, "epoch": 0.031674805331925564, "percentage": 0.3, "elapsed_time": "0:01:42", "remaining_time": "9:25:25", "throughput": 1069.88, "total_tokens": 109216}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 0.0712, "lr": 4.999881442314206e-05, "epoch": 0.03299458888742246, "percentage": 0.31, "elapsed_time": "0:01:46", "remaining_time": "9:24:44", "throughput": 1070.99, "total_tokens": 113760}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 0.1391, "lr": 4.9998716885297617e-05, "epoch": 0.034314372442919364, "percentage": 0.33, "elapsed_time": "0:01:50", "remaining_time": "9:24:01", "throughput": 1070.68, "total_tokens": 118144}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 0.0784, "lr": 4.999861549233688e-05, "epoch": 0.03563415599841626, "percentage": 0.34, "elapsed_time": "0:01:54", "remaining_time": "9:23:21", "throughput": 1070.42, "total_tokens": 122528}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 0.0983, "lr": 4.999851024427548e-05, "epoch": 0.03695393955391316, "percentage": 0.35, "elapsed_time": "0:01:58", "remaining_time": "9:22:46", "throughput": 1072.26, "total_tokens": 127168}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 0.0852, "lr": 4.999840114112965e-05, "epoch": 0.03827372310941006, "percentage": 0.36, "elapsed_time": "0:02:02", "remaining_time": "9:22:15", "throughput": 1071.84, "total_tokens": 131552}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 0.0751, "lr": 4.999828818291621e-05, "epoch": 0.039593506664906956, "percentage": 0.38, "elapsed_time": "0:02:06", "remaining_time": "9:21:41", "throughput": 1072.07, "total_tokens": 136000}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 0.122, "lr": 4.999817136965259e-05, "epoch": 0.04091329022040385, "percentage": 0.39, "elapsed_time": "0:02:10", "remaining_time": "9:21:10", "throughput": 1070.81, "total_tokens": 140256}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 0.1048, "lr": 4.9998050701356794e-05, "epoch": 0.04223307377590075, "percentage": 0.4, "elapsed_time": "0:02:15", "remaining_time": "9:20:43", "throughput": 1072.64, "total_tokens": 144928}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 0.1038, "lr": 4.999792617804744e-05, "epoch": 0.04355285733139765, "percentage": 0.41, "elapsed_time": "0:02:19", "remaining_time": "9:20:14", "throughput": 1070.77, "total_tokens": 149088}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 0.1019, "lr": 4.9997797799743724e-05, "epoch": 0.04487264088689455, "percentage": 0.43, "elapsed_time": "0:02:23", "remaining_time": "9:19:46", "throughput": 1070.36, "total_tokens": 153440}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 0.1711, "lr": 4.999766556646545e-05, "epoch": 0.046192424442391446, "percentage": 0.44, "elapsed_time": "0:02:27", "remaining_time": "9:19:21", "throughput": 1070.15, "total_tokens": 157824}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 0.0751, "lr": 4.9997529478232996e-05, "epoch": 0.04751220799788835, "percentage": 0.45, "elapsed_time": "0:02:31", "remaining_time": "9:19:00", "throughput": 1069.86, "total_tokens": 162208}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 0.1021, "lr": 4.9997389535067365e-05, "epoch": 0.048831991553385246, "percentage": 0.46, "elapsed_time": "0:02:35", "remaining_time": "9:18:36", "throughput": 1070.35, "total_tokens": 166688}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 0.1427, "lr": 4.999724573699012e-05, "epoch": 0.05015177510888214, "percentage": 0.47, "elapsed_time": "0:02:39", "remaining_time": "9:18:12", "throughput": 1071.8, "total_tokens": 171328}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 0.0792, "lr": 4.9997098084023457e-05, "epoch": 0.05147155866437904, "percentage": 0.49, "elapsed_time": "0:02:43", "remaining_time": "9:17:50", "throughput": 1072.0, "total_tokens": 175776}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 0.0856, "lr": 4.999694657619013e-05, "epoch": 0.05279134221987594, "percentage": 0.5, "elapsed_time": "0:02:48", "remaining_time": "9:17:32", "throughput": 1072.09, "total_tokens": 180224}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 0.07982773333787918, "epoch": 0.05279134221987594, "percentage": 0.5, "elapsed_time": "0:04:17", "remaining_time": "14:14:11", "throughput": 699.77, "total_tokens": 180224}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c6e5d0bff547f995acd785a7c3653d484fe27d400a0f422c8bec2b2b2cb8998
|
| 3 |
+
size 5752
|