Upload 14 files
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +40 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +25 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +216 -0
- trainer_state.json +873 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Qwen2.5-3B-bnb-4bit
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-3B-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": [
|
21 |
+
"embed_tokens",
|
22 |
+
"lm_head"
|
23 |
+
],
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 128,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"o_proj",
|
30 |
+
"up_proj",
|
31 |
+
"k_proj",
|
32 |
+
"down_proj",
|
33 |
+
"v_proj",
|
34 |
+
"gate_proj",
|
35 |
+
"q_proj"
|
36 |
+
],
|
37 |
+
"task_type": "CAUSAL_LM",
|
38 |
+
"use_dora": false,
|
39 |
+
"use_rslora": true
|
40 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1894c858225d01143c509f3d38dacb0bf68621407c9c6a9d10e6fa8abf8fb4e8
|
3 |
+
size 3447263528
|
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 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c9b2ad16efe850a3c1953eab7762c235feaae7b70912fd919d5545176fad87a
|
3 |
+
size 1751122620
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b0e3be07f2ddf2c035815fdad5db539ba623c588ed1a2904332a7a2674ae64a
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|PAD_TOKEN|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
|
3 |
+
size 11422086
|
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 |
+
"clean_up_tokenization_spaces": false,
|
207 |
+
"eos_token": "<|endoftext|>",
|
208 |
+
"errors": "replace",
|
209 |
+
"extra_special_tokens": {},
|
210 |
+
"model_max_length": 32768,
|
211 |
+
"pad_token": "<|PAD_TOKEN|>",
|
212 |
+
"padding_side": "right",
|
213 |
+
"split_special_tokens": false,
|
214 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
215 |
+
"unk_token": null
|
216 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,873 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.15748031496062992,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 120,
|
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.0013123359580052493,
|
13 |
+
"grad_norm": 2.3873534202575684,
|
14 |
+
"learning_rate": 5e-06,
|
15 |
+
"loss": 2.0092,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0026246719160104987,
|
20 |
+
"grad_norm": 2.7223856449127197,
|
21 |
+
"learning_rate": 1e-05,
|
22 |
+
"loss": 2.2132,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.003937007874015748,
|
27 |
+
"grad_norm": 1.9315420389175415,
|
28 |
+
"learning_rate": 1.5e-05,
|
29 |
+
"loss": 1.9733,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.005249343832020997,
|
34 |
+
"grad_norm": 2.3864612579345703,
|
35 |
+
"learning_rate": 2e-05,
|
36 |
+
"loss": 2.1109,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.006561679790026247,
|
41 |
+
"grad_norm": 2.958733558654785,
|
42 |
+
"learning_rate": 2.5e-05,
|
43 |
+
"loss": 1.9878,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.007874015748031496,
|
48 |
+
"grad_norm": 1.7133508920669556,
|
49 |
+
"learning_rate": 3e-05,
|
50 |
+
"loss": 2.0302,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.009186351706036745,
|
55 |
+
"grad_norm": 3.248690366744995,
|
56 |
+
"learning_rate": 3.5e-05,
|
57 |
+
"loss": 1.8898,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.010498687664041995,
|
62 |
+
"grad_norm": 2.4799916744232178,
|
63 |
+
"learning_rate": 4e-05,
|
64 |
+
"loss": 1.9307,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.011811023622047244,
|
69 |
+
"grad_norm": 1.676323413848877,
|
70 |
+
"learning_rate": 4.5e-05,
|
71 |
+
"loss": 1.7378,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.013123359580052493,
|
76 |
+
"grad_norm": 2.3488361835479736,
|
77 |
+
"learning_rate": 5e-05,
|
78 |
+
"loss": 1.6053,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.014435695538057743,
|
83 |
+
"grad_norm": 1.7687658071517944,
|
84 |
+
"learning_rate": 4.9545454545454553e-05,
|
85 |
+
"loss": 1.5975,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.015748031496062992,
|
90 |
+
"grad_norm": 1.8719062805175781,
|
91 |
+
"learning_rate": 4.909090909090909e-05,
|
92 |
+
"loss": 1.9477,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.01706036745406824,
|
97 |
+
"grad_norm": 2.5747101306915283,
|
98 |
+
"learning_rate": 4.863636363636364e-05,
|
99 |
+
"loss": 1.7535,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.01837270341207349,
|
104 |
+
"grad_norm": 2.137082576751709,
|
105 |
+
"learning_rate": 4.8181818181818186e-05,
|
106 |
+
"loss": 2.0586,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.01968503937007874,
|
111 |
+
"grad_norm": 2.6489369869232178,
|
112 |
+
"learning_rate": 4.772727272727273e-05,
|
113 |
+
"loss": 1.6699,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.02099737532808399,
|
118 |
+
"grad_norm": 2.265389919281006,
|
119 |
+
"learning_rate": 4.7272727272727275e-05,
|
120 |
+
"loss": 1.5817,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.02230971128608924,
|
125 |
+
"grad_norm": 1.5514482259750366,
|
126 |
+
"learning_rate": 4.681818181818182e-05,
|
127 |
+
"loss": 1.4608,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.023622047244094488,
|
132 |
+
"grad_norm": 2.0037670135498047,
|
133 |
+
"learning_rate": 4.636363636363636e-05,
|
134 |
+
"loss": 1.7752,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.024934383202099737,
|
139 |
+
"grad_norm": 1.9936821460723877,
|
140 |
+
"learning_rate": 4.5909090909090914e-05,
|
141 |
+
"loss": 1.853,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.026246719160104987,
|
146 |
+
"grad_norm": 1.5179853439331055,
|
147 |
+
"learning_rate": 4.545454545454546e-05,
|
148 |
+
"loss": 1.2913,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.027559055118110236,
|
153 |
+
"grad_norm": 1.905592679977417,
|
154 |
+
"learning_rate": 4.5e-05,
|
155 |
+
"loss": 1.9713,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.028871391076115485,
|
160 |
+
"grad_norm": 1.677475094795227,
|
161 |
+
"learning_rate": 4.454545454545455e-05,
|
162 |
+
"loss": 1.8309,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.030183727034120734,
|
167 |
+
"grad_norm": 1.7671284675598145,
|
168 |
+
"learning_rate": 4.409090909090909e-05,
|
169 |
+
"loss": 1.5843,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.031496062992125984,
|
174 |
+
"grad_norm": 1.7625699043273926,
|
175 |
+
"learning_rate": 4.3636363636363636e-05,
|
176 |
+
"loss": 1.6694,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.03280839895013123,
|
181 |
+
"grad_norm": 1.8689508438110352,
|
182 |
+
"learning_rate": 4.318181818181819e-05,
|
183 |
+
"loss": 1.466,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.03412073490813648,
|
188 |
+
"grad_norm": 1.8745778799057007,
|
189 |
+
"learning_rate": 4.2727272727272724e-05,
|
190 |
+
"loss": 1.6644,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.03543307086614173,
|
195 |
+
"grad_norm": 2.0465145111083984,
|
196 |
+
"learning_rate": 4.2272727272727275e-05,
|
197 |
+
"loss": 1.5525,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.03674540682414698,
|
202 |
+
"grad_norm": 1.6687242984771729,
|
203 |
+
"learning_rate": 4.181818181818182e-05,
|
204 |
+
"loss": 1.6084,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.03805774278215223,
|
209 |
+
"grad_norm": 2.1840498447418213,
|
210 |
+
"learning_rate": 4.1363636363636364e-05,
|
211 |
+
"loss": 1.6326,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.03937007874015748,
|
216 |
+
"grad_norm": 1.6122187376022339,
|
217 |
+
"learning_rate": 4.0909090909090915e-05,
|
218 |
+
"loss": 2.0658,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.04068241469816273,
|
223 |
+
"grad_norm": 1.9633705615997314,
|
224 |
+
"learning_rate": 4.045454545454546e-05,
|
225 |
+
"loss": 1.5645,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.04199475065616798,
|
230 |
+
"grad_norm": 1.70602285861969,
|
231 |
+
"learning_rate": 4e-05,
|
232 |
+
"loss": 1.7884,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.04330708661417323,
|
237 |
+
"grad_norm": 1.6108742952346802,
|
238 |
+
"learning_rate": 3.954545454545455e-05,
|
239 |
+
"loss": 1.7589,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.04461942257217848,
|
244 |
+
"grad_norm": 1.5919780731201172,
|
245 |
+
"learning_rate": 3.909090909090909e-05,
|
246 |
+
"loss": 1.812,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.045931758530183726,
|
251 |
+
"grad_norm": 1.897838830947876,
|
252 |
+
"learning_rate": 3.8636363636363636e-05,
|
253 |
+
"loss": 1.4926,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.047244094488188976,
|
258 |
+
"grad_norm": 1.629894495010376,
|
259 |
+
"learning_rate": 3.818181818181819e-05,
|
260 |
+
"loss": 1.3242,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.048556430446194225,
|
265 |
+
"grad_norm": 1.8950881958007812,
|
266 |
+
"learning_rate": 3.7727272727272725e-05,
|
267 |
+
"loss": 1.8765,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.049868766404199474,
|
272 |
+
"grad_norm": 2.0185630321502686,
|
273 |
+
"learning_rate": 3.7272727272727276e-05,
|
274 |
+
"loss": 1.8417,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.051181102362204724,
|
279 |
+
"grad_norm": 1.7326010465621948,
|
280 |
+
"learning_rate": 3.681818181818182e-05,
|
281 |
+
"loss": 1.8811,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.05249343832020997,
|
286 |
+
"grad_norm": 2.088695526123047,
|
287 |
+
"learning_rate": 3.6363636363636364e-05,
|
288 |
+
"loss": 1.5162,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.05380577427821522,
|
293 |
+
"grad_norm": 1.5483412742614746,
|
294 |
+
"learning_rate": 3.590909090909091e-05,
|
295 |
+
"loss": 1.5722,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.05511811023622047,
|
300 |
+
"grad_norm": 1.638238787651062,
|
301 |
+
"learning_rate": 3.545454545454546e-05,
|
302 |
+
"loss": 1.7526,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.05643044619422572,
|
307 |
+
"grad_norm": 1.4721009731292725,
|
308 |
+
"learning_rate": 3.5e-05,
|
309 |
+
"loss": 1.7936,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.05774278215223097,
|
314 |
+
"grad_norm": 1.747015118598938,
|
315 |
+
"learning_rate": 3.454545454545455e-05,
|
316 |
+
"loss": 1.8557,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.05905511811023622,
|
321 |
+
"grad_norm": 1.5715826749801636,
|
322 |
+
"learning_rate": 3.409090909090909e-05,
|
323 |
+
"loss": 2.0143,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.06036745406824147,
|
328 |
+
"grad_norm": 1.5074222087860107,
|
329 |
+
"learning_rate": 3.3636363636363636e-05,
|
330 |
+
"loss": 1.8241,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.06167979002624672,
|
335 |
+
"grad_norm": 1.5870237350463867,
|
336 |
+
"learning_rate": 3.318181818181819e-05,
|
337 |
+
"loss": 1.8897,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.06299212598425197,
|
342 |
+
"grad_norm": 1.7853312492370605,
|
343 |
+
"learning_rate": 3.272727272727273e-05,
|
344 |
+
"loss": 1.6319,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.06430446194225722,
|
349 |
+
"grad_norm": 1.7995538711547852,
|
350 |
+
"learning_rate": 3.2272727272727276e-05,
|
351 |
+
"loss": 1.543,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.06561679790026247,
|
356 |
+
"grad_norm": 1.7892729043960571,
|
357 |
+
"learning_rate": 3.181818181818182e-05,
|
358 |
+
"loss": 1.6126,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.06692913385826772,
|
363 |
+
"grad_norm": 1.7710286378860474,
|
364 |
+
"learning_rate": 3.1363636363636365e-05,
|
365 |
+
"loss": 1.2743,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.06824146981627296,
|
370 |
+
"grad_norm": 1.5249481201171875,
|
371 |
+
"learning_rate": 3.090909090909091e-05,
|
372 |
+
"loss": 1.8577,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.06955380577427822,
|
377 |
+
"grad_norm": 2.504638671875,
|
378 |
+
"learning_rate": 3.0454545454545456e-05,
|
379 |
+
"loss": 1.5559,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.07086614173228346,
|
384 |
+
"grad_norm": 1.6714133024215698,
|
385 |
+
"learning_rate": 3e-05,
|
386 |
+
"loss": 1.7014,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.07217847769028872,
|
391 |
+
"grad_norm": 1.778096079826355,
|
392 |
+
"learning_rate": 2.954545454545455e-05,
|
393 |
+
"loss": 1.9663,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.07349081364829396,
|
398 |
+
"grad_norm": 1.3447784185409546,
|
399 |
+
"learning_rate": 2.909090909090909e-05,
|
400 |
+
"loss": 1.584,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.07480314960629922,
|
405 |
+
"grad_norm": 1.3542073965072632,
|
406 |
+
"learning_rate": 2.863636363636364e-05,
|
407 |
+
"loss": 1.6182,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.07611548556430446,
|
412 |
+
"grad_norm": 1.4053988456726074,
|
413 |
+
"learning_rate": 2.818181818181818e-05,
|
414 |
+
"loss": 1.8773,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.07742782152230972,
|
419 |
+
"grad_norm": 1.7100603580474854,
|
420 |
+
"learning_rate": 2.772727272727273e-05,
|
421 |
+
"loss": 1.6747,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.07874015748031496,
|
426 |
+
"grad_norm": 1.3210084438323975,
|
427 |
+
"learning_rate": 2.7272727272727273e-05,
|
428 |
+
"loss": 1.6899,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.08005249343832022,
|
433 |
+
"grad_norm": 1.9091479778289795,
|
434 |
+
"learning_rate": 2.681818181818182e-05,
|
435 |
+
"loss": 1.3745,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.08136482939632546,
|
440 |
+
"grad_norm": 1.4597588777542114,
|
441 |
+
"learning_rate": 2.636363636363636e-05,
|
442 |
+
"loss": 1.8139,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.08267716535433071,
|
447 |
+
"grad_norm": 1.7286309003829956,
|
448 |
+
"learning_rate": 2.590909090909091e-05,
|
449 |
+
"loss": 1.8441,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.08398950131233596,
|
454 |
+
"grad_norm": 1.7880821228027344,
|
455 |
+
"learning_rate": 2.5454545454545454e-05,
|
456 |
+
"loss": 1.8993,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.08530183727034121,
|
461 |
+
"grad_norm": 1.3418382406234741,
|
462 |
+
"learning_rate": 2.5e-05,
|
463 |
+
"loss": 2.0127,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.08661417322834646,
|
468 |
+
"grad_norm": 1.3379124402999878,
|
469 |
+
"learning_rate": 2.4545454545454545e-05,
|
470 |
+
"loss": 1.5954,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.08792650918635171,
|
475 |
+
"grad_norm": 1.7308839559555054,
|
476 |
+
"learning_rate": 2.4090909090909093e-05,
|
477 |
+
"loss": 1.5228,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.08923884514435695,
|
482 |
+
"grad_norm": 1.5438733100891113,
|
483 |
+
"learning_rate": 2.3636363636363637e-05,
|
484 |
+
"loss": 1.5943,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.09055118110236221,
|
489 |
+
"grad_norm": 1.3583992719650269,
|
490 |
+
"learning_rate": 2.318181818181818e-05,
|
491 |
+
"loss": 1.254,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.09186351706036745,
|
496 |
+
"grad_norm": 2.1203346252441406,
|
497 |
+
"learning_rate": 2.272727272727273e-05,
|
498 |
+
"loss": 1.0785,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.09317585301837271,
|
503 |
+
"grad_norm": 1.419634222984314,
|
504 |
+
"learning_rate": 2.2272727272727274e-05,
|
505 |
+
"loss": 1.6355,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.09448818897637795,
|
510 |
+
"grad_norm": 1.657630205154419,
|
511 |
+
"learning_rate": 2.1818181818181818e-05,
|
512 |
+
"loss": 1.7307,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.09580052493438321,
|
517 |
+
"grad_norm": 1.7227027416229248,
|
518 |
+
"learning_rate": 2.1363636363636362e-05,
|
519 |
+
"loss": 1.6308,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.09711286089238845,
|
524 |
+
"grad_norm": 1.6593782901763916,
|
525 |
+
"learning_rate": 2.090909090909091e-05,
|
526 |
+
"loss": 1.6965,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.0984251968503937,
|
531 |
+
"grad_norm": 1.5448381900787354,
|
532 |
+
"learning_rate": 2.0454545454545457e-05,
|
533 |
+
"loss": 1.6164,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.09973753280839895,
|
538 |
+
"grad_norm": 1.8978919982910156,
|
539 |
+
"learning_rate": 2e-05,
|
540 |
+
"loss": 1.6052,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.1010498687664042,
|
545 |
+
"grad_norm": 1.7359306812286377,
|
546 |
+
"learning_rate": 1.9545454545454546e-05,
|
547 |
+
"loss": 1.3419,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.10236220472440945,
|
552 |
+
"grad_norm": 1.6190097332000732,
|
553 |
+
"learning_rate": 1.9090909090909094e-05,
|
554 |
+
"loss": 1.7516,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.1036745406824147,
|
559 |
+
"grad_norm": 1.660467505455017,
|
560 |
+
"learning_rate": 1.8636363636363638e-05,
|
561 |
+
"loss": 1.7958,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.10498687664041995,
|
566 |
+
"grad_norm": 1.5485517978668213,
|
567 |
+
"learning_rate": 1.8181818181818182e-05,
|
568 |
+
"loss": 1.5263,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.1062992125984252,
|
573 |
+
"grad_norm": 1.545188546180725,
|
574 |
+
"learning_rate": 1.772727272727273e-05,
|
575 |
+
"loss": 1.1843,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.10761154855643044,
|
580 |
+
"grad_norm": 1.9092739820480347,
|
581 |
+
"learning_rate": 1.7272727272727274e-05,
|
582 |
+
"loss": 1.2617,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.1089238845144357,
|
587 |
+
"grad_norm": 1.2646833658218384,
|
588 |
+
"learning_rate": 1.6818181818181818e-05,
|
589 |
+
"loss": 1.0567,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.11023622047244094,
|
594 |
+
"grad_norm": 1.636443018913269,
|
595 |
+
"learning_rate": 1.6363636363636366e-05,
|
596 |
+
"loss": 1.7907,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.1115485564304462,
|
601 |
+
"grad_norm": 1.9909443855285645,
|
602 |
+
"learning_rate": 1.590909090909091e-05,
|
603 |
+
"loss": 1.8247,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.11286089238845144,
|
608 |
+
"grad_norm": 1.3928022384643555,
|
609 |
+
"learning_rate": 1.5454545454545454e-05,
|
610 |
+
"loss": 2.0051,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.1141732283464567,
|
615 |
+
"grad_norm": 1.3174184560775757,
|
616 |
+
"learning_rate": 1.5e-05,
|
617 |
+
"loss": 1.1068,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.11548556430446194,
|
622 |
+
"grad_norm": 1.7415287494659424,
|
623 |
+
"learning_rate": 1.4545454545454545e-05,
|
624 |
+
"loss": 1.5977,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.1167979002624672,
|
629 |
+
"grad_norm": 1.4680395126342773,
|
630 |
+
"learning_rate": 1.409090909090909e-05,
|
631 |
+
"loss": 1.6774,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.11811023622047244,
|
636 |
+
"grad_norm": 1.1343920230865479,
|
637 |
+
"learning_rate": 1.3636363636363637e-05,
|
638 |
+
"loss": 1.2001,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.1194225721784777,
|
643 |
+
"grad_norm": 1.4262038469314575,
|
644 |
+
"learning_rate": 1.318181818181818e-05,
|
645 |
+
"loss": 1.6783,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.12073490813648294,
|
650 |
+
"grad_norm": 1.3531324863433838,
|
651 |
+
"learning_rate": 1.2727272727272727e-05,
|
652 |
+
"loss": 1.3457,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.1220472440944882,
|
657 |
+
"grad_norm": 1.4570822715759277,
|
658 |
+
"learning_rate": 1.2272727272727273e-05,
|
659 |
+
"loss": 1.4791,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.12335958005249344,
|
664 |
+
"grad_norm": 1.5847400426864624,
|
665 |
+
"learning_rate": 1.1818181818181819e-05,
|
666 |
+
"loss": 1.775,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.12467191601049869,
|
671 |
+
"grad_norm": 1.318939447402954,
|
672 |
+
"learning_rate": 1.1363636363636365e-05,
|
673 |
+
"loss": 1.2534,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.12598425196850394,
|
678 |
+
"grad_norm": 1.2848924398422241,
|
679 |
+
"learning_rate": 1.0909090909090909e-05,
|
680 |
+
"loss": 1.4489,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.1272965879265092,
|
685 |
+
"grad_norm": 1.366542100906372,
|
686 |
+
"learning_rate": 1.0454545454545455e-05,
|
687 |
+
"loss": 1.4036,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.12860892388451445,
|
692 |
+
"grad_norm": 1.3594622611999512,
|
693 |
+
"learning_rate": 1e-05,
|
694 |
+
"loss": 1.3951,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.12992125984251968,
|
699 |
+
"grad_norm": 1.5525848865509033,
|
700 |
+
"learning_rate": 9.545454545454547e-06,
|
701 |
+
"loss": 1.4648,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.13123359580052493,
|
706 |
+
"grad_norm": 1.0725868940353394,
|
707 |
+
"learning_rate": 9.090909090909091e-06,
|
708 |
+
"loss": 1.2162,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.1325459317585302,
|
713 |
+
"grad_norm": 1.3359230756759644,
|
714 |
+
"learning_rate": 8.636363636363637e-06,
|
715 |
+
"loss": 1.8726,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.13385826771653545,
|
720 |
+
"grad_norm": 1.2529302835464478,
|
721 |
+
"learning_rate": 8.181818181818183e-06,
|
722 |
+
"loss": 1.2787,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.13517060367454067,
|
727 |
+
"grad_norm": 1.0764676332473755,
|
728 |
+
"learning_rate": 7.727272727272727e-06,
|
729 |
+
"loss": 1.3241,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.13648293963254593,
|
734 |
+
"grad_norm": 1.7506639957427979,
|
735 |
+
"learning_rate": 7.272727272727272e-06,
|
736 |
+
"loss": 1.5734,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.1377952755905512,
|
741 |
+
"grad_norm": 1.609567403793335,
|
742 |
+
"learning_rate": 6.818181818181818e-06,
|
743 |
+
"loss": 1.6403,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.13910761154855644,
|
748 |
+
"grad_norm": 1.47870671749115,
|
749 |
+
"learning_rate": 6.363636363636363e-06,
|
750 |
+
"loss": 1.9961,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.14041994750656167,
|
755 |
+
"grad_norm": 2.0325543880462646,
|
756 |
+
"learning_rate": 5.909090909090909e-06,
|
757 |
+
"loss": 1.2603,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.14173228346456693,
|
762 |
+
"grad_norm": 1.988196849822998,
|
763 |
+
"learning_rate": 5.4545454545454545e-06,
|
764 |
+
"loss": 1.6179,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.14304461942257218,
|
769 |
+
"grad_norm": 1.5494691133499146,
|
770 |
+
"learning_rate": 5e-06,
|
771 |
+
"loss": 1.6994,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.14435695538057744,
|
776 |
+
"grad_norm": 1.5802687406539917,
|
777 |
+
"learning_rate": 4.5454545454545455e-06,
|
778 |
+
"loss": 1.843,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.14566929133858267,
|
783 |
+
"grad_norm": 1.7539070844650269,
|
784 |
+
"learning_rate": 4.0909090909090915e-06,
|
785 |
+
"loss": 1.6814,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.14698162729658792,
|
790 |
+
"grad_norm": 1.5182738304138184,
|
791 |
+
"learning_rate": 3.636363636363636e-06,
|
792 |
+
"loss": 1.7597,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.14829396325459318,
|
797 |
+
"grad_norm": 1.5883097648620605,
|
798 |
+
"learning_rate": 3.1818181818181817e-06,
|
799 |
+
"loss": 1.5302,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.14960629921259844,
|
804 |
+
"grad_norm": 1.4584324359893799,
|
805 |
+
"learning_rate": 2.7272727272727272e-06,
|
806 |
+
"loss": 1.652,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.15091863517060367,
|
811 |
+
"grad_norm": 1.9044572114944458,
|
812 |
+
"learning_rate": 2.2727272727272728e-06,
|
813 |
+
"loss": 1.7888,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.15223097112860892,
|
818 |
+
"grad_norm": 1.6256836652755737,
|
819 |
+
"learning_rate": 1.818181818181818e-06,
|
820 |
+
"loss": 1.6997,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.15354330708661418,
|
825 |
+
"grad_norm": 1.4854289293289185,
|
826 |
+
"learning_rate": 1.3636363636363636e-06,
|
827 |
+
"loss": 1.7064,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.15485564304461943,
|
832 |
+
"grad_norm": 1.5047718286514282,
|
833 |
+
"learning_rate": 9.09090909090909e-07,
|
834 |
+
"loss": 1.4211,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.15616797900262466,
|
839 |
+
"grad_norm": 1.6195610761642456,
|
840 |
+
"learning_rate": 4.545454545454545e-07,
|
841 |
+
"loss": 1.8672,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.15748031496062992,
|
846 |
+
"grad_norm": 1.5324839353561401,
|
847 |
+
"learning_rate": 0.0,
|
848 |
+
"loss": 1.6956,
|
849 |
+
"step": 120
|
850 |
+
}
|
851 |
+
],
|
852 |
+
"logging_steps": 1,
|
853 |
+
"max_steps": 120,
|
854 |
+
"num_input_tokens_seen": 0,
|
855 |
+
"num_train_epochs": 1,
|
856 |
+
"save_steps": 500,
|
857 |
+
"stateful_callbacks": {
|
858 |
+
"TrainerControl": {
|
859 |
+
"args": {
|
860 |
+
"should_epoch_stop": false,
|
861 |
+
"should_evaluate": false,
|
862 |
+
"should_log": false,
|
863 |
+
"should_save": true,
|
864 |
+
"should_training_stop": true
|
865 |
+
},
|
866 |
+
"attributes": {}
|
867 |
+
}
|
868 |
+
},
|
869 |
+
"total_flos": 2.935734882582528e+16,
|
870 |
+
"train_batch_size": 2,
|
871 |
+
"trial_name": null,
|
872 |
+
"trial_params": null
|
873 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c31091ad293302112158c7786e72328fe92936c9798063b69d6d5a5b28136212
|
3 |
+
size 5560
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|