Upload folder using huggingface_hub
Browse files- checkpoint-234/README.md +202 -0
- checkpoint-234/adapter_config.json +34 -0
- checkpoint-234/adapter_model.safetensors +3 -0
- checkpoint-234/added_tokens.json +25 -0
- checkpoint-234/merges.txt +0 -0
- checkpoint-234/optimizer.pt +3 -0
- checkpoint-234/rng_state_0.pth +3 -0
- checkpoint-234/rng_state_1.pth +3 -0
- checkpoint-234/rng_state_2.pth +3 -0
- checkpoint-234/rng_state_3.pth +3 -0
- checkpoint-234/scheduler.pt +3 -0
- checkpoint-234/special_tokens_map.json +31 -0
- checkpoint-234/tokenizer.json +0 -0
- checkpoint-234/tokenizer_config.json +216 -0
- checkpoint-234/trainer_state.json +1703 -0
- checkpoint-234/training_args.bin +3 -0
- checkpoint-234/vocab.json +0 -0
- merged/added_tokens.json +25 -0
- merged/config.json +29 -0
- merged/generation_config.json +15 -0
- merged/merges.txt +0 -0
- merged/pytorch_model.bin +3 -0
- merged/special_tokens_map.json +31 -0
- merged/tokenizer.json +0 -0
- merged/tokenizer_config.json +216 -0
- merged/vocab.json +0 -0
checkpoint-234/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: unsloth/Qwen2.5-Coder-1.5B-Instruct
|
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.11.1
|
checkpoint-234/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-1.5B-Instruct",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
+
"v_proj",
|
25 |
+
"o_proj",
|
26 |
+
"k_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-234/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5beab5e854d46fce47b6fb8484cfdfe9d5272042e6068194759f9d2369c7b47e
|
3 |
+
size 147770496
|
checkpoint-234/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 |
+
}
|
checkpoint-234/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-234/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8db4e8684b1745ddfe2536225909adfc32e8c15ba910f3d109ad58867aaa58a0
|
3 |
+
size 74435636
|
checkpoint-234/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4cd1fe86b1a7fb5088d7a2906b0cb61e4869d95fbfc7c20d29a1bd855a63719
|
3 |
+
size 14960
|
checkpoint-234/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e44ed27029ad3cf3656b178a6c84f721991870fb9a317c715ab29a6df0afe6
|
3 |
+
size 14960
|
checkpoint-234/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28ef82cbdbb129628fa88ac1116ee60fba55ca82a377b960594fe9a61f79623f
|
3 |
+
size 14960
|
checkpoint-234/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed77a6df1b46cdd66183daa169caddec8f852f9e21784484fac807401feda775
|
3 |
+
size 14960
|
checkpoint-234/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ede7b1423721cae7c5a3bccce2b3f83abcf842665a4c5b368aefc719a462de
|
3 |
+
size 1064
|
checkpoint-234/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": "<|PAD_TOKEN|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-234/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-234/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 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",
|
207 |
+
"clean_up_tokenization_spaces": false,
|
208 |
+
"eos_token": "<|im_end|>",
|
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 |
+
}
|
checkpoint-234/trainer_state.json
ADDED
@@ -0,0 +1,1703 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9968051118210862,
|
5 |
+
"eval_steps": 59,
|
6 |
+
"global_step": 234,
|
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.004259850905218318,
|
13 |
+
"grad_norm": 0.42660918831825256,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 1.4194,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.004259850905218318,
|
20 |
+
"eval_loss": 1.3981385231018066,
|
21 |
+
"eval_runtime": 17.5749,
|
22 |
+
"eval_samples_per_second": 22.475,
|
23 |
+
"eval_steps_per_second": 2.845,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.008519701810436636,
|
28 |
+
"grad_norm": 0.38132771849632263,
|
29 |
+
"learning_rate": 4e-05,
|
30 |
+
"loss": 1.4291,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.012779552715654952,
|
35 |
+
"grad_norm": 0.4677501916885376,
|
36 |
+
"learning_rate": 6e-05,
|
37 |
+
"loss": 1.606,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01703940362087327,
|
42 |
+
"grad_norm": 0.4839603900909424,
|
43 |
+
"learning_rate": 8e-05,
|
44 |
+
"loss": 1.5193,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.021299254526091587,
|
49 |
+
"grad_norm": 0.52900630235672,
|
50 |
+
"learning_rate": 0.0001,
|
51 |
+
"loss": 1.7253,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.025559105431309903,
|
56 |
+
"grad_norm": 0.4611320495605469,
|
57 |
+
"learning_rate": 0.00012,
|
58 |
+
"loss": 1.4042,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.029818956336528223,
|
63 |
+
"grad_norm": 0.5078997611999512,
|
64 |
+
"learning_rate": 0.00014,
|
65 |
+
"loss": 1.8641,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.03407880724174654,
|
70 |
+
"grad_norm": 0.5692968368530273,
|
71 |
+
"learning_rate": 0.00016,
|
72 |
+
"loss": 1.0603,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.038338658146964855,
|
77 |
+
"grad_norm": 0.5424911379814148,
|
78 |
+
"learning_rate": 0.00018,
|
79 |
+
"loss": 0.9217,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.042598509052183174,
|
84 |
+
"grad_norm": 0.6595712304115295,
|
85 |
+
"learning_rate": 0.0002,
|
86 |
+
"loss": 1.0443,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.046858359957401494,
|
91 |
+
"grad_norm": 0.552948534488678,
|
92 |
+
"learning_rate": 0.00019999016517595753,
|
93 |
+
"loss": 0.9727,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.051118210862619806,
|
98 |
+
"grad_norm": 0.523713231086731,
|
99 |
+
"learning_rate": 0.00019996066263830531,
|
100 |
+
"loss": 1.0042,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.055378061767838126,
|
105 |
+
"grad_norm": 0.3326718807220459,
|
106 |
+
"learning_rate": 0.0001999114981900887,
|
107 |
+
"loss": 0.6851,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.059637912673056445,
|
112 |
+
"grad_norm": 0.40246546268463135,
|
113 |
+
"learning_rate": 0.00019984268150178167,
|
114 |
+
"loss": 0.6865,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.06389776357827476,
|
119 |
+
"grad_norm": 0.3299888074398041,
|
120 |
+
"learning_rate": 0.00019975422610938462,
|
121 |
+
"loss": 0.6413,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.06815761448349308,
|
126 |
+
"grad_norm": 0.321532666683197,
|
127 |
+
"learning_rate": 0.00019964614941176195,
|
128 |
+
"loss": 0.6425,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.0724174653887114,
|
133 |
+
"grad_norm": 0.30551549792289734,
|
134 |
+
"learning_rate": 0.0001995184726672197,
|
135 |
+
"loss": 0.6573,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.07667731629392971,
|
140 |
+
"grad_norm": 0.3162730932235718,
|
141 |
+
"learning_rate": 0.00019937122098932428,
|
142 |
+
"loss": 0.7957,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.08093716719914804,
|
147 |
+
"grad_norm": 0.2646523714065552,
|
148 |
+
"learning_rate": 0.00019920442334196248,
|
149 |
+
"loss": 0.6842,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.08519701810436635,
|
154 |
+
"grad_norm": 0.35260164737701416,
|
155 |
+
"learning_rate": 0.00019901811253364456,
|
156 |
+
"loss": 0.7045,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.08945686900958466,
|
161 |
+
"grad_norm": 0.36994901299476624,
|
162 |
+
"learning_rate": 0.00019881232521105089,
|
163 |
+
"loss": 0.7506,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.09371671991480299,
|
168 |
+
"grad_norm": 0.3145638108253479,
|
169 |
+
"learning_rate": 0.0001985871018518236,
|
170 |
+
"loss": 0.6522,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0979765708200213,
|
175 |
+
"grad_norm": 0.28740495443344116,
|
176 |
+
"learning_rate": 0.00019834248675660486,
|
177 |
+
"loss": 0.5763,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.10223642172523961,
|
182 |
+
"grad_norm": 0.29527685046195984,
|
183 |
+
"learning_rate": 0.00019807852804032305,
|
184 |
+
"loss": 0.8533,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.10649627263045794,
|
189 |
+
"grad_norm": 0.3023378849029541,
|
190 |
+
"learning_rate": 0.00019779527762272877,
|
191 |
+
"loss": 0.738,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.11075612353567625,
|
196 |
+
"grad_norm": 0.2749658524990082,
|
197 |
+
"learning_rate": 0.00019749279121818235,
|
198 |
+
"loss": 0.6354,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.11501597444089456,
|
203 |
+
"grad_norm": 0.3914307951927185,
|
204 |
+
"learning_rate": 0.0001971711283246951,
|
205 |
+
"loss": 0.8604,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.11927582534611289,
|
210 |
+
"grad_norm": 0.47873714566230774,
|
211 |
+
"learning_rate": 0.00019683035221222618,
|
212 |
+
"loss": 0.7972,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.1235356762513312,
|
217 |
+
"grad_norm": 0.22174575924873352,
|
218 |
+
"learning_rate": 0.0001964705299102376,
|
219 |
+
"loss": 0.4385,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.12779552715654952,
|
224 |
+
"grad_norm": 0.244963139295578,
|
225 |
+
"learning_rate": 0.00019609173219450998,
|
226 |
+
"loss": 0.7168,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.13205537806176784,
|
231 |
+
"grad_norm": 0.32758575677871704,
|
232 |
+
"learning_rate": 0.0001956940335732209,
|
233 |
+
"loss": 0.7231,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.13631522896698617,
|
238 |
+
"grad_norm": 0.21992172300815582,
|
239 |
+
"learning_rate": 0.00019527751227228963,
|
240 |
+
"loss": 0.662,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.14057507987220447,
|
245 |
+
"grad_norm": 0.2899262309074402,
|
246 |
+
"learning_rate": 0.0001948422502199903,
|
247 |
+
"loss": 0.4651,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.1448349307774228,
|
252 |
+
"grad_norm": 0.23878340423107147,
|
253 |
+
"learning_rate": 0.00019438833303083678,
|
254 |
+
"loss": 0.5367,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.14909478168264112,
|
259 |
+
"grad_norm": 0.20475314557552338,
|
260 |
+
"learning_rate": 0.0001939158499887428,
|
261 |
+
"loss": 0.4024,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.15335463258785942,
|
266 |
+
"grad_norm": 0.25068745017051697,
|
267 |
+
"learning_rate": 0.00019342489402945998,
|
268 |
+
"loss": 0.6575,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.15761448349307774,
|
273 |
+
"grad_norm": 0.3811924159526825,
|
274 |
+
"learning_rate": 0.00019291556172229785,
|
275 |
+
"loss": 0.6405,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.16187433439829607,
|
280 |
+
"grad_norm": 0.2627577483654022,
|
281 |
+
"learning_rate": 0.0001923879532511287,
|
282 |
+
"loss": 0.6961,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.16613418530351437,
|
287 |
+
"grad_norm": 0.32665154337882996,
|
288 |
+
"learning_rate": 0.00019184217239468212,
|
289 |
+
"loss": 0.6983,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.1703940362087327,
|
294 |
+
"grad_norm": 0.24597743153572083,
|
295 |
+
"learning_rate": 0.00019127832650613189,
|
296 |
+
"loss": 0.54,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.17465388711395102,
|
301 |
+
"grad_norm": 0.2611660361289978,
|
302 |
+
"learning_rate": 0.00019069652649198005,
|
303 |
+
"loss": 0.6281,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.17891373801916932,
|
308 |
+
"grad_norm": 0.2969326078891754,
|
309 |
+
"learning_rate": 0.0001900968867902419,
|
310 |
+
"loss": 0.6817,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.18317358892438765,
|
315 |
+
"grad_norm": 0.27561935782432556,
|
316 |
+
"learning_rate": 0.00018947952534793661,
|
317 |
+
"loss": 0.626,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.18743343982960597,
|
322 |
+
"grad_norm": 0.33468887209892273,
|
323 |
+
"learning_rate": 0.00018884456359788724,
|
324 |
+
"loss": 0.7383,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.19169329073482427,
|
329 |
+
"grad_norm": 0.2937297224998474,
|
330 |
+
"learning_rate": 0.0001881921264348355,
|
331 |
+
"loss": 0.6972,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.1959531416400426,
|
336 |
+
"grad_norm": 0.33218011260032654,
|
337 |
+
"learning_rate": 0.00018752234219087538,
|
338 |
+
"loss": 0.6749,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.20021299254526093,
|
343 |
+
"grad_norm": 0.2661404311656952,
|
344 |
+
"learning_rate": 0.00018683534261021057,
|
345 |
+
"loss": 0.4882,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.20447284345047922,
|
350 |
+
"grad_norm": 0.2451002150774002,
|
351 |
+
"learning_rate": 0.00018613126282324092,
|
352 |
+
"loss": 0.637,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.20873269435569755,
|
357 |
+
"grad_norm": 0.27517661452293396,
|
358 |
+
"learning_rate": 0.00018541024131998274,
|
359 |
+
"loss": 0.5483,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.21299254526091588,
|
364 |
+
"grad_norm": 0.24373459815979004,
|
365 |
+
"learning_rate": 0.00018467241992282843,
|
366 |
+
"loss": 0.5112,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.21725239616613418,
|
371 |
+
"grad_norm": 0.3239864408969879,
|
372 |
+
"learning_rate": 0.00018391794375865024,
|
373 |
+
"loss": 0.8005,
|
374 |
+
"step": 51
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.2215122470713525,
|
378 |
+
"grad_norm": 0.29262682795524597,
|
379 |
+
"learning_rate": 0.00018314696123025454,
|
380 |
+
"loss": 0.6769,
|
381 |
+
"step": 52
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.22577209797657083,
|
385 |
+
"grad_norm": 0.28277888894081116,
|
386 |
+
"learning_rate": 0.00018235962398719147,
|
387 |
+
"loss": 0.6892,
|
388 |
+
"step": 53
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.23003194888178913,
|
392 |
+
"grad_norm": 0.41741546988487244,
|
393 |
+
"learning_rate": 0.00018155608689592604,
|
394 |
+
"loss": 0.6763,
|
395 |
+
"step": 54
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.23429179978700745,
|
399 |
+
"grad_norm": 0.2734082043170929,
|
400 |
+
"learning_rate": 0.00018073650800937624,
|
401 |
+
"loss": 0.697,
|
402 |
+
"step": 55
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.23855165069222578,
|
406 |
+
"grad_norm": 0.2646290957927704,
|
407 |
+
"learning_rate": 0.00017990104853582493,
|
408 |
+
"loss": 0.5936,
|
409 |
+
"step": 56
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.24281150159744408,
|
413 |
+
"grad_norm": 0.27723610401153564,
|
414 |
+
"learning_rate": 0.00017904987280721035,
|
415 |
+
"loss": 0.5875,
|
416 |
+
"step": 57
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.2470713525026624,
|
420 |
+
"grad_norm": 0.2668153643608093,
|
421 |
+
"learning_rate": 0.000178183148246803,
|
422 |
+
"loss": 0.5219,
|
423 |
+
"step": 58
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.25133120340788073,
|
427 |
+
"grad_norm": 0.29033368825912476,
|
428 |
+
"learning_rate": 0.0001773010453362737,
|
429 |
+
"loss": 0.5997,
|
430 |
+
"step": 59
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.25133120340788073,
|
434 |
+
"eval_loss": 0.5784963965415955,
|
435 |
+
"eval_runtime": 17.4317,
|
436 |
+
"eval_samples_per_second": 22.66,
|
437 |
+
"eval_steps_per_second": 2.868,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.25559105431309903,
|
442 |
+
"grad_norm": 0.2783537209033966,
|
443 |
+
"learning_rate": 0.00017640373758216077,
|
444 |
+
"loss": 0.483,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.2598509052183174,
|
449 |
+
"grad_norm": 0.31082215905189514,
|
450 |
+
"learning_rate": 0.0001754914014817416,
|
451 |
+
"loss": 0.6473,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.2641107561235357,
|
456 |
+
"grad_norm": 0.3206618130207062,
|
457 |
+
"learning_rate": 0.00017456421648831655,
|
458 |
+
"loss": 0.6289,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.268370607028754,
|
463 |
+
"grad_norm": 0.2875254154205322,
|
464 |
+
"learning_rate": 0.00017362236497591094,
|
465 |
+
"loss": 0.594,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.27263045793397234,
|
470 |
+
"grad_norm": 0.22950579226016998,
|
471 |
+
"learning_rate": 0.0001726660322034027,
|
472 |
+
"loss": 0.3886,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.27689030883919064,
|
477 |
+
"grad_norm": 0.24293649196624756,
|
478 |
+
"learning_rate": 0.00017169540627808274,
|
479 |
+
"loss": 0.6129,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.28115015974440893,
|
484 |
+
"grad_norm": 0.2611636519432068,
|
485 |
+
"learning_rate": 0.00017071067811865476,
|
486 |
+
"loss": 0.6891,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.2854100106496273,
|
491 |
+
"grad_norm": 0.284407377243042,
|
492 |
+
"learning_rate": 0.00016971204141768233,
|
493 |
+
"loss": 0.516,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.2896698615548456,
|
498 |
+
"grad_norm": 0.21485944092273712,
|
499 |
+
"learning_rate": 0.00016869969260349018,
|
500 |
+
"loss": 0.3826,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.2939297124600639,
|
505 |
+
"grad_norm": 0.29337963461875916,
|
506 |
+
"learning_rate": 0.00016767383080152742,
|
507 |
+
"loss": 0.5696,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.29818956336528224,
|
512 |
+
"grad_norm": 0.27099764347076416,
|
513 |
+
"learning_rate": 0.0001666346577952004,
|
514 |
+
"loss": 0.4708,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.30244941427050054,
|
519 |
+
"grad_norm": 0.29055824875831604,
|
520 |
+
"learning_rate": 0.00016558237798618245,
|
521 |
+
"loss": 0.5844,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.30670926517571884,
|
526 |
+
"grad_norm": 0.22874757647514343,
|
527 |
+
"learning_rate": 0.00016451719835420877,
|
528 |
+
"loss": 0.4412,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.3109691160809372,
|
533 |
+
"grad_norm": 0.2926221489906311,
|
534 |
+
"learning_rate": 0.00016343932841636456,
|
535 |
+
"loss": 0.5757,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.3152289669861555,
|
540 |
+
"grad_norm": 0.30070438981056213,
|
541 |
+
"learning_rate": 0.00016234898018587337,
|
542 |
+
"loss": 0.6063,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.3194888178913738,
|
547 |
+
"grad_norm": 0.2475481927394867,
|
548 |
+
"learning_rate": 0.00016124636813039502,
|
549 |
+
"loss": 0.5056,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.32374866879659214,
|
554 |
+
"grad_norm": 0.2851349711418152,
|
555 |
+
"learning_rate": 0.00016013170912984058,
|
556 |
+
"loss": 0.7547,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.32800851970181044,
|
561 |
+
"grad_norm": 0.25569260120391846,
|
562 |
+
"learning_rate": 0.00015900522243371282,
|
563 |
+
"loss": 0.5168,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.33226837060702874,
|
568 |
+
"grad_norm": 0.3774610757827759,
|
569 |
+
"learning_rate": 0.0001578671296179806,
|
570 |
+
"loss": 0.6691,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.3365282215122471,
|
575 |
+
"grad_norm": 0.2339468151330948,
|
576 |
+
"learning_rate": 0.00015671765454149559,
|
577 |
+
"loss": 0.5021,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.3407880724174654,
|
582 |
+
"grad_norm": 0.3066350519657135,
|
583 |
+
"learning_rate": 0.00015555702330196023,
|
584 |
+
"loss": 0.6838,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.3450479233226837,
|
589 |
+
"grad_norm": 0.271908164024353,
|
590 |
+
"learning_rate": 0.00015438546419145488,
|
591 |
+
"loss": 0.4837,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.34930777422790205,
|
596 |
+
"grad_norm": 0.304290771484375,
|
597 |
+
"learning_rate": 0.00015320320765153367,
|
598 |
+
"loss": 0.6768,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.35356762513312034,
|
603 |
+
"grad_norm": 0.25685280561447144,
|
604 |
+
"learning_rate": 0.00015201048622789747,
|
605 |
+
"loss": 0.4335,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.35782747603833864,
|
610 |
+
"grad_norm": 0.3003567159175873,
|
611 |
+
"learning_rate": 0.00015080753452465296,
|
612 |
+
"loss": 0.5836,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.362087326943557,
|
617 |
+
"grad_norm": 0.2585873007774353,
|
618 |
+
"learning_rate": 0.0001495945891581668,
|
619 |
+
"loss": 0.5391,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.3663471778487753,
|
624 |
+
"grad_norm": 0.30791282653808594,
|
625 |
+
"learning_rate": 0.000148371888710524,
|
626 |
+
"loss": 0.5103,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.3706070287539936,
|
631 |
+
"grad_norm": 0.23016773164272308,
|
632 |
+
"learning_rate": 0.0001471396736825998,
|
633 |
+
"loss": 0.4269,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.37486687965921195,
|
638 |
+
"grad_norm": 0.3137454390525818,
|
639 |
+
"learning_rate": 0.00014589818644675378,
|
640 |
+
"loss": 0.5116,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.37912673056443025,
|
645 |
+
"grad_norm": 0.28078484535217285,
|
646 |
+
"learning_rate": 0.00014464767119915629,
|
647 |
+
"loss": 0.4388,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.38338658146964855,
|
652 |
+
"grad_norm": 0.3163893222808838,
|
653 |
+
"learning_rate": 0.00014338837391175582,
|
654 |
+
"loss": 0.6122,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.3876464323748669,
|
659 |
+
"grad_norm": 0.34674668312072754,
|
660 |
+
"learning_rate": 0.0001421205422838971,
|
661 |
+
"loss": 0.7114,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.3919062832800852,
|
666 |
+
"grad_norm": 0.2210942953824997,
|
667 |
+
"learning_rate": 0.00014084442569359964,
|
668 |
+
"loss": 0.3351,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.3961661341853035,
|
673 |
+
"grad_norm": 0.30586308240890503,
|
674 |
+
"learning_rate": 0.0001395602751485059,
|
675 |
+
"loss": 0.4845,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.40042598509052185,
|
680 |
+
"grad_norm": 0.2695784568786621,
|
681 |
+
"learning_rate": 0.000138268343236509,
|
682 |
+
"loss": 0.4992,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.40468583599574015,
|
687 |
+
"grad_norm": 0.2989813983440399,
|
688 |
+
"learning_rate": 0.00013696888407606952,
|
689 |
+
"loss": 0.585,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.40894568690095845,
|
694 |
+
"grad_norm": 0.2759920656681061,
|
695 |
+
"learning_rate": 0.0001356621532662313,
|
696 |
+
"loss": 0.4492,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.4132055378061768,
|
701 |
+
"grad_norm": 0.33117353916168213,
|
702 |
+
"learning_rate": 0.0001343484078363461,
|
703 |
+
"loss": 0.5606,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.4174653887113951,
|
708 |
+
"grad_norm": 0.24572253227233887,
|
709 |
+
"learning_rate": 0.00013302790619551674,
|
710 |
+
"loss": 0.3261,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.4217252396166134,
|
715 |
+
"grad_norm": 0.322480171918869,
|
716 |
+
"learning_rate": 0.00013170090808176883,
|
717 |
+
"loss": 0.5527,
|
718 |
+
"step": 99
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 0.42598509052183176,
|
722 |
+
"grad_norm": 0.3101179301738739,
|
723 |
+
"learning_rate": 0.00013036767451096148,
|
724 |
+
"loss": 0.5419,
|
725 |
+
"step": 100
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 0.43024494142705005,
|
729 |
+
"grad_norm": 0.3218703269958496,
|
730 |
+
"learning_rate": 0.00012902846772544624,
|
731 |
+
"loss": 0.5441,
|
732 |
+
"step": 101
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"epoch": 0.43450479233226835,
|
736 |
+
"grad_norm": 0.26214686036109924,
|
737 |
+
"learning_rate": 0.00012768355114248494,
|
738 |
+
"loss": 0.5388,
|
739 |
+
"step": 102
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 0.4387646432374867,
|
743 |
+
"grad_norm": 0.421612411737442,
|
744 |
+
"learning_rate": 0.00012633318930243648,
|
745 |
+
"loss": 0.7557,
|
746 |
+
"step": 103
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 0.443024494142705,
|
750 |
+
"grad_norm": 0.5120344758033752,
|
751 |
+
"learning_rate": 0.0001249776478167227,
|
752 |
+
"loss": 0.7028,
|
753 |
+
"step": 104
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.4472843450479233,
|
757 |
+
"grad_norm": 0.27614736557006836,
|
758 |
+
"learning_rate": 0.00012361719331558345,
|
759 |
+
"loss": 0.3954,
|
760 |
+
"step": 105
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"epoch": 0.45154419595314166,
|
764 |
+
"grad_norm": 0.269520103931427,
|
765 |
+
"learning_rate": 0.00012225209339563145,
|
766 |
+
"loss": 0.4851,
|
767 |
+
"step": 106
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 0.45580404685835996,
|
771 |
+
"grad_norm": 0.2739225924015045,
|
772 |
+
"learning_rate": 0.000120882616567217,
|
773 |
+
"loss": 0.4907,
|
774 |
+
"step": 107
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 0.46006389776357826,
|
778 |
+
"grad_norm": 0.33920663595199585,
|
779 |
+
"learning_rate": 0.00011950903220161285,
|
780 |
+
"loss": 0.6288,
|
781 |
+
"step": 108
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 0.4643237486687966,
|
785 |
+
"grad_norm": 0.279832124710083,
|
786 |
+
"learning_rate": 0.00011813161047802985,
|
787 |
+
"loss": 0.447,
|
788 |
+
"step": 109
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"epoch": 0.4685835995740149,
|
792 |
+
"grad_norm": 0.31790605187416077,
|
793 |
+
"learning_rate": 0.00011675062233047364,
|
794 |
+
"loss": 0.5933,
|
795 |
+
"step": 110
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.4728434504792332,
|
799 |
+
"grad_norm": 0.24926939606666565,
|
800 |
+
"learning_rate": 0.000115366339394453,
|
801 |
+
"loss": 0.4061,
|
802 |
+
"step": 111
|
803 |
+
},
|
804 |
+
{
|
805 |
+
"epoch": 0.47710330138445156,
|
806 |
+
"grad_norm": 0.3327280282974243,
|
807 |
+
"learning_rate": 0.00011397903395354996,
|
808 |
+
"loss": 0.484,
|
809 |
+
"step": 112
|
810 |
+
},
|
811 |
+
{
|
812 |
+
"epoch": 0.48136315228966986,
|
813 |
+
"grad_norm": 0.37822094559669495,
|
814 |
+
"learning_rate": 0.00011258897888586255,
|
815 |
+
"loss": 0.6416,
|
816 |
+
"step": 113
|
817 |
+
},
|
818 |
+
{
|
819 |
+
"epoch": 0.48562300319488816,
|
820 |
+
"grad_norm": 0.35605669021606445,
|
821 |
+
"learning_rate": 0.00011119644761033078,
|
822 |
+
"loss": 0.6136,
|
823 |
+
"step": 114
|
824 |
+
},
|
825 |
+
{
|
826 |
+
"epoch": 0.4898828541001065,
|
827 |
+
"grad_norm": 0.3513132929801941,
|
828 |
+
"learning_rate": 0.0001098017140329561,
|
829 |
+
"loss": 0.6299,
|
830 |
+
"step": 115
|
831 |
+
},
|
832 |
+
{
|
833 |
+
"epoch": 0.4941427050053248,
|
834 |
+
"grad_norm": 0.3040708899497986,
|
835 |
+
"learning_rate": 0.00010840505249292476,
|
836 |
+
"loss": 0.4658,
|
837 |
+
"step": 116
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.4984025559105431,
|
841 |
+
"grad_norm": 0.19006308913230896,
|
842 |
+
"learning_rate": 0.00010700673770864673,
|
843 |
+
"loss": 0.2694,
|
844 |
+
"step": 117
|
845 |
+
},
|
846 |
+
{
|
847 |
+
"epoch": 0.5026624068157615,
|
848 |
+
"grad_norm": 0.30643633008003235,
|
849 |
+
"learning_rate": 0.00010560704472371919,
|
850 |
+
"loss": 0.4492,
|
851 |
+
"step": 118
|
852 |
+
},
|
853 |
+
{
|
854 |
+
"epoch": 0.5026624068157615,
|
855 |
+
"eval_loss": 0.5326976180076599,
|
856 |
+
"eval_runtime": 17.5872,
|
857 |
+
"eval_samples_per_second": 22.46,
|
858 |
+
"eval_steps_per_second": 2.843,
|
859 |
+
"step": 118
|
860 |
+
},
|
861 |
+
{
|
862 |
+
"epoch": 0.5069222577209798,
|
863 |
+
"grad_norm": 0.3698013722896576,
|
864 |
+
"learning_rate": 0.00010420624885282653,
|
865 |
+
"loss": 0.6993,
|
866 |
+
"step": 119
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"epoch": 0.5111821086261981,
|
870 |
+
"grad_norm": 0.2801634967327118,
|
871 |
+
"learning_rate": 0.0001028046256275869,
|
872 |
+
"loss": 0.4059,
|
873 |
+
"step": 120
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.5154419595314164,
|
877 |
+
"grad_norm": 0.2864643931388855,
|
878 |
+
"learning_rate": 0.00010140245074235624,
|
879 |
+
"loss": 0.5024,
|
880 |
+
"step": 121
|
881 |
+
},
|
882 |
+
{
|
883 |
+
"epoch": 0.5197018104366348,
|
884 |
+
"grad_norm": 0.30105265974998474,
|
885 |
+
"learning_rate": 0.0001,
|
886 |
+
"loss": 0.6774,
|
887 |
+
"step": 122
|
888 |
+
},
|
889 |
+
{
|
890 |
+
"epoch": 0.5239616613418531,
|
891 |
+
"grad_norm": 0.39152050018310547,
|
892 |
+
"learning_rate": 9.859754925764378e-05,
|
893 |
+
"loss": 0.625,
|
894 |
+
"step": 123
|
895 |
+
},
|
896 |
+
{
|
897 |
+
"epoch": 0.5282215122470714,
|
898 |
+
"grad_norm": 0.3618883192539215,
|
899 |
+
"learning_rate": 9.719537437241312e-05,
|
900 |
+
"loss": 0.6978,
|
901 |
+
"step": 124
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"epoch": 0.5324813631522897,
|
905 |
+
"grad_norm": 0.23670899868011475,
|
906 |
+
"learning_rate": 9.579375114717351e-05,
|
907 |
+
"loss": 0.3379,
|
908 |
+
"step": 125
|
909 |
+
},
|
910 |
+
{
|
911 |
+
"epoch": 0.536741214057508,
|
912 |
+
"grad_norm": 0.3124864101409912,
|
913 |
+
"learning_rate": 9.439295527628081e-05,
|
914 |
+
"loss": 0.525,
|
915 |
+
"step": 126
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.5410010649627263,
|
919 |
+
"grad_norm": 0.3667398989200592,
|
920 |
+
"learning_rate": 9.299326229135326e-05,
|
921 |
+
"loss": 0.6164,
|
922 |
+
"step": 127
|
923 |
+
},
|
924 |
+
{
|
925 |
+
"epoch": 0.5452609158679447,
|
926 |
+
"grad_norm": 0.2894105613231659,
|
927 |
+
"learning_rate": 9.159494750707526e-05,
|
928 |
+
"loss": 0.4335,
|
929 |
+
"step": 128
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 0.549520766773163,
|
933 |
+
"grad_norm": 0.30680200457572937,
|
934 |
+
"learning_rate": 9.019828596704394e-05,
|
935 |
+
"loss": 0.4507,
|
936 |
+
"step": 129
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"epoch": 0.5537806176783813,
|
940 |
+
"grad_norm": 0.3676758110523224,
|
941 |
+
"learning_rate": 8.880355238966923e-05,
|
942 |
+
"loss": 0.5955,
|
943 |
+
"step": 130
|
944 |
+
},
|
945 |
+
{
|
946 |
+
"epoch": 0.5580404685835996,
|
947 |
+
"grad_norm": 0.3194178342819214,
|
948 |
+
"learning_rate": 8.741102111413748e-05,
|
949 |
+
"loss": 0.5675,
|
950 |
+
"step": 131
|
951 |
+
},
|
952 |
+
{
|
953 |
+
"epoch": 0.5623003194888179,
|
954 |
+
"grad_norm": 0.29750558733940125,
|
955 |
+
"learning_rate": 8.602096604645009e-05,
|
956 |
+
"loss": 0.5785,
|
957 |
+
"step": 132
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.5665601703940362,
|
961 |
+
"grad_norm": 0.37204545736312866,
|
962 |
+
"learning_rate": 8.463366060554698e-05,
|
963 |
+
"loss": 0.612,
|
964 |
+
"step": 133
|
965 |
+
},
|
966 |
+
{
|
967 |
+
"epoch": 0.5708200212992546,
|
968 |
+
"grad_norm": 0.36891940236091614,
|
969 |
+
"learning_rate": 8.324937766952638e-05,
|
970 |
+
"loss": 0.5463,
|
971 |
+
"step": 134
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"epoch": 0.5750798722044729,
|
975 |
+
"grad_norm": 0.2863575518131256,
|
976 |
+
"learning_rate": 8.186838952197018e-05,
|
977 |
+
"loss": 0.4884,
|
978 |
+
"step": 135
|
979 |
+
},
|
980 |
+
{
|
981 |
+
"epoch": 0.5793397231096912,
|
982 |
+
"grad_norm": 0.354523241519928,
|
983 |
+
"learning_rate": 8.049096779838719e-05,
|
984 |
+
"loss": 0.7727,
|
985 |
+
"step": 136
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"epoch": 0.5835995740149095,
|
989 |
+
"grad_norm": 0.30339759588241577,
|
990 |
+
"learning_rate": 7.911738343278304e-05,
|
991 |
+
"loss": 0.5543,
|
992 |
+
"step": 137
|
993 |
+
},
|
994 |
+
{
|
995 |
+
"epoch": 0.5878594249201278,
|
996 |
+
"grad_norm": 0.27778202295303345,
|
997 |
+
"learning_rate": 7.774790660436858e-05,
|
998 |
+
"loss": 0.4716,
|
999 |
+
"step": 138
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.5921192758253461,
|
1003 |
+
"grad_norm": 0.38618960976600647,
|
1004 |
+
"learning_rate": 7.63828066844166e-05,
|
1005 |
+
"loss": 0.6519,
|
1006 |
+
"step": 139
|
1007 |
+
},
|
1008 |
+
{
|
1009 |
+
"epoch": 0.5963791267305645,
|
1010 |
+
"grad_norm": 0.3573627769947052,
|
1011 |
+
"learning_rate": 7.502235218327731e-05,
|
1012 |
+
"loss": 0.5128,
|
1013 |
+
"step": 140
|
1014 |
+
},
|
1015 |
+
{
|
1016 |
+
"epoch": 0.6006389776357828,
|
1017 |
+
"grad_norm": 0.30529165267944336,
|
1018 |
+
"learning_rate": 7.366681069756352e-05,
|
1019 |
+
"loss": 0.5184,
|
1020 |
+
"step": 141
|
1021 |
+
},
|
1022 |
+
{
|
1023 |
+
"epoch": 0.6048988285410011,
|
1024 |
+
"grad_norm": 0.2819828987121582,
|
1025 |
+
"learning_rate": 7.231644885751507e-05,
|
1026 |
+
"loss": 0.4259,
|
1027 |
+
"step": 142
|
1028 |
+
},
|
1029 |
+
{
|
1030 |
+
"epoch": 0.6091586794462194,
|
1031 |
+
"grad_norm": 0.32307252287864685,
|
1032 |
+
"learning_rate": 7.097153227455379e-05,
|
1033 |
+
"loss": 0.6048,
|
1034 |
+
"step": 143
|
1035 |
+
},
|
1036 |
+
{
|
1037 |
+
"epoch": 0.6134185303514377,
|
1038 |
+
"grad_norm": 0.31262722611427307,
|
1039 |
+
"learning_rate": 6.963232548903853e-05,
|
1040 |
+
"loss": 0.4834,
|
1041 |
+
"step": 144
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.617678381256656,
|
1045 |
+
"grad_norm": 0.318851500749588,
|
1046 |
+
"learning_rate": 6.829909191823121e-05,
|
1047 |
+
"loss": 0.5011,
|
1048 |
+
"step": 145
|
1049 |
+
},
|
1050 |
+
{
|
1051 |
+
"epoch": 0.6219382321618744,
|
1052 |
+
"grad_norm": 0.44246405363082886,
|
1053 |
+
"learning_rate": 6.697209380448333e-05,
|
1054 |
+
"loss": 0.4384,
|
1055 |
+
"step": 146
|
1056 |
+
},
|
1057 |
+
{
|
1058 |
+
"epoch": 0.6261980830670927,
|
1059 |
+
"grad_norm": 0.3459945023059845,
|
1060 |
+
"learning_rate": 6.565159216365389e-05,
|
1061 |
+
"loss": 0.5657,
|
1062 |
+
"step": 147
|
1063 |
+
},
|
1064 |
+
{
|
1065 |
+
"epoch": 0.630457933972311,
|
1066 |
+
"grad_norm": 0.33843329548835754,
|
1067 |
+
"learning_rate": 6.43378467337687e-05,
|
1068 |
+
"loss": 0.5711,
|
1069 |
+
"step": 148
|
1070 |
+
},
|
1071 |
+
{
|
1072 |
+
"epoch": 0.6347177848775293,
|
1073 |
+
"grad_norm": 0.3812694549560547,
|
1074 |
+
"learning_rate": 6.30311159239305e-05,
|
1075 |
+
"loss": 0.6142,
|
1076 |
+
"step": 149
|
1077 |
+
},
|
1078 |
+
{
|
1079 |
+
"epoch": 0.6389776357827476,
|
1080 |
+
"grad_norm": 0.29333916306495667,
|
1081 |
+
"learning_rate": 6.173165676349103e-05,
|
1082 |
+
"loss": 0.585,
|
1083 |
+
"step": 150
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.6432374866879659,
|
1087 |
+
"grad_norm": 0.2884041666984558,
|
1088 |
+
"learning_rate": 6.043972485149414e-05,
|
1089 |
+
"loss": 0.4866,
|
1090 |
+
"step": 151
|
1091 |
+
},
|
1092 |
+
{
|
1093 |
+
"epoch": 0.6474973375931843,
|
1094 |
+
"grad_norm": 0.33954814076423645,
|
1095 |
+
"learning_rate": 5.9155574306400395e-05,
|
1096 |
+
"loss": 0.571,
|
1097 |
+
"step": 152
|
1098 |
+
},
|
1099 |
+
{
|
1100 |
+
"epoch": 0.6517571884984026,
|
1101 |
+
"grad_norm": 0.33935782313346863,
|
1102 |
+
"learning_rate": 5.787945771610296e-05,
|
1103 |
+
"loss": 0.5037,
|
1104 |
+
"step": 153
|
1105 |
+
},
|
1106 |
+
{
|
1107 |
+
"epoch": 0.6560170394036209,
|
1108 |
+
"grad_norm": 0.27371054887771606,
|
1109 |
+
"learning_rate": 5.6611626088244194e-05,
|
1110 |
+
"loss": 0.3322,
|
1111 |
+
"step": 154
|
1112 |
+
},
|
1113 |
+
{
|
1114 |
+
"epoch": 0.6602768903088392,
|
1115 |
+
"grad_norm": 0.30788496136665344,
|
1116 |
+
"learning_rate": 5.5352328800843724e-05,
|
1117 |
+
"loss": 0.4454,
|
1118 |
+
"step": 155
|
1119 |
+
},
|
1120 |
+
{
|
1121 |
+
"epoch": 0.6645367412140575,
|
1122 |
+
"grad_norm": 0.34366151690483093,
|
1123 |
+
"learning_rate": 5.410181355324622e-05,
|
1124 |
+
"loss": 0.5788,
|
1125 |
+
"step": 156
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.6687965921192758,
|
1129 |
+
"grad_norm": 0.33698371052742004,
|
1130 |
+
"learning_rate": 5.286032631740023e-05,
|
1131 |
+
"loss": 0.4378,
|
1132 |
+
"step": 157
|
1133 |
+
},
|
1134 |
+
{
|
1135 |
+
"epoch": 0.6730564430244942,
|
1136 |
+
"grad_norm": 0.4181162416934967,
|
1137 |
+
"learning_rate": 5.162811128947602e-05,
|
1138 |
+
"loss": 0.5367,
|
1139 |
+
"step": 158
|
1140 |
+
},
|
1141 |
+
{
|
1142 |
+
"epoch": 0.6773162939297125,
|
1143 |
+
"grad_norm": 0.4480881690979004,
|
1144 |
+
"learning_rate": 5.0405410841833253e-05,
|
1145 |
+
"loss": 0.6633,
|
1146 |
+
"step": 159
|
1147 |
+
},
|
1148 |
+
{
|
1149 |
+
"epoch": 0.6815761448349308,
|
1150 |
+
"grad_norm": 0.37488028407096863,
|
1151 |
+
"learning_rate": 4.919246547534708e-05,
|
1152 |
+
"loss": 0.5402,
|
1153 |
+
"step": 160
|
1154 |
+
},
|
1155 |
+
{
|
1156 |
+
"epoch": 0.6858359957401491,
|
1157 |
+
"grad_norm": 0.2964366376399994,
|
1158 |
+
"learning_rate": 4.7989513772102537e-05,
|
1159 |
+
"loss": 0.4109,
|
1160 |
+
"step": 161
|
1161 |
+
},
|
1162 |
+
{
|
1163 |
+
"epoch": 0.6900958466453674,
|
1164 |
+
"grad_norm": 0.35376259684562683,
|
1165 |
+
"learning_rate": 4.6796792348466356e-05,
|
1166 |
+
"loss": 0.636,
|
1167 |
+
"step": 162
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.6943556975505857,
|
1171 |
+
"grad_norm": 0.3158915638923645,
|
1172 |
+
"learning_rate": 4.561453580854516e-05,
|
1173 |
+
"loss": 0.4893,
|
1174 |
+
"step": 163
|
1175 |
+
},
|
1176 |
+
{
|
1177 |
+
"epoch": 0.6986155484558041,
|
1178 |
+
"grad_norm": 0.420785516500473,
|
1179 |
+
"learning_rate": 4.444297669803981e-05,
|
1180 |
+
"loss": 0.7147,
|
1181 |
+
"step": 164
|
1182 |
+
},
|
1183 |
+
{
|
1184 |
+
"epoch": 0.7028753993610224,
|
1185 |
+
"grad_norm": 0.3272782564163208,
|
1186 |
+
"learning_rate": 4.328234545850442e-05,
|
1187 |
+
"loss": 0.3444,
|
1188 |
+
"step": 165
|
1189 |
+
},
|
1190 |
+
{
|
1191 |
+
"epoch": 0.7071352502662407,
|
1192 |
+
"grad_norm": 0.30052492022514343,
|
1193 |
+
"learning_rate": 4.213287038201943e-05,
|
1194 |
+
"loss": 0.5209,
|
1195 |
+
"step": 166
|
1196 |
+
},
|
1197 |
+
{
|
1198 |
+
"epoch": 0.711395101171459,
|
1199 |
+
"grad_norm": 0.37648481130599976,
|
1200 |
+
"learning_rate": 4.0994777566287204e-05,
|
1201 |
+
"loss": 0.684,
|
1202 |
+
"step": 167
|
1203 |
+
},
|
1204 |
+
{
|
1205 |
+
"epoch": 0.7156549520766773,
|
1206 |
+
"grad_norm": 0.3135606646537781,
|
1207 |
+
"learning_rate": 3.9868290870159405e-05,
|
1208 |
+
"loss": 0.4871,
|
1209 |
+
"step": 168
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 0.7199148029818956,
|
1213 |
+
"grad_norm": 0.33847576379776,
|
1214 |
+
"learning_rate": 3.875363186960499e-05,
|
1215 |
+
"loss": 0.5294,
|
1216 |
+
"step": 169
|
1217 |
+
},
|
1218 |
+
{
|
1219 |
+
"epoch": 0.724174653887114,
|
1220 |
+
"grad_norm": 0.3337070047855377,
|
1221 |
+
"learning_rate": 3.7651019814126654e-05,
|
1222 |
+
"loss": 0.4425,
|
1223 |
+
"step": 170
|
1224 |
+
},
|
1225 |
+
{
|
1226 |
+
"epoch": 0.7284345047923323,
|
1227 |
+
"grad_norm": 0.4173165261745453,
|
1228 |
+
"learning_rate": 3.6560671583635467e-05,
|
1229 |
+
"loss": 0.637,
|
1230 |
+
"step": 171
|
1231 |
+
},
|
1232 |
+
{
|
1233 |
+
"epoch": 0.7326943556975506,
|
1234 |
+
"grad_norm": 0.41098451614379883,
|
1235 |
+
"learning_rate": 3.548280164579126e-05,
|
1236 |
+
"loss": 0.52,
|
1237 |
+
"step": 172
|
1238 |
+
},
|
1239 |
+
{
|
1240 |
+
"epoch": 0.7369542066027689,
|
1241 |
+
"grad_norm": 0.3789665699005127,
|
1242 |
+
"learning_rate": 3.4417622013817595e-05,
|
1243 |
+
"loss": 0.5995,
|
1244 |
+
"step": 173
|
1245 |
+
},
|
1246 |
+
{
|
1247 |
+
"epoch": 0.7412140575079872,
|
1248 |
+
"grad_norm": 0.3996846675872803,
|
1249 |
+
"learning_rate": 3.336534220479961e-05,
|
1250 |
+
"loss": 0.6237,
|
1251 |
+
"step": 174
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 0.7454739084132055,
|
1255 |
+
"grad_norm": 0.3990687131881714,
|
1256 |
+
"learning_rate": 3.2326169198472556e-05,
|
1257 |
+
"loss": 0.555,
|
1258 |
+
"step": 175
|
1259 |
+
},
|
1260 |
+
{
|
1261 |
+
"epoch": 0.7497337593184239,
|
1262 |
+
"grad_norm": 0.32280924916267395,
|
1263 |
+
"learning_rate": 3.130030739650983e-05,
|
1264 |
+
"loss": 0.4742,
|
1265 |
+
"step": 176
|
1266 |
+
},
|
1267 |
+
{
|
1268 |
+
"epoch": 0.7539936102236422,
|
1269 |
+
"grad_norm": 0.4192362129688263,
|
1270 |
+
"learning_rate": 3.0287958582317676e-05,
|
1271 |
+
"loss": 0.6569,
|
1272 |
+
"step": 177
|
1273 |
+
},
|
1274 |
+
{
|
1275 |
+
"epoch": 0.7539936102236422,
|
1276 |
+
"eval_loss": 0.5110090970993042,
|
1277 |
+
"eval_runtime": 20.8066,
|
1278 |
+
"eval_samples_per_second": 18.984,
|
1279 |
+
"eval_steps_per_second": 2.403,
|
1280 |
+
"step": 177
|
1281 |
+
},
|
1282 |
+
{
|
1283 |
+
"epoch": 0.7582534611288605,
|
1284 |
+
"grad_norm": 0.35410746932029724,
|
1285 |
+
"learning_rate": 2.9289321881345254e-05,
|
1286 |
+
"loss": 0.4828,
|
1287 |
+
"step": 178
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.7625133120340788,
|
1291 |
+
"grad_norm": 0.4463326036930084,
|
1292 |
+
"learning_rate": 2.8304593721917285e-05,
|
1293 |
+
"loss": 0.6976,
|
1294 |
+
"step": 179
|
1295 |
+
},
|
1296 |
+
{
|
1297 |
+
"epoch": 0.7667731629392971,
|
1298 |
+
"grad_norm": 0.29797378182411194,
|
1299 |
+
"learning_rate": 2.7333967796597315e-05,
|
1300 |
+
"loss": 0.564,
|
1301 |
+
"step": 180
|
1302 |
+
},
|
1303 |
+
{
|
1304 |
+
"epoch": 0.7710330138445154,
|
1305 |
+
"grad_norm": 0.31337812542915344,
|
1306 |
+
"learning_rate": 2.6377635024089087e-05,
|
1307 |
+
"loss": 0.5607,
|
1308 |
+
"step": 181
|
1309 |
+
},
|
1310 |
+
{
|
1311 |
+
"epoch": 0.7752928647497338,
|
1312 |
+
"grad_norm": 0.40470513701438904,
|
1313 |
+
"learning_rate": 2.5435783511683443e-05,
|
1314 |
+
"loss": 0.6428,
|
1315 |
+
"step": 182
|
1316 |
+
},
|
1317 |
+
{
|
1318 |
+
"epoch": 0.7795527156549521,
|
1319 |
+
"grad_norm": 0.413817822933197,
|
1320 |
+
"learning_rate": 2.450859851825842e-05,
|
1321 |
+
"loss": 0.7303,
|
1322 |
+
"step": 183
|
1323 |
+
},
|
1324 |
+
{
|
1325 |
+
"epoch": 0.7838125665601704,
|
1326 |
+
"grad_norm": 0.2931414842605591,
|
1327 |
+
"learning_rate": 2.3596262417839255e-05,
|
1328 |
+
"loss": 0.4051,
|
1329 |
+
"step": 184
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 0.7880724174653887,
|
1333 |
+
"grad_norm": 0.34086865186691284,
|
1334 |
+
"learning_rate": 2.26989546637263e-05,
|
1335 |
+
"loss": 0.4329,
|
1336 |
+
"step": 185
|
1337 |
+
},
|
1338 |
+
{
|
1339 |
+
"epoch": 0.792332268370607,
|
1340 |
+
"grad_norm": 0.40336307883262634,
|
1341 |
+
"learning_rate": 2.181685175319702e-05,
|
1342 |
+
"loss": 0.5791,
|
1343 |
+
"step": 186
|
1344 |
+
},
|
1345 |
+
{
|
1346 |
+
"epoch": 0.7965921192758253,
|
1347 |
+
"grad_norm": 0.30092838406562805,
|
1348 |
+
"learning_rate": 2.095012719278966e-05,
|
1349 |
+
"loss": 0.4491,
|
1350 |
+
"step": 187
|
1351 |
+
},
|
1352 |
+
{
|
1353 |
+
"epoch": 0.8008519701810437,
|
1354 |
+
"grad_norm": 0.31043168902397156,
|
1355 |
+
"learning_rate": 2.009895146417512e-05,
|
1356 |
+
"loss": 0.4681,
|
1357 |
+
"step": 188
|
1358 |
+
},
|
1359 |
+
{
|
1360 |
+
"epoch": 0.805111821086262,
|
1361 |
+
"grad_norm": 0.3712119162082672,
|
1362 |
+
"learning_rate": 1.926349199062376e-05,
|
1363 |
+
"loss": 0.549,
|
1364 |
+
"step": 189
|
1365 |
+
},
|
1366 |
+
{
|
1367 |
+
"epoch": 0.8093716719914803,
|
1368 |
+
"grad_norm": 0.3679051995277405,
|
1369 |
+
"learning_rate": 1.8443913104073983e-05,
|
1370 |
+
"loss": 0.4971,
|
1371 |
+
"step": 190
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 0.8136315228966986,
|
1375 |
+
"grad_norm": 0.3244669735431671,
|
1376 |
+
"learning_rate": 1.7640376012808536e-05,
|
1377 |
+
"loss": 0.4732,
|
1378 |
+
"step": 191
|
1379 |
+
},
|
1380 |
+
{
|
1381 |
+
"epoch": 0.8178913738019169,
|
1382 |
+
"grad_norm": 0.28653696179389954,
|
1383 |
+
"learning_rate": 1.6853038769745467e-05,
|
1384 |
+
"loss": 0.3469,
|
1385 |
+
"step": 192
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"epoch": 0.8221512247071352,
|
1389 |
+
"grad_norm": 0.3144218325614929,
|
1390 |
+
"learning_rate": 1.6082056241349786e-05,
|
1391 |
+
"loss": 0.5127,
|
1392 |
+
"step": 193
|
1393 |
+
},
|
1394 |
+
{
|
1395 |
+
"epoch": 0.8264110756123536,
|
1396 |
+
"grad_norm": 0.3801470994949341,
|
1397 |
+
"learning_rate": 1.5327580077171587e-05,
|
1398 |
+
"loss": 0.5178,
|
1399 |
+
"step": 194
|
1400 |
+
},
|
1401 |
+
{
|
1402 |
+
"epoch": 0.8306709265175719,
|
1403 |
+
"grad_norm": 0.37223386764526367,
|
1404 |
+
"learning_rate": 1.4589758680017263e-05,
|
1405 |
+
"loss": 0.5114,
|
1406 |
+
"step": 195
|
1407 |
+
},
|
1408 |
+
{
|
1409 |
+
"epoch": 0.8349307774227902,
|
1410 |
+
"grad_norm": 0.4167802333831787,
|
1411 |
+
"learning_rate": 1.3868737176759106e-05,
|
1412 |
+
"loss": 0.6949,
|
1413 |
+
"step": 196
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 0.8391906283280085,
|
1417 |
+
"grad_norm": 0.620794951915741,
|
1418 |
+
"learning_rate": 1.3164657389789458e-05,
|
1419 |
+
"loss": 0.7015,
|
1420 |
+
"step": 197
|
1421 |
+
},
|
1422 |
+
{
|
1423 |
+
"epoch": 0.8434504792332268,
|
1424 |
+
"grad_norm": 0.32053133845329285,
|
1425 |
+
"learning_rate": 1.2477657809124631e-05,
|
1426 |
+
"loss": 0.5328,
|
1427 |
+
"step": 198
|
1428 |
+
},
|
1429 |
+
{
|
1430 |
+
"epoch": 0.8477103301384451,
|
1431 |
+
"grad_norm": 0.41892528533935547,
|
1432 |
+
"learning_rate": 1.1807873565164506e-05,
|
1433 |
+
"loss": 0.5929,
|
1434 |
+
"step": 199
|
1435 |
+
},
|
1436 |
+
{
|
1437 |
+
"epoch": 0.8519701810436635,
|
1438 |
+
"grad_norm": 0.2980664372444153,
|
1439 |
+
"learning_rate": 1.1155436402112785e-05,
|
1440 |
+
"loss": 0.4209,
|
1441 |
+
"step": 200
|
1442 |
+
},
|
1443 |
+
{
|
1444 |
+
"epoch": 0.8562300319488818,
|
1445 |
+
"grad_norm": 0.3290930986404419,
|
1446 |
+
"learning_rate": 1.0520474652063394e-05,
|
1447 |
+
"loss": 0.4423,
|
1448 |
+
"step": 201
|
1449 |
+
},
|
1450 |
+
{
|
1451 |
+
"epoch": 0.8604898828541001,
|
1452 |
+
"grad_norm": 0.3246372640132904,
|
1453 |
+
"learning_rate": 9.903113209758096e-06,
|
1454 |
+
"loss": 0.4631,
|
1455 |
+
"step": 202
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"epoch": 0.8647497337593184,
|
1459 |
+
"grad_norm": 0.3644905388355255,
|
1460 |
+
"learning_rate": 9.303473508019944e-06,
|
1461 |
+
"loss": 0.552,
|
1462 |
+
"step": 203
|
1463 |
+
},
|
1464 |
+
{
|
1465 |
+
"epoch": 0.8690095846645367,
|
1466 |
+
"grad_norm": 0.49974295496940613,
|
1467 |
+
"learning_rate": 8.72167349386811e-06,
|
1468 |
+
"loss": 0.7516,
|
1469 |
+
"step": 204
|
1470 |
+
},
|
1471 |
+
{
|
1472 |
+
"epoch": 0.873269435569755,
|
1473 |
+
"grad_norm": 0.3242340087890625,
|
1474 |
+
"learning_rate": 8.157827605317892e-06,
|
1475 |
+
"loss": 0.412,
|
1476 |
+
"step": 205
|
1477 |
+
},
|
1478 |
+
{
|
1479 |
+
"epoch": 0.8775292864749734,
|
1480 |
+
"grad_norm": 0.33690881729125977,
|
1481 |
+
"learning_rate": 7.612046748871327e-06,
|
1482 |
+
"loss": 0.4841,
|
1483 |
+
"step": 206
|
1484 |
+
},
|
1485 |
+
{
|
1486 |
+
"epoch": 0.8817891373801917,
|
1487 |
+
"grad_norm": 0.3246766924858093,
|
1488 |
+
"learning_rate": 7.084438277702188e-06,
|
1489 |
+
"loss": 0.4341,
|
1490 |
+
"step": 207
|
1491 |
+
},
|
1492 |
+
{
|
1493 |
+
"epoch": 0.88604898828541,
|
1494 |
+
"grad_norm": 0.4262131452560425,
|
1495 |
+
"learning_rate": 6.5751059705400295e-06,
|
1496 |
+
"loss": 0.6306,
|
1497 |
+
"step": 208
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 0.8903088391906283,
|
1501 |
+
"grad_norm": 0.32158687710762024,
|
1502 |
+
"learning_rate": 6.084150011257239e-06,
|
1503 |
+
"loss": 0.4687,
|
1504 |
+
"step": 209
|
1505 |
+
},
|
1506 |
+
{
|
1507 |
+
"epoch": 0.8945686900958466,
|
1508 |
+
"grad_norm": 0.377208948135376,
|
1509 |
+
"learning_rate": 5.611666969163243e-06,
|
1510 |
+
"loss": 0.5849,
|
1511 |
+
"step": 210
|
1512 |
+
},
|
1513 |
+
{
|
1514 |
+
"epoch": 0.898828541001065,
|
1515 |
+
"grad_norm": 0.30956804752349854,
|
1516 |
+
"learning_rate": 5.157749780009735e-06,
|
1517 |
+
"loss": 0.4355,
|
1518 |
+
"step": 211
|
1519 |
+
},
|
1520 |
+
{
|
1521 |
+
"epoch": 0.9030883919062833,
|
1522 |
+
"grad_norm": 0.4885202944278717,
|
1523 |
+
"learning_rate": 4.722487727710368e-06,
|
1524 |
+
"loss": 0.6129,
|
1525 |
+
"step": 212
|
1526 |
+
},
|
1527 |
+
{
|
1528 |
+
"epoch": 0.9073482428115016,
|
1529 |
+
"grad_norm": 0.3384571075439453,
|
1530 |
+
"learning_rate": 4.305966426779118e-06,
|
1531 |
+
"loss": 0.4345,
|
1532 |
+
"step": 213
|
1533 |
+
},
|
1534 |
+
{
|
1535 |
+
"epoch": 0.9116080937167199,
|
1536 |
+
"grad_norm": 0.4629303514957428,
|
1537 |
+
"learning_rate": 3.908267805490051e-06,
|
1538 |
+
"loss": 0.6158,
|
1539 |
+
"step": 214
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"epoch": 0.9158679446219382,
|
1543 |
+
"grad_norm": 0.3206894099712372,
|
1544 |
+
"learning_rate": 3.529470089762421e-06,
|
1545 |
+
"loss": 0.4689,
|
1546 |
+
"step": 215
|
1547 |
+
},
|
1548 |
+
{
|
1549 |
+
"epoch": 0.9201277955271565,
|
1550 |
+
"grad_norm": 0.41424816846847534,
|
1551 |
+
"learning_rate": 3.169647787773866e-06,
|
1552 |
+
"loss": 0.5235,
|
1553 |
+
"step": 216
|
1554 |
+
},
|
1555 |
+
{
|
1556 |
+
"epoch": 0.9243876464323749,
|
1557 |
+
"grad_norm": 0.3189912736415863,
|
1558 |
+
"learning_rate": 2.8288716753049005e-06,
|
1559 |
+
"loss": 0.4262,
|
1560 |
+
"step": 217
|
1561 |
+
},
|
1562 |
+
{
|
1563 |
+
"epoch": 0.9286474973375932,
|
1564 |
+
"grad_norm": 0.3202993869781494,
|
1565 |
+
"learning_rate": 2.5072087818176382e-06,
|
1566 |
+
"loss": 0.493,
|
1567 |
+
"step": 218
|
1568 |
+
},
|
1569 |
+
{
|
1570 |
+
"epoch": 0.9329073482428115,
|
1571 |
+
"grad_norm": 0.32974228262901306,
|
1572 |
+
"learning_rate": 2.20472237727124e-06,
|
1573 |
+
"loss": 0.5512,
|
1574 |
+
"step": 219
|
1575 |
+
},
|
1576 |
+
{
|
1577 |
+
"epoch": 0.9371671991480298,
|
1578 |
+
"grad_norm": 0.27346375584602356,
|
1579 |
+
"learning_rate": 1.921471959676957e-06,
|
1580 |
+
"loss": 0.4154,
|
1581 |
+
"step": 220
|
1582 |
+
},
|
1583 |
+
{
|
1584 |
+
"epoch": 0.9414270500532481,
|
1585 |
+
"grad_norm": 0.29039615392684937,
|
1586 |
+
"learning_rate": 1.657513243395159e-06,
|
1587 |
+
"loss": 0.4367,
|
1588 |
+
"step": 221
|
1589 |
+
},
|
1590 |
+
{
|
1591 |
+
"epoch": 0.9456869009584664,
|
1592 |
+
"grad_norm": 0.3864074647426605,
|
1593 |
+
"learning_rate": 1.4128981481764115e-06,
|
1594 |
+
"loss": 0.5531,
|
1595 |
+
"step": 222
|
1596 |
+
},
|
1597 |
+
{
|
1598 |
+
"epoch": 0.9499467518636848,
|
1599 |
+
"grad_norm": 0.4020756185054779,
|
1600 |
+
"learning_rate": 1.1876747889491223e-06,
|
1601 |
+
"loss": 0.6631,
|
1602 |
+
"step": 223
|
1603 |
+
},
|
1604 |
+
{
|
1605 |
+
"epoch": 0.9542066027689031,
|
1606 |
+
"grad_norm": 0.37475478649139404,
|
1607 |
+
"learning_rate": 9.818874663554357e-07,
|
1608 |
+
"loss": 0.4979,
|
1609 |
+
"step": 224
|
1610 |
+
},
|
1611 |
+
{
|
1612 |
+
"epoch": 0.9584664536741214,
|
1613 |
+
"grad_norm": 0.3484041690826416,
|
1614 |
+
"learning_rate": 7.955766580375335e-07,
|
1615 |
+
"loss": 0.5207,
|
1616 |
+
"step": 225
|
1617 |
+
},
|
1618 |
+
{
|
1619 |
+
"epoch": 0.9627263045793397,
|
1620 |
+
"grad_norm": 0.3385999798774719,
|
1621 |
+
"learning_rate": 6.287790106757396e-07,
|
1622 |
+
"loss": 0.4832,
|
1623 |
+
"step": 226
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"epoch": 0.966986155484558,
|
1627 |
+
"grad_norm": 0.27909693121910095,
|
1628 |
+
"learning_rate": 4.815273327803182e-07,
|
1629 |
+
"loss": 0.3506,
|
1630 |
+
"step": 227
|
1631 |
+
},
|
1632 |
+
{
|
1633 |
+
"epoch": 0.9712460063897763,
|
1634 |
+
"grad_norm": 0.34196606278419495,
|
1635 |
+
"learning_rate": 3.5385058823809156e-07,
|
1636 |
+
"loss": 0.5283,
|
1637 |
+
"step": 228
|
1638 |
+
},
|
1639 |
+
{
|
1640 |
+
"epoch": 0.9755058572949947,
|
1641 |
+
"grad_norm": 0.39571547508239746,
|
1642 |
+
"learning_rate": 2.457738906153972e-07,
|
1643 |
+
"loss": 0.5099,
|
1644 |
+
"step": 229
|
1645 |
+
},
|
1646 |
+
{
|
1647 |
+
"epoch": 0.979765708200213,
|
1648 |
+
"grad_norm": 0.4107287526130676,
|
1649 |
+
"learning_rate": 1.5731849821833954e-07,
|
1650 |
+
"loss": 0.5042,
|
1651 |
+
"step": 230
|
1652 |
+
},
|
1653 |
+
{
|
1654 |
+
"epoch": 0.9840255591054313,
|
1655 |
+
"grad_norm": 0.3254135251045227,
|
1656 |
+
"learning_rate": 8.850180991131219e-08,
|
1657 |
+
"loss": 0.4929,
|
1658 |
+
"step": 231
|
1659 |
+
},
|
1660 |
+
{
|
1661 |
+
"epoch": 0.9882854100106496,
|
1662 |
+
"grad_norm": 0.2778495252132416,
|
1663 |
+
"learning_rate": 3.933736169471347e-08,
|
1664 |
+
"loss": 0.3571,
|
1665 |
+
"step": 232
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 0.9925452609158679,
|
1669 |
+
"grad_norm": 0.4703886806964874,
|
1670 |
+
"learning_rate": 9.834824042498358e-09,
|
1671 |
+
"loss": 0.7013,
|
1672 |
+
"step": 233
|
1673 |
+
},
|
1674 |
+
{
|
1675 |
+
"epoch": 0.9968051118210862,
|
1676 |
+
"grad_norm": 0.3349379599094391,
|
1677 |
+
"learning_rate": 0.0,
|
1678 |
+
"loss": 0.4725,
|
1679 |
+
"step": 234
|
1680 |
+
}
|
1681 |
+
],
|
1682 |
+
"logging_steps": 1,
|
1683 |
+
"max_steps": 234,
|
1684 |
+
"num_input_tokens_seen": 0,
|
1685 |
+
"num_train_epochs": 1,
|
1686 |
+
"save_steps": 500,
|
1687 |
+
"stateful_callbacks": {
|
1688 |
+
"TrainerControl": {
|
1689 |
+
"args": {
|
1690 |
+
"should_epoch_stop": false,
|
1691 |
+
"should_evaluate": false,
|
1692 |
+
"should_log": false,
|
1693 |
+
"should_save": true,
|
1694 |
+
"should_training_stop": true
|
1695 |
+
},
|
1696 |
+
"attributes": {}
|
1697 |
+
}
|
1698 |
+
},
|
1699 |
+
"total_flos": 1.1191352754700288e+16,
|
1700 |
+
"train_batch_size": 2,
|
1701 |
+
"trial_name": null,
|
1702 |
+
"trial_params": null
|
1703 |
+
}
|
checkpoint-234/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c6dff82c92ff421662262ee123f0b7f4459c1dd00632eac81d0179c6c4eac67
|
3 |
+
size 6200
|
checkpoint-234/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merged/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 |
+
}
|
merged/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "unsloth/Qwen2.5-Coder-1.5B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 1536,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 8960,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"max_window_layers": 21,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 28,
|
17 |
+
"num_key_value_heads": 2,
|
18 |
+
"pad_token_id": 151665,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": true,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.42.3",
|
25 |
+
"unsloth_fixed": true,
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
merged/generation_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"max_length": 32768,
|
9 |
+
"pad_token_id": 151665,
|
10 |
+
"repetition_penalty": 1.1,
|
11 |
+
"temperature": 0.7,
|
12 |
+
"top_k": 20,
|
13 |
+
"top_p": 0.8,
|
14 |
+
"transformers_version": "4.42.3"
|
15 |
+
}
|
merged/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merged/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7af18e658ab422d0a1dfdcd34a449739681f0b6eb4be0d3a4b33d07ca5a61d9e
|
3 |
+
size 3087537682
|
merged/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": "<|PAD_TOKEN|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
merged/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merged/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 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",
|
207 |
+
"clean_up_tokenization_spaces": false,
|
208 |
+
"eos_token": "<|im_end|>",
|
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 |
+
}
|
merged/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|