rbelanec commited on
Commit
b7b768a
·
verified ·
1 Parent(s): b5598a9

Training in progress, step 200

Browse files
.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
+ "v_proj",
28
+ "k_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:5d7622922b0372399eae2f0b4359481dc46f16b906e1d607ec6e651471df56d6
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.9949, "lr": 4.999999876629946e-05, "epoch": 0.010395010395010396, "percentage": 0.01, "elapsed_time": "0:00:06", "remaining_time": "15:31:57", "throughput": 544.74, "total_tokens": 3808}
2
+ {"current_steps": 10, "total_steps": 40000, "loss": 1.6699, "lr": 4.999999375439123e-05, "epoch": 0.02079002079002079, "percentage": 0.03, "elapsed_time": "0:00:11", "remaining_time": "12:23:24", "throughput": 694.28, "total_tokens": 7744}
3
+ {"current_steps": 15, "total_steps": 40000, "loss": 0.9866, "lr": 4.9999984887169785e-05, "epoch": 0.031185031185031187, "percentage": 0.04, "elapsed_time": "0:00:15", "remaining_time": "11:21:29", "throughput": 759.35, "total_tokens": 11648}
4
+ {"current_steps": 20, "total_steps": 40000, "loss": 0.681, "lr": 4.9999972164636506e-05, "epoch": 0.04158004158004158, "percentage": 0.05, "elapsed_time": "0:00:19", "remaining_time": "10:49:42", "throughput": 802.42, "total_tokens": 15648}
5
+ {"current_steps": 25, "total_steps": 40000, "loss": 0.252, "lr": 4.999995558679334e-05, "epoch": 0.05197505197505198, "percentage": 0.06, "elapsed_time": "0:00:23", "remaining_time": "10:31:04", "throughput": 825.67, "total_tokens": 19552}
6
+ {"current_steps": 30, "total_steps": 40000, "loss": 0.2042, "lr": 4.999993515364287e-05, "epoch": 0.062370062370062374, "percentage": 0.07, "elapsed_time": "0:00:27", "remaining_time": "10:18:57", "throughput": 839.21, "total_tokens": 23392}
7
+ {"current_steps": 35, "total_steps": 40000, "loss": 0.1813, "lr": 4.999991086518822e-05, "epoch": 0.07276507276507277, "percentage": 0.09, "elapsed_time": "0:00:32", "remaining_time": "10:10:13", "throughput": 852.27, "total_tokens": 27328}
8
+ {"current_steps": 40, "total_steps": 40000, "loss": 0.169, "lr": 4.999988272143315e-05, "epoch": 0.08316008316008316, "percentage": 0.1, "elapsed_time": "0:00:36", "remaining_time": "10:03:41", "throughput": 863.16, "total_tokens": 31296}
9
+ {"current_steps": 45, "total_steps": 40000, "loss": 0.1731, "lr": 4.999985072238199e-05, "epoch": 0.09355509355509356, "percentage": 0.11, "elapsed_time": "0:00:40", "remaining_time": "9:58:03", "throughput": 870.19, "total_tokens": 35168}
10
+ {"current_steps": 50, "total_steps": 40000, "loss": 0.1956, "lr": 4.999981486803969e-05, "epoch": 0.10395010395010396, "percentage": 0.12, "elapsed_time": "0:00:44", "remaining_time": "9:53:55", "throughput": 874.61, "total_tokens": 39008}
11
+ {"current_steps": 55, "total_steps": 40000, "loss": 0.24, "lr": 4.999977515841176e-05, "epoch": 0.11434511434511435, "percentage": 0.14, "elapsed_time": "0:00:48", "remaining_time": "9:50:25", "throughput": 880.42, "total_tokens": 42944}
12
+ {"current_steps": 60, "total_steps": 40000, "loss": 0.174, "lr": 4.9999731593504344e-05, "epoch": 0.12474012474012475, "percentage": 0.15, "elapsed_time": "0:00:52", "remaining_time": "9:47:11", "throughput": 885.76, "total_tokens": 46880}
13
+ {"current_steps": 65, "total_steps": 40000, "loss": 0.1963, "lr": 4.999968417332415e-05, "epoch": 0.13513513513513514, "percentage": 0.16, "elapsed_time": "0:00:57", "remaining_time": "9:44:30", "throughput": 889.1, "total_tokens": 50752}
14
+ {"current_steps": 70, "total_steps": 40000, "loss": 0.1973, "lr": 4.999963289787848e-05, "epoch": 0.14553014553014554, "percentage": 0.18, "elapsed_time": "0:01:01", "remaining_time": "9:42:16", "throughput": 891.36, "total_tokens": 54592}
15
+ {"current_steps": 75, "total_steps": 40000, "loss": 0.1624, "lr": 4.999957776717526e-05, "epoch": 0.15592515592515593, "percentage": 0.19, "elapsed_time": "0:01:05", "remaining_time": "9:40:13", "throughput": 896.43, "total_tokens": 58624}
16
+ {"current_steps": 80, "total_steps": 40000, "loss": 0.1541, "lr": 4.9999518781222984e-05, "epoch": 0.16632016632016633, "percentage": 0.2, "elapsed_time": "0:01:09", "remaining_time": "9:38:26", "throughput": 900.85, "total_tokens": 62656}
17
+ {"current_steps": 85, "total_steps": 40000, "loss": 0.1912, "lr": 4.9999455940030746e-05, "epoch": 0.17671517671517672, "percentage": 0.21, "elapsed_time": "0:01:13", "remaining_time": "9:36:50", "throughput": 901.76, "total_tokens": 66464}
18
+ {"current_steps": 90, "total_steps": 40000, "loss": 0.1803, "lr": 4.999938924360824e-05, "epoch": 0.18711018711018712, "percentage": 0.22, "elapsed_time": "0:01:17", "remaining_time": "9:35:29", "throughput": 902.89, "total_tokens": 70304}
19
+ {"current_steps": 95, "total_steps": 40000, "loss": 0.1642, "lr": 4.999931869196575e-05, "epoch": 0.19750519750519752, "percentage": 0.24, "elapsed_time": "0:01:22", "remaining_time": "9:34:11", "throughput": 904.4, "total_tokens": 74176}
20
+ {"current_steps": 100, "total_steps": 40000, "loss": 0.1736, "lr": 4.999924428511416e-05, "epoch": 0.2079002079002079, "percentage": 0.25, "elapsed_time": "0:01:26", "remaining_time": "9:33:01", "throughput": 907.62, "total_tokens": 78208}
21
+ {"current_steps": 105, "total_steps": 40000, "loss": 0.1743, "lr": 4.999916602306494e-05, "epoch": 0.2182952182952183, "percentage": 0.26, "elapsed_time": "0:01:30", "remaining_time": "9:32:02", "throughput": 908.29, "total_tokens": 82048}
22
+ {"current_steps": 110, "total_steps": 40000, "loss": 0.1563, "lr": 4.999908390583016e-05, "epoch": 0.2286902286902287, "percentage": 0.27, "elapsed_time": "0:01:34", "remaining_time": "9:31:02", "throughput": 911.4, "total_tokens": 86112}
23
+ {"current_steps": 115, "total_steps": 40000, "loss": 0.279, "lr": 4.999899793342247e-05, "epoch": 0.2390852390852391, "percentage": 0.29, "elapsed_time": "0:01:38", "remaining_time": "9:30:07", "throughput": 912.67, "total_tokens": 90016}
24
+ {"current_steps": 120, "total_steps": 40000, "loss": 0.2002, "lr": 4.999890810585516e-05, "epoch": 0.2494802494802495, "percentage": 0.3, "elapsed_time": "0:01:42", "remaining_time": "9:29:16", "throughput": 913.49, "total_tokens": 93888}
25
+ {"current_steps": 125, "total_steps": 40000, "loss": 0.1738, "lr": 4.999881442314206e-05, "epoch": 0.2598752598752599, "percentage": 0.31, "elapsed_time": "0:01:46", "remaining_time": "9:28:35", "throughput": 916.22, "total_tokens": 97984}
26
+ {"current_steps": 130, "total_steps": 40000, "loss": 0.2456, "lr": 4.9998716885297617e-05, "epoch": 0.2702702702702703, "percentage": 0.33, "elapsed_time": "0:01:51", "remaining_time": "9:27:50", "throughput": 916.88, "total_tokens": 101856}
27
+ {"current_steps": 135, "total_steps": 40000, "loss": 0.1876, "lr": 4.999861549233688e-05, "epoch": 0.2806652806652807, "percentage": 0.34, "elapsed_time": "0:01:55", "remaining_time": "9:27:08", "throughput": 919.16, "total_tokens": 105920}
28
+ {"current_steps": 140, "total_steps": 40000, "loss": 0.1907, "lr": 4.999851024427548e-05, "epoch": 0.2910602910602911, "percentage": 0.35, "elapsed_time": "0:01:59", "remaining_time": "9:26:30", "throughput": 919.93, "total_tokens": 109824}
29
+ {"current_steps": 145, "total_steps": 40000, "loss": 0.1432, "lr": 4.999840114112965e-05, "epoch": 0.30145530145530147, "percentage": 0.36, "elapsed_time": "0:02:03", "remaining_time": "9:26:00", "throughput": 921.51, "total_tokens": 113856}
30
+ {"current_steps": 150, "total_steps": 40000, "loss": 0.1255, "lr": 4.999828818291621e-05, "epoch": 0.31185031185031187, "percentage": 0.38, "elapsed_time": "0:02:07", "remaining_time": "9:25:27", "throughput": 922.35, "total_tokens": 117792}
31
+ {"current_steps": 155, "total_steps": 40000, "loss": 0.1833, "lr": 4.999817136965259e-05, "epoch": 0.32224532224532226, "percentage": 0.39, "elapsed_time": "0:02:11", "remaining_time": "9:24:55", "throughput": 924.16, "total_tokens": 121856}
32
+ {"current_steps": 160, "total_steps": 40000, "loss": 0.1777, "lr": 4.9998050701356794e-05, "epoch": 0.33264033264033266, "percentage": 0.4, "elapsed_time": "0:02:16", "remaining_time": "9:24:26", "throughput": 925.33, "total_tokens": 125856}
33
+ {"current_steps": 165, "total_steps": 40000, "loss": 0.1704, "lr": 4.999792617804744e-05, "epoch": 0.34303534303534305, "percentage": 0.41, "elapsed_time": "0:02:20", "remaining_time": "9:23:57", "throughput": 925.59, "total_tokens": 129728}
34
+ {"current_steps": 170, "total_steps": 40000, "loss": 0.1544, "lr": 4.9997797799743724e-05, "epoch": 0.35343035343035345, "percentage": 0.43, "elapsed_time": "0:02:24", "remaining_time": "9:23:29", "throughput": 925.39, "total_tokens": 133536}
35
+ {"current_steps": 175, "total_steps": 40000, "loss": 0.1623, "lr": 4.999766556646545e-05, "epoch": 0.36382536382536385, "percentage": 0.44, "elapsed_time": "0:02:28", "remaining_time": "9:23:01", "throughput": 926.31, "total_tokens": 137504}
36
+ {"current_steps": 180, "total_steps": 40000, "loss": 0.1324, "lr": 4.9997529478232996e-05, "epoch": 0.37422037422037424, "percentage": 0.45, "elapsed_time": "0:02:32", "remaining_time": "9:22:39", "throughput": 926.63, "total_tokens": 141408}
37
+ {"current_steps": 185, "total_steps": 40000, "loss": 0.1835, "lr": 4.9997389535067365e-05, "epoch": 0.38461538461538464, "percentage": 0.46, "elapsed_time": "0:02:36", "remaining_time": "9:22:18", "throughput": 926.52, "total_tokens": 145248}
38
+ {"current_steps": 190, "total_steps": 40000, "loss": 0.166, "lr": 4.999724573699012e-05, "epoch": 0.39501039501039503, "percentage": 0.47, "elapsed_time": "0:02:40", "remaining_time": "9:21:54", "throughput": 926.73, "total_tokens": 149120}
39
+ {"current_steps": 195, "total_steps": 40000, "loss": 0.1688, "lr": 4.9997098084023457e-05, "epoch": 0.40540540540540543, "percentage": 0.49, "elapsed_time": "0:02:45", "remaining_time": "9:21:34", "throughput": 926.09, "total_tokens": 152864}
40
+ {"current_steps": 200, "total_steps": 40000, "loss": 0.1486, "lr": 4.999694657619013e-05, "epoch": 0.4158004158004158, "percentage": 0.5, "elapsed_time": "0:02:49", "remaining_time": "9:21:11", "throughput": 926.87, "total_tokens": 156832}
41
+ {"current_steps": 200, "total_steps": 40000, "eval_loss": 0.13875435292720795, "epoch": 0.4158004158004158, "percentage": 0.5, "elapsed_time": "0:03:00", "remaining_time": "10:00:08", "throughput": 866.72, "total_tokens": 156832}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b567ed7aac60d004c0398d706be87deba56f01b3303271c364f1898e4460f16
3
+ size 5752