cuong1692001 commited on
Commit
eb345d2
·
verified ·
1 Parent(s): ebd75fc

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +24 -0
  2. epoch_1/README.md +59 -0
  3. epoch_1/added_tokens.json +24 -0
  4. epoch_1/all_results.json +8 -0
  5. epoch_1/chat_template.jinja +54 -0
  6. epoch_1/checkpoint-100/added_tokens.json +24 -0
  7. epoch_1/checkpoint-100/chat_template.jinja +54 -0
  8. epoch_1/checkpoint-100/config.json +66 -0
  9. epoch_1/checkpoint-100/generation_config.json +13 -0
  10. epoch_1/checkpoint-100/merges.txt +0 -0
  11. epoch_1/checkpoint-100/model-00001-of-00002.safetensors +3 -0
  12. epoch_1/checkpoint-100/model-00002-of-00002.safetensors +3 -0
  13. epoch_1/checkpoint-100/model.safetensors.index.json +442 -0
  14. epoch_1/checkpoint-100/special_tokens_map.json +31 -0
  15. epoch_1/checkpoint-100/tokenizer.json +3 -0
  16. epoch_1/checkpoint-100/tokenizer_config.json +208 -0
  17. epoch_1/checkpoint-100/trainer_state.json +734 -0
  18. epoch_1/checkpoint-100/training_args.bin +3 -0
  19. epoch_1/checkpoint-100/vocab.json +0 -0
  20. epoch_1/checkpoint-150/added_tokens.json +24 -0
  21. epoch_1/checkpoint-150/chat_template.jinja +54 -0
  22. epoch_1/checkpoint-150/config.json +66 -0
  23. epoch_1/checkpoint-150/generation_config.json +13 -0
  24. epoch_1/checkpoint-150/merges.txt +0 -0
  25. epoch_1/checkpoint-150/model-00001-of-00002.safetensors +3 -0
  26. epoch_1/checkpoint-150/model-00002-of-00002.safetensors +3 -0
  27. epoch_1/checkpoint-150/model.safetensors.index.json +442 -0
  28. epoch_1/checkpoint-150/special_tokens_map.json +31 -0
  29. epoch_1/checkpoint-150/tokenizer.json +3 -0
  30. epoch_1/checkpoint-150/tokenizer_config.json +208 -0
  31. epoch_1/checkpoint-150/trainer_state.json +1084 -0
  32. epoch_1/checkpoint-150/training_args.bin +3 -0
  33. epoch_1/checkpoint-150/vocab.json +0 -0
  34. epoch_1/checkpoint-200/added_tokens.json +24 -0
  35. epoch_1/checkpoint-200/chat_template.jinja +54 -0
  36. epoch_1/checkpoint-200/config.json +66 -0
  37. epoch_1/checkpoint-200/generation_config.json +13 -0
  38. epoch_1/checkpoint-200/merges.txt +0 -0
  39. epoch_1/checkpoint-200/model-00001-of-00002.safetensors +3 -0
  40. epoch_1/checkpoint-200/model-00002-of-00002.safetensors +3 -0
  41. epoch_1/checkpoint-200/model.safetensors.index.json +442 -0
  42. epoch_1/checkpoint-200/special_tokens_map.json +31 -0
  43. epoch_1/checkpoint-200/tokenizer.json +3 -0
  44. epoch_1/checkpoint-200/tokenizer_config.json +208 -0
  45. epoch_1/checkpoint-200/trainer_state.json +1434 -0
  46. epoch_1/checkpoint-200/training_args.bin +3 -0
  47. epoch_1/checkpoint-200/vocab.json +0 -0
  48. epoch_1/checkpoint-250/added_tokens.json +24 -0
  49. epoch_1/checkpoint-250/chat_template.jinja +54 -0
  50. epoch_1/checkpoint-250/config.json +66 -0
