Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +6 -0
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- checkpoint-1245/README.md +202 -0
- checkpoint-1245/adapter_config.json +39 -0
- checkpoint-1245/adapter_model.safetensors +3 -0
- checkpoint-1245/added_tokens.json +24 -0
- checkpoint-1245/chat_template.jinja +54 -0
- checkpoint-1245/merges.txt +0 -0
- checkpoint-1245/optimizer.pt +3 -0
- checkpoint-1245/rng_state.pth +3 -0
- checkpoint-1245/scheduler.pt +3 -0
- checkpoint-1245/special_tokens_map.json +25 -0
- checkpoint-1245/tokenizer.json +3 -0
- checkpoint-1245/tokenizer_config.json +207 -0
- checkpoint-1245/trainer_state.json +505 -0
- checkpoint-1245/training_args.bin +3 -0
- checkpoint-1245/vocab.json +0 -0
- checkpoint-1660/README.md +202 -0
- checkpoint-1660/adapter_config.json +39 -0
- checkpoint-1660/adapter_model.safetensors +3 -0
- checkpoint-1660/added_tokens.json +24 -0
- checkpoint-1660/chat_template.jinja +54 -0
- checkpoint-1660/merges.txt +0 -0
- checkpoint-1660/optimizer.pt +3 -0
- checkpoint-1660/rng_state.pth +3 -0
- checkpoint-1660/scheduler.pt +3 -0
- checkpoint-1660/special_tokens_map.json +25 -0
- checkpoint-1660/tokenizer.json +3 -0
- checkpoint-1660/tokenizer_config.json +207 -0
- checkpoint-1660/trainer_state.json +668 -0
- checkpoint-1660/training_args.bin +3 -0
- checkpoint-1660/vocab.json +0 -0
- checkpoint-2075/README.md +202 -0
- checkpoint-2075/adapter_config.json +39 -0
- checkpoint-2075/adapter_model.safetensors +3 -0
- checkpoint-2075/added_tokens.json +24 -0
- checkpoint-2075/chat_template.jinja +54 -0
- checkpoint-2075/merges.txt +0 -0
- checkpoint-2075/optimizer.pt +3 -0
- checkpoint-2075/rng_state.pth +3 -0
- checkpoint-2075/scheduler.pt +3 -0
- checkpoint-2075/special_tokens_map.json +25 -0
- checkpoint-2075/tokenizer.json +3 -0
- checkpoint-2075/tokenizer_config.json +207 -0
- checkpoint-2075/trainer_state.json +831 -0
- checkpoint-2075/training_args.bin +3 -0
- checkpoint-2075/vocab.json +0 -0
- checkpoint-2490/README.md +202 -0
- checkpoint-2490/adapter_config.json +39 -0
.gitattributes
CHANGED
@@ -36,3 +36,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
checkpoint-1245/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-750/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
checkpoint-1245/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-750/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-1660/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
40 |
+
checkpoint-2075/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
41 |
+
checkpoint-2490/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
42 |
+
checkpoint-2905/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
43 |
+
checkpoint-415/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
44 |
+
checkpoint-830/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"down_proj",
|
28 |
-
"q_proj",
|
29 |
"k_proj",
|
30 |
"gate_proj",
|
31 |
-
"o_proj",
|
32 |
"v_proj",
|
33 |
-
"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
27 |
"k_proj",
|
28 |
"gate_proj",
|
|
|
29 |
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_proj",
|
32 |
+
"up_proj",
|
33 |
+
"o_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 323014168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:807bba59c3718f16aa3f33c665788c6f5ff6d90163e8299a35bc1d67bc91f767
|
3 |
size 323014168
|
checkpoint-1245/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-1245/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_proj",
|
32 |
+
"up_proj",
|
33 |
+
"o_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-1245/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d37453267b77744de5fbf60b92f669661d9be812928ffbca30eff458860e9a87
|
3 |
+
size 323014168
|
checkpoint-1245/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 |
+
}
|
checkpoint-1245/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 %}
|
checkpoint-1245/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1245/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56d5f5620cba40a8300bcfe4d7a9fa462c425c14d8873079aeb67bbf447508b9
|
3 |
+
size 646164683
|
checkpoint-1245/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8231d7e98965d1ad53131bc4315e6afa142a5c620a185a18779feffe2ed0a4c
|
3 |
+
size 14645
|
checkpoint-1245/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0507b5178a097f1a47eb13bf2dc725ccef8bd541a0c05887db5c53c97f9a004
|
3 |
+
size 1465
|
checkpoint-1245/special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|im_end|>"
|
25 |
+
}
|
checkpoint-1245/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f9d93e80cff961819dcba7d892cf9656e086a0cf83cdbef23f10c1a493faa2
|
3 |
+
size 11422061
|
checkpoint-1245/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 32768,
|
203 |
+
"pad_token": "<|im_end|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
checkpoint-1245/trainer_state.json
ADDED
@@ -0,0 +1,505 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 1245,
|
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.060350030175015085,
|
14 |
+
"grad_norm": 0.2168818861246109,
|
15 |
+
"learning_rate": 8.18181818181818e-05,
|
16 |
+
"loss": 1.8651,
|
17 |
+
"mean_token_accuracy": 0.614892452955246,
|
18 |
+
"num_tokens": 157222.0,
|
19 |
+
"step": 25
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.12070006035003017,
|
23 |
+
"grad_norm": 0.3058246970176697,
|
24 |
+
"learning_rate": 0.00016704545454545452,
|
25 |
+
"loss": 1.075,
|
26 |
+
"mean_token_accuracy": 0.7393987023830414,
|
27 |
+
"num_tokens": 285335.0,
|
28 |
+
"step": 50
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 0.18105009052504525,
|
32 |
+
"grad_norm": 0.21806401014328003,
|
33 |
+
"learning_rate": 0.0002522727272727273,
|
34 |
+
"loss": 0.6678,
|
35 |
+
"mean_token_accuracy": 0.8195570611953735,
|
36 |
+
"num_tokens": 443748.0,
|
37 |
+
"step": 75
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.24140012070006034,
|
41 |
+
"grad_norm": 0.42833107709884644,
|
42 |
+
"learning_rate": 0.0002999887132933212,
|
43 |
+
"loss": 0.5362,
|
44 |
+
"mean_token_accuracy": 0.8508000493049621,
|
45 |
+
"num_tokens": 570813.0,
|
46 |
+
"step": 100
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.30175015087507545,
|
50 |
+
"grad_norm": 0.2923378050327301,
|
51 |
+
"learning_rate": 0.0002998791256978121,
|
52 |
+
"loss": 0.4351,
|
53 |
+
"mean_token_accuracy": 0.8748408752679825,
|
54 |
+
"num_tokens": 727818.0,
|
55 |
+
"step": 125
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"epoch": 0.3621001810500905,
|
59 |
+
"grad_norm": 0.5519189238548279,
|
60 |
+
"learning_rate": 0.0002996530399366737,
|
61 |
+
"loss": 0.353,
|
62 |
+
"mean_token_accuracy": 0.9003111439943313,
|
63 |
+
"num_tokens": 852739.0,
|
64 |
+
"step": 150
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"epoch": 0.4224502112251056,
|
68 |
+
"grad_norm": 0.2830982804298401,
|
69 |
+
"learning_rate": 0.00029931063174202567,
|
70 |
+
"loss": 0.2802,
|
71 |
+
"mean_token_accuracy": 0.9183641839027404,
|
72 |
+
"num_tokens": 1009253.0,
|
73 |
+
"step": 175
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.4828002414001207,
|
77 |
+
"grad_norm": 0.3710537254810333,
|
78 |
+
"learning_rate": 0.00029885216726118104,
|
79 |
+
"loss": 0.2359,
|
80 |
+
"mean_token_accuracy": 0.9340034741163253,
|
81 |
+
"num_tokens": 1135711.0,
|
82 |
+
"step": 200
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.5431502715751357,
|
86 |
+
"grad_norm": 0.3129195272922516,
|
87 |
+
"learning_rate": 0.00029827800284977474,
|
88 |
+
"loss": 0.1936,
|
89 |
+
"mean_token_accuracy": 0.9437149178981781,
|
90 |
+
"num_tokens": 1294974.0,
|
91 |
+
"step": 225
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.6035003017501509,
|
95 |
+
"grad_norm": 0.3972657322883606,
|
96 |
+
"learning_rate": 0.00029758858479477575,
|
97 |
+
"loss": 0.1992,
|
98 |
+
"mean_token_accuracy": 0.9438802194595337,
|
99 |
+
"num_tokens": 1422454.0,
|
100 |
+
"step": 250
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.663850331925166,
|
104 |
+
"grad_norm": 0.3286677300930023,
|
105 |
+
"learning_rate": 0.0002967844489675963,
|
106 |
+
"loss": 0.1467,
|
107 |
+
"mean_token_accuracy": 0.9580748552083969,
|
108 |
+
"num_tokens": 1578961.0,
|
109 |
+
"step": 275
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.724200362100181,
|
113 |
+
"grad_norm": 0.3204401135444641,
|
114 |
+
"learning_rate": 0.00029586622040756957,
|
115 |
+
"loss": 0.1492,
|
116 |
+
"mean_token_accuracy": 0.9577940207719803,
|
117 |
+
"num_tokens": 1704389.0,
|
118 |
+
"step": 300
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.7845503922751962,
|
122 |
+
"grad_norm": 0.18775713443756104,
|
123 |
+
"learning_rate": 0.0002948346128361186,
|
124 |
+
"loss": 0.1163,
|
125 |
+
"mean_token_accuracy": 0.9667265516519546,
|
126 |
+
"num_tokens": 1863333.0,
|
127 |
+
"step": 325
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"epoch": 0.8449004224502112,
|
131 |
+
"grad_norm": 0.2705429494380951,
|
132 |
+
"learning_rate": 0.00029369042810199416,
|
133 |
+
"loss": 0.1007,
|
134 |
+
"mean_token_accuracy": 0.9721928060054779,
|
135 |
+
"num_tokens": 1990936.0,
|
136 |
+
"step": 350
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.9052504526252263,
|
140 |
+
"grad_norm": 0.19949601590633392,
|
141 |
+
"learning_rate": 0.0002924345555580135,
|
142 |
+
"loss": 0.0936,
|
143 |
+
"mean_token_accuracy": 0.9747320550680161,
|
144 |
+
"num_tokens": 2147408.0,
|
145 |
+
"step": 375
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.9656004828002414,
|
149 |
+
"grad_norm": 0.30361101031303406,
|
150 |
+
"learning_rate": 0.000291067971369783,
|
151 |
+
"loss": 0.0975,
|
152 |
+
"mean_token_accuracy": 0.972884624004364,
|
153 |
+
"num_tokens": 2273014.0,
|
154 |
+
"step": 400
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 1.0,
|
158 |
+
"eval_loss": 0.08620278537273407,
|
159 |
+
"eval_mean_token_accuracy": 0.9761469618694202,
|
160 |
+
"eval_num_tokens": 2354180.0,
|
161 |
+
"eval_runtime": 61.6733,
|
162 |
+
"eval_samples_per_second": 5.983,
|
163 |
+
"eval_steps_per_second": 3.0,
|
164 |
+
"step": 415
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 1.024140012070006,
|
168 |
+
"grad_norm": 0.09305181354284286,
|
169 |
+
"learning_rate": 0.0002895917377569438,
|
170 |
+
"loss": 0.0907,
|
171 |
+
"mean_token_accuracy": 0.974765161878055,
|
172 |
+
"num_tokens": 2423410.0,
|
173 |
+
"step": 425
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.0844900422450212,
|
177 |
+
"grad_norm": 0.3788456916809082,
|
178 |
+
"learning_rate": 0.00028800700216752875,
|
179 |
+
"loss": 0.0593,
|
180 |
+
"mean_token_accuracy": 0.9832174813747406,
|
181 |
+
"num_tokens": 2566972.0,
|
182 |
+
"step": 450
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"epoch": 1.1448400724200363,
|
186 |
+
"grad_norm": 0.14668315649032593,
|
187 |
+
"learning_rate": 0.00028631499638607285,
|
188 |
+
"loss": 0.0762,
|
189 |
+
"mean_token_accuracy": 0.9784989726543426,
|
190 |
+
"num_tokens": 2708394.0,
|
191 |
+
"step": 475
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.2051901025950513,
|
195 |
+
"grad_norm": 0.10731452703475952,
|
196 |
+
"learning_rate": 0.0002845170355761712,
|
197 |
+
"loss": 0.0532,
|
198 |
+
"mean_token_accuracy": 0.9849696922302246,
|
199 |
+
"num_tokens": 2850550.0,
|
200 |
+
"step": 500
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 1.2655401327700664,
|
204 |
+
"grad_norm": 0.12523867189884186,
|
205 |
+
"learning_rate": 0.0002826145172582274,
|
206 |
+
"loss": 0.0664,
|
207 |
+
"mean_token_accuracy": 0.9817911142110824,
|
208 |
+
"num_tokens": 2991599.0,
|
209 |
+
"step": 525
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 1.3258901629450814,
|
213 |
+
"grad_norm": 0.12591515481472015,
|
214 |
+
"learning_rate": 0.00028060892022318764,
|
215 |
+
"loss": 0.0483,
|
216 |
+
"mean_token_accuracy": 0.9862601357698441,
|
217 |
+
"num_tokens": 3132335.0,
|
218 |
+
"step": 550
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 1.3862401931200965,
|
222 |
+
"grad_norm": 0.1305922567844391,
|
223 |
+
"learning_rate": 0.0002785018033831051,
|
224 |
+
"loss": 0.0681,
|
225 |
+
"mean_token_accuracy": 0.9813536697626114,
|
226 |
+
"num_tokens": 3272427.0,
|
227 |
+
"step": 575
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.4465902232951118,
|
231 |
+
"grad_norm": 0.15813934803009033,
|
232 |
+
"learning_rate": 0.0002762948045594276,
|
233 |
+
"loss": 0.0493,
|
234 |
+
"mean_token_accuracy": 0.9858457553386688,
|
235 |
+
"num_tokens": 3413641.0,
|
236 |
+
"step": 600
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 1.5069402534701268,
|
240 |
+
"grad_norm": 0.13504762947559357,
|
241 |
+
"learning_rate": 0.0002739896392099502,
|
242 |
+
"loss": 0.061,
|
243 |
+
"mean_token_accuracy": 0.98312191426754,
|
244 |
+
"num_tokens": 3553593.0,
|
245 |
+
"step": 625
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 1.567290283645142,
|
249 |
+
"grad_norm": 0.11668980866670609,
|
250 |
+
"learning_rate": 0.00027158809909542307,
|
251 |
+
"loss": 0.0452,
|
252 |
+
"mean_token_accuracy": 0.9869613242149353,
|
253 |
+
"num_tokens": 3696166.0,
|
254 |
+
"step": 650
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.627640313820157,
|
258 |
+
"grad_norm": 0.1464385837316513,
|
259 |
+
"learning_rate": 0.00026909205088685,
|
260 |
+
"loss": 0.0613,
|
261 |
+
"mean_token_accuracy": 0.9831733548641205,
|
262 |
+
"num_tokens": 3839563.0,
|
263 |
+
"step": 675
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 1.687990343995172,
|
267 |
+
"grad_norm": 0.1125669926404953,
|
268 |
+
"learning_rate": 0.0002665034347145612,
|
269 |
+
"loss": 0.0435,
|
270 |
+
"mean_token_accuracy": 0.9872170311212539,
|
271 |
+
"num_tokens": 3984309.0,
|
272 |
+
"step": 700
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 1.748340374170187,
|
276 |
+
"grad_norm": 0.10721296817064285,
|
277 |
+
"learning_rate": 0.000263824262660187,
|
278 |
+
"loss": 0.0622,
|
279 |
+
"mean_token_accuracy": 0.9823342782258987,
|
280 |
+
"num_tokens": 4127163.0,
|
281 |
+
"step": 725
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.8086904043452021,
|
285 |
+
"grad_norm": 0.09685028344392776,
|
286 |
+
"learning_rate": 0.0002610566171927056,
|
287 |
+
"loss": 0.043,
|
288 |
+
"mean_token_accuracy": 0.9875605070590973,
|
289 |
+
"num_tokens": 4270459.0,
|
290 |
+
"step": 750
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 1.8690404345202172,
|
294 |
+
"grad_norm": 0.09882082790136337,
|
295 |
+
"learning_rate": 0.00025820264954977976,
|
296 |
+
"loss": 0.056,
|
297 |
+
"mean_token_accuracy": 0.984576758146286,
|
298 |
+
"num_tokens": 4412568.0,
|
299 |
+
"step": 775
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 1.9293904646952322,
|
303 |
+
"grad_norm": 0.07612240314483643,
|
304 |
+
"learning_rate": 0.00025526457806564136,
|
305 |
+
"loss": 0.041,
|
306 |
+
"mean_token_accuracy": 0.9879619979858398,
|
307 |
+
"num_tokens": 4553943.0,
|
308 |
+
"step": 800
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 1.9897404948702473,
|
312 |
+
"grad_norm": 0.10256911814212799,
|
313 |
+
"learning_rate": 0.00025224468644682245,
|
314 |
+
"loss": 0.0496,
|
315 |
+
"mean_token_accuracy": 0.9865266931056976,
|
316 |
+
"num_tokens": 4687925.0,
|
317 |
+
"step": 825
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.0,
|
321 |
+
"eval_loss": 0.052460573613643646,
|
322 |
+
"eval_mean_token_accuracy": 0.9856111246186334,
|
323 |
+
"eval_num_tokens": 4708360.0,
|
324 |
+
"eval_runtime": 61.6647,
|
325 |
+
"eval_samples_per_second": 5.984,
|
326 |
+
"eval_steps_per_second": 3.0,
|
327 |
+
"step": 830
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 2.048280024140012,
|
331 |
+
"grad_norm": 0.05109108239412308,
|
332 |
+
"learning_rate": 0.00024914532199707444,
|
333 |
+
"loss": 0.0471,
|
334 |
+
"mean_token_accuracy": 0.9859890218862554,
|
335 |
+
"num_tokens": 4837792.0,
|
336 |
+
"step": 850
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 2.1086300543150274,
|
340 |
+
"grad_norm": 0.12332670390605927,
|
341 |
+
"learning_rate": 0.00024596889379285353,
|
342 |
+
"loss": 0.0331,
|
343 |
+
"mean_token_accuracy": 0.9905285978317261,
|
344 |
+
"num_tokens": 4971259.0,
|
345 |
+
"step": 875
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.1689800844900424,
|
349 |
+
"grad_norm": 0.0654679387807846,
|
350 |
+
"learning_rate": 0.00024271787081079228,
|
351 |
+
"loss": 0.0486,
|
352 |
+
"mean_token_accuracy": 0.9860249239206315,
|
353 |
+
"num_tokens": 5121366.0,
|
354 |
+
"step": 900
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 2.2293301146650575,
|
358 |
+
"grad_norm": 0.08594338595867157,
|
359 |
+
"learning_rate": 0.00023939478000861117,
|
360 |
+
"loss": 0.031,
|
361 |
+
"mean_token_accuracy": 0.9908674705028534,
|
362 |
+
"num_tokens": 5253015.0,
|
363 |
+
"step": 925
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 2.2896801448400725,
|
367 |
+
"grad_norm": 0.08495251834392548,
|
368 |
+
"learning_rate": 0.00023600220436096318,
|
369 |
+
"loss": 0.0424,
|
370 |
+
"mean_token_accuracy": 0.9873432791233063,
|
371 |
+
"num_tokens": 5403783.0,
|
372 |
+
"step": 950
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 2.3500301750150876,
|
376 |
+
"grad_norm": 0.11103720963001251,
|
377 |
+
"learning_rate": 0.00023254278085173684,
|
378 |
+
"loss": 0.0294,
|
379 |
+
"mean_token_accuracy": 0.9907593816518784,
|
380 |
+
"num_tokens": 5536898.0,
|
381 |
+
"step": 975
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 2.4103802051901027,
|
385 |
+
"grad_norm": 0.12526410818099976,
|
386 |
+
"learning_rate": 0.00022901919842437972,
|
387 |
+
"loss": 0.0508,
|
388 |
+
"mean_token_accuracy": 0.9854990404844284,
|
389 |
+
"num_tokens": 5690565.0,
|
390 |
+
"step": 1000
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 2.4707302353651177,
|
394 |
+
"grad_norm": 0.1827692687511444,
|
395 |
+
"learning_rate": 0.00022543419589183397,
|
396 |
+
"loss": 0.0308,
|
397 |
+
"mean_token_accuracy": 0.9908353638648987,
|
398 |
+
"num_tokens": 5822868.0,
|
399 |
+
"step": 1025
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 2.5310802655401328,
|
403 |
+
"grad_norm": 0.08467936515808105,
|
404 |
+
"learning_rate": 0.00022179055980770993,
|
405 |
+
"loss": 0.0447,
|
406 |
+
"mean_token_accuracy": 0.9870854699611664,
|
407 |
+
"num_tokens": 5974120.0,
|
408 |
+
"step": 1050
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 2.591430295715148,
|
412 |
+
"grad_norm": 0.08671411126852036,
|
413 |
+
"learning_rate": 0.0002180911223003513,
|
414 |
+
"loss": 0.0336,
|
415 |
+
"mean_token_accuracy": 0.9898967409133911,
|
416 |
+
"num_tokens": 6106399.0,
|
417 |
+
"step": 1075
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 2.651780325890163,
|
421 |
+
"grad_norm": 0.10606463998556137,
|
422 |
+
"learning_rate": 0.00021433875887147627,
|
423 |
+
"loss": 0.0365,
|
424 |
+
"mean_token_accuracy": 0.9888207441568375,
|
425 |
+
"num_tokens": 6256139.0,
|
426 |
+
"step": 1100
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"epoch": 2.712130356065178,
|
430 |
+
"grad_norm": 0.08840422332286835,
|
431 |
+
"learning_rate": 0.00021053638616110525,
|
432 |
+
"loss": 0.0295,
|
433 |
+
"mean_token_accuracy": 0.9906065487861633,
|
434 |
+
"num_tokens": 6388996.0,
|
435 |
+
"step": 1125
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 2.772480386240193,
|
439 |
+
"grad_norm": 0.1253369003534317,
|
440 |
+
"learning_rate": 0.00020668695968051274,
|
441 |
+
"loss": 0.0415,
|
442 |
+
"mean_token_accuracy": 0.9876212304830552,
|
443 |
+
"num_tokens": 6538751.0,
|
444 |
+
"step": 1150
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 2.832830416415208,
|
448 |
+
"grad_norm": 0.10428694635629654,
|
449 |
+
"learning_rate": 0.00020279347151496482,
|
450 |
+
"loss": 0.0285,
|
451 |
+
"mean_token_accuracy": 0.9914796513319015,
|
452 |
+
"num_tokens": 6671509.0,
|
453 |
+
"step": 1175
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 2.8931804465902236,
|
457 |
+
"grad_norm": 0.09738153964281082,
|
458 |
+
"learning_rate": 0.00019885894799802922,
|
459 |
+
"loss": 0.0441,
|
460 |
+
"mean_token_accuracy": 0.986878205537796,
|
461 |
+
"num_tokens": 6824932.0,
|
462 |
+
"step": 1200
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 2.9535304767652386,
|
466 |
+
"grad_norm": 0.043908387422561646,
|
467 |
+
"learning_rate": 0.00019488644735926396,
|
468 |
+
"loss": 0.0299,
|
469 |
+
"mean_token_accuracy": 0.9910147470235825,
|
470 |
+
"num_tokens": 6959350.0,
|
471 |
+
"step": 1225
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 3.0,
|
475 |
+
"eval_loss": 0.04450182244181633,
|
476 |
+
"eval_mean_token_accuracy": 0.9876940347052909,
|
477 |
+
"eval_num_tokens": 7062540.0,
|
478 |
+
"eval_runtime": 61.71,
|
479 |
+
"eval_samples_per_second": 5.98,
|
480 |
+
"eval_steps_per_second": 2.998,
|
481 |
+
"step": 1245
|
482 |
+
}
|
483 |
+
],
|
484 |
+
"logging_steps": 25,
|
485 |
+
"max_steps": 2905,
|
486 |
+
"num_input_tokens_seen": 0,
|
487 |
+
"num_train_epochs": 7,
|
488 |
+
"save_steps": 500,
|
489 |
+
"stateful_callbacks": {
|
490 |
+
"TrainerControl": {
|
491 |
+
"args": {
|
492 |
+
"should_epoch_stop": false,
|
493 |
+
"should_evaluate": false,
|
494 |
+
"should_log": false,
|
495 |
+
"should_save": true,
|
496 |
+
"should_training_stop": false
|
497 |
+
},
|
498 |
+
"attributes": {}
|
499 |
+
}
|
500 |
+
},
|
501 |
+
"total_flos": 3.0341451921790464e+17,
|
502 |
+
"train_batch_size": 2,
|
503 |
+
"trial_name": null,
|
504 |
+
"trial_params": null
|
505 |
+
}
|
checkpoint-1245/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab23c53b12a60fe6caee17c61341e0b42fa485c86397b31c5af73c60cfbe30c1
|
3 |
+
size 6033
|
checkpoint-1245/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1660/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-1660/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_proj",
|
32 |
+
"up_proj",
|
33 |
+
"o_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-1660/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a66f4c1db4beaa49936aa86c88d5d9aeb50f857497defcf9214ab72ae7bd359
|
3 |
+
size 323014168
|
checkpoint-1660/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 |
+
}
|
checkpoint-1660/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 %}
|
checkpoint-1660/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1660/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a755d21f4282522ad3c1a0e76d046799efd32cfab814a94f8ac85daf1cd67c03
|
3 |
+
size 646164683
|
checkpoint-1660/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:405937e9ac5b7313b0668e22bef3d71e7581b88c7093fbc0ee937b5e967e0c5b
|
3 |
+
size 14645
|
checkpoint-1660/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:400af09f812b537d738744947529a57cd588f5dd92eadb329b9f329acf39c801
|
3 |
+
size 1465
|
checkpoint-1660/special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|im_end|>"
|
25 |
+
}
|
checkpoint-1660/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f9d93e80cff961819dcba7d892cf9656e086a0cf83cdbef23f10c1a493faa2
|
3 |
+
size 11422061
|
checkpoint-1660/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 32768,
|
203 |
+
"pad_token": "<|im_end|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
checkpoint-1660/trainer_state.json
ADDED
@@ -0,0 +1,668 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 4.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 1660,
|
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.060350030175015085,
|
14 |
+
"grad_norm": 0.2168818861246109,
|
15 |
+
"learning_rate": 8.18181818181818e-05,
|
16 |
+
"loss": 1.8651,
|
17 |
+
"mean_token_accuracy": 0.614892452955246,
|
18 |
+
"num_tokens": 157222.0,
|
19 |
+
"step": 25
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.12070006035003017,
|
23 |
+
"grad_norm": 0.3058246970176697,
|
24 |
+
"learning_rate": 0.00016704545454545452,
|
25 |
+
"loss": 1.075,
|
26 |
+
"mean_token_accuracy": 0.7393987023830414,
|
27 |
+
"num_tokens": 285335.0,
|
28 |
+
"step": 50
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 0.18105009052504525,
|
32 |
+
"grad_norm": 0.21806401014328003,
|
33 |
+
"learning_rate": 0.0002522727272727273,
|
34 |
+
"loss": 0.6678,
|
35 |
+
"mean_token_accuracy": 0.8195570611953735,
|
36 |
+
"num_tokens": 443748.0,
|
37 |
+
"step": 75
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.24140012070006034,
|
41 |
+
"grad_norm": 0.42833107709884644,
|
42 |
+
"learning_rate": 0.0002999887132933212,
|
43 |
+
"loss": 0.5362,
|
44 |
+
"mean_token_accuracy": 0.8508000493049621,
|
45 |
+
"num_tokens": 570813.0,
|
46 |
+
"step": 100
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.30175015087507545,
|
50 |
+
"grad_norm": 0.2923378050327301,
|
51 |
+
"learning_rate": 0.0002998791256978121,
|
52 |
+
"loss": 0.4351,
|
53 |
+
"mean_token_accuracy": 0.8748408752679825,
|
54 |
+
"num_tokens": 727818.0,
|
55 |
+
"step": 125
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"epoch": 0.3621001810500905,
|
59 |
+
"grad_norm": 0.5519189238548279,
|
60 |
+
"learning_rate": 0.0002996530399366737,
|
61 |
+
"loss": 0.353,
|
62 |
+
"mean_token_accuracy": 0.9003111439943313,
|
63 |
+
"num_tokens": 852739.0,
|
64 |
+
"step": 150
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"epoch": 0.4224502112251056,
|
68 |
+
"grad_norm": 0.2830982804298401,
|
69 |
+
"learning_rate": 0.00029931063174202567,
|
70 |
+
"loss": 0.2802,
|
71 |
+
"mean_token_accuracy": 0.9183641839027404,
|
72 |
+
"num_tokens": 1009253.0,
|
73 |
+
"step": 175
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.4828002414001207,
|
77 |
+
"grad_norm": 0.3710537254810333,
|
78 |
+
"learning_rate": 0.00029885216726118104,
|
79 |
+
"loss": 0.2359,
|
80 |
+
"mean_token_accuracy": 0.9340034741163253,
|
81 |
+
"num_tokens": 1135711.0,
|
82 |
+
"step": 200
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.5431502715751357,
|
86 |
+
"grad_norm": 0.3129195272922516,
|
87 |
+
"learning_rate": 0.00029827800284977474,
|
88 |
+
"loss": 0.1936,
|
89 |
+
"mean_token_accuracy": 0.9437149178981781,
|
90 |
+
"num_tokens": 1294974.0,
|
91 |
+
"step": 225
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.6035003017501509,
|
95 |
+
"grad_norm": 0.3972657322883606,
|
96 |
+
"learning_rate": 0.00029758858479477575,
|
97 |
+
"loss": 0.1992,
|
98 |
+
"mean_token_accuracy": 0.9438802194595337,
|
99 |
+
"num_tokens": 1422454.0,
|
100 |
+
"step": 250
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.663850331925166,
|
104 |
+
"grad_norm": 0.3286677300930023,
|
105 |
+
"learning_rate": 0.0002967844489675963,
|
106 |
+
"loss": 0.1467,
|
107 |
+
"mean_token_accuracy": 0.9580748552083969,
|
108 |
+
"num_tokens": 1578961.0,
|
109 |
+
"step": 275
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.724200362100181,
|
113 |
+
"grad_norm": 0.3204401135444641,
|
114 |
+
"learning_rate": 0.00029586622040756957,
|
115 |
+
"loss": 0.1492,
|
116 |
+
"mean_token_accuracy": 0.9577940207719803,
|
117 |
+
"num_tokens": 1704389.0,
|
118 |
+
"step": 300
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.7845503922751962,
|
122 |
+
"grad_norm": 0.18775713443756104,
|
123 |
+
"learning_rate": 0.0002948346128361186,
|
124 |
+
"loss": 0.1163,
|
125 |
+
"mean_token_accuracy": 0.9667265516519546,
|
126 |
+
"num_tokens": 1863333.0,
|
127 |
+
"step": 325
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"epoch": 0.8449004224502112,
|
131 |
+
"grad_norm": 0.2705429494380951,
|
132 |
+
"learning_rate": 0.00029369042810199416,
|
133 |
+
"loss": 0.1007,
|
134 |
+
"mean_token_accuracy": 0.9721928060054779,
|
135 |
+
"num_tokens": 1990936.0,
|
136 |
+
"step": 350
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.9052504526252263,
|
140 |
+
"grad_norm": 0.19949601590633392,
|
141 |
+
"learning_rate": 0.0002924345555580135,
|
142 |
+
"loss": 0.0936,
|
143 |
+
"mean_token_accuracy": 0.9747320550680161,
|
144 |
+
"num_tokens": 2147408.0,
|
145 |
+
"step": 375
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.9656004828002414,
|
149 |
+
"grad_norm": 0.30361101031303406,
|
150 |
+
"learning_rate": 0.000291067971369783,
|
151 |
+
"loss": 0.0975,
|
152 |
+
"mean_token_accuracy": 0.972884624004364,
|
153 |
+
"num_tokens": 2273014.0,
|
154 |
+
"step": 400
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 1.0,
|
158 |
+
"eval_loss": 0.08620278537273407,
|
159 |
+
"eval_mean_token_accuracy": 0.9761469618694202,
|
160 |
+
"eval_num_tokens": 2354180.0,
|
161 |
+
"eval_runtime": 61.6733,
|
162 |
+
"eval_samples_per_second": 5.983,
|
163 |
+
"eval_steps_per_second": 3.0,
|
164 |
+
"step": 415
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 1.024140012070006,
|
168 |
+
"grad_norm": 0.09305181354284286,
|
169 |
+
"learning_rate": 0.0002895917377569438,
|
170 |
+
"loss": 0.0907,
|
171 |
+
"mean_token_accuracy": 0.974765161878055,
|
172 |
+
"num_tokens": 2423410.0,
|
173 |
+
"step": 425
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.0844900422450212,
|
177 |
+
"grad_norm": 0.3788456916809082,
|
178 |
+
"learning_rate": 0.00028800700216752875,
|
179 |
+
"loss": 0.0593,
|
180 |
+
"mean_token_accuracy": 0.9832174813747406,
|
181 |
+
"num_tokens": 2566972.0,
|
182 |
+
"step": 450
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"epoch": 1.1448400724200363,
|
186 |
+
"grad_norm": 0.14668315649032593,
|
187 |
+
"learning_rate": 0.00028631499638607285,
|
188 |
+
"loss": 0.0762,
|
189 |
+
"mean_token_accuracy": 0.9784989726543426,
|
190 |
+
"num_tokens": 2708394.0,
|
191 |
+
"step": 475
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.2051901025950513,
|
195 |
+
"grad_norm": 0.10731452703475952,
|
196 |
+
"learning_rate": 0.0002845170355761712,
|
197 |
+
"loss": 0.0532,
|
198 |
+
"mean_token_accuracy": 0.9849696922302246,
|
199 |
+
"num_tokens": 2850550.0,
|
200 |
+
"step": 500
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 1.2655401327700664,
|
204 |
+
"grad_norm": 0.12523867189884186,
|
205 |
+
"learning_rate": 0.0002826145172582274,
|
206 |
+
"loss": 0.0664,
|
207 |
+
"mean_token_accuracy": 0.9817911142110824,
|
208 |
+
"num_tokens": 2991599.0,
|
209 |
+
"step": 525
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 1.3258901629450814,
|
213 |
+
"grad_norm": 0.12591515481472015,
|
214 |
+
"learning_rate": 0.00028060892022318764,
|
215 |
+
"loss": 0.0483,
|
216 |
+
"mean_token_accuracy": 0.9862601357698441,
|
217 |
+
"num_tokens": 3132335.0,
|
218 |
+
"step": 550
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 1.3862401931200965,
|
222 |
+
"grad_norm": 0.1305922567844391,
|
223 |
+
"learning_rate": 0.0002785018033831051,
|
224 |
+
"loss": 0.0681,
|
225 |
+
"mean_token_accuracy": 0.9813536697626114,
|
226 |
+
"num_tokens": 3272427.0,
|
227 |
+
"step": 575
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.4465902232951118,
|
231 |
+
"grad_norm": 0.15813934803009033,
|
232 |
+
"learning_rate": 0.0002762948045594276,
|
233 |
+
"loss": 0.0493,
|
234 |
+
"mean_token_accuracy": 0.9858457553386688,
|
235 |
+
"num_tokens": 3413641.0,
|
236 |
+
"step": 600
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 1.5069402534701268,
|
240 |
+
"grad_norm": 0.13504762947559357,
|
241 |
+
"learning_rate": 0.0002739896392099502,
|
242 |
+
"loss": 0.061,
|
243 |
+
"mean_token_accuracy": 0.98312191426754,
|
244 |
+
"num_tokens": 3553593.0,
|
245 |
+
"step": 625
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 1.567290283645142,
|
249 |
+
"grad_norm": 0.11668980866670609,
|
250 |
+
"learning_rate": 0.00027158809909542307,
|
251 |
+
"loss": 0.0452,
|
252 |
+
"mean_token_accuracy": 0.9869613242149353,
|
253 |
+
"num_tokens": 3696166.0,
|
254 |
+
"step": 650
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.627640313820157,
|
258 |
+
"grad_norm": 0.1464385837316513,
|
259 |
+
"learning_rate": 0.00026909205088685,
|
260 |
+
"loss": 0.0613,
|
261 |
+
"mean_token_accuracy": 0.9831733548641205,
|
262 |
+
"num_tokens": 3839563.0,
|
263 |
+
"step": 675
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 1.687990343995172,
|
267 |
+
"grad_norm": 0.1125669926404953,
|
268 |
+
"learning_rate": 0.0002665034347145612,
|
269 |
+
"loss": 0.0435,
|
270 |
+
"mean_token_accuracy": 0.9872170311212539,
|
271 |
+
"num_tokens": 3984309.0,
|
272 |
+
"step": 700
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 1.748340374170187,
|
276 |
+
"grad_norm": 0.10721296817064285,
|
277 |
+
"learning_rate": 0.000263824262660187,
|
278 |
+
"loss": 0.0622,
|
279 |
+
"mean_token_accuracy": 0.9823342782258987,
|
280 |
+
"num_tokens": 4127163.0,
|
281 |
+
"step": 725
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.8086904043452021,
|
285 |
+
"grad_norm": 0.09685028344392776,
|
286 |
+
"learning_rate": 0.0002610566171927056,
|
287 |
+
"loss": 0.043,
|
288 |
+
"mean_token_accuracy": 0.9875605070590973,
|
289 |
+
"num_tokens": 4270459.0,
|
290 |
+
"step": 750
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 1.8690404345202172,
|
294 |
+
"grad_norm": 0.09882082790136337,
|
295 |
+
"learning_rate": 0.00025820264954977976,
|
296 |
+
"loss": 0.056,
|
297 |
+
"mean_token_accuracy": 0.984576758146286,
|
298 |
+
"num_tokens": 4412568.0,
|
299 |
+
"step": 775
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 1.9293904646952322,
|
303 |
+
"grad_norm": 0.07612240314483643,
|
304 |
+
"learning_rate": 0.00025526457806564136,
|
305 |
+
"loss": 0.041,
|
306 |
+
"mean_token_accuracy": 0.9879619979858398,
|
307 |
+
"num_tokens": 4553943.0,
|
308 |
+
"step": 800
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 1.9897404948702473,
|
312 |
+
"grad_norm": 0.10256911814212799,
|
313 |
+
"learning_rate": 0.00025224468644682245,
|
314 |
+
"loss": 0.0496,
|
315 |
+
"mean_token_accuracy": 0.9865266931056976,
|
316 |
+
"num_tokens": 4687925.0,
|
317 |
+
"step": 825
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.0,
|
321 |
+
"eval_loss": 0.052460573613643646,
|
322 |
+
"eval_mean_token_accuracy": 0.9856111246186334,
|
323 |
+
"eval_num_tokens": 4708360.0,
|
324 |
+
"eval_runtime": 61.6647,
|
325 |
+
"eval_samples_per_second": 5.984,
|
326 |
+
"eval_steps_per_second": 3.0,
|
327 |
+
"step": 830
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 2.048280024140012,
|
331 |
+
"grad_norm": 0.05109108239412308,
|
332 |
+
"learning_rate": 0.00024914532199707444,
|
333 |
+
"loss": 0.0471,
|
334 |
+
"mean_token_accuracy": 0.9859890218862554,
|
335 |
+
"num_tokens": 4837792.0,
|
336 |
+
"step": 850
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 2.1086300543150274,
|
340 |
+
"grad_norm": 0.12332670390605927,
|
341 |
+
"learning_rate": 0.00024596889379285353,
|
342 |
+
"loss": 0.0331,
|
343 |
+
"mean_token_accuracy": 0.9905285978317261,
|
344 |
+
"num_tokens": 4971259.0,
|
345 |
+
"step": 875
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.1689800844900424,
|
349 |
+
"grad_norm": 0.0654679387807846,
|
350 |
+
"learning_rate": 0.00024271787081079228,
|
351 |
+
"loss": 0.0486,
|
352 |
+
"mean_token_accuracy": 0.9860249239206315,
|
353 |
+
"num_tokens": 5121366.0,
|
354 |
+
"step": 900
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 2.2293301146650575,
|
358 |
+
"grad_norm": 0.08594338595867157,
|
359 |
+
"learning_rate": 0.00023939478000861117,
|
360 |
+
"loss": 0.031,
|
361 |
+
"mean_token_accuracy": 0.9908674705028534,
|
362 |
+
"num_tokens": 5253015.0,
|
363 |
+
"step": 925
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 2.2896801448400725,
|
367 |
+
"grad_norm": 0.08495251834392548,
|
368 |
+
"learning_rate": 0.00023600220436096318,
|
369 |
+
"loss": 0.0424,
|
370 |
+
"mean_token_accuracy": 0.9873432791233063,
|
371 |
+
"num_tokens": 5403783.0,
|
372 |
+
"step": 950
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 2.3500301750150876,
|
376 |
+
"grad_norm": 0.11103720963001251,
|
377 |
+
"learning_rate": 0.00023254278085173684,
|
378 |
+
"loss": 0.0294,
|
379 |
+
"mean_token_accuracy": 0.9907593816518784,
|
380 |
+
"num_tokens": 5536898.0,
|
381 |
+
"step": 975
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 2.4103802051901027,
|
385 |
+
"grad_norm": 0.12526410818099976,
|
386 |
+
"learning_rate": 0.00022901919842437972,
|
387 |
+
"loss": 0.0508,
|
388 |
+
"mean_token_accuracy": 0.9854990404844284,
|
389 |
+
"num_tokens": 5690565.0,
|
390 |
+
"step": 1000
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 2.4707302353651177,
|
394 |
+
"grad_norm": 0.1827692687511444,
|
395 |
+
"learning_rate": 0.00022543419589183397,
|
396 |
+
"loss": 0.0308,
|
397 |
+
"mean_token_accuracy": 0.9908353638648987,
|
398 |
+
"num_tokens": 5822868.0,
|
399 |
+
"step": 1025
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 2.5310802655401328,
|
403 |
+
"grad_norm": 0.08467936515808105,
|
404 |
+
"learning_rate": 0.00022179055980770993,
|
405 |
+
"loss": 0.0447,
|
406 |
+
"mean_token_accuracy": 0.9870854699611664,
|
407 |
+
"num_tokens": 5974120.0,
|
408 |
+
"step": 1050
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 2.591430295715148,
|
412 |
+
"grad_norm": 0.08671411126852036,
|
413 |
+
"learning_rate": 0.0002180911223003513,
|
414 |
+
"loss": 0.0336,
|
415 |
+
"mean_token_accuracy": 0.9898967409133911,
|
416 |
+
"num_tokens": 6106399.0,
|
417 |
+
"step": 1075
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 2.651780325890163,
|
421 |
+
"grad_norm": 0.10606463998556137,
|
422 |
+
"learning_rate": 0.00021433875887147627,
|
423 |
+
"loss": 0.0365,
|
424 |
+
"mean_token_accuracy": 0.9888207441568375,
|
425 |
+
"num_tokens": 6256139.0,
|
426 |
+
"step": 1100
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"epoch": 2.712130356065178,
|
430 |
+
"grad_norm": 0.08840422332286835,
|
431 |
+
"learning_rate": 0.00021053638616110525,
|
432 |
+
"loss": 0.0295,
|
433 |
+
"mean_token_accuracy": 0.9906065487861633,
|
434 |
+
"num_tokens": 6388996.0,
|
435 |
+
"step": 1125
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 2.772480386240193,
|
439 |
+
"grad_norm": 0.1253369003534317,
|
440 |
+
"learning_rate": 0.00020668695968051274,
|
441 |
+
"loss": 0.0415,
|
442 |
+
"mean_token_accuracy": 0.9876212304830552,
|
443 |
+
"num_tokens": 6538751.0,
|
444 |
+
"step": 1150
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 2.832830416415208,
|
448 |
+
"grad_norm": 0.10428694635629654,
|
449 |
+
"learning_rate": 0.00020279347151496482,
|
450 |
+
"loss": 0.0285,
|
451 |
+
"mean_token_accuracy": 0.9914796513319015,
|
452 |
+
"num_tokens": 6671509.0,
|
453 |
+
"step": 1175
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 2.8931804465902236,
|
457 |
+
"grad_norm": 0.09738153964281082,
|
458 |
+
"learning_rate": 0.00019885894799802922,
|
459 |
+
"loss": 0.0441,
|
460 |
+
"mean_token_accuracy": 0.986878205537796,
|
461 |
+
"num_tokens": 6824932.0,
|
462 |
+
"step": 1200
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 2.9535304767652386,
|
466 |
+
"grad_norm": 0.043908387422561646,
|
467 |
+
"learning_rate": 0.00019488644735926396,
|
468 |
+
"loss": 0.0299,
|
469 |
+
"mean_token_accuracy": 0.9910147470235825,
|
470 |
+
"num_tokens": 6959350.0,
|
471 |
+
"step": 1225
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 3.0,
|
475 |
+
"eval_loss": 0.04450182244181633,
|
476 |
+
"eval_mean_token_accuracy": 0.9876940347052909,
|
477 |
+
"eval_num_tokens": 7062540.0,
|
478 |
+
"eval_runtime": 61.71,
|
479 |
+
"eval_samples_per_second": 5.98,
|
480 |
+
"eval_steps_per_second": 2.998,
|
481 |
+
"step": 1245
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 3.012070006035003,
|
485 |
+
"grad_norm": 0.11456421762704849,
|
486 |
+
"learning_rate": 0.00019087905734711452,
|
487 |
+
"loss": 0.0441,
|
488 |
+
"mean_token_accuracy": 0.9872288673194414,
|
489 |
+
"num_tokens": 7099425.0,
|
490 |
+
"step": 1250
|
491 |
+
},
|
492 |
+
{
|
493 |
+
"epoch": 3.0724200362100182,
|
494 |
+
"grad_norm": 0.12781904637813568,
|
495 |
+
"learning_rate": 0.00018683989282886613,
|
496 |
+
"loss": 0.0283,
|
497 |
+
"mean_token_accuracy": 0.9909683948755265,
|
498 |
+
"num_tokens": 7249165.0,
|
499 |
+
"step": 1275
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 3.1327700663850333,
|
503 |
+
"grad_norm": 0.10656405240297318,
|
504 |
+
"learning_rate": 0.0001827720933695173,
|
505 |
+
"loss": 0.0328,
|
506 |
+
"mean_token_accuracy": 0.9903161740303039,
|
507 |
+
"num_tokens": 7386640.0,
|
508 |
+
"step": 1300
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 3.1931200965600484,
|
512 |
+
"grad_norm": 0.04701218381524086,
|
513 |
+
"learning_rate": 0.00017867882079145627,
|
514 |
+
"loss": 0.0268,
|
515 |
+
"mean_token_accuracy": 0.9914222890138626,
|
516 |
+
"num_tokens": 7535281.0,
|
517 |
+
"step": 1325
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 3.2534701267350634,
|
521 |
+
"grad_norm": 0.10875603556632996,
|
522 |
+
"learning_rate": 0.00017456325671683724,
|
523 |
+
"loss": 0.0297,
|
524 |
+
"mean_token_accuracy": 0.9906892210245133,
|
525 |
+
"num_tokens": 7672221.0,
|
526 |
+
"step": 1350
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 3.3138201569100785,
|
530 |
+
"grad_norm": 0.09782923758029938,
|
531 |
+
"learning_rate": 0.00017042860009456638,
|
532 |
+
"loss": 0.0264,
|
533 |
+
"mean_token_accuracy": 0.991526146531105,
|
534 |
+
"num_tokens": 7821001.0,
|
535 |
+
"step": 1375
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 3.3741701870850935,
|
539 |
+
"grad_norm": 0.05467990040779114,
|
540 |
+
"learning_rate": 0.00016627806471382066,
|
541 |
+
"loss": 0.0266,
|
542 |
+
"mean_token_accuracy": 0.9914808225631714,
|
543 |
+
"num_tokens": 7955346.0,
|
544 |
+
"step": 1400
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 3.4345202172601086,
|
548 |
+
"grad_norm": 0.057833656668663025,
|
549 |
+
"learning_rate": 0.00016211487670603078,
|
550 |
+
"loss": 0.0271,
|
551 |
+
"mean_token_accuracy": 0.9915524727106094,
|
552 |
+
"num_tokens": 8102107.0,
|
553 |
+
"step": 1425
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 3.4948702474351236,
|
557 |
+
"grad_norm": 0.1365857869386673,
|
558 |
+
"learning_rate": 0.0001579422720372715,
|
559 |
+
"loss": 0.0296,
|
560 |
+
"mean_token_accuracy": 0.9906032651662826,
|
561 |
+
"num_tokens": 8237816.0,
|
562 |
+
"step": 1450
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 3.5552202776101387,
|
566 |
+
"grad_norm": 0.04984680563211441,
|
567 |
+
"learning_rate": 0.00015376349399300745,
|
568 |
+
"loss": 0.0268,
|
569 |
+
"mean_token_accuracy": 0.9916295224428177,
|
570 |
+
"num_tokens": 8386557.0,
|
571 |
+
"step": 1475
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 3.6155703077851538,
|
575 |
+
"grad_norm": 0.08074755221605301,
|
576 |
+
"learning_rate": 0.0001495817906571492,
|
577 |
+
"loss": 0.0302,
|
578 |
+
"mean_token_accuracy": 0.9905178165435791,
|
579 |
+
"num_tokens": 8522898.0,
|
580 |
+
"step": 1500
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 3.675920337960169,
|
584 |
+
"grad_norm": 0.03389836475253105,
|
585 |
+
"learning_rate": 0.00014540041238738055,
|
586 |
+
"loss": 0.0256,
|
587 |
+
"mean_token_accuracy": 0.9916897600889206,
|
588 |
+
"num_tokens": 8671388.0,
|
589 |
+
"step": 1525
|
590 |
+
},
|
591 |
+
{
|
592 |
+
"epoch": 3.736270368135184,
|
593 |
+
"grad_norm": 0.06772787123918533,
|
594 |
+
"learning_rate": 0.00014122260928871734,
|
595 |
+
"loss": 0.0307,
|
596 |
+
"mean_token_accuracy": 0.9902506107091904,
|
597 |
+
"num_tokens": 8807614.0,
|
598 |
+
"step": 1550
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 3.796620398310199,
|
602 |
+
"grad_norm": 0.04803523048758507,
|
603 |
+
"learning_rate": 0.00013705162868726396,
|
604 |
+
"loss": 0.0252,
|
605 |
+
"mean_token_accuracy": 0.9921325802803039,
|
606 |
+
"num_tokens": 8953964.0,
|
607 |
+
"step": 1575
|
608 |
+
},
|
609 |
+
{
|
610 |
+
"epoch": 3.856970428485214,
|
611 |
+
"grad_norm": 0.0687125101685524,
|
612 |
+
"learning_rate": 0.00013289071260612855,
|
613 |
+
"loss": 0.0284,
|
614 |
+
"mean_token_accuracy": 0.9912543642520905,
|
615 |
+
"num_tokens": 9088576.0,
|
616 |
+
"step": 1600
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"epoch": 3.9173204586602295,
|
620 |
+
"grad_norm": 0.07590165734291077,
|
621 |
+
"learning_rate": 0.00012874309524546083,
|
622 |
+
"loss": 0.0262,
|
623 |
+
"mean_token_accuracy": 0.9915939372777939,
|
624 |
+
"num_tokens": 9237259.0,
|
625 |
+
"step": 1625
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 3.9776704888352445,
|
629 |
+
"grad_norm": 0.06971056014299393,
|
630 |
+
"learning_rate": 0.00012461200046857084,
|
631 |
+
"loss": 0.0252,
|
632 |
+
"mean_token_accuracy": 0.9921457231044769,
|
633 |
+
"num_tokens": 9369029.0,
|
634 |
+
"step": 1650
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 4.0,
|
638 |
+
"eval_loss": 0.04080882668495178,
|
639 |
+
"eval_mean_token_accuracy": 0.9887693820772945,
|
640 |
+
"eval_num_tokens": 9416720.0,
|
641 |
+
"eval_runtime": 61.7793,
|
642 |
+
"eval_samples_per_second": 5.973,
|
643 |
+
"eval_steps_per_second": 2.995,
|
644 |
+
"step": 1660
|
645 |
+
}
|
646 |
+
],
|
647 |
+
"logging_steps": 25,
|
648 |
+
"max_steps": 2905,
|
649 |
+
"num_input_tokens_seen": 0,
|
650 |
+
"num_train_epochs": 7,
|
651 |
+
"save_steps": 500,
|
652 |
+
"stateful_callbacks": {
|
653 |
+
"TrainerControl": {
|
654 |
+
"args": {
|
655 |
+
"should_epoch_stop": false,
|
656 |
+
"should_evaluate": false,
|
657 |
+
"should_log": false,
|
658 |
+
"should_save": true,
|
659 |
+
"should_training_stop": false
|
660 |
+
},
|
661 |
+
"attributes": {}
|
662 |
+
}
|
663 |
+
},
|
664 |
+
"total_flos": 4.045453549957048e+17,
|
665 |
+
"train_batch_size": 2,
|
666 |
+
"trial_name": null,
|
667 |
+
"trial_params": null
|
668 |
+
}
|
checkpoint-1660/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab23c53b12a60fe6caee17c61341e0b42fa485c86397b31c5af73c60cfbe30c1
|
3 |
+
size 6033
|
checkpoint-1660/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2075/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-2075/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_proj",
|
32 |
+
"up_proj",
|
33 |
+
"o_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-2075/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eac3db74beaf6531d054e1b548f5b3adbdaee7306c5424017d67c38cd998bc35
|
3 |
+
size 323014168
|
checkpoint-2075/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 |
+
}
|
checkpoint-2075/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 %}
|
checkpoint-2075/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2075/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7313acbe03048a85d8e531c3787d5949f27d8d1a4e2d9af0b60ed413e8888d1a
|
3 |
+
size 646164683
|
checkpoint-2075/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4078755b46a58bb4be3c274fae7cd6967791ef559b61b9cc44b9bf0f3b2ecbe8
|
3 |
+
size 14645
|
checkpoint-2075/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdeac6d1a7910e1e533a39a2d59ab67f6fb22254f41224ded16d311412dbc0b1
|
3 |
+
size 1465
|
checkpoint-2075/special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|im_end|>"
|
25 |
+
}
|
checkpoint-2075/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f9d93e80cff961819dcba7d892cf9656e086a0cf83cdbef23f10c1a493faa2
|
3 |
+
size 11422061
|
checkpoint-2075/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 32768,
|
203 |
+
"pad_token": "<|im_end|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
checkpoint-2075/trainer_state.json
ADDED
@@ -0,0 +1,831 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 5.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 2075,
|
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.060350030175015085,
|
14 |
+
"grad_norm": 0.2168818861246109,
|
15 |
+
"learning_rate": 8.18181818181818e-05,
|
16 |
+
"loss": 1.8651,
|
17 |
+
"mean_token_accuracy": 0.614892452955246,
|
18 |
+
"num_tokens": 157222.0,
|
19 |
+
"step": 25
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.12070006035003017,
|
23 |
+
"grad_norm": 0.3058246970176697,
|
24 |
+
"learning_rate": 0.00016704545454545452,
|
25 |
+
"loss": 1.075,
|
26 |
+
"mean_token_accuracy": 0.7393987023830414,
|
27 |
+
"num_tokens": 285335.0,
|
28 |
+
"step": 50
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 0.18105009052504525,
|
32 |
+
"grad_norm": 0.21806401014328003,
|
33 |
+
"learning_rate": 0.0002522727272727273,
|
34 |
+
"loss": 0.6678,
|
35 |
+
"mean_token_accuracy": 0.8195570611953735,
|
36 |
+
"num_tokens": 443748.0,
|
37 |
+
"step": 75
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.24140012070006034,
|
41 |
+
"grad_norm": 0.42833107709884644,
|
42 |
+
"learning_rate": 0.0002999887132933212,
|
43 |
+
"loss": 0.5362,
|
44 |
+
"mean_token_accuracy": 0.8508000493049621,
|
45 |
+
"num_tokens": 570813.0,
|
46 |
+
"step": 100
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.30175015087507545,
|
50 |
+
"grad_norm": 0.2923378050327301,
|
51 |
+
"learning_rate": 0.0002998791256978121,
|
52 |
+
"loss": 0.4351,
|
53 |
+
"mean_token_accuracy": 0.8748408752679825,
|
54 |
+
"num_tokens": 727818.0,
|
55 |
+
"step": 125
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"epoch": 0.3621001810500905,
|
59 |
+
"grad_norm": 0.5519189238548279,
|
60 |
+
"learning_rate": 0.0002996530399366737,
|
61 |
+
"loss": 0.353,
|
62 |
+
"mean_token_accuracy": 0.9003111439943313,
|
63 |
+
"num_tokens": 852739.0,
|
64 |
+
"step": 150
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"epoch": 0.4224502112251056,
|
68 |
+
"grad_norm": 0.2830982804298401,
|
69 |
+
"learning_rate": 0.00029931063174202567,
|
70 |
+
"loss": 0.2802,
|
71 |
+
"mean_token_accuracy": 0.9183641839027404,
|
72 |
+
"num_tokens": 1009253.0,
|
73 |
+
"step": 175
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.4828002414001207,
|
77 |
+
"grad_norm": 0.3710537254810333,
|
78 |
+
"learning_rate": 0.00029885216726118104,
|
79 |
+
"loss": 0.2359,
|
80 |
+
"mean_token_accuracy": 0.9340034741163253,
|
81 |
+
"num_tokens": 1135711.0,
|
82 |
+
"step": 200
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.5431502715751357,
|
86 |
+
"grad_norm": 0.3129195272922516,
|
87 |
+
"learning_rate": 0.00029827800284977474,
|
88 |
+
"loss": 0.1936,
|
89 |
+
"mean_token_accuracy": 0.9437149178981781,
|
90 |
+
"num_tokens": 1294974.0,
|
91 |
+
"step": 225
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.6035003017501509,
|
95 |
+
"grad_norm": 0.3972657322883606,
|
96 |
+
"learning_rate": 0.00029758858479477575,
|
97 |
+
"loss": 0.1992,
|
98 |
+
"mean_token_accuracy": 0.9438802194595337,
|
99 |
+
"num_tokens": 1422454.0,
|
100 |
+
"step": 250
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.663850331925166,
|
104 |
+
"grad_norm": 0.3286677300930023,
|
105 |
+
"learning_rate": 0.0002967844489675963,
|
106 |
+
"loss": 0.1467,
|
107 |
+
"mean_token_accuracy": 0.9580748552083969,
|
108 |
+
"num_tokens": 1578961.0,
|
109 |
+
"step": 275
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.724200362100181,
|
113 |
+
"grad_norm": 0.3204401135444641,
|
114 |
+
"learning_rate": 0.00029586622040756957,
|
115 |
+
"loss": 0.1492,
|
116 |
+
"mean_token_accuracy": 0.9577940207719803,
|
117 |
+
"num_tokens": 1704389.0,
|
118 |
+
"step": 300
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.7845503922751962,
|
122 |
+
"grad_norm": 0.18775713443756104,
|
123 |
+
"learning_rate": 0.0002948346128361186,
|
124 |
+
"loss": 0.1163,
|
125 |
+
"mean_token_accuracy": 0.9667265516519546,
|
126 |
+
"num_tokens": 1863333.0,
|
127 |
+
"step": 325
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"epoch": 0.8449004224502112,
|
131 |
+
"grad_norm": 0.2705429494380951,
|
132 |
+
"learning_rate": 0.00029369042810199416,
|
133 |
+
"loss": 0.1007,
|
134 |
+
"mean_token_accuracy": 0.9721928060054779,
|
135 |
+
"num_tokens": 1990936.0,
|
136 |
+
"step": 350
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.9052504526252263,
|
140 |
+
"grad_norm": 0.19949601590633392,
|
141 |
+
"learning_rate": 0.0002924345555580135,
|
142 |
+
"loss": 0.0936,
|
143 |
+
"mean_token_accuracy": 0.9747320550680161,
|
144 |
+
"num_tokens": 2147408.0,
|
145 |
+
"step": 375
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.9656004828002414,
|
149 |
+
"grad_norm": 0.30361101031303406,
|
150 |
+
"learning_rate": 0.000291067971369783,
|
151 |
+
"loss": 0.0975,
|
152 |
+
"mean_token_accuracy": 0.972884624004364,
|
153 |
+
"num_tokens": 2273014.0,
|
154 |
+
"step": 400
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 1.0,
|
158 |
+
"eval_loss": 0.08620278537273407,
|
159 |
+
"eval_mean_token_accuracy": 0.9761469618694202,
|
160 |
+
"eval_num_tokens": 2354180.0,
|
161 |
+
"eval_runtime": 61.6733,
|
162 |
+
"eval_samples_per_second": 5.983,
|
163 |
+
"eval_steps_per_second": 3.0,
|
164 |
+
"step": 415
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 1.024140012070006,
|
168 |
+
"grad_norm": 0.09305181354284286,
|
169 |
+
"learning_rate": 0.0002895917377569438,
|
170 |
+
"loss": 0.0907,
|
171 |
+
"mean_token_accuracy": 0.974765161878055,
|
172 |
+
"num_tokens": 2423410.0,
|
173 |
+
"step": 425
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.0844900422450212,
|
177 |
+
"grad_norm": 0.3788456916809082,
|
178 |
+
"learning_rate": 0.00028800700216752875,
|
179 |
+
"loss": 0.0593,
|
180 |
+
"mean_token_accuracy": 0.9832174813747406,
|
181 |
+
"num_tokens": 2566972.0,
|
182 |
+
"step": 450
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"epoch": 1.1448400724200363,
|
186 |
+
"grad_norm": 0.14668315649032593,
|
187 |
+
"learning_rate": 0.00028631499638607285,
|
188 |
+
"loss": 0.0762,
|
189 |
+
"mean_token_accuracy": 0.9784989726543426,
|
190 |
+
"num_tokens": 2708394.0,
|
191 |
+
"step": 475
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.2051901025950513,
|
195 |
+
"grad_norm": 0.10731452703475952,
|
196 |
+
"learning_rate": 0.0002845170355761712,
|
197 |
+
"loss": 0.0532,
|
198 |
+
"mean_token_accuracy": 0.9849696922302246,
|
199 |
+
"num_tokens": 2850550.0,
|
200 |
+
"step": 500
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 1.2655401327700664,
|
204 |
+
"grad_norm": 0.12523867189884186,
|
205 |
+
"learning_rate": 0.0002826145172582274,
|
206 |
+
"loss": 0.0664,
|
207 |
+
"mean_token_accuracy": 0.9817911142110824,
|
208 |
+
"num_tokens": 2991599.0,
|
209 |
+
"step": 525
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 1.3258901629450814,
|
213 |
+
"grad_norm": 0.12591515481472015,
|
214 |
+
"learning_rate": 0.00028060892022318764,
|
215 |
+
"loss": 0.0483,
|
216 |
+
"mean_token_accuracy": 0.9862601357698441,
|
217 |
+
"num_tokens": 3132335.0,
|
218 |
+
"step": 550
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 1.3862401931200965,
|
222 |
+
"grad_norm": 0.1305922567844391,
|
223 |
+
"learning_rate": 0.0002785018033831051,
|
224 |
+
"loss": 0.0681,
|
225 |
+
"mean_token_accuracy": 0.9813536697626114,
|
226 |
+
"num_tokens": 3272427.0,
|
227 |
+
"step": 575
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.4465902232951118,
|
231 |
+
"grad_norm": 0.15813934803009033,
|
232 |
+
"learning_rate": 0.0002762948045594276,
|
233 |
+
"loss": 0.0493,
|
234 |
+
"mean_token_accuracy": 0.9858457553386688,
|
235 |
+
"num_tokens": 3413641.0,
|
236 |
+
"step": 600
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 1.5069402534701268,
|
240 |
+
"grad_norm": 0.13504762947559357,
|
241 |
+
"learning_rate": 0.0002739896392099502,
|
242 |
+
"loss": 0.061,
|
243 |
+
"mean_token_accuracy": 0.98312191426754,
|
244 |
+
"num_tokens": 3553593.0,
|
245 |
+
"step": 625
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 1.567290283645142,
|
249 |
+
"grad_norm": 0.11668980866670609,
|
250 |
+
"learning_rate": 0.00027158809909542307,
|
251 |
+
"loss": 0.0452,
|
252 |
+
"mean_token_accuracy": 0.9869613242149353,
|
253 |
+
"num_tokens": 3696166.0,
|
254 |
+
"step": 650
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.627640313820157,
|
258 |
+
"grad_norm": 0.1464385837316513,
|
259 |
+
"learning_rate": 0.00026909205088685,
|
260 |
+
"loss": 0.0613,
|
261 |
+
"mean_token_accuracy": 0.9831733548641205,
|
262 |
+
"num_tokens": 3839563.0,
|
263 |
+
"step": 675
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 1.687990343995172,
|
267 |
+
"grad_norm": 0.1125669926404953,
|
268 |
+
"learning_rate": 0.0002665034347145612,
|
269 |
+
"loss": 0.0435,
|
270 |
+
"mean_token_accuracy": 0.9872170311212539,
|
271 |
+
"num_tokens": 3984309.0,
|
272 |
+
"step": 700
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 1.748340374170187,
|
276 |
+
"grad_norm": 0.10721296817064285,
|
277 |
+
"learning_rate": 0.000263824262660187,
|
278 |
+
"loss": 0.0622,
|
279 |
+
"mean_token_accuracy": 0.9823342782258987,
|
280 |
+
"num_tokens": 4127163.0,
|
281 |
+
"step": 725
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.8086904043452021,
|
285 |
+
"grad_norm": 0.09685028344392776,
|
286 |
+
"learning_rate": 0.0002610566171927056,
|
287 |
+
"loss": 0.043,
|
288 |
+
"mean_token_accuracy": 0.9875605070590973,
|
289 |
+
"num_tokens": 4270459.0,
|
290 |
+
"step": 750
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 1.8690404345202172,
|
294 |
+
"grad_norm": 0.09882082790136337,
|
295 |
+
"learning_rate": 0.00025820264954977976,
|
296 |
+
"loss": 0.056,
|
297 |
+
"mean_token_accuracy": 0.984576758146286,
|
298 |
+
"num_tokens": 4412568.0,
|
299 |
+
"step": 775
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 1.9293904646952322,
|
303 |
+
"grad_norm": 0.07612240314483643,
|
304 |
+
"learning_rate": 0.00025526457806564136,
|
305 |
+
"loss": 0.041,
|
306 |
+
"mean_token_accuracy": 0.9879619979858398,
|
307 |
+
"num_tokens": 4553943.0,
|
308 |
+
"step": 800
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 1.9897404948702473,
|
312 |
+
"grad_norm": 0.10256911814212799,
|
313 |
+
"learning_rate": 0.00025224468644682245,
|
314 |
+
"loss": 0.0496,
|
315 |
+
"mean_token_accuracy": 0.9865266931056976,
|
316 |
+
"num_tokens": 4687925.0,
|
317 |
+
"step": 825
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.0,
|
321 |
+
"eval_loss": 0.052460573613643646,
|
322 |
+
"eval_mean_token_accuracy": 0.9856111246186334,
|
323 |
+
"eval_num_tokens": 4708360.0,
|
324 |
+
"eval_runtime": 61.6647,
|
325 |
+
"eval_samples_per_second": 5.984,
|
326 |
+
"eval_steps_per_second": 3.0,
|
327 |
+
"step": 830
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 2.048280024140012,
|
331 |
+
"grad_norm": 0.05109108239412308,
|
332 |
+
"learning_rate": 0.00024914532199707444,
|
333 |
+
"loss": 0.0471,
|
334 |
+
"mean_token_accuracy": 0.9859890218862554,
|
335 |
+
"num_tokens": 4837792.0,
|
336 |
+
"step": 850
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 2.1086300543150274,
|
340 |
+
"grad_norm": 0.12332670390605927,
|
341 |
+
"learning_rate": 0.00024596889379285353,
|
342 |
+
"loss": 0.0331,
|
343 |
+
"mean_token_accuracy": 0.9905285978317261,
|
344 |
+
"num_tokens": 4971259.0,
|
345 |
+
"step": 875
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.1689800844900424,
|
349 |
+
"grad_norm": 0.0654679387807846,
|
350 |
+
"learning_rate": 0.00024271787081079228,
|
351 |
+
"loss": 0.0486,
|
352 |
+
"mean_token_accuracy": 0.9860249239206315,
|
353 |
+
"num_tokens": 5121366.0,
|
354 |
+
"step": 900
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 2.2293301146650575,
|
358 |
+
"grad_norm": 0.08594338595867157,
|
359 |
+
"learning_rate": 0.00023939478000861117,
|
360 |
+
"loss": 0.031,
|
361 |
+
"mean_token_accuracy": 0.9908674705028534,
|
362 |
+
"num_tokens": 5253015.0,
|
363 |
+
"step": 925
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 2.2896801448400725,
|
367 |
+
"grad_norm": 0.08495251834392548,
|
368 |
+
"learning_rate": 0.00023600220436096318,
|
369 |
+
"loss": 0.0424,
|
370 |
+
"mean_token_accuracy": 0.9873432791233063,
|
371 |
+
"num_tokens": 5403783.0,
|
372 |
+
"step": 950
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 2.3500301750150876,
|
376 |
+
"grad_norm": 0.11103720963001251,
|
377 |
+
"learning_rate": 0.00023254278085173684,
|
378 |
+
"loss": 0.0294,
|
379 |
+
"mean_token_accuracy": 0.9907593816518784,
|
380 |
+
"num_tokens": 5536898.0,
|
381 |
+
"step": 975
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 2.4103802051901027,
|
385 |
+
"grad_norm": 0.12526410818099976,
|
386 |
+
"learning_rate": 0.00022901919842437972,
|
387 |
+
"loss": 0.0508,
|
388 |
+
"mean_token_accuracy": 0.9854990404844284,
|
389 |
+
"num_tokens": 5690565.0,
|
390 |
+
"step": 1000
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 2.4707302353651177,
|
394 |
+
"grad_norm": 0.1827692687511444,
|
395 |
+
"learning_rate": 0.00022543419589183397,
|
396 |
+
"loss": 0.0308,
|
397 |
+
"mean_token_accuracy": 0.9908353638648987,
|
398 |
+
"num_tokens": 5822868.0,
|
399 |
+
"step": 1025
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 2.5310802655401328,
|
403 |
+
"grad_norm": 0.08467936515808105,
|
404 |
+
"learning_rate": 0.00022179055980770993,
|
405 |
+
"loss": 0.0447,
|
406 |
+
"mean_token_accuracy": 0.9870854699611664,
|
407 |
+
"num_tokens": 5974120.0,
|
408 |
+
"step": 1050
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 2.591430295715148,
|
412 |
+
"grad_norm": 0.08671411126852036,
|
413 |
+
"learning_rate": 0.0002180911223003513,
|
414 |
+
"loss": 0.0336,
|
415 |
+
"mean_token_accuracy": 0.9898967409133911,
|
416 |
+
"num_tokens": 6106399.0,
|
417 |
+
"step": 1075
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 2.651780325890163,
|
421 |
+
"grad_norm": 0.10606463998556137,
|
422 |
+
"learning_rate": 0.00021433875887147627,
|
423 |
+
"loss": 0.0365,
|
424 |
+
"mean_token_accuracy": 0.9888207441568375,
|
425 |
+
"num_tokens": 6256139.0,
|
426 |
+
"step": 1100
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"epoch": 2.712130356065178,
|
430 |
+
"grad_norm": 0.08840422332286835,
|
431 |
+
"learning_rate": 0.00021053638616110525,
|
432 |
+
"loss": 0.0295,
|
433 |
+
"mean_token_accuracy": 0.9906065487861633,
|
434 |
+
"num_tokens": 6388996.0,
|
435 |
+
"step": 1125
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 2.772480386240193,
|
439 |
+
"grad_norm": 0.1253369003534317,
|
440 |
+
"learning_rate": 0.00020668695968051274,
|
441 |
+
"loss": 0.0415,
|
442 |
+
"mean_token_accuracy": 0.9876212304830552,
|
443 |
+
"num_tokens": 6538751.0,
|
444 |
+
"step": 1150
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 2.832830416415208,
|
448 |
+
"grad_norm": 0.10428694635629654,
|
449 |
+
"learning_rate": 0.00020279347151496482,
|
450 |
+
"loss": 0.0285,
|
451 |
+
"mean_token_accuracy": 0.9914796513319015,
|
452 |
+
"num_tokens": 6671509.0,
|
453 |
+
"step": 1175
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 2.8931804465902236,
|
457 |
+
"grad_norm": 0.09738153964281082,
|
458 |
+
"learning_rate": 0.00019885894799802922,
|
459 |
+
"loss": 0.0441,
|
460 |
+
"mean_token_accuracy": 0.986878205537796,
|
461 |
+
"num_tokens": 6824932.0,
|
462 |
+
"step": 1200
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 2.9535304767652386,
|
466 |
+
"grad_norm": 0.043908387422561646,
|
467 |
+
"learning_rate": 0.00019488644735926396,
|
468 |
+
"loss": 0.0299,
|
469 |
+
"mean_token_accuracy": 0.9910147470235825,
|
470 |
+
"num_tokens": 6959350.0,
|
471 |
+
"step": 1225
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 3.0,
|
475 |
+
"eval_loss": 0.04450182244181633,
|
476 |
+
"eval_mean_token_accuracy": 0.9876940347052909,
|
477 |
+
"eval_num_tokens": 7062540.0,
|
478 |
+
"eval_runtime": 61.71,
|
479 |
+
"eval_samples_per_second": 5.98,
|
480 |
+
"eval_steps_per_second": 2.998,
|
481 |
+
"step": 1245
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 3.012070006035003,
|
485 |
+
"grad_norm": 0.11456421762704849,
|
486 |
+
"learning_rate": 0.00019087905734711452,
|
487 |
+
"loss": 0.0441,
|
488 |
+
"mean_token_accuracy": 0.9872288673194414,
|
489 |
+
"num_tokens": 7099425.0,
|
490 |
+
"step": 1250
|
491 |
+
},
|
492 |
+
{
|
493 |
+
"epoch": 3.0724200362100182,
|
494 |
+
"grad_norm": 0.12781904637813568,
|
495 |
+
"learning_rate": 0.00018683989282886613,
|
496 |
+
"loss": 0.0283,
|
497 |
+
"mean_token_accuracy": 0.9909683948755265,
|
498 |
+
"num_tokens": 7249165.0,
|
499 |
+
"step": 1275
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 3.1327700663850333,
|
503 |
+
"grad_norm": 0.10656405240297318,
|
504 |
+
"learning_rate": 0.0001827720933695173,
|
505 |
+
"loss": 0.0328,
|
506 |
+
"mean_token_accuracy": 0.9903161740303039,
|
507 |
+
"num_tokens": 7386640.0,
|
508 |
+
"step": 1300
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 3.1931200965600484,
|
512 |
+
"grad_norm": 0.04701218381524086,
|
513 |
+
"learning_rate": 0.00017867882079145627,
|
514 |
+
"loss": 0.0268,
|
515 |
+
"mean_token_accuracy": 0.9914222890138626,
|
516 |
+
"num_tokens": 7535281.0,
|
517 |
+
"step": 1325
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 3.2534701267350634,
|
521 |
+
"grad_norm": 0.10875603556632996,
|
522 |
+
"learning_rate": 0.00017456325671683724,
|
523 |
+
"loss": 0.0297,
|
524 |
+
"mean_token_accuracy": 0.9906892210245133,
|
525 |
+
"num_tokens": 7672221.0,
|
526 |
+
"step": 1350
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 3.3138201569100785,
|
530 |
+
"grad_norm": 0.09782923758029938,
|
531 |
+
"learning_rate": 0.00017042860009456638,
|
532 |
+
"loss": 0.0264,
|
533 |
+
"mean_token_accuracy": 0.991526146531105,
|
534 |
+
"num_tokens": 7821001.0,
|
535 |
+
"step": 1375
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 3.3741701870850935,
|
539 |
+
"grad_norm": 0.05467990040779114,
|
540 |
+
"learning_rate": 0.00016627806471382066,
|
541 |
+
"loss": 0.0266,
|
542 |
+
"mean_token_accuracy": 0.9914808225631714,
|
543 |
+
"num_tokens": 7955346.0,
|
544 |
+
"step": 1400
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 3.4345202172601086,
|
548 |
+
"grad_norm": 0.057833656668663025,
|
549 |
+
"learning_rate": 0.00016211487670603078,
|
550 |
+
"loss": 0.0271,
|
551 |
+
"mean_token_accuracy": 0.9915524727106094,
|
552 |
+
"num_tokens": 8102107.0,
|
553 |
+
"step": 1425
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 3.4948702474351236,
|
557 |
+
"grad_norm": 0.1365857869386673,
|
558 |
+
"learning_rate": 0.0001579422720372715,
|
559 |
+
"loss": 0.0296,
|
560 |
+
"mean_token_accuracy": 0.9906032651662826,
|
561 |
+
"num_tokens": 8237816.0,
|
562 |
+
"step": 1450
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 3.5552202776101387,
|
566 |
+
"grad_norm": 0.04984680563211441,
|
567 |
+
"learning_rate": 0.00015376349399300745,
|
568 |
+
"loss": 0.0268,
|
569 |
+
"mean_token_accuracy": 0.9916295224428177,
|
570 |
+
"num_tokens": 8386557.0,
|
571 |
+
"step": 1475
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 3.6155703077851538,
|
575 |
+
"grad_norm": 0.08074755221605301,
|
576 |
+
"learning_rate": 0.0001495817906571492,
|
577 |
+
"loss": 0.0302,
|
578 |
+
"mean_token_accuracy": 0.9905178165435791,
|
579 |
+
"num_tokens": 8522898.0,
|
580 |
+
"step": 1500
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 3.675920337960169,
|
584 |
+
"grad_norm": 0.03389836475253105,
|
585 |
+
"learning_rate": 0.00014540041238738055,
|
586 |
+
"loss": 0.0256,
|
587 |
+
"mean_token_accuracy": 0.9916897600889206,
|
588 |
+
"num_tokens": 8671388.0,
|
589 |
+
"step": 1525
|
590 |
+
},
|
591 |
+
{
|
592 |
+
"epoch": 3.736270368135184,
|
593 |
+
"grad_norm": 0.06772787123918533,
|
594 |
+
"learning_rate": 0.00014122260928871734,
|
595 |
+
"loss": 0.0307,
|
596 |
+
"mean_token_accuracy": 0.9902506107091904,
|
597 |
+
"num_tokens": 8807614.0,
|
598 |
+
"step": 1550
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 3.796620398310199,
|
602 |
+
"grad_norm": 0.04803523048758507,
|
603 |
+
"learning_rate": 0.00013705162868726396,
|
604 |
+
"loss": 0.0252,
|
605 |
+
"mean_token_accuracy": 0.9921325802803039,
|
606 |
+
"num_tokens": 8953964.0,
|
607 |
+
"step": 1575
|
608 |
+
},
|
609 |
+
{
|
610 |
+
"epoch": 3.856970428485214,
|
611 |
+
"grad_norm": 0.0687125101685524,
|
612 |
+
"learning_rate": 0.00013289071260612855,
|
613 |
+
"loss": 0.0284,
|
614 |
+
"mean_token_accuracy": 0.9912543642520905,
|
615 |
+
"num_tokens": 9088576.0,
|
616 |
+
"step": 1600
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"epoch": 3.9173204586602295,
|
620 |
+
"grad_norm": 0.07590165734291077,
|
621 |
+
"learning_rate": 0.00012874309524546083,
|
622 |
+
"loss": 0.0262,
|
623 |
+
"mean_token_accuracy": 0.9915939372777939,
|
624 |
+
"num_tokens": 9237259.0,
|
625 |
+
"step": 1625
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 3.9776704888352445,
|
629 |
+
"grad_norm": 0.06971056014299393,
|
630 |
+
"learning_rate": 0.00012461200046857084,
|
631 |
+
"loss": 0.0252,
|
632 |
+
"mean_token_accuracy": 0.9921457231044769,
|
633 |
+
"num_tokens": 9369029.0,
|
634 |
+
"step": 1650
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 4.0,
|
638 |
+
"eval_loss": 0.04080882668495178,
|
639 |
+
"eval_mean_token_accuracy": 0.9887693820772945,
|
640 |
+
"eval_num_tokens": 9416720.0,
|
641 |
+
"eval_runtime": 61.7793,
|
642 |
+
"eval_samples_per_second": 5.973,
|
643 |
+
"eval_steps_per_second": 2.995,
|
644 |
+
"step": 1660
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"epoch": 4.036210018105009,
|
648 |
+
"grad_norm": 0.04192762076854706,
|
649 |
+
"learning_rate": 0.00012050063929608123,
|
650 |
+
"loss": 0.0242,
|
651 |
+
"mean_token_accuracy": 0.9918950654796719,
|
652 |
+
"num_tokens": 9517161.0,
|
653 |
+
"step": 1675
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 4.096560048280024,
|
657 |
+
"grad_norm": 0.058307841420173645,
|
658 |
+
"learning_rate": 0.0001164122074100633,
|
659 |
+
"loss": 0.02,
|
660 |
+
"mean_token_accuracy": 0.9935660582780838,
|
661 |
+
"num_tokens": 9656303.0,
|
662 |
+
"step": 1700
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 4.15691007845504,
|
666 |
+
"grad_norm": 0.051693689078092575,
|
667 |
+
"learning_rate": 0.00011234988267009415,
|
668 |
+
"loss": 0.0265,
|
669 |
+
"mean_token_accuracy": 0.9917996472120285,
|
670 |
+
"num_tokens": 9802126.0,
|
671 |
+
"step": 1725
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 4.217260108630055,
|
675 |
+
"grad_norm": 0.07268808037042618,
|
676 |
+
"learning_rate": 0.00010831682264316787,
|
677 |
+
"loss": 0.0197,
|
678 |
+
"mean_token_accuracy": 0.9933834636211395,
|
679 |
+
"num_tokens": 9939503.0,
|
680 |
+
"step": 1750
|
681 |
+
},
|
682 |
+
{
|
683 |
+
"epoch": 4.27761013880507,
|
684 |
+
"grad_norm": 0.06599203497171402,
|
685 |
+
"learning_rate": 0.00010431616214937911,
|
686 |
+
"loss": 0.0252,
|
687 |
+
"mean_token_accuracy": 0.9916319400072098,
|
688 |
+
"num_tokens": 10086991.0,
|
689 |
+
"step": 1775
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 4.337960168980085,
|
693 |
+
"grad_norm": 0.0459357388317585,
|
694 |
+
"learning_rate": 0.00010035101082528777,
|
695 |
+
"loss": 0.0197,
|
696 |
+
"mean_token_accuracy": 0.9934898108243942,
|
697 |
+
"num_tokens": 10225841.0,
|
698 |
+
"step": 1800
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 4.3983101991551,
|
702 |
+
"grad_norm": 0.043195951730012894,
|
703 |
+
"learning_rate": 9.642445070685809e-05,
|
704 |
+
"loss": 0.0245,
|
705 |
+
"mean_token_accuracy": 0.9920293110609054,
|
706 |
+
"num_tokens": 10372739.0,
|
707 |
+
"step": 1825
|
708 |
+
},
|
709 |
+
{
|
710 |
+
"epoch": 4.458660229330115,
|
711 |
+
"grad_norm": 0.04078065603971481,
|
712 |
+
"learning_rate": 9.253953383385157e-05,
|
713 |
+
"loss": 0.0197,
|
714 |
+
"mean_token_accuracy": 0.9933163571357727,
|
715 |
+
"num_tokens": 10510178.0,
|
716 |
+
"step": 1850
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 4.51901025950513,
|
720 |
+
"grad_norm": 0.06871259212493896,
|
721 |
+
"learning_rate": 8.869927987753459e-05,
|
722 |
+
"loss": 0.0233,
|
723 |
+
"mean_token_accuracy": 0.9923505878448486,
|
724 |
+
"num_tokens": 10656095.0,
|
725 |
+
"step": 1875
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 4.579360289680145,
|
729 |
+
"grad_norm": 0.03976234793663025,
|
730 |
+
"learning_rate": 8.490667379354661e-05,
|
731 |
+
"loss": 0.0189,
|
732 |
+
"mean_token_accuracy": 0.9937998777627945,
|
733 |
+
"num_tokens": 10793210.0,
|
734 |
+
"step": 1900
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 4.63971031985516,
|
738 |
+
"grad_norm": 0.04348332807421684,
|
739 |
+
"learning_rate": 8.116466350175079e-05,
|
740 |
+
"loss": 0.0241,
|
741 |
+
"mean_token_accuracy": 0.9922947883605957,
|
742 |
+
"num_tokens": 10938799.0,
|
743 |
+
"step": 1925
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"epoch": 4.700060350030175,
|
747 |
+
"grad_norm": 0.06321480125188828,
|
748 |
+
"learning_rate": 7.747615759487304e-05,
|
749 |
+
"loss": 0.0197,
|
750 |
+
"mean_token_accuracy": 0.9934626305103302,
|
751 |
+
"num_tokens": 11075974.0,
|
752 |
+
"step": 1950
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 4.76041038020519,
|
756 |
+
"grad_norm": 0.05434993654489517,
|
757 |
+
"learning_rate": 7.38440230777085e-05,
|
758 |
+
"loss": 0.0223,
|
759 |
+
"mean_token_accuracy": 0.9924726331233978,
|
760 |
+
"num_tokens": 11223352.0,
|
761 |
+
"step": 1975
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 4.820760410380205,
|
765 |
+
"grad_norm": 0.03620601445436478,
|
766 |
+
"learning_rate": 7.027108313865378e-05,
|
767 |
+
"loss": 0.0191,
|
768 |
+
"mean_token_accuracy": 0.9936701166629791,
|
769 |
+
"num_tokens": 11360145.0,
|
770 |
+
"step": 2000
|
771 |
+
},
|
772 |
+
{
|
773 |
+
"epoch": 4.88111044055522,
|
774 |
+
"grad_norm": 0.058485109359025955,
|
775 |
+
"learning_rate": 6.676011495529687e-05,
|
776 |
+
"loss": 0.0232,
|
777 |
+
"mean_token_accuracy": 0.9923177462816238,
|
778 |
+
"num_tokens": 11505518.0,
|
779 |
+
"step": 2025
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 4.941460470730235,
|
783 |
+
"grad_norm": 0.044967714697122574,
|
784 |
+
"learning_rate": 6.331384753577056e-05,
|
785 |
+
"loss": 0.0195,
|
786 |
+
"mean_token_accuracy": 0.9937904316186905,
|
787 |
+
"num_tokens": 11642132.0,
|
788 |
+
"step": 2050
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"epoch": 5.0,
|
792 |
+
"grad_norm": 0.3336173892021179,
|
793 |
+
"learning_rate": 5.993495959754631e-05,
|
794 |
+
"loss": 0.0217,
|
795 |
+
"mean_token_accuracy": 0.9930768234213603,
|
796 |
+
"num_tokens": 11770900.0,
|
797 |
+
"step": 2075
|
798 |
+
},
|
799 |
+
{
|
800 |
+
"epoch": 5.0,
|
801 |
+
"eval_loss": 0.04027000069618225,
|
802 |
+
"eval_mean_token_accuracy": 0.9896370555903461,
|
803 |
+
"eval_num_tokens": 11770900.0,
|
804 |
+
"eval_runtime": 61.7162,
|
805 |
+
"eval_samples_per_second": 5.979,
|
806 |
+
"eval_steps_per_second": 2.998,
|
807 |
+
"step": 2075
|
808 |
+
}
|
809 |
+
],
|
810 |
+
"logging_steps": 25,
|
811 |
+
"max_steps": 2905,
|
812 |
+
"num_input_tokens_seen": 0,
|
813 |
+
"num_train_epochs": 7,
|
814 |
+
"save_steps": 500,
|
815 |
+
"stateful_callbacks": {
|
816 |
+
"TrainerControl": {
|
817 |
+
"args": {
|
818 |
+
"should_epoch_stop": false,
|
819 |
+
"should_evaluate": false,
|
820 |
+
"should_log": false,
|
821 |
+
"should_save": true,
|
822 |
+
"should_training_stop": false
|
823 |
+
},
|
824 |
+
"attributes": {}
|
825 |
+
}
|
826 |
+
},
|
827 |
+
"total_flos": 5.0567498934511104e+17,
|
828 |
+
"train_batch_size": 2,
|
829 |
+
"trial_name": null,
|
830 |
+
"trial_params": null
|
831 |
+
}
|
checkpoint-2075/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab23c53b12a60fe6caee17c61341e0b42fa485c86397b31c5af73c60cfbe30c1
|
3 |
+
size 6033
|
checkpoint-2075/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2490/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-2490/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_proj",
|
32 |
+
"up_proj",
|
33 |
+
"o_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|