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 +43 -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 |
+
"v_proj",
|
| 29 |
+
"down_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:a18d777e0e7ac12471529014e739a30d7cce65035feec1e5dddf38a6e70fb65c
|
| 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,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 5, "total_steps": 40000, "loss": 8.4687, "lr": 4.999999876629946e-05, "epoch": 0.015455950540958269, "percentage": 0.01, "elapsed_time": "0:00:05", "remaining_time": "12:12:01", "throughput": 1352.04, "total_tokens": 7424}
|
| 2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 4.5992, "lr": 4.999999375439123e-05, "epoch": 0.030911901081916538, "percentage": 0.03, "elapsed_time": "0:00:09", "remaining_time": "10:38:26", "throughput": 1550.03, "total_tokens": 14848}
|
| 3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 2.3712, "lr": 4.9999984887169785e-05, "epoch": 0.04636785162287481, "percentage": 0.04, "elapsed_time": "0:00:13", "remaining_time": "10:08:48", "throughput": 1615.96, "total_tokens": 22144}
|
| 4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 1.9315, "lr": 4.9999972164636506e-05, "epoch": 0.061823802163833076, "percentage": 0.05, "elapsed_time": "0:00:17", "remaining_time": "9:53:54", "throughput": 1689.21, "total_tokens": 30112}
|
| 5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 1.6867, "lr": 4.999995558679334e-05, "epoch": 0.07727975270479134, "percentage": 0.06, "elapsed_time": "0:00:21", "remaining_time": "9:44:06", "throughput": 1721.34, "total_tokens": 37728}
|
| 6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 1.481, "lr": 4.999993515364287e-05, "epoch": 0.09273570324574962, "percentage": 0.07, "elapsed_time": "0:00:26", "remaining_time": "9:37:41", "throughput": 1740.5, "total_tokens": 45280}
|
| 7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 1.3898, "lr": 4.999991086518822e-05, "epoch": 0.10819165378670788, "percentage": 0.09, "elapsed_time": "0:00:30", "remaining_time": "9:33:05", "throughput": 1752.3, "total_tokens": 52768}
|
| 8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 1.3094, "lr": 4.999988272143315e-05, "epoch": 0.12364760432766615, "percentage": 0.1, "elapsed_time": "0:00:34", "remaining_time": "9:29:35", "throughput": 1765.09, "total_tokens": 60384}
|
| 9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 1.2457, "lr": 4.999985072238199e-05, "epoch": 0.1391035548686244, "percentage": 0.11, "elapsed_time": "0:00:38", "remaining_time": "9:26:43", "throughput": 1772.24, "total_tokens": 67872}
|
| 10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 1.048, "lr": 4.999981486803969e-05, "epoch": 0.1545595054095827, "percentage": 0.12, "elapsed_time": "0:00:42", "remaining_time": "9:24:21", "throughput": 1776.68, "total_tokens": 75296}
|
| 11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 0.9592, "lr": 4.999977515841176e-05, "epoch": 0.17001545595054096, "percentage": 0.14, "elapsed_time": "0:00:46", "remaining_time": "9:22:39", "throughput": 1781.61, "total_tokens": 82816}
|
| 12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 0.8466, "lr": 4.9999731593504344e-05, "epoch": 0.18547140649149924, "percentage": 0.15, "elapsed_time": "0:00:50", "remaining_time": "9:21:09", "throughput": 1777.8, "total_tokens": 89920}
|
| 13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 0.7612, "lr": 4.999968417332415e-05, "epoch": 0.2009273570324575, "percentage": 0.16, "elapsed_time": "0:00:54", "remaining_time": "9:19:43", "throughput": 1790.78, "total_tokens": 97888}
|
| 14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 0.6555, "lr": 4.999963289787848e-05, "epoch": 0.21638330757341576, "percentage": 0.18, "elapsed_time": "0:00:58", "remaining_time": "9:18:31", "throughput": 1787.17, "total_tokens": 104992}
|
| 15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 0.7767, "lr": 4.999957776717526e-05, "epoch": 0.23183925811437403, "percentage": 0.19, "elapsed_time": "0:01:02", "remaining_time": "9:17:33", "throughput": 1798.01, "total_tokens": 112992}
|
| 16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 0.6727, "lr": 4.9999518781222984e-05, "epoch": 0.2472952086553323, "percentage": 0.2, "elapsed_time": "0:01:06", "remaining_time": "9:16:35", "throughput": 1808.33, "total_tokens": 121024}
|
| 17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 0.5439, "lr": 4.9999455940030746e-05, "epoch": 0.26275115919629055, "percentage": 0.21, "elapsed_time": "0:01:11", "remaining_time": "9:15:45", "throughput": 1812.03, "total_tokens": 128672}
|
| 18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 0.4862, "lr": 4.999938924360824e-05, "epoch": 0.2782071097372488, "percentage": 0.22, "elapsed_time": "0:01:15", "remaining_time": "9:15:03", "throughput": 1818.11, "total_tokens": 136544}
|
| 19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 0.4129, "lr": 4.999931869196575e-05, "epoch": 0.2936630602782071, "percentage": 0.24, "elapsed_time": "0:01:19", "remaining_time": "9:14:23", "throughput": 1820.48, "total_tokens": 144160}
|
| 20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 0.4924, "lr": 4.999924428511416e-05, "epoch": 0.3091190108191654, "percentage": 0.25, "elapsed_time": "0:01:23", "remaining_time": "9:13:48", "throughput": 1816.75, "total_tokens": 151296}
|
| 21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 0.4545, "lr": 4.999916602306494e-05, "epoch": 0.32457496136012365, "percentage": 0.26, "elapsed_time": "0:01:27", "remaining_time": "9:13:13", "throughput": 1825.24, "total_tokens": 159456}
|
| 22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 0.3928, "lr": 4.999908390583016e-05, "epoch": 0.3400309119010819, "percentage": 0.27, "elapsed_time": "0:01:31", "remaining_time": "9:12:56", "throughput": 1829.69, "total_tokens": 167392}
|
| 23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 0.3593, "lr": 4.999899793342247e-05, "epoch": 0.3554868624420402, "percentage": 0.29, "elapsed_time": "0:01:35", "remaining_time": "9:12:28", "throughput": 1826.06, "total_tokens": 174528}
|
| 24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 0.3486, "lr": 4.999890810585516e-05, "epoch": 0.37094281298299847, "percentage": 0.3, "elapsed_time": "0:01:39", "remaining_time": "9:11:59", "throughput": 1830.93, "total_tokens": 182464}
|
| 25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 0.399, "lr": 4.999881442314206e-05, "epoch": 0.38639876352395675, "percentage": 0.31, "elapsed_time": "0:01:43", "remaining_time": "9:11:33", "throughput": 1833.77, "total_tokens": 190240}
|
| 26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 0.342, "lr": 4.9998716885297617e-05, "epoch": 0.401854714064915, "percentage": 0.33, "elapsed_time": "0:01:47", "remaining_time": "9:11:12", "throughput": 1835.95, "total_tokens": 197984}
|
| 27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 0.2745, "lr": 4.999861549233688e-05, "epoch": 0.41731066460587324, "percentage": 0.34, "elapsed_time": "0:01:51", "remaining_time": "9:10:49", "throughput": 1836.48, "total_tokens": 205536}
|
| 28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 0.3736, "lr": 4.999851024427548e-05, "epoch": 0.4327666151468315, "percentage": 0.35, "elapsed_time": "0:01:56", "remaining_time": "9:10:27", "throughput": 1833.09, "total_tokens": 212640}
|
| 29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 0.2684, "lr": 4.999840114112965e-05, "epoch": 0.4482225656877898, "percentage": 0.36, "elapsed_time": "0:02:00", "remaining_time": "9:10:07", "throughput": 1836.01, "total_tokens": 220480}
|
| 30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 0.3902, "lr": 4.999828818291621e-05, "epoch": 0.46367851622874806, "percentage": 0.38, "elapsed_time": "0:02:04", "remaining_time": "9:09:46", "throughput": 1838.07, "total_tokens": 228224}
|
| 31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 0.3715, "lr": 4.999817136965259e-05, "epoch": 0.47913446676970634, "percentage": 0.39, "elapsed_time": "0:02:08", "remaining_time": "9:09:26", "throughput": 1835.53, "total_tokens": 235392}
|
| 32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 0.2904, "lr": 4.9998050701356794e-05, "epoch": 0.4945904173106646, "percentage": 0.4, "elapsed_time": "0:02:12", "remaining_time": "9:09:07", "throughput": 1838.93, "total_tokens": 243328}
|
| 33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 0.4348, "lr": 4.999792617804744e-05, "epoch": 0.5100463678516228, "percentage": 0.41, "elapsed_time": "0:02:16", "remaining_time": "9:08:53", "throughput": 1840.97, "total_tokens": 251136}
|
| 34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 0.3982, "lr": 4.9997797799743724e-05, "epoch": 0.5255023183925811, "percentage": 0.43, "elapsed_time": "0:02:20", "remaining_time": "9:08:40", "throughput": 1842.88, "total_tokens": 258944}
|
| 35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 0.3174, "lr": 4.999766556646545e-05, "epoch": 0.5409582689335394, "percentage": 0.44, "elapsed_time": "0:02:24", "remaining_time": "9:08:23", "throughput": 1846.05, "total_tokens": 266912}
|
| 36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 0.29, "lr": 4.9997529478232996e-05, "epoch": 0.5564142194744977, "percentage": 0.45, "elapsed_time": "0:02:28", "remaining_time": "9:08:08", "throughput": 1845.97, "total_tokens": 274432}
|
| 37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 0.2914, "lr": 4.9997389535067365e-05, "epoch": 0.5718701700154559, "percentage": 0.46, "elapsed_time": "0:02:32", "remaining_time": "9:07:56", "throughput": 1848.65, "total_tokens": 282400}
|
| 38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 0.3108, "lr": 4.999724573699012e-05, "epoch": 0.5873261205564142, "percentage": 0.47, "elapsed_time": "0:02:36", "remaining_time": "9:07:41", "throughput": 1848.95, "total_tokens": 289984}
|
| 39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 0.2328, "lr": 4.9997098084023457e-05, "epoch": 0.6027820710973725, "percentage": 0.49, "elapsed_time": "0:02:40", "remaining_time": "9:07:27", "throughput": 1851.81, "total_tokens": 297984}
|
| 40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 0.3275, "lr": 4.999694657619013e-05, "epoch": 0.6182380216383307, "percentage": 0.5, "elapsed_time": "0:02:45", "remaining_time": "9:07:15", "throughput": 1850.33, "total_tokens": 305312}
|
| 41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 0.40258052945137024, "epoch": 0.6182380216383307, "percentage": 0.5, "elapsed_time": "0:02:53", "remaining_time": "9:34:01", "throughput": 1764.06, "total_tokens": 305312}
|
| 42 |
+
{"current_steps": 205, "total_steps": 40000, "loss": 0.2536, "lr": 4.999679121351352e-05, "epoch": 0.633693972179289, "percentage": 0.51, "elapsed_time": "0:02:59", "remaining_time": "9:39:47", "throughput": 1744.41, "total_tokens": 312608}
|
| 43 |
+
{"current_steps": 210, "total_steps": 40000, "loss": 0.3743, "lr": 4.9996631996017565e-05, "epoch": 0.6491499227202473, "percentage": 0.53, "elapsed_time": "0:03:03", "remaining_time": "9:39:12", "throughput": 1748.37, "total_tokens": 320672}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:440aa37d248b809fdc1e0725cfe6fc0bca2856aa9eaabce1a34eda031113bfc5
|
| 3 |
+
size 5752
|