Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +195 -0
- trainer_state.json +761 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
|
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.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 128,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 256,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
+
"q_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": true
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9295df153840d6b3cae2006311b8cd64aff7dcd8eadb8fc328a49d9c0b884986
|
3 |
+
size 402679768
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin▁of▁sentence|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end▁of▁sentence|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end▁of▁sentence|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
|
3 |
+
size 11422778
|
tokenizer_config.json
ADDED
@@ -0,0 +1,195 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"151643": {
|
7 |
+
"content": "<|end▁of▁sentence|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"151644": {
|
15 |
+
"content": "<|User|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": false
|
21 |
+
},
|
22 |
+
"151645": {
|
23 |
+
"content": "<|Assistant|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"151646": {
|
31 |
+
"content": "<|begin▁of▁sentence|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"151647": {
|
39 |
+
"content": "<|EOT|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"151648": {
|
47 |
+
"content": "<think>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"151649": {
|
55 |
+
"content": "</think>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"151650": {
|
63 |
+
"content": "<|quad_start|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"151651": {
|
71 |
+
"content": "<|quad_end|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"151652": {
|
79 |
+
"content": "<|vision_start|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"151653": {
|
87 |
+
"content": "<|vision_end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"151654": {
|
95 |
+
"content": "<|vision_pad|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"151655": {
|
103 |
+
"content": "<|image_pad|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"151656": {
|
111 |
+
"content": "<|video_pad|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
},
|
118 |
+
"151657": {
|
119 |
+
"content": "<tool_call>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"151658": {
|
127 |
+
"content": "</tool_call>",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": false,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"151659": {
|
135 |
+
"content": "<|fim_prefix|>",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": false,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"151660": {
|
143 |
+
"content": "<|fim_middle|>",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": false,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"151661": {
|
151 |
+
"content": "<|fim_suffix|>",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": false,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"151662": {
|
159 |
+
"content": "<|fim_pad|>",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": false,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"151663": {
|
167 |
+
"content": "<|repo_name|>",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": false,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"151664": {
|
175 |
+
"content": "<|file_sep|>",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": false,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
}
|
182 |
+
},
|
183 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
184 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
|
185 |
+
"clean_up_tokenization_spaces": false,
|
186 |
+
"eos_token": "<|end▁of▁sentence|>",
|
187 |
+
"extra_special_tokens": {},
|
188 |
+
"legacy": true,
|
189 |
+
"model_max_length": 16384,
|
190 |
+
"pad_token": "<|end▁of▁sentence|>",
|
191 |
+
"sp_model_kwargs": {},
|
192 |
+
"tokenizer_class": "LlamaTokenizer",
|
193 |
+
"unk_token": null,
|
194 |
+
"use_default_system_prompt": false
|
195 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,761 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.9714285714285715,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 104,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.01904761904761905,
|
13 |
+
"grad_norm": 0.5057329535484314,
|
14 |
+
"learning_rate": 4.951923076923077e-06,
|
15 |
+
"loss": 2.3473,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0380952380952381,
|
20 |
+
"grad_norm": 0.363727867603302,
|
21 |
+
"learning_rate": 4.903846153846154e-06,
|
22 |
+
"loss": 2.1831,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05714285714285714,
|
27 |
+
"grad_norm": 0.287829726934433,
|
28 |
+
"learning_rate": 4.855769230769231e-06,
|
29 |
+
"loss": 2.2296,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.0761904761904762,
|
34 |
+
"grad_norm": 0.25845855474472046,
|
35 |
+
"learning_rate": 4.807692307692308e-06,
|
36 |
+
"loss": 2.0736,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.09523809523809523,
|
41 |
+
"grad_norm": 0.23019681870937347,
|
42 |
+
"learning_rate": 4.759615384615385e-06,
|
43 |
+
"loss": 2.0618,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.11428571428571428,
|
48 |
+
"grad_norm": 0.21082037687301636,
|
49 |
+
"learning_rate": 4.711538461538462e-06,
|
50 |
+
"loss": 1.9996,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.13333333333333333,
|
55 |
+
"grad_norm": 0.20920027792453766,
|
56 |
+
"learning_rate": 4.663461538461539e-06,
|
57 |
+
"loss": 1.9848,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.1523809523809524,
|
62 |
+
"grad_norm": 0.19415605068206787,
|
63 |
+
"learning_rate": 4.615384615384616e-06,
|
64 |
+
"loss": 1.8841,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.17142857142857143,
|
69 |
+
"grad_norm": 0.20435628294944763,
|
70 |
+
"learning_rate": 4.567307692307692e-06,
|
71 |
+
"loss": 1.9214,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.19047619047619047,
|
76 |
+
"grad_norm": 0.2047114372253418,
|
77 |
+
"learning_rate": 4.51923076923077e-06,
|
78 |
+
"loss": 1.9251,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.20952380952380953,
|
83 |
+
"grad_norm": 0.20275138318538666,
|
84 |
+
"learning_rate": 4.471153846153847e-06,
|
85 |
+
"loss": 1.8626,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.22857142857142856,
|
90 |
+
"grad_norm": 0.1895001232624054,
|
91 |
+
"learning_rate": 4.423076923076924e-06,
|
92 |
+
"loss": 1.8612,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.24761904761904763,
|
97 |
+
"grad_norm": 0.19657357037067413,
|
98 |
+
"learning_rate": 4.3750000000000005e-06,
|
99 |
+
"loss": 1.8023,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.26666666666666666,
|
104 |
+
"grad_norm": 0.2143147885799408,
|
105 |
+
"learning_rate": 4.326923076923077e-06,
|
106 |
+
"loss": 1.7797,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.2857142857142857,
|
111 |
+
"grad_norm": 0.19514544308185577,
|
112 |
+
"learning_rate": 4.278846153846154e-06,
|
113 |
+
"loss": 1.6676,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.3047619047619048,
|
118 |
+
"grad_norm": 0.19765372574329376,
|
119 |
+
"learning_rate": 4.230769230769231e-06,
|
120 |
+
"loss": 1.6627,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.3238095238095238,
|
125 |
+
"grad_norm": 0.17845460772514343,
|
126 |
+
"learning_rate": 4.182692307692308e-06,
|
127 |
+
"loss": 1.7435,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.34285714285714286,
|
132 |
+
"grad_norm": 0.16257613897323608,
|
133 |
+
"learning_rate": 4.134615384615385e-06,
|
134 |
+
"loss": 1.6952,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3619047619047619,
|
139 |
+
"grad_norm": 0.16389963030815125,
|
140 |
+
"learning_rate": 4.086538461538462e-06,
|
141 |
+
"loss": 1.6106,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.38095238095238093,
|
146 |
+
"grad_norm": 0.14592309296131134,
|
147 |
+
"learning_rate": 4.0384615384615385e-06,
|
148 |
+
"loss": 1.6552,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.4,
|
153 |
+
"grad_norm": 0.13053379952907562,
|
154 |
+
"learning_rate": 3.990384615384616e-06,
|
155 |
+
"loss": 1.581,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.41904761904761906,
|
160 |
+
"grad_norm": 0.12156904488801956,
|
161 |
+
"learning_rate": 3.942307692307692e-06,
|
162 |
+
"loss": 1.6079,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.4380952380952381,
|
167 |
+
"grad_norm": 0.10541437566280365,
|
168 |
+
"learning_rate": 3.89423076923077e-06,
|
169 |
+
"loss": 1.5804,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.45714285714285713,
|
174 |
+
"grad_norm": 0.10224193334579468,
|
175 |
+
"learning_rate": 3.846153846153847e-06,
|
176 |
+
"loss": 1.5774,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.47619047619047616,
|
181 |
+
"grad_norm": 0.08732663840055466,
|
182 |
+
"learning_rate": 3.7980769230769232e-06,
|
183 |
+
"loss": 1.4542,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.49523809523809526,
|
188 |
+
"grad_norm": 0.08378554880619049,
|
189 |
+
"learning_rate": 3.7500000000000005e-06,
|
190 |
+
"loss": 1.4602,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.5142857142857142,
|
195 |
+
"grad_norm": 0.08113691955804825,
|
196 |
+
"learning_rate": 3.7019230769230774e-06,
|
197 |
+
"loss": 1.482,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.5333333333333333,
|
202 |
+
"grad_norm": 0.07698889076709747,
|
203 |
+
"learning_rate": 3.653846153846154e-06,
|
204 |
+
"loss": 1.5185,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.5523809523809524,
|
209 |
+
"grad_norm": 0.07707934826612473,
|
210 |
+
"learning_rate": 3.605769230769231e-06,
|
211 |
+
"loss": 1.393,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.5714285714285714,
|
216 |
+
"grad_norm": 0.07612926512956619,
|
217 |
+
"learning_rate": 3.557692307692308e-06,
|
218 |
+
"loss": 1.5001,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.5904761904761905,
|
223 |
+
"grad_norm": 0.07396898418664932,
|
224 |
+
"learning_rate": 3.509615384615385e-06,
|
225 |
+
"loss": 1.4441,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.6095238095238096,
|
230 |
+
"grad_norm": 0.06996951997280121,
|
231 |
+
"learning_rate": 3.4615384615384617e-06,
|
232 |
+
"loss": 1.4116,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.6285714285714286,
|
237 |
+
"grad_norm": 0.07187061011791229,
|
238 |
+
"learning_rate": 3.413461538461539e-06,
|
239 |
+
"loss": 1.4396,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.6476190476190476,
|
244 |
+
"grad_norm": 0.07976240664720535,
|
245 |
+
"learning_rate": 3.365384615384616e-06,
|
246 |
+
"loss": 1.5373,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.6666666666666666,
|
251 |
+
"grad_norm": 0.06291581690311432,
|
252 |
+
"learning_rate": 3.3173076923076923e-06,
|
253 |
+
"loss": 1.4338,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.6857142857142857,
|
258 |
+
"grad_norm": 0.06474968045949936,
|
259 |
+
"learning_rate": 3.2692307692307696e-06,
|
260 |
+
"loss": 1.4639,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.7047619047619048,
|
265 |
+
"grad_norm": 0.0625283271074295,
|
266 |
+
"learning_rate": 3.2211538461538464e-06,
|
267 |
+
"loss": 1.4771,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.7238095238095238,
|
272 |
+
"grad_norm": 0.05658223479986191,
|
273 |
+
"learning_rate": 3.1730769230769233e-06,
|
274 |
+
"loss": 1.3739,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.7428571428571429,
|
279 |
+
"grad_norm": 0.05899878218770027,
|
280 |
+
"learning_rate": 3.125e-06,
|
281 |
+
"loss": 1.4925,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.7619047619047619,
|
286 |
+
"grad_norm": 0.0596536286175251,
|
287 |
+
"learning_rate": 3.0769230769230774e-06,
|
288 |
+
"loss": 1.4582,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.780952380952381,
|
293 |
+
"grad_norm": 0.05734146386384964,
|
294 |
+
"learning_rate": 3.028846153846154e-06,
|
295 |
+
"loss": 1.4649,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.8,
|
300 |
+
"grad_norm": 0.052398379892110825,
|
301 |
+
"learning_rate": 2.980769230769231e-06,
|
302 |
+
"loss": 1.4027,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.819047619047619,
|
307 |
+
"grad_norm": 0.05261846259236336,
|
308 |
+
"learning_rate": 2.932692307692308e-06,
|
309 |
+
"loss": 1.3987,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.8380952380952381,
|
314 |
+
"grad_norm": 0.05353289842605591,
|
315 |
+
"learning_rate": 2.8846153846153845e-06,
|
316 |
+
"loss": 1.4684,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.8571428571428571,
|
321 |
+
"grad_norm": 0.049489591270685196,
|
322 |
+
"learning_rate": 2.8365384615384617e-06,
|
323 |
+
"loss": 1.3999,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.8761904761904762,
|
328 |
+
"grad_norm": 0.051862142980098724,
|
329 |
+
"learning_rate": 2.7884615384615386e-06,
|
330 |
+
"loss": 1.4565,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.8952380952380953,
|
335 |
+
"grad_norm": 0.05467196926474571,
|
336 |
+
"learning_rate": 2.740384615384616e-06,
|
337 |
+
"loss": 1.4774,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.9142857142857143,
|
342 |
+
"grad_norm": 0.04749824106693268,
|
343 |
+
"learning_rate": 2.6923076923076923e-06,
|
344 |
+
"loss": 1.3657,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.9333333333333333,
|
349 |
+
"grad_norm": 0.04868236929178238,
|
350 |
+
"learning_rate": 2.6442307692307696e-06,
|
351 |
+
"loss": 1.3807,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.9523809523809523,
|
356 |
+
"grad_norm": 0.04686955735087395,
|
357 |
+
"learning_rate": 2.5961538461538465e-06,
|
358 |
+
"loss": 1.3489,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.9714285714285714,
|
363 |
+
"grad_norm": 0.0476677231490612,
|
364 |
+
"learning_rate": 2.548076923076923e-06,
|
365 |
+
"loss": 1.3814,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.9904761904761905,
|
370 |
+
"grad_norm": 0.04522412270307541,
|
371 |
+
"learning_rate": 2.5e-06,
|
372 |
+
"loss": 1.3869,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.0,
|
377 |
+
"grad_norm": 0.04522412270307541,
|
378 |
+
"learning_rate": 2.451923076923077e-06,
|
379 |
+
"loss": 1.3951,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.019047619047619,
|
384 |
+
"grad_norm": 0.07255737483501434,
|
385 |
+
"learning_rate": 2.403846153846154e-06,
|
386 |
+
"loss": 1.3856,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.0380952380952382,
|
391 |
+
"grad_norm": 0.042850036174058914,
|
392 |
+
"learning_rate": 2.355769230769231e-06,
|
393 |
+
"loss": 1.3763,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.0571428571428572,
|
398 |
+
"grad_norm": 0.044452767819166183,
|
399 |
+
"learning_rate": 2.307692307692308e-06,
|
400 |
+
"loss": 1.443,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.0761904761904761,
|
405 |
+
"grad_norm": 0.045271266251802444,
|
406 |
+
"learning_rate": 2.259615384615385e-06,
|
407 |
+
"loss": 1.3963,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.0952380952380953,
|
412 |
+
"grad_norm": 0.043399710208177567,
|
413 |
+
"learning_rate": 2.211538461538462e-06,
|
414 |
+
"loss": 1.3947,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.1142857142857143,
|
419 |
+
"grad_norm": 0.041422903537750244,
|
420 |
+
"learning_rate": 2.1634615384615387e-06,
|
421 |
+
"loss": 1.3985,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.1333333333333333,
|
426 |
+
"grad_norm": 0.04227164760231972,
|
427 |
+
"learning_rate": 2.1153846153846155e-06,
|
428 |
+
"loss": 1.429,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.1523809523809523,
|
433 |
+
"grad_norm": 0.04468610882759094,
|
434 |
+
"learning_rate": 2.0673076923076924e-06,
|
435 |
+
"loss": 1.3796,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.1714285714285715,
|
440 |
+
"grad_norm": 0.04171944037079811,
|
441 |
+
"learning_rate": 2.0192307692307692e-06,
|
442 |
+
"loss": 1.3644,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.1904761904761905,
|
447 |
+
"grad_norm": 0.04323498159646988,
|
448 |
+
"learning_rate": 1.971153846153846e-06,
|
449 |
+
"loss": 1.4571,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.2095238095238094,
|
454 |
+
"grad_norm": 0.06511399894952774,
|
455 |
+
"learning_rate": 1.9230769230769234e-06,
|
456 |
+
"loss": 1.3688,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.2285714285714286,
|
461 |
+
"grad_norm": 0.04409823939204216,
|
462 |
+
"learning_rate": 1.8750000000000003e-06,
|
463 |
+
"loss": 1.3877,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.2476190476190476,
|
468 |
+
"grad_norm": 0.04295280948281288,
|
469 |
+
"learning_rate": 1.826923076923077e-06,
|
470 |
+
"loss": 1.3687,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.2666666666666666,
|
475 |
+
"grad_norm": 0.04031379893422127,
|
476 |
+
"learning_rate": 1.778846153846154e-06,
|
477 |
+
"loss": 1.3761,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.2857142857142856,
|
482 |
+
"grad_norm": 0.04077858850359917,
|
483 |
+
"learning_rate": 1.7307692307692308e-06,
|
484 |
+
"loss": 1.3572,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.3047619047619048,
|
489 |
+
"grad_norm": 0.04272906482219696,
|
490 |
+
"learning_rate": 1.682692307692308e-06,
|
491 |
+
"loss": 1.3427,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.3238095238095238,
|
496 |
+
"grad_norm": 0.041465941816568375,
|
497 |
+
"learning_rate": 1.6346153846153848e-06,
|
498 |
+
"loss": 1.3582,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 1.342857142857143,
|
503 |
+
"grad_norm": 0.0427396334707737,
|
504 |
+
"learning_rate": 1.5865384615384616e-06,
|
505 |
+
"loss": 1.356,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 1.361904761904762,
|
510 |
+
"grad_norm": 0.04253585636615753,
|
511 |
+
"learning_rate": 1.5384615384615387e-06,
|
512 |
+
"loss": 1.3953,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 1.380952380952381,
|
517 |
+
"grad_norm": 0.040820684283971786,
|
518 |
+
"learning_rate": 1.4903846153846156e-06,
|
519 |
+
"loss": 1.4012,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 1.4,
|
524 |
+
"grad_norm": 0.04090313985943794,
|
525 |
+
"learning_rate": 1.4423076923076922e-06,
|
526 |
+
"loss": 1.4178,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 1.4190476190476191,
|
531 |
+
"grad_norm": 0.04234997555613518,
|
532 |
+
"learning_rate": 1.3942307692307693e-06,
|
533 |
+
"loss": 1.3797,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 1.438095238095238,
|
538 |
+
"grad_norm": 0.039643436670303345,
|
539 |
+
"learning_rate": 1.3461538461538462e-06,
|
540 |
+
"loss": 1.3857,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 1.457142857142857,
|
545 |
+
"grad_norm": 0.04221578314900398,
|
546 |
+
"learning_rate": 1.2980769230769232e-06,
|
547 |
+
"loss": 1.4291,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 1.4761904761904763,
|
552 |
+
"grad_norm": 0.041702866554260254,
|
553 |
+
"learning_rate": 1.25e-06,
|
554 |
+
"loss": 1.4016,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.4952380952380953,
|
559 |
+
"grad_norm": 0.03842052072286606,
|
560 |
+
"learning_rate": 1.201923076923077e-06,
|
561 |
+
"loss": 1.3436,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 1.5142857142857142,
|
566 |
+
"grad_norm": 0.04437912628054619,
|
567 |
+
"learning_rate": 1.153846153846154e-06,
|
568 |
+
"loss": 1.4097,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 1.5333333333333332,
|
573 |
+
"grad_norm": 0.040320925414562225,
|
574 |
+
"learning_rate": 1.105769230769231e-06,
|
575 |
+
"loss": 1.3993,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 1.5523809523809524,
|
580 |
+
"grad_norm": 0.0433567576110363,
|
581 |
+
"learning_rate": 1.0576923076923078e-06,
|
582 |
+
"loss": 1.3288,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.5714285714285714,
|
587 |
+
"grad_norm": 0.039022404700517654,
|
588 |
+
"learning_rate": 1.0096153846153846e-06,
|
589 |
+
"loss": 1.4261,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 1.5904761904761906,
|
594 |
+
"grad_norm": 0.04399885982275009,
|
595 |
+
"learning_rate": 9.615384615384617e-07,
|
596 |
+
"loss": 1.3784,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.6095238095238096,
|
601 |
+
"grad_norm": 0.04243871942162514,
|
602 |
+
"learning_rate": 9.134615384615385e-07,
|
603 |
+
"loss": 1.4089,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 1.6285714285714286,
|
608 |
+
"grad_norm": 0.041751064360141754,
|
609 |
+
"learning_rate": 8.653846153846154e-07,
|
610 |
+
"loss": 1.4243,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 1.6476190476190475,
|
615 |
+
"grad_norm": 0.043067775666713715,
|
616 |
+
"learning_rate": 8.173076923076924e-07,
|
617 |
+
"loss": 1.3683,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.6666666666666665,
|
622 |
+
"grad_norm": 0.03839992359280586,
|
623 |
+
"learning_rate": 7.692307692307694e-07,
|
624 |
+
"loss": 1.3263,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.6857142857142857,
|
629 |
+
"grad_norm": 0.04228167608380318,
|
630 |
+
"learning_rate": 7.211538461538461e-07,
|
631 |
+
"loss": 1.3424,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 1.704761904761905,
|
636 |
+
"grad_norm": 0.03941051661968231,
|
637 |
+
"learning_rate": 6.730769230769231e-07,
|
638 |
+
"loss": 1.3535,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 1.723809523809524,
|
643 |
+
"grad_norm": 0.038407593965530396,
|
644 |
+
"learning_rate": 6.25e-07,
|
645 |
+
"loss": 1.3252,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 1.7428571428571429,
|
650 |
+
"grad_norm": 0.04468141496181488,
|
651 |
+
"learning_rate": 5.76923076923077e-07,
|
652 |
+
"loss": 1.3554,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 1.7619047619047619,
|
657 |
+
"grad_norm": 0.041034068912267685,
|
658 |
+
"learning_rate": 5.288461538461539e-07,
|
659 |
+
"loss": 1.3201,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 1.7809523809523808,
|
664 |
+
"grad_norm": 0.040204405784606934,
|
665 |
+
"learning_rate": 4.807692307692308e-07,
|
666 |
+
"loss": 1.4018,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 1.8,
|
671 |
+
"grad_norm": 0.03986736759543419,
|
672 |
+
"learning_rate": 4.326923076923077e-07,
|
673 |
+
"loss": 1.4143,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 1.819047619047619,
|
678 |
+
"grad_norm": 0.039051514118909836,
|
679 |
+
"learning_rate": 3.846153846153847e-07,
|
680 |
+
"loss": 1.3981,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 1.8380952380952382,
|
685 |
+
"grad_norm": 0.03921853378415108,
|
686 |
+
"learning_rate": 3.3653846153846154e-07,
|
687 |
+
"loss": 1.3669,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 1.8571428571428572,
|
692 |
+
"grad_norm": 0.0410085953772068,
|
693 |
+
"learning_rate": 2.884615384615385e-07,
|
694 |
+
"loss": 1.3837,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 1.8761904761904762,
|
699 |
+
"grad_norm": 0.03979695960879326,
|
700 |
+
"learning_rate": 2.403846153846154e-07,
|
701 |
+
"loss": 1.3709,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 1.8952380952380952,
|
706 |
+
"grad_norm": 0.04231301695108414,
|
707 |
+
"learning_rate": 1.9230769230769234e-07,
|
708 |
+
"loss": 1.4491,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 1.9142857142857141,
|
713 |
+
"grad_norm": 0.041094064712524414,
|
714 |
+
"learning_rate": 1.4423076923076925e-07,
|
715 |
+
"loss": 1.3879,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 1.9333333333333333,
|
720 |
+
"grad_norm": 0.03908855840563774,
|
721 |
+
"learning_rate": 9.615384615384617e-08,
|
722 |
+
"loss": 1.3632,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 1.9523809523809523,
|
727 |
+
"grad_norm": 0.0383271723985672,
|
728 |
+
"learning_rate": 4.8076923076923085e-08,
|
729 |
+
"loss": 1.2982,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 1.9714285714285715,
|
734 |
+
"grad_norm": 0.04003068059682846,
|
735 |
+
"learning_rate": 0.0,
|
736 |
+
"loss": 1.3574,
|
737 |
+
"step": 104
|
738 |
+
}
|
739 |
+
],
|
740 |
+
"logging_steps": 1.0,
|
741 |
+
"max_steps": 104,
|
742 |
+
"num_input_tokens_seen": 0,
|
743 |
+
"num_train_epochs": 2,
|
744 |
+
"save_steps": 52,
|
745 |
+
"stateful_callbacks": {
|
746 |
+
"TrainerControl": {
|
747 |
+
"args": {
|
748 |
+
"should_epoch_stop": false,
|
749 |
+
"should_evaluate": false,
|
750 |
+
"should_log": false,
|
751 |
+
"should_save": true,
|
752 |
+
"should_training_stop": true
|
753 |
+
},
|
754 |
+
"attributes": {}
|
755 |
+
}
|
756 |
+
},
|
757 |
+
"total_flos": 1.818294293144535e+17,
|
758 |
+
"train_batch_size": 2,
|
759 |
+
"trial_name": null,
|
760 |
+
"trial_params": null
|
761 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb7bc721cdb414be5d6184e44e31910db45d49c97483c7f989a56cd5fdca668e
|
3 |
+
size 6648
|