Training in progress, epoch 0, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +25 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +31 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +216 -0
- last-checkpoint/trainer_state.json +633 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Qwen2.5-Coder-7B
|
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.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"v_proj",
|
26 |
+
"q_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj",
|
29 |
+
"o_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee11da818f89e9b18aa0509dd97cc52dc106d41fcc4a261ed515b68cfd7ce44c
|
3 |
+
size 80792096
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|PAD_TOKEN|>": 151665,
|
5 |
+
"<|box_end|>": 151649,
|
6 |
+
"<|box_start|>": 151648,
|
7 |
+
"<|endoftext|>": 151643,
|
8 |
+
"<|file_sep|>": 151664,
|
9 |
+
"<|fim_middle|>": 151660,
|
10 |
+
"<|fim_pad|>": 151662,
|
11 |
+
"<|fim_prefix|>": 151659,
|
12 |
+
"<|fim_suffix|>": 151661,
|
13 |
+
"<|im_end|>": 151645,
|
14 |
+
"<|im_start|>": 151644,
|
15 |
+
"<|image_pad|>": 151655,
|
16 |
+
"<|object_ref_end|>": 151647,
|
17 |
+
"<|object_ref_start|>": 151646,
|
18 |
+
"<|quad_end|>": 151651,
|
19 |
+
"<|quad_start|>": 151650,
|
20 |
+
"<|repo_name|>": 151663,
|
21 |
+
"<|video_pad|>": 151656,
|
22 |
+
"<|vision_end|>": 151653,
|
23 |
+
"<|vision_pad|>": 151654,
|
24 |
+
"<|vision_start|>": 151652
|
25 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:089aba85f7c8b0ecfcb967a6287c0e3d99b930a5c83a8788cb85ee60f74f2ee6
|
3 |
+
size 41460084
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d7dfa56352ee49b8ab2c899d256b335b8bc314e229627da5868520db0419667
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:705cabf5cbc3a6ab0feb67c77b9b453d59efcc939ce90d310af96e621810f990
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|PAD_TOKEN|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
|
3 |
+
size 11422086
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151665": {
|
182 |
+
"content": "<|PAD_TOKEN|>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": true
|
188 |
+
}
|
189 |
+
},
|
190 |
+
"additional_special_tokens": [
|
191 |
+
"<|im_start|>",
|
192 |
+
"<|im_end|>",
|
193 |
+
"<|object_ref_start|>",
|
194 |
+
"<|object_ref_end|>",
|
195 |
+
"<|box_start|>",
|
196 |
+
"<|box_end|>",
|
197 |
+
"<|quad_start|>",
|
198 |
+
"<|quad_end|>",
|
199 |
+
"<|vision_start|>",
|
200 |
+
"<|vision_end|>",
|
201 |
+
"<|vision_pad|>",
|
202 |
+
"<|image_pad|>",
|
203 |
+
"<|video_pad|>"
|
204 |
+
],
|
205 |
+
"bos_token": null,
|
206 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
207 |
+
"clean_up_tokenization_spaces": false,
|
208 |
+
"eos_token": "<|endoftext|>",
|
209 |
+
"errors": "replace",
|
210 |
+
"model_max_length": 131072,
|
211 |
+
"pad_token": "<|PAD_TOKEN|>",
|
212 |
+
"padding_side": "left",
|
213 |
+
"split_special_tokens": false,
|
214 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
215 |
+
"unk_token": null
|
216 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,633 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.05117543579082041,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 400,
|
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.00012793858947705101,
|
13 |
+
"eval_loss": 2.7024941444396973,
|
14 |
+
"eval_runtime": 240.6903,
|
15 |
+
"eval_samples_per_second": 13.677,
|
16 |
+
"eval_steps_per_second": 6.839,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0006396929473852551,
|
21 |
+
"grad_norm": 1.2781825065612793,
|
22 |
+
"learning_rate": 1.6666666666666667e-05,
|
23 |
+
"loss": 1.7362,
|
24 |
+
"step": 5
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0012793858947705101,
|
28 |
+
"grad_norm": 1.6901952028274536,
|
29 |
+
"learning_rate": 3.3333333333333335e-05,
|
30 |
+
"loss": 2.0195,
|
31 |
+
"step": 10
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0019190788421557653,
|
35 |
+
"grad_norm": 2.2342793941497803,
|
36 |
+
"learning_rate": 5e-05,
|
37 |
+
"loss": 2.0461,
|
38 |
+
"step": 15
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0025587717895410203,
|
42 |
+
"grad_norm": 1.6336160898208618,
|
43 |
+
"learning_rate": 6.666666666666667e-05,
|
44 |
+
"loss": 1.6357,
|
45 |
+
"step": 20
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0031984647369262755,
|
49 |
+
"grad_norm": 2.752976894378662,
|
50 |
+
"learning_rate": 8.333333333333334e-05,
|
51 |
+
"loss": 1.1627,
|
52 |
+
"step": 25
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0038381576843115306,
|
56 |
+
"grad_norm": 1.8429460525512695,
|
57 |
+
"learning_rate": 0.0001,
|
58 |
+
"loss": 0.6154,
|
59 |
+
"step": 30
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.004477850631696785,
|
63 |
+
"grad_norm": 1.7854329347610474,
|
64 |
+
"learning_rate": 9.995494831023409e-05,
|
65 |
+
"loss": 0.321,
|
66 |
+
"step": 35
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.005117543579082041,
|
70 |
+
"grad_norm": 1.596530556678772,
|
71 |
+
"learning_rate": 9.981987442712633e-05,
|
72 |
+
"loss": 0.2499,
|
73 |
+
"step": 40
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.005757236526467296,
|
77 |
+
"grad_norm": 1.2020143270492554,
|
78 |
+
"learning_rate": 9.959502176294383e-05,
|
79 |
+
"loss": 0.2349,
|
80 |
+
"step": 45
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.006396929473852551,
|
84 |
+
"grad_norm": 1.5480122566223145,
|
85 |
+
"learning_rate": 9.928079551738543e-05,
|
86 |
+
"loss": 0.2652,
|
87 |
+
"step": 50
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.007036622421237806,
|
91 |
+
"grad_norm": 1.2814526557922363,
|
92 |
+
"learning_rate": 9.887776194738432e-05,
|
93 |
+
"loss": 0.1417,
|
94 |
+
"step": 55
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.007676315368623061,
|
98 |
+
"grad_norm": 0.6458909511566162,
|
99 |
+
"learning_rate": 9.838664734667495e-05,
|
100 |
+
"loss": 0.1702,
|
101 |
+
"step": 60
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.008316008316008316,
|
105 |
+
"grad_norm": 0.6655418276786804,
|
106 |
+
"learning_rate": 9.780833673696254e-05,
|
107 |
+
"loss": 0.1657,
|
108 |
+
"step": 65
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.00895570126339357,
|
112 |
+
"grad_norm": 0.7218236327171326,
|
113 |
+
"learning_rate": 9.714387227305422e-05,
|
114 |
+
"loss": 0.1586,
|
115 |
+
"step": 70
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.009595394210778827,
|
119 |
+
"grad_norm": 0.7546175718307495,
|
120 |
+
"learning_rate": 9.639445136482548e-05,
|
121 |
+
"loss": 0.1706,
|
122 |
+
"step": 75
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.010235087158164081,
|
126 |
+
"grad_norm": 0.8237160444259644,
|
127 |
+
"learning_rate": 9.55614245194068e-05,
|
128 |
+
"loss": 0.1836,
|
129 |
+
"step": 80
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.010874780105549335,
|
133 |
+
"grad_norm": 0.7809853553771973,
|
134 |
+
"learning_rate": 9.464629290747842e-05,
|
135 |
+
"loss": 0.1837,
|
136 |
+
"step": 85
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.011514473052934592,
|
140 |
+
"grad_norm": 0.6915144920349121,
|
141 |
+
"learning_rate": 9.365070565805941e-05,
|
142 |
+
"loss": 0.1868,
|
143 |
+
"step": 90
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.012154166000319846,
|
147 |
+
"grad_norm": 0.8375842571258545,
|
148 |
+
"learning_rate": 9.257645688666556e-05,
|
149 |
+
"loss": 0.2455,
|
150 |
+
"step": 95
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.012793858947705102,
|
154 |
+
"grad_norm": 0.9935116767883301,
|
155 |
+
"learning_rate": 9.142548246219212e-05,
|
156 |
+
"loss": 0.2471,
|
157 |
+
"step": 100
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.012793858947705102,
|
161 |
+
"eval_loss": 0.18092785775661469,
|
162 |
+
"eval_runtime": 244.1307,
|
163 |
+
"eval_samples_per_second": 13.485,
|
164 |
+
"eval_steps_per_second": 6.742,
|
165 |
+
"step": 100
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.013433551895090356,
|
169 |
+
"grad_norm": 0.42624446749687195,
|
170 |
+
"learning_rate": 9.019985651834703e-05,
|
171 |
+
"loss": 0.1207,
|
172 |
+
"step": 105
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.014073244842475612,
|
176 |
+
"grad_norm": 0.3908662796020508,
|
177 |
+
"learning_rate": 8.890178771592199e-05,
|
178 |
+
"loss": 0.1382,
|
179 |
+
"step": 110
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.014712937789860867,
|
183 |
+
"grad_norm": 0.524199366569519,
|
184 |
+
"learning_rate": 8.753361526263621e-05,
|
185 |
+
"loss": 0.1309,
|
186 |
+
"step": 115
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.015352630737246123,
|
190 |
+
"grad_norm": 0.5209535360336304,
|
191 |
+
"learning_rate": 8.609780469772623e-05,
|
192 |
+
"loss": 0.1512,
|
193 |
+
"step": 120
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.01599232368463138,
|
197 |
+
"grad_norm": 0.4131312370300293,
|
198 |
+
"learning_rate": 8.459694344887732e-05,
|
199 |
+
"loss": 0.1443,
|
200 |
+
"step": 125
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.016632016632016633,
|
204 |
+
"grad_norm": 0.5860401391983032,
|
205 |
+
"learning_rate": 8.303373616950408e-05,
|
206 |
+
"loss": 0.1718,
|
207 |
+
"step": 130
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.017271709579401887,
|
211 |
+
"grad_norm": 0.5590812563896179,
|
212 |
+
"learning_rate": 8.141099986478212e-05,
|
213 |
+
"loss": 0.1659,
|
214 |
+
"step": 135
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.01791140252678714,
|
218 |
+
"grad_norm": 0.4526077210903168,
|
219 |
+
"learning_rate": 7.973165881521434e-05,
|
220 |
+
"loss": 0.1862,
|
221 |
+
"step": 140
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.018551095474172396,
|
225 |
+
"grad_norm": 0.5904171466827393,
|
226 |
+
"learning_rate": 7.799873930687978e-05,
|
227 |
+
"loss": 0.2245,
|
228 |
+
"step": 145
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.019190788421557654,
|
232 |
+
"grad_norm": 0.8725635409355164,
|
233 |
+
"learning_rate": 7.621536417786159e-05,
|
234 |
+
"loss": 0.2688,
|
235 |
+
"step": 150
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.019830481368942908,
|
239 |
+
"grad_norm": 0.32253244519233704,
|
240 |
+
"learning_rate": 7.438474719068173e-05,
|
241 |
+
"loss": 0.1232,
|
242 |
+
"step": 155
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.020470174316328162,
|
246 |
+
"grad_norm": 0.3636815845966339,
|
247 |
+
"learning_rate": 7.251018724088367e-05,
|
248 |
+
"loss": 0.1412,
|
249 |
+
"step": 160
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.021109867263713417,
|
253 |
+
"grad_norm": 0.42371389269828796,
|
254 |
+
"learning_rate": 7.059506241219965e-05,
|
255 |
+
"loss": 0.1479,
|
256 |
+
"step": 165
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.02174956021109867,
|
260 |
+
"grad_norm": 0.28215959668159485,
|
261 |
+
"learning_rate": 6.864282388901544e-05,
|
262 |
+
"loss": 0.1513,
|
263 |
+
"step": 170
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.02238925315848393,
|
267 |
+
"grad_norm": 0.6038751006126404,
|
268 |
+
"learning_rate": 6.665698973710288e-05,
|
269 |
+
"loss": 0.1708,
|
270 |
+
"step": 175
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.023028946105869183,
|
274 |
+
"grad_norm": 0.3659113943576813,
|
275 |
+
"learning_rate": 6.464113856382752e-05,
|
276 |
+
"loss": 0.1717,
|
277 |
+
"step": 180
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.023668639053254437,
|
281 |
+
"grad_norm": 0.4708649218082428,
|
282 |
+
"learning_rate": 6.259890306925627e-05,
|
283 |
+
"loss": 0.1729,
|
284 |
+
"step": 185
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.02430833200063969,
|
288 |
+
"grad_norm": 0.9622364640235901,
|
289 |
+
"learning_rate": 6.0533963499786314e-05,
|
290 |
+
"loss": 0.2008,
|
291 |
+
"step": 190
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.02494802494802495,
|
295 |
+
"grad_norm": 0.5879449844360352,
|
296 |
+
"learning_rate": 5.8450041016092464e-05,
|
297 |
+
"loss": 0.2236,
|
298 |
+
"step": 195
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.025587717895410204,
|
302 |
+
"grad_norm": 0.7524951696395874,
|
303 |
+
"learning_rate": 5.6350890987343944e-05,
|
304 |
+
"loss": 0.2424,
|
305 |
+
"step": 200
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.025587717895410204,
|
309 |
+
"eval_loss": 0.1732141375541687,
|
310 |
+
"eval_runtime": 244.2514,
|
311 |
+
"eval_samples_per_second": 13.478,
|
312 |
+
"eval_steps_per_second": 6.739,
|
313 |
+
"step": 200
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.026227410842795458,
|
317 |
+
"grad_norm": 0.2855418026447296,
|
318 |
+
"learning_rate": 5.4240296223775465e-05,
|
319 |
+
"loss": 0.0997,
|
320 |
+
"step": 205
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 0.026867103790180712,
|
324 |
+
"grad_norm": 0.3188900947570801,
|
325 |
+
"learning_rate": 5.212206015980742e-05,
|
326 |
+
"loss": 0.1139,
|
327 |
+
"step": 210
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.027506796737565967,
|
331 |
+
"grad_norm": 0.38831430673599243,
|
332 |
+
"learning_rate": 5e-05,
|
333 |
+
"loss": 0.136,
|
334 |
+
"step": 215
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"epoch": 0.028146489684951224,
|
338 |
+
"grad_norm": 0.39263615012168884,
|
339 |
+
"learning_rate": 4.78779398401926e-05,
|
340 |
+
"loss": 0.1322,
|
341 |
+
"step": 220
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 0.02878618263233648,
|
345 |
+
"grad_norm": 0.6268131136894226,
|
346 |
+
"learning_rate": 4.575970377622456e-05,
|
347 |
+
"loss": 0.1702,
|
348 |
+
"step": 225
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"epoch": 0.029425875579721733,
|
352 |
+
"grad_norm": 0.3940875828266144,
|
353 |
+
"learning_rate": 4.364910901265606e-05,
|
354 |
+
"loss": 0.175,
|
355 |
+
"step": 230
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 0.030065568527106987,
|
359 |
+
"grad_norm": 0.43840473890304565,
|
360 |
+
"learning_rate": 4.1549958983907555e-05,
|
361 |
+
"loss": 0.1645,
|
362 |
+
"step": 235
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"epoch": 0.030705261474492245,
|
366 |
+
"grad_norm": 0.5527442693710327,
|
367 |
+
"learning_rate": 3.94660365002137e-05,
|
368 |
+
"loss": 0.1824,
|
369 |
+
"step": 240
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.0313449544218775,
|
373 |
+
"grad_norm": 0.5612766146659851,
|
374 |
+
"learning_rate": 3.740109693074375e-05,
|
375 |
+
"loss": 0.2346,
|
376 |
+
"step": 245
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.03198464736926276,
|
380 |
+
"grad_norm": 0.9959267973899841,
|
381 |
+
"learning_rate": 3.5358861436172485e-05,
|
382 |
+
"loss": 0.2655,
|
383 |
+
"step": 250
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.03262434031664801,
|
387 |
+
"grad_norm": 0.36881548166275024,
|
388 |
+
"learning_rate": 3.334301026289712e-05,
|
389 |
+
"loss": 0.1131,
|
390 |
+
"step": 255
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.033264033264033266,
|
394 |
+
"grad_norm": 0.31683406233787537,
|
395 |
+
"learning_rate": 3.135717611098458e-05,
|
396 |
+
"loss": 0.1326,
|
397 |
+
"step": 260
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.03390372621141852,
|
401 |
+
"grad_norm": 0.3013302683830261,
|
402 |
+
"learning_rate": 2.9404937587800375e-05,
|
403 |
+
"loss": 0.1368,
|
404 |
+
"step": 265
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.034543419158803775,
|
408 |
+
"grad_norm": 0.3135119676589966,
|
409 |
+
"learning_rate": 2.748981275911633e-05,
|
410 |
+
"loss": 0.1464,
|
411 |
+
"step": 270
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.03518311210618903,
|
415 |
+
"grad_norm": 0.40254464745521545,
|
416 |
+
"learning_rate": 2.5615252809318284e-05,
|
417 |
+
"loss": 0.1499,
|
418 |
+
"step": 275
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.03582280505357428,
|
422 |
+
"grad_norm": 0.28640156984329224,
|
423 |
+
"learning_rate": 2.3784635822138424e-05,
|
424 |
+
"loss": 0.1573,
|
425 |
+
"step": 280
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.03646249800095954,
|
429 |
+
"grad_norm": 0.322263240814209,
|
430 |
+
"learning_rate": 2.2001260693120233e-05,
|
431 |
+
"loss": 0.1658,
|
432 |
+
"step": 285
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.03710219094834479,
|
436 |
+
"grad_norm": 0.31009647250175476,
|
437 |
+
"learning_rate": 2.026834118478567e-05,
|
438 |
+
"loss": 0.1563,
|
439 |
+
"step": 290
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.03774188389573005,
|
443 |
+
"grad_norm": 0.5385209918022156,
|
444 |
+
"learning_rate": 1.858900013521788e-05,
|
445 |
+
"loss": 0.2028,
|
446 |
+
"step": 295
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.03838157684311531,
|
450 |
+
"grad_norm": 0.5858637094497681,
|
451 |
+
"learning_rate": 1.6966263830495936e-05,
|
452 |
+
"loss": 0.245,
|
453 |
+
"step": 300
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.03838157684311531,
|
457 |
+
"eval_loss": 0.16857710480690002,
|
458 |
+
"eval_runtime": 244.1346,
|
459 |
+
"eval_samples_per_second": 13.484,
|
460 |
+
"eval_steps_per_second": 6.742,
|
461 |
+
"step": 300
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 0.03902126979050056,
|
465 |
+
"grad_norm": 0.20234771072864532,
|
466 |
+
"learning_rate": 1.5403056551122697e-05,
|
467 |
+
"loss": 0.1184,
|
468 |
+
"step": 305
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"epoch": 0.039660962737885816,
|
472 |
+
"grad_norm": 0.265678346157074,
|
473 |
+
"learning_rate": 1.3902195302273779e-05,
|
474 |
+
"loss": 0.123,
|
475 |
+
"step": 310
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 0.04030065568527107,
|
479 |
+
"grad_norm": 0.4162317216396332,
|
480 |
+
"learning_rate": 1.246638473736378e-05,
|
481 |
+
"loss": 0.1302,
|
482 |
+
"step": 315
|
483 |
+
},
|
484 |
+
{
|
485 |
+
"epoch": 0.040940348632656325,
|
486 |
+
"grad_norm": 0.3373229503631592,
|
487 |
+
"learning_rate": 1.1098212284078036e-05,
|
488 |
+
"loss": 0.1346,
|
489 |
+
"step": 320
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.04158004158004158,
|
493 |
+
"grad_norm": 0.3058888018131256,
|
494 |
+
"learning_rate": 9.800143481652979e-06,
|
495 |
+
"loss": 0.1455,
|
496 |
+
"step": 325
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.04221973452742683,
|
500 |
+
"grad_norm": 0.31154316663742065,
|
501 |
+
"learning_rate": 8.574517537807897e-06,
|
502 |
+
"loss": 0.1691,
|
503 |
+
"step": 330
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"epoch": 0.04285942747481209,
|
507 |
+
"grad_norm": 0.47663167119026184,
|
508 |
+
"learning_rate": 7.423543113334436e-06,
|
509 |
+
"loss": 0.1658,
|
510 |
+
"step": 335
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"epoch": 0.04349912042219734,
|
514 |
+
"grad_norm": 0.4618123769760132,
|
515 |
+
"learning_rate": 6.349294341940593e-06,
|
516 |
+
"loss": 0.1846,
|
517 |
+
"step": 340
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 0.0441388133695826,
|
521 |
+
"grad_norm": 0.37711745500564575,
|
522 |
+
"learning_rate": 5.353707092521582e-06,
|
523 |
+
"loss": 0.1828,
|
524 |
+
"step": 345
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 0.04477850631696786,
|
528 |
+
"grad_norm": 0.541806161403656,
|
529 |
+
"learning_rate": 4.43857548059321e-06,
|
530 |
+
"loss": 0.2395,
|
531 |
+
"step": 350
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.04541819926435311,
|
535 |
+
"grad_norm": 0.2688872218132019,
|
536 |
+
"learning_rate": 3.605548635174533e-06,
|
537 |
+
"loss": 0.1082,
|
538 |
+
"step": 355
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"epoch": 0.046057892211738366,
|
542 |
+
"grad_norm": 0.26909637451171875,
|
543 |
+
"learning_rate": 2.85612772694579e-06,
|
544 |
+
"loss": 0.1264,
|
545 |
+
"step": 360
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 0.046697585159123624,
|
549 |
+
"grad_norm": 0.3528990149497986,
|
550 |
+
"learning_rate": 2.191663263037458e-06,
|
551 |
+
"loss": 0.1372,
|
552 |
+
"step": 365
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 0.047337278106508875,
|
556 |
+
"grad_norm": 0.3015151619911194,
|
557 |
+
"learning_rate": 1.6133526533250565e-06,
|
558 |
+
"loss": 0.1726,
|
559 |
+
"step": 370
|
560 |
+
},
|
561 |
+
{
|
562 |
+
"epoch": 0.04797697105389413,
|
563 |
+
"grad_norm": 0.288101464509964,
|
564 |
+
"learning_rate": 1.1222380526156928e-06,
|
565 |
+
"loss": 0.1504,
|
566 |
+
"step": 375
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.04861666400127938,
|
570 |
+
"grad_norm": 0.45127633213996887,
|
571 |
+
"learning_rate": 7.192044826145771e-07,
|
572 |
+
"loss": 0.1526,
|
573 |
+
"step": 380
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.04925635694866464,
|
577 |
+
"grad_norm": 0.3559752404689789,
|
578 |
+
"learning_rate": 4.049782370561583e-07,
|
579 |
+
"loss": 0.1684,
|
580 |
+
"step": 385
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.0498960498960499,
|
584 |
+
"grad_norm": 0.41711530089378357,
|
585 |
+
"learning_rate": 1.8012557287367392e-07,
|
586 |
+
"loss": 0.1758,
|
587 |
+
"step": 390
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.05053574284343515,
|
591 |
+
"grad_norm": 0.4933544397354126,
|
592 |
+
"learning_rate": 4.5051689765929214e-08,
|
593 |
+
"loss": 0.196,
|
594 |
+
"step": 395
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.05117543579082041,
|
598 |
+
"grad_norm": 1.311772346496582,
|
599 |
+
"learning_rate": 0.0,
|
600 |
+
"loss": 0.2441,
|
601 |
+
"step": 400
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.05117543579082041,
|
605 |
+
"eval_loss": 0.16797442734241486,
|
606 |
+
"eval_runtime": 244.0328,
|
607 |
+
"eval_samples_per_second": 13.49,
|
608 |
+
"eval_steps_per_second": 6.745,
|
609 |
+
"step": 400
|
610 |
+
}
|
611 |
+
],
|
612 |
+
"logging_steps": 5,
|
613 |
+
"max_steps": 400,
|
614 |
+
"num_input_tokens_seen": 0,
|
615 |
+
"num_train_epochs": 1,
|
616 |
+
"save_steps": 500,
|
617 |
+
"stateful_callbacks": {
|
618 |
+
"TrainerControl": {
|
619 |
+
"args": {
|
620 |
+
"should_epoch_stop": false,
|
621 |
+
"should_evaluate": false,
|
622 |
+
"should_log": false,
|
623 |
+
"should_save": true,
|
624 |
+
"should_training_stop": true
|
625 |
+
},
|
626 |
+
"attributes": {}
|
627 |
+
}
|
628 |
+
},
|
629 |
+
"total_flos": 1.394108836872192e+17,
|
630 |
+
"train_batch_size": 2,
|
631 |
+
"trial_name": null,
|
632 |
+
"trial_params": null
|
633 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78c61e8499c754aca52ff449c1ee1593170c9ff95d92cbcccd37c240f2d3236c
|
3 |
+
size 6776
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|