Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- checkpoint-168/README.md +202 -0
- checkpoint-168/adapter_config.json +39 -0
- checkpoint-168/adapter_model.safetensors +3 -0
- checkpoint-168/added_tokens.json +24 -0
- checkpoint-168/merges.txt +0 -0
- checkpoint-168/optimizer.pt +3 -0
- checkpoint-168/rng_state.pth +3 -0
- checkpoint-168/scheduler.pt +3 -0
- checkpoint-168/special_tokens_map.json +31 -0
- checkpoint-168/tokenizer.json +3 -0
- checkpoint-168/tokenizer_config.json +208 -0
- checkpoint-168/trainer_state.json +392 -0
- checkpoint-168/training_args.bin +3 -0
- checkpoint-168/vocab.json +0 -0
- training_args.bin +1 -1
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
|
|
|
|
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
|
37 |
+
checkpoint-168/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
@@ -24,16 +24,16 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"q_proj",
|
28 |
-
"o_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
-
"gate_proj",
|
32 |
"v_proj",
|
33 |
-
"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
37 |
"use_dora": false,
|
38 |
-
"use_rslora":
|
39 |
}
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 64,
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
27 |
"k_proj",
|
28 |
+
"up_proj",
|
|
|
29 |
"v_proj",
|
30 |
+
"o_proj",
|
31 |
+
"down_proj",
|
32 |
+
"q_proj",
|
33 |
+
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
37 |
"use_dora": false,
|
38 |
+
"use_rslora": true
|
39 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 239536272
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2c0809d5b852ea96f8c3c06f5b76924725311629e340f1ce3ef1581a6a2a6c9
|
3 |
size 239536272
|
checkpoint-168/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-3B-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-168/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-3B-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": 64,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.05,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"v_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"up_proj",
|
31 |
+
"q_proj",
|
32 |
+
"down_proj",
|
33 |
+
"o_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": true
|
39 |
+
}
|
checkpoint-168/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:567834b6ff04d3668b5de2d5f85afd7df36526153d0b77d89b22781ea03e6a88
|
3 |
+
size 239536272
|
checkpoint-168/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-168/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-168/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15d669a68b7b73b7e7af163e762a736dcc746b5a8e45336d24f6bdbe374571fd
|
3 |
+
size 479362682
|
checkpoint-168/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cd537426bbd82b662fafa86b7065c28ed7aa4a6031082eed641c102efca2d46
|
3 |
+
size 14244
|
checkpoint-168/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3ff20a43f6fe71a587a0c5d696980ee52d134230b9b7a2052d8673c3e62418a
|
3 |
+
size 1064
|
checkpoint-168/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-168/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
checkpoint-168/tokenizer_config.json
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"extra_special_tokens": {},
|
203 |
+
"model_max_length": 131072,
|
204 |
+
"pad_token": "<|endoftext|>",
|
205 |
+
"split_special_tokens": false,
|
206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
+
"unk_token": null
|
208 |
+
}
|
checkpoint-168/trainer_state.json
ADDED
@@ -0,0 +1,392 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.96,
|
5 |
+
"eval_steps": 10,
|
6 |
+
"global_step": 168,
|
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.08888888888888889,
|
13 |
+
"grad_norm": 3.625234603881836,
|
14 |
+
"learning_rate": 2.9411764705882354e-05,
|
15 |
+
"loss": 2.8449,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.17777777777777778,
|
20 |
+
"grad_norm": 3.762423276901245,
|
21 |
+
"learning_rate": 5.882352941176471e-05,
|
22 |
+
"loss": 2.6354,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.17777777777777778,
|
27 |
+
"eval_loss": 2.638275384902954,
|
28 |
+
"eval_runtime": 47.4661,
|
29 |
+
"eval_samples_per_second": 2.528,
|
30 |
+
"eval_steps_per_second": 2.528,
|
31 |
+
"step": 10
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.26666666666666666,
|
35 |
+
"grad_norm": 2.1764352321624756,
|
36 |
+
"learning_rate": 8.823529411764706e-05,
|
37 |
+
"loss": 2.5755,
|
38 |
+
"step": 15
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.35555555555555557,
|
42 |
+
"grad_norm": 2.8172953128814697,
|
43 |
+
"learning_rate": 0.0001,
|
44 |
+
"loss": 2.5841,
|
45 |
+
"step": 20
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.35555555555555557,
|
49 |
+
"eval_loss": 2.5013585090637207,
|
50 |
+
"eval_runtime": 47.4359,
|
51 |
+
"eval_samples_per_second": 2.53,
|
52 |
+
"eval_steps_per_second": 2.53,
|
53 |
+
"step": 20
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 0.4444444444444444,
|
57 |
+
"grad_norm": 2.0410871505737305,
|
58 |
+
"learning_rate": 0.0001,
|
59 |
+
"loss": 2.5047,
|
60 |
+
"step": 25
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.5333333333333333,
|
64 |
+
"grad_norm": 1.6944037675857544,
|
65 |
+
"learning_rate": 0.0001,
|
66 |
+
"loss": 2.5006,
|
67 |
+
"step": 30
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.5333333333333333,
|
71 |
+
"eval_loss": 2.4310765266418457,
|
72 |
+
"eval_runtime": 47.4218,
|
73 |
+
"eval_samples_per_second": 2.53,
|
74 |
+
"eval_steps_per_second": 2.53,
|
75 |
+
"step": 30
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.6222222222222222,
|
79 |
+
"grad_norm": 1.77070152759552,
|
80 |
+
"learning_rate": 0.0001,
|
81 |
+
"loss": 2.4332,
|
82 |
+
"step": 35
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.7111111111111111,
|
86 |
+
"grad_norm": 2.0665605068206787,
|
87 |
+
"learning_rate": 0.0001,
|
88 |
+
"loss": 2.361,
|
89 |
+
"step": 40
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.7111111111111111,
|
93 |
+
"eval_loss": 2.3814117908477783,
|
94 |
+
"eval_runtime": 47.4326,
|
95 |
+
"eval_samples_per_second": 2.53,
|
96 |
+
"eval_steps_per_second": 2.53,
|
97 |
+
"step": 40
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 0.8,
|
101 |
+
"grad_norm": 2.072492837905884,
|
102 |
+
"learning_rate": 0.0001,
|
103 |
+
"loss": 2.4844,
|
104 |
+
"step": 45
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 0.8888888888888888,
|
108 |
+
"grad_norm": 1.724406361579895,
|
109 |
+
"learning_rate": 0.0001,
|
110 |
+
"loss": 2.375,
|
111 |
+
"step": 50
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.8888888888888888,
|
115 |
+
"eval_loss": 2.331134080886841,
|
116 |
+
"eval_runtime": 47.6074,
|
117 |
+
"eval_samples_per_second": 2.521,
|
118 |
+
"eval_steps_per_second": 2.521,
|
119 |
+
"step": 50
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"epoch": 0.9777777777777777,
|
123 |
+
"grad_norm": 1.9400808811187744,
|
124 |
+
"learning_rate": 0.0001,
|
125 |
+
"loss": 2.3608,
|
126 |
+
"step": 55
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"epoch": 1.0533333333333332,
|
130 |
+
"grad_norm": 1.699751615524292,
|
131 |
+
"learning_rate": 0.0001,
|
132 |
+
"loss": 2.0964,
|
133 |
+
"step": 60
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 1.0533333333333332,
|
137 |
+
"eval_loss": 2.3239781856536865,
|
138 |
+
"eval_runtime": 47.5467,
|
139 |
+
"eval_samples_per_second": 2.524,
|
140 |
+
"eval_steps_per_second": 2.524,
|
141 |
+
"step": 60
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 1.1422222222222222,
|
145 |
+
"grad_norm": 1.8274644613265991,
|
146 |
+
"learning_rate": 0.0001,
|
147 |
+
"loss": 1.9732,
|
148 |
+
"step": 65
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"epoch": 1.231111111111111,
|
152 |
+
"grad_norm": 1.808166265487671,
|
153 |
+
"learning_rate": 0.0001,
|
154 |
+
"loss": 1.882,
|
155 |
+
"step": 70
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"epoch": 1.231111111111111,
|
159 |
+
"eval_loss": 2.3200292587280273,
|
160 |
+
"eval_runtime": 47.4934,
|
161 |
+
"eval_samples_per_second": 2.527,
|
162 |
+
"eval_steps_per_second": 2.527,
|
163 |
+
"step": 70
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.32,
|
167 |
+
"grad_norm": 3.130427598953247,
|
168 |
+
"learning_rate": 0.0001,
|
169 |
+
"loss": 1.8712,
|
170 |
+
"step": 75
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.4088888888888889,
|
174 |
+
"grad_norm": 2.2472410202026367,
|
175 |
+
"learning_rate": 0.0001,
|
176 |
+
"loss": 1.9349,
|
177 |
+
"step": 80
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.4088888888888889,
|
181 |
+
"eval_loss": 2.310476064682007,
|
182 |
+
"eval_runtime": 47.4743,
|
183 |
+
"eval_samples_per_second": 2.528,
|
184 |
+
"eval_steps_per_second": 2.528,
|
185 |
+
"step": 80
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 1.4977777777777779,
|
189 |
+
"grad_norm": 2.6739182472229004,
|
190 |
+
"learning_rate": 0.0001,
|
191 |
+
"loss": 2.0233,
|
192 |
+
"step": 85
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 1.5866666666666667,
|
196 |
+
"grad_norm": 1.9445191621780396,
|
197 |
+
"learning_rate": 0.0001,
|
198 |
+
"loss": 1.8915,
|
199 |
+
"step": 90
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 1.5866666666666667,
|
203 |
+
"eval_loss": 2.315756320953369,
|
204 |
+
"eval_runtime": 47.428,
|
205 |
+
"eval_samples_per_second": 2.53,
|
206 |
+
"eval_steps_per_second": 2.53,
|
207 |
+
"step": 90
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 1.6755555555555555,
|
211 |
+
"grad_norm": 2.230072259902954,
|
212 |
+
"learning_rate": 0.0001,
|
213 |
+
"loss": 1.9569,
|
214 |
+
"step": 95
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 1.7644444444444445,
|
218 |
+
"grad_norm": 2.215071678161621,
|
219 |
+
"learning_rate": 0.0001,
|
220 |
+
"loss": 1.9129,
|
221 |
+
"step": 100
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 1.7644444444444445,
|
225 |
+
"eval_loss": 2.293951988220215,
|
226 |
+
"eval_runtime": 47.6216,
|
227 |
+
"eval_samples_per_second": 2.52,
|
228 |
+
"eval_steps_per_second": 2.52,
|
229 |
+
"step": 100
|
230 |
+
},
|
231 |
+
{
|
232 |
+
"epoch": 1.8533333333333335,
|
233 |
+
"grad_norm": 2.5269975662231445,
|
234 |
+
"learning_rate": 0.0001,
|
235 |
+
"loss": 1.9823,
|
236 |
+
"step": 105
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 1.942222222222222,
|
240 |
+
"grad_norm": 2.0200388431549072,
|
241 |
+
"learning_rate": 0.0001,
|
242 |
+
"loss": 1.9038,
|
243 |
+
"step": 110
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 1.942222222222222,
|
247 |
+
"eval_loss": 2.2803099155426025,
|
248 |
+
"eval_runtime": 47.5459,
|
249 |
+
"eval_samples_per_second": 2.524,
|
250 |
+
"eval_steps_per_second": 2.524,
|
251 |
+
"step": 110
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 2.017777777777778,
|
255 |
+
"grad_norm": 2.0417139530181885,
|
256 |
+
"learning_rate": 0.0001,
|
257 |
+
"loss": 1.9497,
|
258 |
+
"step": 115
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 2.1066666666666665,
|
262 |
+
"grad_norm": 3.4772863388061523,
|
263 |
+
"learning_rate": 0.0001,
|
264 |
+
"loss": 1.4558,
|
265 |
+
"step": 120
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 2.1066666666666665,
|
269 |
+
"eval_loss": 2.546415090560913,
|
270 |
+
"eval_runtime": 47.4915,
|
271 |
+
"eval_samples_per_second": 2.527,
|
272 |
+
"eval_steps_per_second": 2.527,
|
273 |
+
"step": 120
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 2.1955555555555555,
|
277 |
+
"grad_norm": 2.348198413848877,
|
278 |
+
"learning_rate": 0.0001,
|
279 |
+
"loss": 1.4142,
|
280 |
+
"step": 125
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"epoch": 2.2844444444444445,
|
284 |
+
"grad_norm": 2.7231850624084473,
|
285 |
+
"learning_rate": 0.0001,
|
286 |
+
"loss": 1.4393,
|
287 |
+
"step": 130
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"epoch": 2.2844444444444445,
|
291 |
+
"eval_loss": 2.4443583488464355,
|
292 |
+
"eval_runtime": 47.4261,
|
293 |
+
"eval_samples_per_second": 2.53,
|
294 |
+
"eval_steps_per_second": 2.53,
|
295 |
+
"step": 130
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 2.3733333333333335,
|
299 |
+
"grad_norm": 2.138868570327759,
|
300 |
+
"learning_rate": 0.0001,
|
301 |
+
"loss": 1.339,
|
302 |
+
"step": 135
|
303 |
+
},
|
304 |
+
{
|
305 |
+
"epoch": 2.462222222222222,
|
306 |
+
"grad_norm": 2.7573513984680176,
|
307 |
+
"learning_rate": 0.0001,
|
308 |
+
"loss": 1.3999,
|
309 |
+
"step": 140
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 2.462222222222222,
|
313 |
+
"eval_loss": 2.4613397121429443,
|
314 |
+
"eval_runtime": 47.469,
|
315 |
+
"eval_samples_per_second": 2.528,
|
316 |
+
"eval_steps_per_second": 2.528,
|
317 |
+
"step": 140
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.551111111111111,
|
321 |
+
"grad_norm": 2.5279624462127686,
|
322 |
+
"learning_rate": 0.0001,
|
323 |
+
"loss": 1.4729,
|
324 |
+
"step": 145
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.64,
|
328 |
+
"grad_norm": 2.1908698081970215,
|
329 |
+
"learning_rate": 0.0001,
|
330 |
+
"loss": 1.3184,
|
331 |
+
"step": 150
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 2.64,
|
335 |
+
"eval_loss": 2.461369752883911,
|
336 |
+
"eval_runtime": 47.4904,
|
337 |
+
"eval_samples_per_second": 2.527,
|
338 |
+
"eval_steps_per_second": 2.527,
|
339 |
+
"step": 150
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 2.728888888888889,
|
343 |
+
"grad_norm": 2.8457717895507812,
|
344 |
+
"learning_rate": 0.0001,
|
345 |
+
"loss": 1.4493,
|
346 |
+
"step": 155
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 2.8177777777777777,
|
350 |
+
"grad_norm": 3.0878119468688965,
|
351 |
+
"learning_rate": 0.0001,
|
352 |
+
"loss": 1.4338,
|
353 |
+
"step": 160
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 2.8177777777777777,
|
357 |
+
"eval_loss": 2.4270567893981934,
|
358 |
+
"eval_runtime": 47.5396,
|
359 |
+
"eval_samples_per_second": 2.524,
|
360 |
+
"eval_steps_per_second": 2.524,
|
361 |
+
"step": 160
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 2.9066666666666667,
|
365 |
+
"grad_norm": 2.3448030948638916,
|
366 |
+
"learning_rate": 0.0001,
|
367 |
+
"loss": 1.4075,
|
368 |
+
"step": 165
|
369 |
+
}
|
370 |
+
],
|
371 |
+
"logging_steps": 5,
|
372 |
+
"max_steps": 168,
|
373 |
+
"num_input_tokens_seen": 0,
|
374 |
+
"num_train_epochs": 3,
|
375 |
+
"save_steps": 500,
|
376 |
+
"stateful_callbacks": {
|
377 |
+
"TrainerControl": {
|
378 |
+
"args": {
|
379 |
+
"should_epoch_stop": false,
|
380 |
+
"should_evaluate": false,
|
381 |
+
"should_log": false,
|
382 |
+
"should_save": true,
|
383 |
+
"should_training_stop": true
|
384 |
+
},
|
385 |
+
"attributes": {}
|
386 |
+
}
|
387 |
+
},
|
388 |
+
"total_flos": 5.954718791663616e+16,
|
389 |
+
"train_batch_size": 2,
|
390 |
+
"trial_name": null,
|
391 |
+
"trial_params": null
|
392 |
+
}
|
checkpoint-168/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46ec3155257429ae0258c0a4c8331139da05236f834279a5e40e8c259fdbc1fc
|
3 |
+
size 5496
|
checkpoint-168/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eed6014de193813e3552880dd631ce163d9b40a535d999e4e7cc55644e96e8f
|
3 |
size 5496
|