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 |
+
"down_proj",
|
28 |
+
"k_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:8875672bedd5f90d8398c8cc5969173fc6f9c84776d8de7345925456353e8204
|
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": 2.398, "lr": 4.999999876629946e-05, "epoch": 0.035650623885918005, "percentage": 0.01, "elapsed_time": "0:00:06", "remaining_time": "15:27:37", "throughput": 2005.17, "total_tokens": 13952}
|
2 |
+
{"current_steps": 10, "total_steps": 40000, "loss": 0.5653, "lr": 4.999999375439123e-05, "epoch": 0.07130124777183601, "percentage": 0.03, "elapsed_time": "0:00:11", "remaining_time": "12:19:08", "throughput": 2380.56, "total_tokens": 26400}
|
3 |
+
{"current_steps": 15, "total_steps": 40000, "loss": 0.2753, "lr": 4.9999984887169785e-05, "epoch": 0.10695187165775401, "percentage": 0.04, "elapsed_time": "0:00:15", "remaining_time": "11:16:42", "throughput": 2542.05, "total_tokens": 38720}
|
4 |
+
{"current_steps": 20, "total_steps": 40000, "loss": 0.1689, "lr": 4.9999972164636506e-05, "epoch": 0.14260249554367202, "percentage": 0.05, "elapsed_time": "0:00:19", "remaining_time": "10:45:15", "throughput": 2721.3, "total_tokens": 52704}
|
5 |
+
{"current_steps": 25, "total_steps": 40000, "loss": 0.1396, "lr": 4.999995558679334e-05, "epoch": 0.17825311942959002, "percentage": 0.06, "elapsed_time": "0:00:23", "remaining_time": "10:25:39", "throughput": 2779.23, "total_tokens": 65248}
|
6 |
+
{"current_steps": 30, "total_steps": 40000, "loss": 0.1123, "lr": 4.999993515364287e-05, "epoch": 0.21390374331550802, "percentage": 0.07, "elapsed_time": "0:00:27", "remaining_time": "10:12:55", "throughput": 2812.5, "total_tokens": 77632}
|
7 |
+
{"current_steps": 35, "total_steps": 40000, "loss": 0.1038, "lr": 4.999991086518822e-05, "epoch": 0.24955436720142601, "percentage": 0.09, "elapsed_time": "0:00:31", "remaining_time": "10:03:52", "throughput": 2863.08, "total_tokens": 90848}
|
8 |
+
{"current_steps": 40, "total_steps": 40000, "loss": 0.0958, "lr": 4.999988272143315e-05, "epoch": 0.28520499108734404, "percentage": 0.1, "elapsed_time": "0:00:35", "remaining_time": "9:56:52", "throughput": 2910.03, "total_tokens": 104320}
|
9 |
+
{"current_steps": 45, "total_steps": 40000, "loss": 0.1046, "lr": 4.999985072238199e-05, "epoch": 0.32085561497326204, "percentage": 0.11, "elapsed_time": "0:00:39", "remaining_time": "9:51:28", "throughput": 2912.59, "total_tokens": 116416}
|
10 |
+
{"current_steps": 50, "total_steps": 40000, "loss": 0.1081, "lr": 4.999981486803969e-05, "epoch": 0.35650623885918004, "percentage": 0.12, "elapsed_time": "0:00:44", "remaining_time": "9:47:01", "throughput": 2924.04, "total_tokens": 128896}
|
11 |
+
{"current_steps": 55, "total_steps": 40000, "loss": 0.1156, "lr": 4.999977515841176e-05, "epoch": 0.39215686274509803, "percentage": 0.14, "elapsed_time": "0:00:48", "remaining_time": "9:43:34", "throughput": 2931.79, "total_tokens": 141344}
|
12 |
+
{"current_steps": 60, "total_steps": 40000, "loss": 0.1335, "lr": 4.9999731593504344e-05, "epoch": 0.42780748663101603, "percentage": 0.15, "elapsed_time": "0:00:52", "remaining_time": "9:40:32", "throughput": 2965.33, "total_tokens": 155168}
|
13 |
+
{"current_steps": 65, "total_steps": 40000, "loss": 0.1062, "lr": 4.999968417332415e-05, "epoch": 0.46345811051693403, "percentage": 0.16, "elapsed_time": "0:00:56", "remaining_time": "9:37:54", "throughput": 2989.78, "total_tokens": 168736}
|
14 |
+
{"current_steps": 70, "total_steps": 40000, "loss": 0.1347, "lr": 4.999963289787848e-05, "epoch": 0.49910873440285203, "percentage": 0.18, "elapsed_time": "0:01:00", "remaining_time": "9:35:46", "throughput": 3007.57, "total_tokens": 182144}
|
15 |
+
{"current_steps": 75, "total_steps": 40000, "loss": 0.117, "lr": 4.999957776717526e-05, "epoch": 0.5347593582887701, "percentage": 0.19, "elapsed_time": "0:01:04", "remaining_time": "9:33:51", "throughput": 3011.51, "total_tokens": 194784}
|
16 |
+
{"current_steps": 80, "total_steps": 40000, "loss": 0.0752, "lr": 4.9999518781222984e-05, "epoch": 0.5704099821746881, "percentage": 0.2, "elapsed_time": "0:01:08", "remaining_time": "9:32:11", "throughput": 3014.84, "total_tokens": 207424}
|
17 |
+
{"current_steps": 85, "total_steps": 40000, "loss": 0.1013, "lr": 4.9999455940030746e-05, "epoch": 0.6060606060606061, "percentage": 0.21, "elapsed_time": "0:01:12", "remaining_time": "9:30:47", "throughput": 3026.23, "total_tokens": 220704}
|
18 |
+
{"current_steps": 90, "total_steps": 40000, "loss": 0.0917, "lr": 4.999938924360824e-05, "epoch": 0.6417112299465241, "percentage": 0.22, "elapsed_time": "0:01:17", "remaining_time": "9:29:27", "throughput": 3034.73, "total_tokens": 233824}
|
19 |
+
{"current_steps": 95, "total_steps": 40000, "loss": 0.0825, "lr": 4.999931869196575e-05, "epoch": 0.6773618538324421, "percentage": 0.24, "elapsed_time": "0:01:21", "remaining_time": "9:28:12", "throughput": 3048.08, "total_tokens": 247392}
|
20 |
+
{"current_steps": 100, "total_steps": 40000, "loss": 0.1032, "lr": 4.999924428511416e-05, "epoch": 0.7130124777183601, "percentage": 0.25, "elapsed_time": "0:01:25", "remaining_time": "9:27:01", "throughput": 3044.38, "total_tokens": 259584}
|
21 |
+
{"current_steps": 105, "total_steps": 40000, "loss": 0.1011, "lr": 4.999916602306494e-05, "epoch": 0.7486631016042781, "percentage": 0.26, "elapsed_time": "0:01:29", "remaining_time": "9:25:59", "throughput": 3044.32, "total_tokens": 272096}
|
22 |
+
{"current_steps": 110, "total_steps": 40000, "loss": 0.098, "lr": 4.999908390583016e-05, "epoch": 0.7843137254901961, "percentage": 0.27, "elapsed_time": "0:01:33", "remaining_time": "9:25:09", "throughput": 3055.65, "total_tokens": 285728}
|
23 |
+
{"current_steps": 115, "total_steps": 40000, "loss": 0.1069, "lr": 4.999899793342247e-05, "epoch": 0.8199643493761141, "percentage": 0.29, "elapsed_time": "0:01:37", "remaining_time": "9:24:17", "throughput": 3062.99, "total_tokens": 299008}
|
24 |
+
{"current_steps": 120, "total_steps": 40000, "loss": 0.0957, "lr": 4.999890810585516e-05, "epoch": 0.8556149732620321, "percentage": 0.3, "elapsed_time": "0:01:41", "remaining_time": "9:23:27", "throughput": 3059.46, "total_tokens": 311232}
|
25 |
+
{"current_steps": 125, "total_steps": 40000, "loss": 0.0916, "lr": 4.999881442314206e-05, "epoch": 0.8912655971479501, "percentage": 0.31, "elapsed_time": "0:01:45", "remaining_time": "9:22:46", "throughput": 3053.97, "total_tokens": 323264}
|
26 |
+
{"current_steps": 130, "total_steps": 40000, "loss": 0.0794, "lr": 4.9998716885297617e-05, "epoch": 0.9269162210338681, "percentage": 0.33, "elapsed_time": "0:01:49", "remaining_time": "9:22:01", "throughput": 3050.37, "total_tokens": 335392}
|
27 |
+
{"current_steps": 135, "total_steps": 40000, "loss": 0.0888, "lr": 4.999861549233688e-05, "epoch": 0.9625668449197861, "percentage": 0.34, "elapsed_time": "0:01:54", "remaining_time": "9:21:21", "throughput": 3046.57, "total_tokens": 347488}
|
28 |
+
{"current_steps": 140, "total_steps": 40000, "loss": 0.0867, "lr": 4.999851024427548e-05, "epoch": 0.9982174688057041, "percentage": 0.35, "elapsed_time": "0:01:58", "remaining_time": "9:20:37", "throughput": 3053.03, "total_tokens": 360704}
|
29 |
+
{"current_steps": 145, "total_steps": 40000, "loss": 0.0908, "lr": 4.999840114112965e-05, "epoch": 1.0285204991087344, "percentage": 0.36, "elapsed_time": "0:02:02", "remaining_time": "9:19:24", "throughput": 3047.49, "total_tokens": 372144}
|
30 |
+
{"current_steps": 150, "total_steps": 40000, "loss": 0.0897, "lr": 4.999828818291621e-05, "epoch": 1.0641711229946524, "percentage": 0.38, "elapsed_time": "0:02:06", "remaining_time": "9:18:54", "throughput": 3046.82, "total_tokens": 384592}
|
31 |
+
{"current_steps": 155, "total_steps": 40000, "loss": 0.0937, "lr": 4.999817136965259e-05, "epoch": 1.0998217468805704, "percentage": 0.39, "elapsed_time": "0:02:10", "remaining_time": "9:18:27", "throughput": 3048.96, "total_tokens": 397424}
|
32 |
+
{"current_steps": 160, "total_steps": 40000, "loss": 0.0821, "lr": 4.9998050701356794e-05, "epoch": 1.1354723707664884, "percentage": 0.4, "elapsed_time": "0:02:14", "remaining_time": "9:17:59", "throughput": 3055.5, "total_tokens": 410832}
|
33 |
+
{"current_steps": 165, "total_steps": 40000, "loss": 0.0807, "lr": 4.999792617804744e-05, "epoch": 1.1711229946524064, "percentage": 0.41, "elapsed_time": "0:02:18", "remaining_time": "9:17:36", "throughput": 3064.33, "total_tokens": 424656}
|
34 |
+
{"current_steps": 170, "total_steps": 40000, "loss": 0.0883, "lr": 4.9997797799743724e-05, "epoch": 1.2067736185383244, "percentage": 0.43, "elapsed_time": "0:02:22", "remaining_time": "9:17:11", "throughput": 3065.34, "total_tokens": 437392}
|
35 |
+
{"current_steps": 175, "total_steps": 40000, "loss": 0.0806, "lr": 4.999766556646545e-05, "epoch": 1.2424242424242424, "percentage": 0.44, "elapsed_time": "0:02:26", "remaining_time": "9:16:46", "throughput": 3065.04, "total_tokens": 449936}
|
36 |
+
{"current_steps": 180, "total_steps": 40000, "loss": 0.0696, "lr": 4.9997529478232996e-05, "epoch": 1.2780748663101604, "percentage": 0.45, "elapsed_time": "0:02:30", "remaining_time": "9:16:27", "throughput": 3066.91, "total_tokens": 462864}
|
37 |
+
{"current_steps": 185, "total_steps": 40000, "loss": 0.0725, "lr": 4.9997389535067365e-05, "epoch": 1.3137254901960784, "percentage": 0.46, "elapsed_time": "0:02:35", "remaining_time": "9:16:03", "throughput": 3075.16, "total_tokens": 476720}
|
38 |
+
{"current_steps": 190, "total_steps": 40000, "loss": 0.0899, "lr": 4.999724573699012e-05, "epoch": 1.3493761140819964, "percentage": 0.47, "elapsed_time": "0:02:39", "remaining_time": "9:15:40", "throughput": 3076.12, "total_tokens": 489488}
|
39 |
+
{"current_steps": 195, "total_steps": 40000, "loss": 0.124, "lr": 4.9997098084023457e-05, "epoch": 1.3850267379679144, "percentage": 0.49, "elapsed_time": "0:02:43", "remaining_time": "9:15:20", "throughput": 3074.37, "total_tokens": 501840}
|
40 |
+
{"current_steps": 200, "total_steps": 40000, "loss": 0.0766, "lr": 4.999694657619013e-05, "epoch": 1.4206773618538324, "percentage": 0.5, "elapsed_time": "0:02:47", "remaining_time": "9:15:03", "throughput": 3074.59, "total_tokens": 514544}
|
41 |
+
{"current_steps": 200, "total_steps": 40000, "eval_loss": 0.09101781249046326, "epoch": 1.4206773618538324, "percentage": 0.5, "elapsed_time": "0:02:51", "remaining_time": "9:28:15", "throughput": 3003.18, "total_tokens": 514544}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01851cac0bbef7bc001b3a152b99a6458274ddd8065a228d0f2772c55e2b5f54
|
3 |
+
size 5752
|