.gitattributes CHANGED
@@ -33,3 +33,27 @@ 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
+ epoch_1/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ epoch_1/checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ epoch_1/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ epoch_1/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ epoch_1/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ epoch_1/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
+ epoch_2/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
+ epoch_2/checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
+ epoch_2/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
+ epoch_2/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
+ epoch_2/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
47
+ epoch_2/tokenizer.json filter=lfs diff=lfs merge=lfs -text
48
+ epoch_3/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
49
+ epoch_3/checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
50
+ epoch_3/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
51
+ epoch_3/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
52
+ epoch_3/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
53
+ epoch_3/tokenizer.json filter=lfs diff=lfs merge=lfs -text
54
+ epoch_4/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
55
+ epoch_4/checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
56
+ epoch_4/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
57
+ epoch_4/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
58
+ epoch_4/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
59
+ epoch_4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
epoch_1/README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: /projects/ai_safe/cuongdc/adaptive_3B_low/epoch_3
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: epoch_1
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # epoch_1
18
+
19
+ This model is a fine-tuned version of [/projects/ai_safe/cuongdc/adaptive_3B_low/epoch_3](https://huggingface.co//projects/ai_safe/cuongdc/adaptive_3B_low/epoch_3) on the 3B_high dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1.25e-06
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 2
44
+ - total_train_batch_size: 2
45
+ - total_eval_batch_size: 16
46
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: cosine
48
+ - num_epochs: 1.0
49
+
50
+ ### Training results
51
+
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.56.2
57
+ - Pytorch 2.7.1+cu126
58
+ - Datasets 4.0.0
59
+ - Tokenizers 0.22.1
epoch_1/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
epoch_1/all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 473506775040.0,
4
+ "train_loss": 0.13181804982200265,
5
+ "train_runtime": 287.1762,
6
+ "train_samples_per_second": 1.741,
7
+ "train_steps_per_second": 0.871
8
+ }
epoch_1/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
epoch_1/checkpoint-100/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
epoch_1/checkpoint-100/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
epoch_1/checkpoint-100/config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention"
49
+ ],
50
+ "max_position_embeddings": 32768,
51
+ "max_window_layers": 70,
52
+ "model_type": "qwen2",
53
+ "num_attention_heads": 16,
54
+ "num_hidden_layers": 36,
55
+ "num_key_value_heads": 2,
56
+ "pad_token_id": 151643,
57
+ "rms_norm_eps": 1e-06,
58
+ "rope_scaling": null,
59
+ "rope_theta": 1000000.0,
60
+ "sliding_window": null,
61
+ "tie_word_embeddings": true,
62
+ "transformers_version": "4.56.2",
63
+ "use_cache": false,
64
+ "use_sliding_window": false,
65
+ "vocab_size": 151936
66
+ }
epoch_1/checkpoint-100/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151643
6
+ ],
7
+ "pad_token_id": 151643,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.56.2"
13
+ }
epoch_1/checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
epoch_1/checkpoint-100/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1628140ad80add877b3b542cd4948be19f21ace3445ef89770ed2916b097104
3
+ size 4957560304
epoch_1/checkpoint-100/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e967d36970daff6cfff467c81396c1cad1000af167728c8f72db5cc0a353a786
3
+ size 1214366696
epoch_1/checkpoint-100/model.safetensors.index.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 241664,
4
+ "total_size": 6171877376
5
+ },
6
+ "weight_map": {
7
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
31
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
38
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
41
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
43
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
50
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
53
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
55
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
62
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
65
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
67
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
74
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
77
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
79
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
86
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
89
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
90
+ "model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
91
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
92
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
93
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
94
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
95
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
96
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
97
+ "model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
98
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
99
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
100
+ "model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
101
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
103
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
104
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
110
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
113
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
114
+ "model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
115
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
116
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
117
+ "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
118
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
119
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
120
+ "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
121
+ "model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
122
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
123
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
124
+ "model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
125
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
126
+ "model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
127
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
128
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
129
+ "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
130
+ "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
131
+ "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
132
+ "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
133
+ "model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
134
+ "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
136
+ "model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
137
+ "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
138
+ "model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
139
+ "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
140
+ "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
141
+ "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
142
+ "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
143
+ "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
144
+ "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
145
+ "model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
146
+ "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
147
+ "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
149
+ "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
150
+ "model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
151
+ "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
152
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
153
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
154
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
155
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
156
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
157
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
158
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
159
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
160
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
161
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
162
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
163
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
164
+ "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
165
+ "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
166
+ "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
167
+ "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
168
+ "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
169
+ "model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
170
+ "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
171
+ "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
172
+ "model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
173
+ "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
174
+ "model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
175
+ "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
176
+ "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
177
+ "model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
178
+ "model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
179
+ "model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
180
+ "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
181
+ "model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
182
+ "model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
183
+ "model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
184
+ "model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
185
+ "model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
186
+ "model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
187
+ "model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
188
+ "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
189
+ "model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
190
+ "model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
191
+ "model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
192
+ "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
193
+ "model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
194
+ "model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
195
+ "model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
196
+ "model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
197
+ "model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
198
+ "model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
199
+ "model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
200
+ "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
201
+ "model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
202
+ "model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
203
+ "model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
204
+ "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
205
+ "model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
206
+ "model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
207
+ "model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
208
+ "model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
209
+ "model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
210
+ "model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
211
+ "model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
212
+ "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
213
+ "model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
214
+ "model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
215
+ "model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
216
+ "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
217
+ "model.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
218
+ "model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
219
+ "model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
220
+ "model.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
221
+ "model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
222
+ "model.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
223
+ "model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
224
+ "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
225
+ "model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
226
+ "model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
227
+ "model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
228
+ "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
229
+ "model.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
230
+ "model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
231
+ "model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
232
+ "model.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
233
+ "model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
234
+ "model.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
235
+ "model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
236
+ "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
237
+ "model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
238
+ "model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
239
+ "model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
240
+ "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
241
+ "model.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
242
+ "model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
243
+ "model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
244
+ "model.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
245
+ "model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
246
+ "model.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
247
+ "model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
248
+ "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
249
+ "model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
250
+ "model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
251
+ "model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
252
+ "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
253
+ "model.layers.27.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
254
+ "model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
255
+ "model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
256
+ "model.layers.27.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
257
+ "model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
258
+ "model.layers.27.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
259
+ "model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
260
+ "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
261
+ "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
262
+ "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
263
+ "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
264
+ "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
265
+ "model.layers.28.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
266
+ "model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
267
+ "model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
268
+ "model.layers.28.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
269
+ "model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
270
+ "model.layers.28.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
271
+ "model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
272
+ "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
273
+ "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
274
+ "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
275
+ "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
276
+ "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
277
+ "model.layers.29.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
278
+ "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
279
+ "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
280
+ "model.layers.29.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
281
+ "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
282
+ "model.layers.29.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
283
+ "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
284
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
285
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
286
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
287
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
288
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
289
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
290
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
291
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
292
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
293
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
294
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
295
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
296
+ "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
297
+ "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
298
+ "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
299
+ "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
300
+ "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
301
+ "model.layers.30.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
302
+ "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
303
+ "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
304
+ "model.layers.30.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
305
+ "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
306
+ "model.layers.30.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
307
+ "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
308
+ "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
309
+ "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
310
+ "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
311
+ "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
312
+ "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
313
+ "model.layers.31.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
314
+ "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
315
+ "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
316
+ "model.layers.31.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
317
+ "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
318
+ "model.layers.31.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
319
+ "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
320
+ "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
321
+ "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
322
+ "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
323
+ "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
324
+ "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
325
+ "model.layers.32.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
326
+ "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
327
+ "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
328
+ "model.layers.32.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
329
+ "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
330
+ "model.layers.32.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
331
+ "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
332
+ "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
333
+ "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
334
+ "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
335
+ "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
336
+ "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
337
+ "model.layers.33.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
338
+ "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
339
+ "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
340
+ "model.layers.33.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
341
+ "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
342
+ "model.layers.33.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
343
+ "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
344
+ "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
345
+ "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
346
+ "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
347
+ "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
348
+ "model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
349
+ "model.layers.34.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
350
+ "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
351
+ "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
352
+ "model.layers.34.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
353
+ "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
354
+ "model.layers.34.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
355
+ "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
356
+ "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
357
+ "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
358
+ "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
359
+ "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
360
+ "model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
361
+ "model.layers.35.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
362
+ "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
363
+ "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
364
+ "model.layers.35.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
365
+ "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
366
+ "model.layers.35.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
367
+ "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
368
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
369
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
370
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
371
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
372
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
373
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
374
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
375
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
376
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
377
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
378
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
379
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
380
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
381
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
382
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
383
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
384
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
385
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
386
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
387
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
388
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
389
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
390
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
391
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
392
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
393
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
394
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
395
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
396
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
397
+ "model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
398
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
399
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
400
+ "model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
401
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
402
+ "model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
403
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
404
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
405
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
406
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
407
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
408
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
409
+ "model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
410
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
411
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
412
+ "model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
413
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
414
+ "model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
415
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
416
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
417
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
418
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
419
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
420
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
421
+ "model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
422
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
423
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
424
+ "model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
425
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
426
+ "model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
427
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
428
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
429
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
430
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
431
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
432
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
433
+ "model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
434
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
435
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
436
+ "model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
437
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
438
+ "model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
439
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
440
+ "model.norm.weight": "model-00002-of-00002.safetensors"
441
+ }
442
+ }
epoch_1/checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
epoch_1/checkpoint-100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
epoch_1/checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
epoch_1/checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.4,
6
+ "eval_steps": 500,
7
+ "global_step": 100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004,
14
+ "grad_norm": 4.017385483397232,
15
+ "learning_rate": 1.25e-06,
16
+ "loss": 0.1413,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.008,
21
+ "grad_norm": 3.8449675966687606,
22
+ "learning_rate": 1.2499506526273853e-06,
23
+ "loss": 0.1328,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.012,
28
+ "grad_norm": 2.1638363967847223,
29
+ "learning_rate": 1.2498026183020626e-06,
30
+ "loss": 0.086,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.016,
35
+ "grad_norm": 3.3743604139964436,
36
+ "learning_rate": 1.2495559204003684e-06,
37
+ "loss": 0.1365,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02,
42
+ "grad_norm": 3.288840036724382,
43
+ "learning_rate": 1.2492105978787612e-06,
44
+ "loss": 0.1513,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.024,
49
+ "grad_norm": 7.595431480390665,
50
+ "learning_rate": 1.2487667052676699e-06,
51
+ "loss": 0.1987,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.028,
56
+ "grad_norm": 3.2413826920628166,
57
+ "learning_rate": 1.2482243126628838e-06,
58
+ "loss": 0.1202,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.032,
63
+ "grad_norm": 4.883733594707665,
64
+ "learning_rate": 1.247583505714483e-06,
65
+ "loss": 0.1799,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.036,
70
+ "grad_norm": 4.508245483958065,
71
+ "learning_rate": 1.2468443856133129e-06,
72
+ "loss": 0.1619,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.04,
77
+ "grad_norm": 4.906984422165932,
78
+ "learning_rate": 1.2460070690750053e-06,
79
+ "loss": 0.167,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.044,
84
+ "grad_norm": 3.6964749714214906,
85
+ "learning_rate": 1.245071688321549e-06,
86
+ "loss": 0.1187,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.048,
91
+ "grad_norm": 2.979347665997292,
92
+ "learning_rate": 1.2440383910604071e-06,
93
+ "loss": 0.1668,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.052,
98
+ "grad_norm": 2.954570728851493,
99
+ "learning_rate": 1.2429073404611962e-06,
100
+ "loss": 0.0828,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.056,
105
+ "grad_norm": 6.636874452245697,
106
+ "learning_rate": 1.2416787151299176e-06,
107
+ "loss": 0.2631,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.06,
112
+ "grad_norm": 3.091490024239134,
113
+ "learning_rate": 1.2403527090807535e-06,
114
+ "loss": 0.1144,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.064,
119
+ "grad_norm": 2.2323669367718386,
120
+ "learning_rate": 1.2389295317054306e-06,
121
+ "loss": 0.0631,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.068,
126
+ "grad_norm": 4.4396327514278795,
127
+ "learning_rate": 1.2374094077401545e-06,
128
+ "loss": 0.194,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.072,
133
+ "grad_norm": 3.8264637726466115,
134
+ "learning_rate": 1.235792577230121e-06,
135
+ "loss": 0.1736,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.076,
140
+ "grad_norm": 2.999135242898612,
141
+ "learning_rate": 1.2340792954916109e-06,
142
+ "loss": 0.1339,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.08,
147
+ "grad_norm": 2.1527155068441246,
148
+ "learning_rate": 1.2322698330716713e-06,
149
+ "loss": 0.0834,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.084,
154
+ "grad_norm": 4.0286126176650185,
155
+ "learning_rate": 1.2303644757053945e-06,
156
+ "loss": 0.1841,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.088,
161
+ "grad_norm": 3.9156121312517786,
162
+ "learning_rate": 1.2283635242707962e-06,
163
+ "loss": 0.1142,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.092,
168
+ "grad_norm": 4.245160129433801,
169
+ "learning_rate": 1.2262672947413037e-06,
170
+ "loss": 0.1251,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.096,
175
+ "grad_norm": 5.309528123667374,
176
+ "learning_rate": 1.22407611813586e-06,
177
+ "loss": 0.1602,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.1,
182
+ "grad_norm": 6.485877801658527,
183
+ "learning_rate": 1.221790340466652e-06,
184
+ "loss": 0.1733,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.104,
189
+ "grad_norm": 2.96261019219239,
190
+ "learning_rate": 1.2194103226844711e-06,
191
+ "loss": 0.1113,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.108,
196
+ "grad_norm": 5.128545078967028,
197
+ "learning_rate": 1.2169364406217154e-06,
198
+ "loss": 0.146,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.112,
203
+ "grad_norm": 4.463994053430229,
204
+ "learning_rate": 1.2143690849330405e-06,
205
+ "loss": 0.1564,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.116,
210
+ "grad_norm": 3.344393653898428,
211
+ "learning_rate": 1.2117086610336714e-06,
212
+ "loss": 0.103,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.12,
217
+ "grad_norm": 2.176137249160477,
218
+ "learning_rate": 1.2089555890353826e-06,
219
+ "loss": 0.0477,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.124,
224
+ "grad_norm": 3.051441040807267,
225
+ "learning_rate": 1.2061103036801573e-06,
226
+ "loss": 0.0949,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.128,
231
+ "grad_norm": 3.5084777203708444,
232
+ "learning_rate": 1.2031732542715363e-06,
233
+ "loss": 0.1001,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.132,
238
+ "grad_norm": 3.060808348393298,
239
+ "learning_rate": 1.2001449046036692e-06,
240
+ "loss": 0.1111,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.136,
245
+ "grad_norm": 3.6047867168659997,
246
+ "learning_rate": 1.1970257328880735e-06,
247
+ "loss": 0.0838,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.14,
252
+ "grad_norm": 2.605944823640285,
253
+ "learning_rate": 1.1938162316781223e-06,
254
+ "loss": 0.1047,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.144,
259
+ "grad_norm": 3.642604507481262,
260
+ "learning_rate": 1.1905169077912623e-06,
261
+ "loss": 0.1691,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.148,
266
+ "grad_norm": 2.977794754734627,
267
+ "learning_rate": 1.187128282228982e-06,
268
+ "loss": 0.1335,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.152,
273
+ "grad_norm": 3.597549271855966,
274
+ "learning_rate": 1.18365089009454e-06,
275
+ "loss": 0.1307,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.156,
280
+ "grad_norm": 3.3649862888593303,
281
+ "learning_rate": 1.1800852805084655e-06,
282
+ "loss": 0.062,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.16,
287
+ "grad_norm": 4.183766887602216,
288
+ "learning_rate": 1.176432016521846e-06,
289
+ "loss": 0.1588,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.164,
294
+ "grad_norm": 3.7163992206687726,
295
+ "learning_rate": 1.1726916750274148e-06,
296
+ "loss": 0.0954,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.168,
301
+ "grad_norm": 0.40910896062220287,
302
+ "learning_rate": 1.1688648466684537e-06,
303
+ "loss": 0.0136,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.172,
308
+ "grad_norm": 5.295089388122023,
309
+ "learning_rate": 1.1649521357455222e-06,
310
+ "loss": 0.2147,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.176,
315
+ "grad_norm": 2.576423141532492,
316
+ "learning_rate": 1.1609541601210329e-06,
317
+ "loss": 0.1033,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.18,
322
+ "grad_norm": 5.312566919509821,
323
+ "learning_rate": 1.1568715511216826e-06,
324
+ "loss": 0.1621,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.184,
329
+ "grad_norm": 5.7157490385942085,
330
+ "learning_rate": 1.1527049534387595e-06,
331
+ "loss": 0.2664,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.188,
336
+ "grad_norm": 4.642925524228082,
337
+ "learning_rate": 1.1484550250263388e-06,
338
+ "loss": 0.152,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.192,
343
+ "grad_norm": 6.3866757968856485,
344
+ "learning_rate": 1.144122436997383e-06,
345
+ "loss": 0.1785,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.196,
350
+ "grad_norm": 4.874612191099983,
351
+ "learning_rate": 1.1397078735177673e-06,
352
+ "loss": 0.217,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.2,
357
+ "grad_norm": 3.4575745000644247,
358
+ "learning_rate": 1.13521203169824e-06,
359
+ "loss": 0.13,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.204,
364
+ "grad_norm": 6.292533852396203,
365
+ "learning_rate": 1.1306356214843423e-06,
366
+ "loss": 0.1678,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.208,
371
+ "grad_norm": 4.188127391211228,
372
+ "learning_rate": 1.125979365544298e-06,
373
+ "loss": 0.1346,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.212,
378
+ "grad_norm": 3.404139570651294,
379
+ "learning_rate": 1.1212439991548971e-06,
380
+ "loss": 0.1136,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.216,
385
+ "grad_norm": 3.7842612979712187,
386
+ "learning_rate": 1.1164302700853868e-06,
387
+ "loss": 0.1024,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.22,
392
+ "grad_norm": 3.3939355583645425,
393
+ "learning_rate": 1.1115389384793898e-06,
394
+ "loss": 0.1253,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.224,
399
+ "grad_norm": 5.245180376439613,
400
+ "learning_rate": 1.1065707767348684e-06,
401
+ "loss": 0.1256,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.228,
406
+ "grad_norm": 0.5729530986310555,
407
+ "learning_rate": 1.101526569382155e-06,
408
+ "loss": 0.0234,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.232,
413
+ "grad_norm": 3.2118514205891486,
414
+ "learning_rate": 1.096407112960065e-06,
415
+ "loss": 0.0853,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.236,
420
+ "grad_norm": 2.106270697781548,
421
+ "learning_rate": 1.091213215890114e-06,
422
+ "loss": 0.0717,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.24,
427
+ "grad_norm": 2.349587278976827,
428
+ "learning_rate": 1.0859456983488588e-06,
429
+ "loss": 0.089,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.244,
434
+ "grad_norm": 7.876301970845418,
435
+ "learning_rate": 1.0806053921383823e-06,
436
+ "loss": 0.2699,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.248,
441
+ "grad_norm": 2.531190836425024,
442
+ "learning_rate": 1.0751931405549419e-06,
443
+ "loss": 0.1106,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.252,
448
+ "grad_norm": 5.5346145359497205,
449
+ "learning_rate": 1.0697097982558036e-06,
450
+ "loss": 0.1247,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.256,
455
+ "grad_norm": 5.142622243461298,
456
+ "learning_rate": 1.064156231124281e-06,
457
+ "loss": 0.1363,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.26,
462
+ "grad_norm": 3.11593080424434,
463
+ "learning_rate": 1.058533316133003e-06,
464
+ "loss": 0.0876,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.264,
469
+ "grad_norm": 5.967188720796784,
470
+ "learning_rate": 1.0528419412054306e-06,
471
+ "loss": 0.1276,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.268,
476
+ "grad_norm": 3.9076222868719577,
477
+ "learning_rate": 1.0470830050756402e-06,
478
+ "loss": 0.1199,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.272,
483
+ "grad_norm": 4.5469221847786905,
484
+ "learning_rate": 1.0412574171464074e-06,
485
+ "loss": 0.1236,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.276,
490
+ "grad_norm": 3.2424285022940356,
491
+ "learning_rate": 1.035366097345598e-06,
492
+ "loss": 0.0848,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.28,
497
+ "grad_norm": 7.322304043916362,
498
+ "learning_rate": 1.0294099759809028e-06,
499
+ "loss": 0.2061,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.284,
504
+ "grad_norm": 3.832594763604789,
505
+ "learning_rate": 1.0233899935929311e-06,
506
+ "loss": 0.1614,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.288,
511
+ "grad_norm": 2.4467957912337166,
512
+ "learning_rate": 1.0173071008066878e-06,
513
+ "loss": 0.0921,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.292,
518
+ "grad_norm": 2.8598136356378525,
519
+ "learning_rate": 1.011162258181459e-06,
520
+ "loss": 0.0752,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.296,
525
+ "grad_norm": 4.0019435362793905,
526
+ "learning_rate": 1.0049564360591285e-06,
527
+ "loss": 0.1029,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.3,
532
+ "grad_norm": 3.2212138974769413,
533
+ "learning_rate": 9.986906144109494e-07,
534
+ "loss": 0.0987,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.304,
539
+ "grad_norm": 4.522211217403667,
540
+ "learning_rate": 9.923657826827958e-07,
541
+ "loss": 0.1602,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.308,
546
+ "grad_norm": 3.376245985310258,
547
+ "learning_rate": 9.859829396389172e-07,
548
+ "loss": 0.1176,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.312,
553
+ "grad_norm": 6.073368961666502,
554
+ "learning_rate": 9.79543093204223e-07,
555
+ "loss": 0.1807,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.316,
560
+ "grad_norm": 7.706860943134537,
561
+ "learning_rate": 9.730472603051175e-07,
562
+ "loss": 0.149,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.32,
567
+ "grad_norm": 1.81425757189223,
568
+ "learning_rate": 9.664964667089184e-07,
569
+ "loss": 0.0606,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.324,
574
+ "grad_norm": 3.1034608925705465,
575
+ "learning_rate": 9.59891746861873e-07,
576
+ "loss": 0.1235,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.328,
581
+ "grad_norm": 5.4593767606269745,
582
+ "learning_rate": 9.532341437258099e-07,
583
+ "loss": 0.1292,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.332,
588
+ "grad_norm": 3.35883770074761,
589
+ "learning_rate": 9.465247086134416e-07,
590
+ "loss": 0.1196,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.336,
595
+ "grad_norm": 5.458524887235343,
596
+ "learning_rate": 9.397645010223506e-07,
597
+ "loss": 0.2082,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.34,
602
+ "grad_norm": 4.345193079077953,
603
+ "learning_rate": 9.329545884676823e-07,
604
+ "loss": 0.2584,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.344,
609
+ "grad_norm": 3.4245431779216946,
610
+ "learning_rate": 9.260960463135721e-07,
611
+ "loss": 0.1003,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.348,
616
+ "grad_norm": 4.046815164804643,
617
+ "learning_rate": 9.191899576033331e-07,
618
+ "loss": 0.127,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.352,
623
+ "grad_norm": 4.551196552703828,
624
+ "learning_rate": 9.122374128884301e-07,
625
+ "loss": 0.2096,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.356,
630
+ "grad_norm": 3.3977880693097093,
631
+ "learning_rate": 9.052395100562704e-07,
632
+ "loss": 0.1034,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.36,
637
+ "grad_norm": 0.5277523583283517,
638
+ "learning_rate": 8.981973541568331e-07,
639
+ "loss": 0.0185,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.364,
644
+ "grad_norm": 3.715550434329015,
645
+ "learning_rate": 8.911120572281705e-07,
646
+ "loss": 0.1184,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.368,
651
+ "grad_norm": 2.2115026803492053,
652
+ "learning_rate": 8.839847381208027e-07,
653
+ "loss": 0.0669,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.372,
658
+ "grad_norm": 3.5200936151406346,
659
+ "learning_rate": 8.768165223210393e-07,
660
+ "loss": 0.0676,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.376,
665
+ "grad_norm": 2.6500028260333464,
666
+ "learning_rate": 8.696085417732517e-07,
667
+ "loss": 0.0601,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.38,
672
+ "grad_norm": 3.676896418632736,
673
+ "learning_rate": 8.623619347011259e-07,
674
+ "loss": 0.1151,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.384,
679
+ "grad_norm": 4.125582103259355,
680
+ "learning_rate": 8.550778454279239e-07,
681
+ "loss": 0.1375,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.388,
686
+ "grad_norm": 4.002370086986581,
687
+ "learning_rate": 8.477574241957817e-07,
688
+ "loss": 0.1177,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.392,
693
+ "grad_norm": 3.3858392990737753,
694
+ "learning_rate": 8.404018269840731e-07,
695
+ "loss": 0.077,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.396,
700
+ "grad_norm": 3.0438174129534703,
701
+ "learning_rate": 8.330122153268668e-07,
702
+ "loss": 0.1303,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.4,
707
+ "grad_norm": 2.0043982911779907,
708
+ "learning_rate": 8.255897561295059e-07,
709
+ "loss": 0.0558,
710
+ "step": 100
711
+ }
712
+ ],
713
+ "logging_steps": 1.0,
714
+ "max_steps": 250,
715
+ "num_input_tokens_seen": 0,
716
+ "num_train_epochs": 1,
717
+ "save_steps": 50,
718
+ "stateful_callbacks": {
719
+ "TrainerControl": {
720
+ "args": {
721
+ "should_epoch_stop": false,
722
+ "should_evaluate": false,
723
+ "should_log": false,
724
+ "should_save": true,
725
+ "should_training_stop": false
726
+ },
727
+ "attributes": {}
728
+ }
729
+ },
730
+ "total_flos": 192882671616.0,
731
+ "train_batch_size": 1,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
epoch_1/checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1b9bdac6c229a95edd8b52f2e6ad8ad316ae8b086598f08733c34e3e7848b4
3
+ size 8145
epoch_1/checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
epoch_1/checkpoint-150/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
epoch_1/checkpoint-150/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
epoch_1/checkpoint-150/config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention"
49
+ ],
50
+ "max_position_embeddings": 32768,
51
+ "max_window_layers": 70,
52
+ "model_type": "qwen2",
53
+ "num_attention_heads": 16,
54
+ "num_hidden_layers": 36,
55
+ "num_key_value_heads": 2,
56
+ "pad_token_id": 151643,
57
+ "rms_norm_eps": 1e-06,
58
+ "rope_scaling": null,
59
+ "rope_theta": 1000000.0,
60
+ "sliding_window": null,
61
+ "tie_word_embeddings": true,
62
+ "transformers_version": "4.56.2",
63
+ "use_cache": false,
64
+ "use_sliding_window": false,
65
+ "vocab_size": 151936
66
+ }
epoch_1/checkpoint-150/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151643
6
+ ],
7
+ "pad_token_id": 151643,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.56.2"
13
+ }
epoch_1/checkpoint-150/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
epoch_1/checkpoint-150/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27174856b5c4ebc3a03dc0bafb4eb033cdbc71a75b923f50d5b52663e0778b50
3
+ size 4957560304
epoch_1/checkpoint-150/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6af988d416dd2e6055b1d9bf1108dd2563c2690cff27e585b5f732ace26ddd
3
+ size 1214366696
epoch_1/checkpoint-150/model.safetensors.index.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 241664,
4
+ "total_size": 6171877376
5
+ },
6
+ "weight_map": {
7
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
31
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
38
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
41
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
43
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
50
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
53
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
55
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
62
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
65
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
67
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
74
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
77
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
79
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
86
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
89
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
90
+ "model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
91
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
92
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
93
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
94
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
95
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
96
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
97
+ "model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
98
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
99
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
100
+ "model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
101
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
103
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
104
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
110
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
113
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
114
+ "model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
115
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
116
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
117
+ "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
118
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
119
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
120
+ "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
121
+ "model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
122
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
123
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
124
+ "model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
125
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
126
+ "model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
127
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
128
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
129
+ "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
130
+ "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
131
+ "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
132
+ "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
133
+ "model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
134
+ "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
136
+ "model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
137
+ "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
138
+ "model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
139
+ "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
140
+ "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
141
+ "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
142
+ "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
143
+ "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
144
+ "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
145
+ "model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
146
+ "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
147
+ "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
149
+ "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
150
+ "model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
151
+ "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
152
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
153
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
154
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
155
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
156
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
157
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
158
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
159
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
160
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
161
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
162
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
163
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
164
+ "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
165
+ "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
166
+ "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
167
+ "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
168
+ "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
169
+ "model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
170
+ "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
171
+ "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
172
+ "model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
173
+ "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
174
+ "model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
175
+ "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
176
+ "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
177
+ "model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
178
+ "model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
179
+ "model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
180
+ "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
181
+ "model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
182
+ "model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
183
+ "model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
184
+ "model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
185
+ "model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
186
+ "model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
187
+ "model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
188
+ "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
189
+ "model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
190
+ "model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
191
+ "model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
192
+ "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
193
+ "model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
194
+ "model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
195
+ "model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
196
+ "model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
197
+ "model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
198
+ "model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
199
+ "model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
200
+ "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
201
+ "model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
202
+ "model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
203
+ "model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
204
+ "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
205
+ "model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
206
+ "model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
207
+ "model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
208
+ "model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
209
+ "model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
210
+ "model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
211
+ "model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
212
+ "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
213
+ "model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
214
+ "model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
215
+ "model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
216
+ "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
217
+ "model.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
218
+ "model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
219
+ "model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
220
+ "model.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
221
+ "model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
222
+ "model.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
223
+ "model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
224
+ "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
225
+ "model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
226
+ "model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
227
+ "model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
228
+ "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
229
+ "model.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
230
+ "model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
231
+ "model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
232
+ "model.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
233
+ "model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
234
+ "model.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
235
+ "model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
236
+ "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
237
+ "model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
238
+ "model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
239
+ "model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
240
+ "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
241
+ "model.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
242
+ "model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
243
+ "model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
244
+ "model.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
245
+ "model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
246
+ "model.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
247
+ "model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
248
+ "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
249
+ "model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
250
+ "model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
251
+ "model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
252
+ "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
253
+ "model.layers.27.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
254
+ "model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
255
+ "model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
256
+ "model.layers.27.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
257
+ "model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
258
+ "model.layers.27.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
259
+ "model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
260
+ "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
261
+ "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
262
+ "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
263
+ "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
264
+ "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
265
+ "model.layers.28.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
266
+ "model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
267
+ "model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
268
+ "model.layers.28.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
269
+ "model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
270
+ "model.layers.28.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
271
+ "model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
272
+ "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
273
+ "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
274
+ "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
275
+ "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
276
+ "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
277
+ "model.layers.29.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
278
+ "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
279
+ "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
280
+ "model.layers.29.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
281
+ "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
282
+ "model.layers.29.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
283
+ "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
284
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
285
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
286
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
287
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
288
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
289
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
290
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
291
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
292
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
293
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
294
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
295
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
296
+ "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
297
+ "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
298
+ "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
299
+ "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
300
+ "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
301
+ "model.layers.30.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
302
+ "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
303
+ "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
304
+ "model.layers.30.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
305
+ "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
306
+ "model.layers.30.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
307
+ "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
308
+ "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
309
+ "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
310
+ "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
311
+ "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
312
+ "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
313
+ "model.layers.31.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
314
+ "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
315
+ "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
316
+ "model.layers.31.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
317
+ "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
318
+ "model.layers.31.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
319
+ "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
320
+ "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
321
+ "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
322
+ "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
323
+ "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
324
+ "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
325
+ "model.layers.32.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
326
+ "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
327
+ "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
328
+ "model.layers.32.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
329
+ "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
330
+ "model.layers.32.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
331
+ "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
332
+ "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
333
+ "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
334
+ "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
335
+ "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
336
+ "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
337
+ "model.layers.33.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
338
+ "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
339
+ "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
340
+ "model.layers.33.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
341
+ "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
342
+ "model.layers.33.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
343
+ "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
344
+ "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
345
+ "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
346
+ "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
347
+ "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
348
+ "model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
349
+ "model.layers.34.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
350
+ "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
351
+ "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
352
+ "model.layers.34.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
353
+ "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
354
+ "model.layers.34.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
355
+ "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
356
+ "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
357
+ "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
358
+ "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
359
+ "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
360
+ "model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
361
+ "model.layers.35.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
362
+ "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
363
+ "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
364
+ "model.layers.35.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
365
+ "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
366
+ "model.layers.35.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
367
+ "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
368
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
369
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
370
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
371
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
372
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
373
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
374
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
375
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
376
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
377
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
378
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
379
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
380
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
381
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
382
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
383
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
384
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
385
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
386
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
387
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
388
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
389
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
390
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
391
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
392
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
393
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
394
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
395
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
396
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
397
+ "model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
398
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
399
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
400
+ "model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
401
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
402
+ "model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
403
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
404
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
405
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
406
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
407
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
408
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
409
+ "model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
410
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
411
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
412
+ "model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
413
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
414
+ "model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
415
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
416
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
417
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
418
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
419
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
420
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
421
+ "model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
422
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
423
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
424
+ "model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
425
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
426
+ "model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
427
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
428
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
429
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
430
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
431
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
432
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
433
+ "model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
434
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
435
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
436
+ "model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
437
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
438
+ "model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
439
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
440
+ "model.norm.weight": "model-00002-of-00002.safetensors"
441
+ }
442
+ }
epoch_1/checkpoint-150/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
epoch_1/checkpoint-150/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
epoch_1/checkpoint-150/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
epoch_1/checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,1084 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.6,
6
+ "eval_steps": 500,
7
+ "global_step": 150,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004,
14
+ "grad_norm": 4.017385483397232,
15
+ "learning_rate": 1.25e-06,
16
+ "loss": 0.1413,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.008,
21
+ "grad_norm": 3.8449675966687606,
22
+ "learning_rate": 1.2499506526273853e-06,
23
+ "loss": 0.1328,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.012,
28
+ "grad_norm": 2.1638363967847223,
29
+ "learning_rate": 1.2498026183020626e-06,
30
+ "loss": 0.086,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.016,
35
+ "grad_norm": 3.3743604139964436,
36
+ "learning_rate": 1.2495559204003684e-06,
37
+ "loss": 0.1365,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02,
42
+ "grad_norm": 3.288840036724382,
43
+ "learning_rate": 1.2492105978787612e-06,
44
+ "loss": 0.1513,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.024,
49
+ "grad_norm": 7.595431480390665,
50
+ "learning_rate": 1.2487667052676699e-06,
51
+ "loss": 0.1987,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.028,
56
+ "grad_norm": 3.2413826920628166,
57
+ "learning_rate": 1.2482243126628838e-06,
58
+ "loss": 0.1202,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.032,
63
+ "grad_norm": 4.883733594707665,
64
+ "learning_rate": 1.247583505714483e-06,
65
+ "loss": 0.1799,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.036,
70
+ "grad_norm": 4.508245483958065,
71
+ "learning_rate": 1.2468443856133129e-06,
72
+ "loss": 0.1619,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.04,
77
+ "grad_norm": 4.906984422165932,
78
+ "learning_rate": 1.2460070690750053e-06,
79
+ "loss": 0.167,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.044,
84
+ "grad_norm": 3.6964749714214906,
85
+ "learning_rate": 1.245071688321549e-06,
86
+ "loss": 0.1187,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.048,
91
+ "grad_norm": 2.979347665997292,
92
+ "learning_rate": 1.2440383910604071e-06,
93
+ "loss": 0.1668,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.052,
98
+ "grad_norm": 2.954570728851493,
99
+ "learning_rate": 1.2429073404611962e-06,
100
+ "loss": 0.0828,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.056,
105
+ "grad_norm": 6.636874452245697,
106
+ "learning_rate": 1.2416787151299176e-06,
107
+ "loss": 0.2631,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.06,
112
+ "grad_norm": 3.091490024239134,
113
+ "learning_rate": 1.2403527090807535e-06,
114
+ "loss": 0.1144,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.064,
119
+ "grad_norm": 2.2323669367718386,
120
+ "learning_rate": 1.2389295317054306e-06,
121
+ "loss": 0.0631,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.068,
126
+ "grad_norm": 4.4396327514278795,
127
+ "learning_rate": 1.2374094077401545e-06,
128
+ "loss": 0.194,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.072,
133
+ "grad_norm": 3.8264637726466115,
134
+ "learning_rate": 1.235792577230121e-06,
135
+ "loss": 0.1736,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.076,
140
+ "grad_norm": 2.999135242898612,
141
+ "learning_rate": 1.2340792954916109e-06,
142
+ "loss": 0.1339,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.08,
147
+ "grad_norm": 2.1527155068441246,
148
+ "learning_rate": 1.2322698330716713e-06,
149
+ "loss": 0.0834,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.084,
154
+ "grad_norm": 4.0286126176650185,
155
+ "learning_rate": 1.2303644757053945e-06,
156
+ "loss": 0.1841,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.088,
161
+ "grad_norm": 3.9156121312517786,
162
+ "learning_rate": 1.2283635242707962e-06,
163
+ "loss": 0.1142,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.092,
168
+ "grad_norm": 4.245160129433801,
169
+ "learning_rate": 1.2262672947413037e-06,
170
+ "loss": 0.1251,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.096,
175
+ "grad_norm": 5.309528123667374,
176
+ "learning_rate": 1.22407611813586e-06,
177
+ "loss": 0.1602,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.1,
182
+ "grad_norm": 6.485877801658527,
183
+ "learning_rate": 1.221790340466652e-06,
184
+ "loss": 0.1733,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.104,
189
+ "grad_norm": 2.96261019219239,
190
+ "learning_rate": 1.2194103226844711e-06,
191
+ "loss": 0.1113,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.108,
196
+ "grad_norm": 5.128545078967028,
197
+ "learning_rate": 1.2169364406217154e-06,
198
+ "loss": 0.146,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.112,
203
+ "grad_norm": 4.463994053430229,
204
+ "learning_rate": 1.2143690849330405e-06,
205
+ "loss": 0.1564,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.116,
210
+ "grad_norm": 3.344393653898428,
211
+ "learning_rate": 1.2117086610336714e-06,
212
+ "loss": 0.103,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.12,
217
+ "grad_norm": 2.176137249160477,
218
+ "learning_rate": 1.2089555890353826e-06,
219
+ "loss": 0.0477,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.124,
224
+ "grad_norm": 3.051441040807267,
225
+ "learning_rate": 1.2061103036801573e-06,
226
+ "loss": 0.0949,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.128,
231
+ "grad_norm": 3.5084777203708444,
232
+ "learning_rate": 1.2031732542715363e-06,
233
+ "loss": 0.1001,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.132,
238
+ "grad_norm": 3.060808348393298,
239
+ "learning_rate": 1.2001449046036692e-06,
240
+ "loss": 0.1111,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.136,
245
+ "grad_norm": 3.6047867168659997,
246
+ "learning_rate": 1.1970257328880735e-06,
247
+ "loss": 0.0838,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.14,
252
+ "grad_norm": 2.605944823640285,
253
+ "learning_rate": 1.1938162316781223e-06,
254
+ "loss": 0.1047,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.144,
259
+ "grad_norm": 3.642604507481262,
260
+ "learning_rate": 1.1905169077912623e-06,
261
+ "loss": 0.1691,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.148,
266
+ "grad_norm": 2.977794754734627,
267
+ "learning_rate": 1.187128282228982e-06,
268
+ "loss": 0.1335,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.152,
273
+ "grad_norm": 3.597549271855966,
274
+ "learning_rate": 1.18365089009454e-06,
275
+ "loss": 0.1307,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.156,
280
+ "grad_norm": 3.3649862888593303,
281
+ "learning_rate": 1.1800852805084655e-06,
282
+ "loss": 0.062,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.16,
287
+ "grad_norm": 4.183766887602216,
288
+ "learning_rate": 1.176432016521846e-06,
289
+ "loss": 0.1588,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.164,
294
+ "grad_norm": 3.7163992206687726,
295
+ "learning_rate": 1.1726916750274148e-06,
296
+ "loss": 0.0954,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.168,
301
+ "grad_norm": 0.40910896062220287,
302
+ "learning_rate": 1.1688648466684537e-06,
303
+ "loss": 0.0136,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.172,
308
+ "grad_norm": 5.295089388122023,
309
+ "learning_rate": 1.1649521357455222e-06,
310
+ "loss": 0.2147,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.176,
315
+ "grad_norm": 2.576423141532492,
316
+ "learning_rate": 1.1609541601210329e-06,
317
+ "loss": 0.1033,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.18,
322
+ "grad_norm": 5.312566919509821,
323
+ "learning_rate": 1.1568715511216826e-06,
324
+ "loss": 0.1621,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.184,
329
+ "grad_norm": 5.7157490385942085,
330
+ "learning_rate": 1.1527049534387595e-06,
331
+ "loss": 0.2664,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.188,
336
+ "grad_norm": 4.642925524228082,
337
+ "learning_rate": 1.1484550250263388e-06,
338
+ "loss": 0.152,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.192,
343
+ "grad_norm": 6.3866757968856485,
344
+ "learning_rate": 1.144122436997383e-06,
345
+ "loss": 0.1785,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.196,
350
+ "grad_norm": 4.874612191099983,
351
+ "learning_rate": 1.1397078735177673e-06,
352
+ "loss": 0.217,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.2,
357
+ "grad_norm": 3.4575745000644247,
358
+ "learning_rate": 1.13521203169824e-06,
359
+ "loss": 0.13,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.204,
364
+ "grad_norm": 6.292533852396203,
365
+ "learning_rate": 1.1306356214843423e-06,
366
+ "loss": 0.1678,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.208,
371
+ "grad_norm": 4.188127391211228,
372
+ "learning_rate": 1.125979365544298e-06,
373
+ "loss": 0.1346,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.212,
378
+ "grad_norm": 3.404139570651294,
379
+ "learning_rate": 1.1212439991548971e-06,
380
+ "loss": 0.1136,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.216,
385
+ "grad_norm": 3.7842612979712187,
386
+ "learning_rate": 1.1164302700853868e-06,
387
+ "loss": 0.1024,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.22,
392
+ "grad_norm": 3.3939355583645425,
393
+ "learning_rate": 1.1115389384793898e-06,
394
+ "loss": 0.1253,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.224,
399
+ "grad_norm": 5.245180376439613,
400
+ "learning_rate": 1.1065707767348684e-06,
401
+ "loss": 0.1256,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.228,
406
+ "grad_norm": 0.5729530986310555,
407
+ "learning_rate": 1.101526569382155e-06,
408
+ "loss": 0.0234,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.232,
413
+ "grad_norm": 3.2118514205891486,
414
+ "learning_rate": 1.096407112960065e-06,
415
+ "loss": 0.0853,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.236,
420
+ "grad_norm": 2.106270697781548,
421
+ "learning_rate": 1.091213215890114e-06,
422
+ "loss": 0.0717,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.24,
427
+ "grad_norm": 2.349587278976827,
428
+ "learning_rate": 1.0859456983488588e-06,
429
+ "loss": 0.089,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.244,
434
+ "grad_norm": 7.876301970845418,
435
+ "learning_rate": 1.0806053921383823e-06,
436
+ "loss": 0.2699,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.248,
441
+ "grad_norm": 2.531190836425024,
442
+ "learning_rate": 1.0751931405549419e-06,
443
+ "loss": 0.1106,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.252,
448
+ "grad_norm": 5.5346145359497205,
449
+ "learning_rate": 1.0697097982558036e-06,
450
+ "loss": 0.1247,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.256,
455
+ "grad_norm": 5.142622243461298,
456
+ "learning_rate": 1.064156231124281e-06,
457
+ "loss": 0.1363,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.26,
462
+ "grad_norm": 3.11593080424434,
463
+ "learning_rate": 1.058533316133003e-06,
464
+ "loss": 0.0876,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.264,
469
+ "grad_norm": 5.967188720796784,
470
+ "learning_rate": 1.0528419412054306e-06,
471
+ "loss": 0.1276,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.268,
476
+ "grad_norm": 3.9076222868719577,
477
+ "learning_rate": 1.0470830050756402e-06,
478
+ "loss": 0.1199,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.272,
483
+ "grad_norm": 4.5469221847786905,
484
+ "learning_rate": 1.0412574171464074e-06,
485
+ "loss": 0.1236,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.276,
490
+ "grad_norm": 3.2424285022940356,
491
+ "learning_rate": 1.035366097345598e-06,
492
+ "loss": 0.0848,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.28,
497
+ "grad_norm": 7.322304043916362,
498
+ "learning_rate": 1.0294099759809028e-06,
499
+ "loss": 0.2061,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.284,
504
+ "grad_norm": 3.832594763604789,
505
+ "learning_rate": 1.0233899935929311e-06,
506
+ "loss": 0.1614,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.288,
511
+ "grad_norm": 2.4467957912337166,
512
+ "learning_rate": 1.0173071008066878e-06,
513
+ "loss": 0.0921,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.292,
518
+ "grad_norm": 2.8598136356378525,
519
+ "learning_rate": 1.011162258181459e-06,
520
+ "loss": 0.0752,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.296,
525
+ "grad_norm": 4.0019435362793905,
526
+ "learning_rate": 1.0049564360591285e-06,
527
+ "loss": 0.1029,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.3,
532
+ "grad_norm": 3.2212138974769413,
533
+ "learning_rate": 9.986906144109494e-07,
534
+ "loss": 0.0987,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.304,
539
+ "grad_norm": 4.522211217403667,
540
+ "learning_rate": 9.923657826827958e-07,
541
+ "loss": 0.1602,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.308,
546
+ "grad_norm": 3.376245985310258,
547
+ "learning_rate": 9.859829396389172e-07,
548
+ "loss": 0.1176,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.312,
553
+ "grad_norm": 6.073368961666502,
554
+ "learning_rate": 9.79543093204223e-07,
555
+ "loss": 0.1807,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.316,
560
+ "grad_norm": 7.706860943134537,
561
+ "learning_rate": 9.730472603051175e-07,
562
+ "loss": 0.149,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.32,
567
+ "grad_norm": 1.81425757189223,
568
+ "learning_rate": 9.664964667089184e-07,
569
+ "loss": 0.0606,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.324,
574
+ "grad_norm": 3.1034608925705465,
575
+ "learning_rate": 9.59891746861873e-07,
576
+ "loss": 0.1235,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.328,
581
+ "grad_norm": 5.4593767606269745,
582
+ "learning_rate": 9.532341437258099e-07,
583
+ "loss": 0.1292,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.332,
588
+ "grad_norm": 3.35883770074761,
589
+ "learning_rate": 9.465247086134416e-07,
590
+ "loss": 0.1196,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.336,
595
+ "grad_norm": 5.458524887235343,
596
+ "learning_rate": 9.397645010223506e-07,
597
+ "loss": 0.2082,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.34,
602
+ "grad_norm": 4.345193079077953,
603
+ "learning_rate": 9.329545884676823e-07,
604
+ "loss": 0.2584,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.344,
609
+ "grad_norm": 3.4245431779216946,
610
+ "learning_rate": 9.260960463135721e-07,
611
+ "loss": 0.1003,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.348,
616
+ "grad_norm": 4.046815164804643,
617
+ "learning_rate": 9.191899576033331e-07,
618
+ "loss": 0.127,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.352,
623
+ "grad_norm": 4.551196552703828,
624
+ "learning_rate": 9.122374128884301e-07,
625
+ "loss": 0.2096,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.356,
630
+ "grad_norm": 3.3977880693097093,
631
+ "learning_rate": 9.052395100562704e-07,
632
+ "loss": 0.1034,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.36,
637
+ "grad_norm": 0.5277523583283517,
638
+ "learning_rate": 8.981973541568331e-07,
639
+ "loss": 0.0185,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.364,
644
+ "grad_norm": 3.715550434329015,
645
+ "learning_rate": 8.911120572281705e-07,
646
+ "loss": 0.1184,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.368,
651
+ "grad_norm": 2.2115026803492053,
652
+ "learning_rate": 8.839847381208027e-07,
653
+ "loss": 0.0669,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.372,
658
+ "grad_norm": 3.5200936151406346,
659
+ "learning_rate": 8.768165223210393e-07,
660
+ "loss": 0.0676,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.376,
665
+ "grad_norm": 2.6500028260333464,
666
+ "learning_rate": 8.696085417732517e-07,
667
+ "loss": 0.0601,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.38,
672
+ "grad_norm": 3.676896418632736,
673
+ "learning_rate": 8.623619347011259e-07,
674
+ "loss": 0.1151,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.384,
679
+ "grad_norm": 4.125582103259355,
680
+ "learning_rate": 8.550778454279239e-07,
681
+ "loss": 0.1375,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.388,
686
+ "grad_norm": 4.002370086986581,
687
+ "learning_rate": 8.477574241957817e-07,
688
+ "loss": 0.1177,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.392,
693
+ "grad_norm": 3.3858392990737753,
694
+ "learning_rate": 8.404018269840731e-07,
695
+ "loss": 0.077,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.396,
700
+ "grad_norm": 3.0438174129534703,
701
+ "learning_rate": 8.330122153268668e-07,
702
+ "loss": 0.1303,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.4,
707
+ "grad_norm": 2.0043982911779907,
708
+ "learning_rate": 8.255897561295059e-07,
709
+ "loss": 0.0558,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.404,
714
+ "grad_norm": 3.908268142779911,
715
+ "learning_rate": 8.181356214843422e-07,
716
+ "loss": 0.1988,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.408,
721
+ "grad_norm": 2.562662931219627,
722
+ "learning_rate": 8.106509884856469e-07,
723
+ "loss": 0.0558,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.412,
728
+ "grad_norm": 5.9781104173538715,
729
+ "learning_rate": 8.031370390437352e-07,
730
+ "loss": 0.2385,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.416,
735
+ "grad_norm": 2.4126656649906333,
736
+ "learning_rate": 7.955949596983284e-07,
737
+ "loss": 0.1026,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.42,
742
+ "grad_norm": 3.672796222838684,
743
+ "learning_rate": 7.880259414311857e-07,
744
+ "loss": 0.1316,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.424,
749
+ "grad_norm": 3.588897224218465,
750
+ "learning_rate": 7.804311794780345e-07,
751
+ "loss": 0.1586,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.428,
756
+ "grad_norm": 3.5642760730996934,
757
+ "learning_rate": 7.728118731398281e-07,
758
+ "loss": 0.1325,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.432,
763
+ "grad_norm": 2.849326457820366,
764
+ "learning_rate": 7.651692255933634e-07,
765
+ "loss": 0.1072,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.436,
770
+ "grad_norm": 7.160268721443933,
771
+ "learning_rate": 7.575044437012844e-07,
772
+ "loss": 0.212,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.44,
777
+ "grad_norm": 3.51867195731136,
778
+ "learning_rate": 7.498187378215044e-07,
779
+ "loss": 0.0868,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.444,
784
+ "grad_norm": 5.33044270549408,
785
+ "learning_rate": 7.421133216160781e-07,
786
+ "loss": 0.11,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.448,
791
+ "grad_norm": 3.7800629114651776,
792
+ "learning_rate": 7.343894118595477e-07,
793
+ "loss": 0.1271,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.452,
798
+ "grad_norm": 3.3562639092242406,
799
+ "learning_rate": 7.266482282468024e-07,
800
+ "loss": 0.1037,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.456,
805
+ "grad_norm": 2.676228500418713,
806
+ "learning_rate": 7.188909932004733e-07,
807
+ "loss": 0.0674,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.46,
812
+ "grad_norm": 2.46204350887125,
813
+ "learning_rate": 7.111189316778988e-07,
814
+ "loss": 0.1317,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.464,
819
+ "grad_norm": 5.208156619949427,
820
+ "learning_rate": 7.033332709776902e-07,
821
+ "loss": 0.1565,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.468,
826
+ "grad_norm": 4.253140685795728,
827
+ "learning_rate": 6.955352405459261e-07,
828
+ "loss": 0.1173,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.472,
833
+ "grad_norm": 2.1409973511035663,
834
+ "learning_rate": 6.877260717820093e-07,
835
+ "loss": 0.0894,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.476,
840
+ "grad_norm": 2.636844618416736,
841
+ "learning_rate": 6.799069978442147e-07,
842
+ "loss": 0.0794,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.48,
847
+ "grad_norm": 2.0790955874335193,
848
+ "learning_rate": 6.72079253454958e-07,
849
+ "loss": 0.072,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.484,
854
+ "grad_norm": 5.470329539821142,
855
+ "learning_rate": 6.642440747058209e-07,
856
+ "loss": 0.1631,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.488,
861
+ "grad_norm": 2.9616163814022767,
862
+ "learning_rate": 6.56402698862356e-07,
863
+ "loss": 0.1343,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.492,
868
+ "grad_norm": 2.6774812765668528,
869
+ "learning_rate": 6.485563641687093e-07,
870
+ "loss": 0.1067,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.496,
875
+ "grad_norm": 3.546931596203205,
876
+ "learning_rate": 6.407063096520861e-07,
877
+ "loss": 0.1099,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.5,
882
+ "grad_norm": 2.957398392343282,
883
+ "learning_rate": 6.328537749270955e-07,
884
+ "loss": 0.1128,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.504,
889
+ "grad_norm": 3.1585121573793913,
890
+ "learning_rate": 6.25e-07,
891
+ "loss": 0.1311,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.508,
896
+ "grad_norm": 5.993701817302737,
897
+ "learning_rate": 6.171462250729046e-07,
898
+ "loss": 0.2228,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.512,
903
+ "grad_norm": 3.059251333266507,
904
+ "learning_rate": 6.092936903479141e-07,
905
+ "loss": 0.1377,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.516,
910
+ "grad_norm": 2.7050519202831773,
911
+ "learning_rate": 6.014436358312909e-07,
912
+ "loss": 0.0669,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.52,
917
+ "grad_norm": 2.8139156307086175,
918
+ "learning_rate": 5.935973011376441e-07,
919
+ "loss": 0.0689,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.524,
924
+ "grad_norm": 4.439701739697846,
925
+ "learning_rate": 5.857559252941792e-07,
926
+ "loss": 0.1976,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.528,
931
+ "grad_norm": 3.825102266906039,
932
+ "learning_rate": 5.779207465450422e-07,
933
+ "loss": 0.1406,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.532,
938
+ "grad_norm": 1.9701757945162446,
939
+ "learning_rate": 5.700930021557855e-07,
940
+ "loss": 0.0711,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.536,
945
+ "grad_norm": 4.622445287004756,
946
+ "learning_rate": 5.622739282179907e-07,
947
+ "loss": 0.1108,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.54,
952
+ "grad_norm": 5.503076971686029,
953
+ "learning_rate": 5.544647594540739e-07,
954
+ "loss": 0.2497,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.544,
959
+ "grad_norm": 4.029937986134255,
960
+ "learning_rate": 5.466667290223098e-07,
961
+ "loss": 0.1739,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.548,
966
+ "grad_norm": 3.9748792359783676,
967
+ "learning_rate": 5.388810683221013e-07,
968
+ "loss": 0.1316,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.552,
973
+ "grad_norm": 4.756036320737784,
974
+ "learning_rate": 5.311090067995268e-07,
975
+ "loss": 0.0975,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.556,
980
+ "grad_norm": 3.167102420161004,
981
+ "learning_rate": 5.233517717531978e-07,
982
+ "loss": 0.1049,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.56,
987
+ "grad_norm": 2.9601077878796214,
988
+ "learning_rate": 5.156105881404524e-07,
989
+ "loss": 0.0927,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.564,
994
+ "grad_norm": 3.6670426901017867,
995
+ "learning_rate": 5.07886678383922e-07,
996
+ "loss": 0.1055,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.568,
1001
+ "grad_norm": 2.44582710953066,
1002
+ "learning_rate": 5.001812621784957e-07,
1003
+ "loss": 0.1004,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.572,
1008
+ "grad_norm": 3.3343903580284855,
1009
+ "learning_rate": 4.92495556298716e-07,
1010
+ "loss": 0.1558,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.576,
1015
+ "grad_norm": 4.207281714783421,
1016
+ "learning_rate": 4.848307744066369e-07,
1017
+ "loss": 0.121,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.58,
1022
+ "grad_norm": 2.6177447522900485,
1023
+ "learning_rate": 4.771881268601722e-07,
1024
+ "loss": 0.078,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.584,
1029
+ "grad_norm": 3.042351199477721,
1030
+ "learning_rate": 4.695688205219659e-07,
1031
+ "loss": 0.1287,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.588,
1036
+ "grad_norm": 3.2625168137168057,
1037
+ "learning_rate": 4.619740585688146e-07,
1038
+ "loss": 0.1401,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.592,
1043
+ "grad_norm": 3.119233422265635,
1044
+ "learning_rate": 4.5440504030167185e-07,
1045
+ "loss": 0.0755,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.596,
1050
+ "grad_norm": 2.551277447962574,
1051
+ "learning_rate": 4.4686296095626495e-07,
1052
+ "loss": 0.1041,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.6,
1057
+ "grad_norm": 2.65142155374999,
1058
+ "learning_rate": 4.3934901151435333e-07,
1059
+ "loss": 0.0987,
1060
+ "step": 150
1061
+ }
1062
+ ],
1063
+ "logging_steps": 1.0,
1064
+ "max_steps": 250,
1065
+ "num_input_tokens_seen": 0,
1066
+ "num_train_epochs": 1,
1067
+ "save_steps": 50,
1068
+ "stateful_callbacks": {
1069
+ "TrainerControl": {
1070
+ "args": {
1071
+ "should_epoch_stop": false,
1072
+ "should_evaluate": false,
1073
+ "should_log": false,
1074
+ "should_save": true,
1075
+ "should_training_stop": false
1076
+ },
1077
+ "attributes": {}
1078
+ }
1079
+ },
1080
+ "total_flos": 284266463232.0,
1081
+ "train_batch_size": 1,
1082
+ "trial_name": null,
1083
+ "trial_params": null
1084
+ }
epoch_1/checkpoint-150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1b9bdac6c229a95edd8b52f2e6ad8ad316ae8b086598f08733c34e3e7848b4
3
+ size 8145
epoch_1/checkpoint-150/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
epoch_1/checkpoint-200/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
epoch_1/checkpoint-200/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
epoch_1/checkpoint-200/config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention"
49
+ ],
50
+ "max_position_embeddings": 32768,
51
+ "max_window_layers": 70,
52
+ "model_type": "qwen2",
53
+ "num_attention_heads": 16,
54
+ "num_hidden_layers": 36,
55
+ "num_key_value_heads": 2,
56
+ "pad_token_id": 151643,
57
+ "rms_norm_eps": 1e-06,
58
+ "rope_scaling": null,
59
+ "rope_theta": 1000000.0,
60
+ "sliding_window": null,
61
+ "tie_word_embeddings": true,
62
+ "transformers_version": "4.56.2",
63
+ "use_cache": false,
64
+ "use_sliding_window": false,
65
+ "vocab_size": 151936
66
+ }
epoch_1/checkpoint-200/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151643
6
+ ],
7
+ "pad_token_id": 151643,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.56.2"
13
+ }
epoch_1/checkpoint-200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
epoch_1/checkpoint-200/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23819a8e54c80fe69993f6a781e00ae15b90598b330879390532d35ba986fbd3
3
+ size 4957560304
epoch_1/checkpoint-200/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cca804dbd306ab00e374fa7e5312c620485ddc89753e85d4e0145038cd0d615
3
+ size 1214366696
epoch_1/checkpoint-200/model.safetensors.index.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 241664,
4
+ "total_size": 6171877376
5
+ },
6
+ "weight_map": {
7
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
31
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
38
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
41
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
43
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
50
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
53
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
55
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
62
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
65
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
67
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
74
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
77
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
79
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
86
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
89
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
90
+ "model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
91
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
92
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
93
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
94
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
95
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
96
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
97
+ "model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
98
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
99
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
100
+ "model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
101
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
103
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
104
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
110
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
113
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
114
+ "model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
115
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
116
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
117
+ "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
118
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
119
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
120
+ "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
121
+ "model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
122
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
123
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
124
+ "model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
125
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
126
+ "model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
127
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
128
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
129
+ "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
130
+ "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
131
+ "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
132
+ "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
133
+ "model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
134
+ "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
136
+ "model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
137
+ "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
138
+ "model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
139
+ "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
140
+ "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
141
+ "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
142
+ "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
143
+ "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
144
+ "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
145
+ "model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
146
+ "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
147
+ "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
149
+ "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
150
+ "model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
151
+ "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
152
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
153
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
154
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
155
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
156
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
157
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
158
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
159
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
160
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
161
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
162
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
163
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
164
+ "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
165
+ "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
166
+ "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
167
+ "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
168
+ "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
169
+ "model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
170
+ "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
171
+ "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
172
+ "model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
173
+ "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
174
+ "model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
175
+ "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
176
+ "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
177
+ "model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
178
+ "model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
179
+ "model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
180
+ "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
181
+ "model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
182
+ "model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
183
+ "model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
184
+ "model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
185
+ "model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
186
+ "model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
187
+ "model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
188
+ "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
189
+ "model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
190
+ "model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
191
+ "model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
192
+ "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
193
+ "model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
194
+ "model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
195
+ "model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
196
+ "model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
197
+ "model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
198
+ "model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
199
+ "model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
200
+ "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
201
+ "model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
202
+ "model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
203
+ "model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
204
+ "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
205
+ "model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
206
+ "model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
207
+ "model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
208
+ "model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
209
+ "model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
210
+ "model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
211
+ "model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
212
+ "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
213
+ "model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
214
+ "model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
215
+ "model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
216
+ "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
217
+ "model.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
218
+ "model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
219
+ "model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
220
+ "model.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
221
+ "model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
222
+ "model.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
223
+ "model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
224
+ "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
225
+ "model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
226
+ "model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
227
+ "model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
228
+ "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
229
+ "model.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
230
+ "model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
231
+ "model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
232
+ "model.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
233
+ "model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
234
+ "model.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
235
+ "model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
236
+ "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
237
+ "model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
238
+ "model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
239
+ "model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
240
+ "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
241
+ "model.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
242
+ "model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
243
+ "model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
244
+ "model.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
245
+ "model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
246
+ "model.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
247
+ "model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
248
+ "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
249
+ "model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
250
+ "model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
251
+ "model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
252
+ "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
253
+ "model.layers.27.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
254
+ "model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
255
+ "model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
256
+ "model.layers.27.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
257
+ "model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
258
+ "model.layers.27.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
259
+ "model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
260
+ "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
261
+ "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
262
+ "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
263
+ "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
264
+ "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
265
+ "model.layers.28.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
266
+ "model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
267
+ "model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
268
+ "model.layers.28.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
269
+ "model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
270
+ "model.layers.28.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
271
+ "model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
272
+ "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
273
+ "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
274
+ "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
275
+ "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
276
+ "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
277
+ "model.layers.29.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
278
+ "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
279
+ "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
280
+ "model.layers.29.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
281
+ "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
282
+ "model.layers.29.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
283
+ "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
284
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
285
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
286
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
287
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
288
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
289
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
290
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
291
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
292
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
293
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
294
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
295
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
296
+ "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
297
+ "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
298
+ "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
299
+ "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
300
+ "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
301
+ "model.layers.30.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
302
+ "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
303
+ "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
304
+ "model.layers.30.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
305
+ "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
306
+ "model.layers.30.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
307
+ "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
308
+ "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
309
+ "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
310
+ "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
311
+ "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
312
+ "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
313
+ "model.layers.31.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
314
+ "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
315
+ "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
316
+ "model.layers.31.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
317
+ "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
318
+ "model.layers.31.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
319
+ "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
320
+ "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
321
+ "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
322
+ "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
323
+ "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
324
+ "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
325
+ "model.layers.32.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
326
+ "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
327
+ "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
328
+ "model.layers.32.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
329
+ "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
330
+ "model.layers.32.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
331
+ "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
332
+ "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
333
+ "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
334
+ "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
335
+ "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
336
+ "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
337
+ "model.layers.33.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
338
+ "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
339
+ "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
340
+ "model.layers.33.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
341
+ "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
342
+ "model.layers.33.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
343
+ "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
344
+ "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
345
+ "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
346
+ "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
347
+ "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
348
+ "model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
349
+ "model.layers.34.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
350
+ "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
351
+ "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
352
+ "model.layers.34.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
353
+ "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
354
+ "model.layers.34.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
355
+ "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
356
+ "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
357
+ "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
358
+ "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
359
+ "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
360
+ "model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
361
+ "model.layers.35.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
362
+ "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
363
+ "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
364
+ "model.layers.35.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
365
+ "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
366
+ "model.layers.35.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
367
+ "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
368
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
369
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
370
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
371
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
372
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
373
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
374
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
375
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
376
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
377
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
378
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
379
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
380
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
381
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
382
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
383
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
384
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
385
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
386
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
387
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
388
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
389
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
390
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
391
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
392
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
393
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
394
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
395
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
396
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
397
+ "model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
398
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
399
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
400
+ "model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
401
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
402
+ "model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
403
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
404
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
405
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
406
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
407
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
408
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
409
+ "model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
410
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
411
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
412
+ "model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
413
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
414
+ "model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
415
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
416
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
417
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
418
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
419
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
420
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
421
+ "model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
422
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
423
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
424
+ "model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
425
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
426
+ "model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
427
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
428
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
429
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
430
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
431
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
432
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
433
+ "model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
434
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
435
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
436
+ "model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
437
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
438
+ "model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
439
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
440
+ "model.norm.weight": "model-00002-of-00002.safetensors"
441
+ }
442
+ }
epoch_1/checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
epoch_1/checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
epoch_1/checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
epoch_1/checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,1434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.8,
6
+ "eval_steps": 500,
7
+ "global_step": 200,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004,
14
+ "grad_norm": 4.017385483397232,
15
+ "learning_rate": 1.25e-06,
16
+ "loss": 0.1413,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.008,
21
+ "grad_norm": 3.8449675966687606,
22
+ "learning_rate": 1.2499506526273853e-06,
23
+ "loss": 0.1328,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.012,
28
+ "grad_norm": 2.1638363967847223,
29
+ "learning_rate": 1.2498026183020626e-06,
30
+ "loss": 0.086,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.016,
35
+ "grad_norm": 3.3743604139964436,
36
+ "learning_rate": 1.2495559204003684e-06,
37
+ "loss": 0.1365,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02,
42
+ "grad_norm": 3.288840036724382,
43
+ "learning_rate": 1.2492105978787612e-06,
44
+ "loss": 0.1513,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.024,
49
+ "grad_norm": 7.595431480390665,
50
+ "learning_rate": 1.2487667052676699e-06,
51
+ "loss": 0.1987,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.028,
56
+ "grad_norm": 3.2413826920628166,
57
+ "learning_rate": 1.2482243126628838e-06,
58
+ "loss": 0.1202,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.032,
63
+ "grad_norm": 4.883733594707665,
64
+ "learning_rate": 1.247583505714483e-06,
65
+ "loss": 0.1799,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.036,
70
+ "grad_norm": 4.508245483958065,
71
+ "learning_rate": 1.2468443856133129e-06,
72
+ "loss": 0.1619,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.04,
77
+ "grad_norm": 4.906984422165932,
78
+ "learning_rate": 1.2460070690750053e-06,
79
+ "loss": 0.167,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.044,
84
+ "grad_norm": 3.6964749714214906,
85
+ "learning_rate": 1.245071688321549e-06,
86
+ "loss": 0.1187,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.048,
91
+ "grad_norm": 2.979347665997292,
92
+ "learning_rate": 1.2440383910604071e-06,
93
+ "loss": 0.1668,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.052,
98
+ "grad_norm": 2.954570728851493,
99
+ "learning_rate": 1.2429073404611962e-06,
100
+ "loss": 0.0828,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.056,
105
+ "grad_norm": 6.636874452245697,
106
+ "learning_rate": 1.2416787151299176e-06,
107
+ "loss": 0.2631,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.06,
112
+ "grad_norm": 3.091490024239134,
113
+ "learning_rate": 1.2403527090807535e-06,
114
+ "loss": 0.1144,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.064,
119
+ "grad_norm": 2.2323669367718386,
120
+ "learning_rate": 1.2389295317054306e-06,
121
+ "loss": 0.0631,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.068,
126
+ "grad_norm": 4.4396327514278795,
127
+ "learning_rate": 1.2374094077401545e-06,
128
+ "loss": 0.194,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.072,
133
+ "grad_norm": 3.8264637726466115,
134
+ "learning_rate": 1.235792577230121e-06,
135
+ "loss": 0.1736,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.076,
140
+ "grad_norm": 2.999135242898612,
141
+ "learning_rate": 1.2340792954916109e-06,
142
+ "loss": 0.1339,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.08,
147
+ "grad_norm": 2.1527155068441246,
148
+ "learning_rate": 1.2322698330716713e-06,
149
+ "loss": 0.0834,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.084,
154
+ "grad_norm": 4.0286126176650185,
155
+ "learning_rate": 1.2303644757053945e-06,
156
+ "loss": 0.1841,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.088,
161
+ "grad_norm": 3.9156121312517786,
162
+ "learning_rate": 1.2283635242707962e-06,
163
+ "loss": 0.1142,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.092,
168
+ "grad_norm": 4.245160129433801,
169
+ "learning_rate": 1.2262672947413037e-06,
170
+ "loss": 0.1251,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.096,
175
+ "grad_norm": 5.309528123667374,
176
+ "learning_rate": 1.22407611813586e-06,
177
+ "loss": 0.1602,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.1,
182
+ "grad_norm": 6.485877801658527,
183
+ "learning_rate": 1.221790340466652e-06,
184
+ "loss": 0.1733,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.104,
189
+ "grad_norm": 2.96261019219239,
190
+ "learning_rate": 1.2194103226844711e-06,
191
+ "loss": 0.1113,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.108,
196
+ "grad_norm": 5.128545078967028,
197
+ "learning_rate": 1.2169364406217154e-06,
198
+ "loss": 0.146,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.112,
203
+ "grad_norm": 4.463994053430229,
204
+ "learning_rate": 1.2143690849330405e-06,
205
+ "loss": 0.1564,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.116,
210
+ "grad_norm": 3.344393653898428,
211
+ "learning_rate": 1.2117086610336714e-06,
212
+ "loss": 0.103,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.12,
217
+ "grad_norm": 2.176137249160477,
218
+ "learning_rate": 1.2089555890353826e-06,
219
+ "loss": 0.0477,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.124,
224
+ "grad_norm": 3.051441040807267,
225
+ "learning_rate": 1.2061103036801573e-06,
226
+ "loss": 0.0949,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.128,
231
+ "grad_norm": 3.5084777203708444,
232
+ "learning_rate": 1.2031732542715363e-06,
233
+ "loss": 0.1001,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.132,
238
+ "grad_norm": 3.060808348393298,
239
+ "learning_rate": 1.2001449046036692e-06,
240
+ "loss": 0.1111,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.136,
245
+ "grad_norm": 3.6047867168659997,
246
+ "learning_rate": 1.1970257328880735e-06,
247
+ "loss": 0.0838,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.14,
252
+ "grad_norm": 2.605944823640285,
253
+ "learning_rate": 1.1938162316781223e-06,
254
+ "loss": 0.1047,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.144,
259
+ "grad_norm": 3.642604507481262,
260
+ "learning_rate": 1.1905169077912623e-06,
261
+ "loss": 0.1691,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.148,
266
+ "grad_norm": 2.977794754734627,
267
+ "learning_rate": 1.187128282228982e-06,
268
+ "loss": 0.1335,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.152,
273
+ "grad_norm": 3.597549271855966,
274
+ "learning_rate": 1.18365089009454e-06,
275
+ "loss": 0.1307,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.156,
280
+ "grad_norm": 3.3649862888593303,
281
+ "learning_rate": 1.1800852805084655e-06,
282
+ "loss": 0.062,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.16,
287
+ "grad_norm": 4.183766887602216,
288
+ "learning_rate": 1.176432016521846e-06,
289
+ "loss": 0.1588,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.164,
294
+ "grad_norm": 3.7163992206687726,
295
+ "learning_rate": 1.1726916750274148e-06,
296
+ "loss": 0.0954,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.168,
301
+ "grad_norm": 0.40910896062220287,
302
+ "learning_rate": 1.1688648466684537e-06,
303
+ "loss": 0.0136,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.172,
308
+ "grad_norm": 5.295089388122023,
309
+ "learning_rate": 1.1649521357455222e-06,
310
+ "loss": 0.2147,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.176,
315
+ "grad_norm": 2.576423141532492,
316
+ "learning_rate": 1.1609541601210329e-06,
317
+ "loss": 0.1033,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.18,
322
+ "grad_norm": 5.312566919509821,
323
+ "learning_rate": 1.1568715511216826e-06,
324
+ "loss": 0.1621,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.184,
329
+ "grad_norm": 5.7157490385942085,
330
+ "learning_rate": 1.1527049534387595e-06,
331
+ "loss": 0.2664,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.188,
336
+ "grad_norm": 4.642925524228082,
337
+ "learning_rate": 1.1484550250263388e-06,
338
+ "loss": 0.152,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.192,
343
+ "grad_norm": 6.3866757968856485,
344
+ "learning_rate": 1.144122436997383e-06,
345
+ "loss": 0.1785,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.196,
350
+ "grad_norm": 4.874612191099983,
351
+ "learning_rate": 1.1397078735177673e-06,
352
+ "loss": 0.217,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.2,
357
+ "grad_norm": 3.4575745000644247,
358
+ "learning_rate": 1.13521203169824e-06,
359
+ "loss": 0.13,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.204,
364
+ "grad_norm": 6.292533852396203,
365
+ "learning_rate": 1.1306356214843423e-06,
366
+ "loss": 0.1678,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.208,
371
+ "grad_norm": 4.188127391211228,
372
+ "learning_rate": 1.125979365544298e-06,
373
+ "loss": 0.1346,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.212,
378
+ "grad_norm": 3.404139570651294,
379
+ "learning_rate": 1.1212439991548971e-06,
380
+ "loss": 0.1136,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.216,
385
+ "grad_norm": 3.7842612979712187,
386
+ "learning_rate": 1.1164302700853868e-06,
387
+ "loss": 0.1024,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.22,
392
+ "grad_norm": 3.3939355583645425,
393
+ "learning_rate": 1.1115389384793898e-06,
394
+ "loss": 0.1253,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.224,
399
+ "grad_norm": 5.245180376439613,
400
+ "learning_rate": 1.1065707767348684e-06,
401
+ "loss": 0.1256,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.228,
406
+ "grad_norm": 0.5729530986310555,
407
+ "learning_rate": 1.101526569382155e-06,
408
+ "loss": 0.0234,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.232,
413
+ "grad_norm": 3.2118514205891486,
414
+ "learning_rate": 1.096407112960065e-06,
415
+ "loss": 0.0853,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.236,
420
+ "grad_norm": 2.106270697781548,
421
+ "learning_rate": 1.091213215890114e-06,
422
+ "loss": 0.0717,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.24,
427
+ "grad_norm": 2.349587278976827,
428
+ "learning_rate": 1.0859456983488588e-06,
429
+ "loss": 0.089,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.244,
434
+ "grad_norm": 7.876301970845418,
435
+ "learning_rate": 1.0806053921383823e-06,
436
+ "loss": 0.2699,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.248,
441
+ "grad_norm": 2.531190836425024,
442
+ "learning_rate": 1.0751931405549419e-06,
443
+ "loss": 0.1106,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.252,
448
+ "grad_norm": 5.5346145359497205,
449
+ "learning_rate": 1.0697097982558036e-06,
450
+ "loss": 0.1247,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.256,
455
+ "grad_norm": 5.142622243461298,
456
+ "learning_rate": 1.064156231124281e-06,
457
+ "loss": 0.1363,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.26,
462
+ "grad_norm": 3.11593080424434,
463
+ "learning_rate": 1.058533316133003e-06,
464
+ "loss": 0.0876,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.264,
469
+ "grad_norm": 5.967188720796784,
470
+ "learning_rate": 1.0528419412054306e-06,
471
+ "loss": 0.1276,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.268,
476
+ "grad_norm": 3.9076222868719577,
477
+ "learning_rate": 1.0470830050756402e-06,
478
+ "loss": 0.1199,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.272,
483
+ "grad_norm": 4.5469221847786905,
484
+ "learning_rate": 1.0412574171464074e-06,
485
+ "loss": 0.1236,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.276,
490
+ "grad_norm": 3.2424285022940356,
491
+ "learning_rate": 1.035366097345598e-06,
492
+ "loss": 0.0848,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.28,
497
+ "grad_norm": 7.322304043916362,
498
+ "learning_rate": 1.0294099759809028e-06,
499
+ "loss": 0.2061,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.284,
504
+ "grad_norm": 3.832594763604789,
505
+ "learning_rate": 1.0233899935929311e-06,
506
+ "loss": 0.1614,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.288,
511
+ "grad_norm": 2.4467957912337166,
512
+ "learning_rate": 1.0173071008066878e-06,
513
+ "loss": 0.0921,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.292,
518
+ "grad_norm": 2.8598136356378525,
519
+ "learning_rate": 1.011162258181459e-06,
520
+ "loss": 0.0752,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.296,
525
+ "grad_norm": 4.0019435362793905,
526
+ "learning_rate": 1.0049564360591285e-06,
527
+ "loss": 0.1029,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.3,
532
+ "grad_norm": 3.2212138974769413,
533
+ "learning_rate": 9.986906144109494e-07,
534
+ "loss": 0.0987,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.304,
539
+ "grad_norm": 4.522211217403667,
540
+ "learning_rate": 9.923657826827958e-07,
541
+ "loss": 0.1602,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.308,
546
+ "grad_norm": 3.376245985310258,
547
+ "learning_rate": 9.859829396389172e-07,
548
+ "loss": 0.1176,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.312,
553
+ "grad_norm": 6.073368961666502,
554
+ "learning_rate": 9.79543093204223e-07,
555
+ "loss": 0.1807,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.316,
560
+ "grad_norm": 7.706860943134537,
561
+ "learning_rate": 9.730472603051175e-07,
562
+ "loss": 0.149,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.32,
567
+ "grad_norm": 1.81425757189223,
568
+ "learning_rate": 9.664964667089184e-07,
569
+ "loss": 0.0606,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.324,
574
+ "grad_norm": 3.1034608925705465,
575
+ "learning_rate": 9.59891746861873e-07,
576
+ "loss": 0.1235,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.328,
581
+ "grad_norm": 5.4593767606269745,
582
+ "learning_rate": 9.532341437258099e-07,
583
+ "loss": 0.1292,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.332,
588
+ "grad_norm": 3.35883770074761,
589
+ "learning_rate": 9.465247086134416e-07,
590
+ "loss": 0.1196,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.336,
595
+ "grad_norm": 5.458524887235343,
596
+ "learning_rate": 9.397645010223506e-07,
597
+ "loss": 0.2082,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.34,
602
+ "grad_norm": 4.345193079077953,
603
+ "learning_rate": 9.329545884676823e-07,
604
+ "loss": 0.2584,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.344,
609
+ "grad_norm": 3.4245431779216946,
610
+ "learning_rate": 9.260960463135721e-07,
611
+ "loss": 0.1003,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.348,
616
+ "grad_norm": 4.046815164804643,
617
+ "learning_rate": 9.191899576033331e-07,
618
+ "loss": 0.127,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.352,
623
+ "grad_norm": 4.551196552703828,
624
+ "learning_rate": 9.122374128884301e-07,
625
+ "loss": 0.2096,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.356,
630
+ "grad_norm": 3.3977880693097093,
631
+ "learning_rate": 9.052395100562704e-07,
632
+ "loss": 0.1034,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.36,
637
+ "grad_norm": 0.5277523583283517,
638
+ "learning_rate": 8.981973541568331e-07,
639
+ "loss": 0.0185,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.364,
644
+ "grad_norm": 3.715550434329015,
645
+ "learning_rate": 8.911120572281705e-07,
646
+ "loss": 0.1184,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.368,
651
+ "grad_norm": 2.2115026803492053,
652
+ "learning_rate": 8.839847381208027e-07,
653
+ "loss": 0.0669,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.372,
658
+ "grad_norm": 3.5200936151406346,
659
+ "learning_rate": 8.768165223210393e-07,
660
+ "loss": 0.0676,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.376,
665
+ "grad_norm": 2.6500028260333464,
666
+ "learning_rate": 8.696085417732517e-07,
667
+ "loss": 0.0601,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.38,
672
+ "grad_norm": 3.676896418632736,
673
+ "learning_rate": 8.623619347011259e-07,
674
+ "loss": 0.1151,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.384,
679
+ "grad_norm": 4.125582103259355,
680
+ "learning_rate": 8.550778454279239e-07,
681
+ "loss": 0.1375,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.388,
686
+ "grad_norm": 4.002370086986581,
687
+ "learning_rate": 8.477574241957817e-07,
688
+ "loss": 0.1177,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.392,
693
+ "grad_norm": 3.3858392990737753,
694
+ "learning_rate": 8.404018269840731e-07,
695
+ "loss": 0.077,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.396,
700
+ "grad_norm": 3.0438174129534703,
701
+ "learning_rate": 8.330122153268668e-07,
702
+ "loss": 0.1303,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.4,
707
+ "grad_norm": 2.0043982911779907,
708
+ "learning_rate": 8.255897561295059e-07,
709
+ "loss": 0.0558,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.404,
714
+ "grad_norm": 3.908268142779911,
715
+ "learning_rate": 8.181356214843422e-07,
716
+ "loss": 0.1988,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.408,
721
+ "grad_norm": 2.562662931219627,
722
+ "learning_rate": 8.106509884856469e-07,
723
+ "loss": 0.0558,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.412,
728
+ "grad_norm": 5.9781104173538715,
729
+ "learning_rate": 8.031370390437352e-07,
730
+ "loss": 0.2385,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.416,
735
+ "grad_norm": 2.4126656649906333,
736
+ "learning_rate": 7.955949596983284e-07,
737
+ "loss": 0.1026,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.42,
742
+ "grad_norm": 3.672796222838684,
743
+ "learning_rate": 7.880259414311857e-07,
744
+ "loss": 0.1316,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.424,
749
+ "grad_norm": 3.588897224218465,
750
+ "learning_rate": 7.804311794780345e-07,
751
+ "loss": 0.1586,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.428,
756
+ "grad_norm": 3.5642760730996934,
757
+ "learning_rate": 7.728118731398281e-07,
758
+ "loss": 0.1325,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.432,
763
+ "grad_norm": 2.849326457820366,
764
+ "learning_rate": 7.651692255933634e-07,
765
+ "loss": 0.1072,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.436,
770
+ "grad_norm": 7.160268721443933,
771
+ "learning_rate": 7.575044437012844e-07,
772
+ "loss": 0.212,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.44,
777
+ "grad_norm": 3.51867195731136,
778
+ "learning_rate": 7.498187378215044e-07,
779
+ "loss": 0.0868,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.444,
784
+ "grad_norm": 5.33044270549408,
785
+ "learning_rate": 7.421133216160781e-07,
786
+ "loss": 0.11,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.448,
791
+ "grad_norm": 3.7800629114651776,
792
+ "learning_rate": 7.343894118595477e-07,
793
+ "loss": 0.1271,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.452,
798
+ "grad_norm": 3.3562639092242406,
799
+ "learning_rate": 7.266482282468024e-07,
800
+ "loss": 0.1037,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.456,
805
+ "grad_norm": 2.676228500418713,
806
+ "learning_rate": 7.188909932004733e-07,
807
+ "loss": 0.0674,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.46,
812
+ "grad_norm": 2.46204350887125,
813
+ "learning_rate": 7.111189316778988e-07,
814
+ "loss": 0.1317,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.464,
819
+ "grad_norm": 5.208156619949427,
820
+ "learning_rate": 7.033332709776902e-07,
821
+ "loss": 0.1565,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.468,
826
+ "grad_norm": 4.253140685795728,
827
+ "learning_rate": 6.955352405459261e-07,
828
+ "loss": 0.1173,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.472,
833
+ "grad_norm": 2.1409973511035663,
834
+ "learning_rate": 6.877260717820093e-07,
835
+ "loss": 0.0894,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.476,
840
+ "grad_norm": 2.636844618416736,
841
+ "learning_rate": 6.799069978442147e-07,
842
+ "loss": 0.0794,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.48,
847
+ "grad_norm": 2.0790955874335193,
848
+ "learning_rate": 6.72079253454958e-07,
849
+ "loss": 0.072,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.484,
854
+ "grad_norm": 5.470329539821142,
855
+ "learning_rate": 6.642440747058209e-07,
856
+ "loss": 0.1631,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.488,
861
+ "grad_norm": 2.9616163814022767,
862
+ "learning_rate": 6.56402698862356e-07,
863
+ "loss": 0.1343,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.492,
868
+ "grad_norm": 2.6774812765668528,
869
+ "learning_rate": 6.485563641687093e-07,
870
+ "loss": 0.1067,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.496,
875
+ "grad_norm": 3.546931596203205,
876
+ "learning_rate": 6.407063096520861e-07,
877
+ "loss": 0.1099,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.5,
882
+ "grad_norm": 2.957398392343282,
883
+ "learning_rate": 6.328537749270955e-07,
884
+ "loss": 0.1128,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.504,
889
+ "grad_norm": 3.1585121573793913,
890
+ "learning_rate": 6.25e-07,
891
+ "loss": 0.1311,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.508,
896
+ "grad_norm": 5.993701817302737,
897
+ "learning_rate": 6.171462250729046e-07,
898
+ "loss": 0.2228,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.512,
903
+ "grad_norm": 3.059251333266507,
904
+ "learning_rate": 6.092936903479141e-07,
905
+ "loss": 0.1377,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.516,
910
+ "grad_norm": 2.7050519202831773,
911
+ "learning_rate": 6.014436358312909e-07,
912
+ "loss": 0.0669,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.52,
917
+ "grad_norm": 2.8139156307086175,
918
+ "learning_rate": 5.935973011376441e-07,
919
+ "loss": 0.0689,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.524,
924
+ "grad_norm": 4.439701739697846,
925
+ "learning_rate": 5.857559252941792e-07,
926
+ "loss": 0.1976,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.528,
931
+ "grad_norm": 3.825102266906039,
932
+ "learning_rate": 5.779207465450422e-07,
933
+ "loss": 0.1406,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.532,
938
+ "grad_norm": 1.9701757945162446,
939
+ "learning_rate": 5.700930021557855e-07,
940
+ "loss": 0.0711,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.536,
945
+ "grad_norm": 4.622445287004756,
946
+ "learning_rate": 5.622739282179907e-07,
947
+ "loss": 0.1108,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.54,
952
+ "grad_norm": 5.503076971686029,
953
+ "learning_rate": 5.544647594540739e-07,
954
+ "loss": 0.2497,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.544,
959
+ "grad_norm": 4.029937986134255,
960
+ "learning_rate": 5.466667290223098e-07,
961
+ "loss": 0.1739,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.548,
966
+ "grad_norm": 3.9748792359783676,
967
+ "learning_rate": 5.388810683221013e-07,
968
+ "loss": 0.1316,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.552,
973
+ "grad_norm": 4.756036320737784,
974
+ "learning_rate": 5.311090067995268e-07,
975
+ "loss": 0.0975,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.556,
980
+ "grad_norm": 3.167102420161004,
981
+ "learning_rate": 5.233517717531978e-07,
982
+ "loss": 0.1049,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.56,
987
+ "grad_norm": 2.9601077878796214,
988
+ "learning_rate": 5.156105881404524e-07,
989
+ "loss": 0.0927,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.564,
994
+ "grad_norm": 3.6670426901017867,
995
+ "learning_rate": 5.07886678383922e-07,
996
+ "loss": 0.1055,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.568,
1001
+ "grad_norm": 2.44582710953066,
1002
+ "learning_rate": 5.001812621784957e-07,
1003
+ "loss": 0.1004,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.572,
1008
+ "grad_norm": 3.3343903580284855,
1009
+ "learning_rate": 4.92495556298716e-07,
1010
+ "loss": 0.1558,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.576,
1015
+ "grad_norm": 4.207281714783421,
1016
+ "learning_rate": 4.848307744066369e-07,
1017
+ "loss": 0.121,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.58,
1022
+ "grad_norm": 2.6177447522900485,
1023
+ "learning_rate": 4.771881268601722e-07,
1024
+ "loss": 0.078,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.584,
1029
+ "grad_norm": 3.042351199477721,
1030
+ "learning_rate": 4.695688205219659e-07,
1031
+ "loss": 0.1287,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.588,
1036
+ "grad_norm": 3.2625168137168057,
1037
+ "learning_rate": 4.619740585688146e-07,
1038
+ "loss": 0.1401,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.592,
1043
+ "grad_norm": 3.119233422265635,
1044
+ "learning_rate": 4.5440504030167185e-07,
1045
+ "loss": 0.0755,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.596,
1050
+ "grad_norm": 2.551277447962574,
1051
+ "learning_rate": 4.4686296095626495e-07,
1052
+ "loss": 0.1041,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.6,
1057
+ "grad_norm": 2.65142155374999,
1058
+ "learning_rate": 4.3934901151435333e-07,
1059
+ "loss": 0.0987,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.604,
1064
+ "grad_norm": 4.130355895506551,
1065
+ "learning_rate": 4.3186437851565794e-07,
1066
+ "loss": 0.1531,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.608,
1071
+ "grad_norm": 2.2684979045566465,
1072
+ "learning_rate": 4.244102438704942e-07,
1073
+ "loss": 0.0997,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.612,
1078
+ "grad_norm": 6.107769430590296,
1079
+ "learning_rate": 4.169877846731334e-07,
1080
+ "loss": 0.1861,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.616,
1085
+ "grad_norm": 3.7629532551976648,
1086
+ "learning_rate": 4.095981730159269e-07,
1087
+ "loss": 0.1099,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.62,
1092
+ "grad_norm": 6.05211783397647,
1093
+ "learning_rate": 4.022425758042184e-07,
1094
+ "loss": 0.1526,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.624,
1099
+ "grad_norm": 6.34232425065565,
1100
+ "learning_rate": 3.9492215457207634e-07,
1101
+ "loss": 0.1734,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.628,
1106
+ "grad_norm": 4.59848427107727,
1107
+ "learning_rate": 3.8763806529887443e-07,
1108
+ "loss": 0.1358,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.632,
1113
+ "grad_norm": 4.770222102495851,
1114
+ "learning_rate": 3.803914582267485e-07,
1115
+ "loss": 0.148,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.636,
1120
+ "grad_norm": 3.4041753765242118,
1121
+ "learning_rate": 3.7318347767896093e-07,
1122
+ "loss": 0.1623,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.64,
1127
+ "grad_norm": 3.5991511368218503,
1128
+ "learning_rate": 3.660152618791975e-07,
1129
+ "loss": 0.1527,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.644,
1134
+ "grad_norm": 3.657334411571759,
1135
+ "learning_rate": 3.588879427718296e-07,
1136
+ "loss": 0.086,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.648,
1141
+ "grad_norm": 4.051471747415588,
1142
+ "learning_rate": 3.518026458431671e-07,
1143
+ "loss": 0.1356,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.652,
1148
+ "grad_norm": 4.793383057458224,
1149
+ "learning_rate": 3.4476048994372996e-07,
1150
+ "loss": 0.1509,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.656,
1155
+ "grad_norm": 2.1365676277517434,
1156
+ "learning_rate": 3.3776258711157016e-07,
1157
+ "loss": 0.0798,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.66,
1162
+ "grad_norm": 3.2273900087686767,
1163
+ "learning_rate": 3.3081004239666715e-07,
1164
+ "loss": 0.1135,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.664,
1169
+ "grad_norm": 4.809807837379783,
1170
+ "learning_rate": 3.239039536864279e-07,
1171
+ "loss": 0.1287,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.668,
1176
+ "grad_norm": 5.888085910624194,
1177
+ "learning_rate": 3.170454115323179e-07,
1178
+ "loss": 0.1478,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.672,
1183
+ "grad_norm": 4.230676768139858,
1184
+ "learning_rate": 3.1023549897764954e-07,
1185
+ "loss": 0.1537,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.676,
1190
+ "grad_norm": 5.039741042579713,
1191
+ "learning_rate": 3.0347529138655845e-07,
1192
+ "loss": 0.1987,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.68,
1197
+ "grad_norm": 3.178464828590722,
1198
+ "learning_rate": 2.9676585627419016e-07,
1199
+ "loss": 0.1145,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.684,
1204
+ "grad_norm": 3.8148898717720083,
1205
+ "learning_rate": 2.90108253138127e-07,
1206
+ "loss": 0.1138,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.688,
1211
+ "grad_norm": 4.157270976485161,
1212
+ "learning_rate": 2.835035332910819e-07,
1213
+ "loss": 0.114,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.692,
1218
+ "grad_norm": 20.048202797184977,
1219
+ "learning_rate": 2.769527396948828e-07,
1220
+ "loss": 0.6356,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.696,
1225
+ "grad_norm": 4.829166295515264,
1226
+ "learning_rate": 2.7045690679577734e-07,
1227
+ "loss": 0.1435,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.7,
1232
+ "grad_norm": 5.0828359611968095,
1233
+ "learning_rate": 2.6401706036108287e-07,
1234
+ "loss": 0.2288,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.704,
1239
+ "grad_norm": 3.5414989469024105,
1240
+ "learning_rate": 2.5763421731720437e-07,
1241
+ "loss": 0.13,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.708,
1246
+ "grad_norm": 2.5340319460325724,
1247
+ "learning_rate": 2.5130938558905094e-07,
1248
+ "loss": 0.0857,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.712,
1253
+ "grad_norm": 2.734460740799023,
1254
+ "learning_rate": 2.450435639408718e-07,
1255
+ "loss": 0.1071,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.716,
1260
+ "grad_norm": 3.352362451718902,
1261
+ "learning_rate": 2.3883774181854114e-07,
1262
+ "loss": 0.1189,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.72,
1267
+ "grad_norm": 3.7763891778446506,
1268
+ "learning_rate": 2.326928991933123e-07,
1269
+ "loss": 0.112,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.724,
1274
+ "grad_norm": 2.4440605550029426,
1275
+ "learning_rate": 2.2661000640706893e-07,
1276
+ "loss": 0.0754,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.728,
1281
+ "grad_norm": 4.031857835325126,
1282
+ "learning_rate": 2.2059002401909752e-07,
1283
+ "loss": 0.1295,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.732,
1288
+ "grad_norm": 3.8385081642897645,
1289
+ "learning_rate": 2.1463390265440233e-07,
1290
+ "loss": 0.1567,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.736,
1295
+ "grad_norm": 2.680121298100838,
1296
+ "learning_rate": 2.087425828535928e-07,
1297
+ "loss": 0.0921,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.74,
1302
+ "grad_norm": 2.5523520374843502,
1303
+ "learning_rate": 2.0291699492435972e-07,
1304
+ "loss": 0.0799,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.744,
1309
+ "grad_norm": 2.1929917068003206,
1310
+ "learning_rate": 1.9715805879456955e-07,
1311
+ "loss": 0.1085,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.748,
1316
+ "grad_norm": 0.6376191244307428,
1317
+ "learning_rate": 1.91466683866997e-07,
1318
+ "loss": 0.0244,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.752,
1323
+ "grad_norm": 2.989590892102221,
1324
+ "learning_rate": 1.8584376887571934e-07,
1325
+ "loss": 0.0895,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.756,
1330
+ "grad_norm": 5.449676941662685,
1331
+ "learning_rate": 1.8029020174419669e-07,
1332
+ "loss": 0.2837,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.76,
1337
+ "grad_norm": 3.0817912555647586,
1338
+ "learning_rate": 1.748068594450582e-07,
1339
+ "loss": 0.0783,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.764,
1344
+ "grad_norm": 2.7703640342304037,
1345
+ "learning_rate": 1.6939460786161792e-07,
1346
+ "loss": 0.0988,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.768,
1351
+ "grad_norm": 2.894586219409546,
1352
+ "learning_rate": 1.6405430165114139e-07,
1353
+ "loss": 0.1094,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.772,
1358
+ "grad_norm": 4.581321516290858,
1359
+ "learning_rate": 1.587867841098862e-07,
1360
+ "loss": 0.1128,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 0.776,
1365
+ "grad_norm": 3.422661784516217,
1366
+ "learning_rate": 1.535928870399351e-07,
1367
+ "loss": 0.0942,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 0.78,
1372
+ "grad_norm": 3.345040791495095,
1373
+ "learning_rate": 1.48473430617845e-07,
1374
+ "loss": 0.1306,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 0.784,
1379
+ "grad_norm": 2.9441279129790607,
1380
+ "learning_rate": 1.434292232651318e-07,
1381
+ "loss": 0.0998,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 0.788,
1386
+ "grad_norm": 5.881480896938972,
1387
+ "learning_rate": 1.3846106152061043e-07,
1388
+ "loss": 0.2226,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 0.792,
1393
+ "grad_norm": 3.90644057826781,
1394
+ "learning_rate": 1.3356972991461317e-07,
1395
+ "loss": 0.0979,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 0.796,
1400
+ "grad_norm": 2.3835595988411757,
1401
+ "learning_rate": 1.287560008451029e-07,
1402
+ "loss": 0.0872,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 0.8,
1407
+ "grad_norm": 5.801483313343428,
1408
+ "learning_rate": 1.2402063445570205e-07,
1409
+ "loss": 0.1857,
1410
+ "step": 200
1411
+ }
1412
+ ],
1413
+ "logging_steps": 1.0,
1414
+ "max_steps": 250,
1415
+ "num_input_tokens_seen": 0,
1416
+ "num_train_epochs": 1,
1417
+ "save_steps": 50,
1418
+ "stateful_callbacks": {
1419
+ "TrainerControl": {
1420
+ "args": {
1421
+ "should_epoch_stop": false,
1422
+ "should_evaluate": false,
1423
+ "should_log": false,
1424
+ "should_save": true,
1425
+ "should_training_stop": false
1426
+ },
1427
+ "attributes": {}
1428
+ }
1429
+ },
1430
+ "total_flos": 373028683776.0,
1431
+ "train_batch_size": 1,
1432
+ "trial_name": null,
1433
+ "trial_params": null
1434
+ }
epoch_1/checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1b9bdac6c229a95edd8b52f2e6ad8ad316ae8b086598f08733c34e3e7848b4
3
+ size 8145
epoch_1/checkpoint-200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
epoch_1/checkpoint-250/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
epoch_1/checkpoint-250/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
epoch_1/checkpoint-250/config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention"
49
+ ],
50
+ "max_position_embeddings": 32768,
51
+ "max_window_layers": 70,
52
+ "model_type": "qwen2",
53
+ "num_attention_heads": 16,
54
+ "num_hidden_layers": 36,
55
+ "num_key_value_heads": 2,
56
+ "pad_token_id": 151643,
57
+ "rms_norm_eps": 1e-06,
58
+ "rope_scaling": null,
59
+ "rope_theta": 1000000.0,
60
+ "sliding_window": null,
61
+ "tie_word_embeddings": true,
62
+ "transformers_version": "4.56.2",
63
+ "use_cache": false,
64
+ "use_sliding_window": false,
65
+ "vocab_size": 151936
66
+ }