Upload 13 files
Browse files- README.md +202 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +13 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +132 -0
- trainer_state.json +558 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Phi-3.5-mini-instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Phi-3.5-mini-instruct",
|
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": 64,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 64,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"down_proj",
|
29 |
+
"q_proj",
|
30 |
+
"o_proj",
|
31 |
+
"k_proj",
|
32 |
+
"up_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3cfb88c9ab603f184109f35cb7d8e2a8720b67faeb3fe6ef0caf5c8abb164c2
|
3 |
+
size 478211024
|
added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0380e9502b324a5a09fcc85c887783244752775c8d28de2b30dccc87a697dd23
|
3 |
+
size 956679634
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b66e3cc7c452b707ddac5caf0aa17618afb9bc1a0333600a22c4afb353f3165
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7392808863791abafe0e77a6cbc565b015a343b12273c8eea4e5a055257bc02
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|placeholder6|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": true,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": true,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<|endoftext|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|assistant|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": true,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
+
"content": "<|placeholder1|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": true,
|
51 |
+
"single_word": false,
|
52 |
+
"special": true
|
53 |
+
},
|
54 |
+
"32003": {
|
55 |
+
"content": "<|placeholder2|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": true,
|
59 |
+
"single_word": false,
|
60 |
+
"special": true
|
61 |
+
},
|
62 |
+
"32004": {
|
63 |
+
"content": "<|placeholder3|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": true,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"32005": {
|
71 |
+
"content": "<|placeholder4|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": true,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"32006": {
|
79 |
+
"content": "<|system|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": true,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"32007": {
|
87 |
+
"content": "<|end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": true,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"32008": {
|
95 |
+
"content": "<|placeholder5|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": true,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"32009": {
|
103 |
+
"content": "<|placeholder6|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": true,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"32010": {
|
111 |
+
"content": "<|user|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": true,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|placeholder6|>",
|
127 |
+
"padding_side": "right",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,558 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 15000,
|
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.02666666666666667,
|
13 |
+
"grad_norm": 1.8224557638168335,
|
14 |
+
"learning_rate": 0.00019895986131484198,
|
15 |
+
"loss": 0.5652,
|
16 |
+
"step": 200
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.05333333333333334,
|
20 |
+
"grad_norm": 1.010162353515625,
|
21 |
+
"learning_rate": 0.00019789305240698761,
|
22 |
+
"loss": 0.5615,
|
23 |
+
"step": 400
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.08,
|
27 |
+
"grad_norm": 0.7284229397773743,
|
28 |
+
"learning_rate": 0.00019682624349913323,
|
29 |
+
"loss": 0.5847,
|
30 |
+
"step": 600
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.10666666666666667,
|
34 |
+
"grad_norm": 0.9393308758735657,
|
35 |
+
"learning_rate": 0.00019575943459127886,
|
36 |
+
"loss": 0.5545,
|
37 |
+
"step": 800
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.13333333333333333,
|
41 |
+
"grad_norm": 0.915951669216156,
|
42 |
+
"learning_rate": 0.00019469262568342445,
|
43 |
+
"loss": 0.5794,
|
44 |
+
"step": 1000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.16,
|
48 |
+
"grad_norm": 0.9032522439956665,
|
49 |
+
"learning_rate": 0.0001936258167755701,
|
50 |
+
"loss": 0.6067,
|
51 |
+
"step": 1200
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.18666666666666668,
|
55 |
+
"grad_norm": 0.6736401915550232,
|
56 |
+
"learning_rate": 0.0001925590078677157,
|
57 |
+
"loss": 0.5701,
|
58 |
+
"step": 1400
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.21333333333333335,
|
62 |
+
"grad_norm": 1.775130271911621,
|
63 |
+
"learning_rate": 0.0001914921989598613,
|
64 |
+
"loss": 0.5895,
|
65 |
+
"step": 1600
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.24,
|
69 |
+
"grad_norm": 1.1148632764816284,
|
70 |
+
"learning_rate": 0.00019042539005200695,
|
71 |
+
"loss": 0.6095,
|
72 |
+
"step": 1800
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.26666666666666666,
|
76 |
+
"grad_norm": 0.9489474296569824,
|
77 |
+
"learning_rate": 0.00018935858114415256,
|
78 |
+
"loss": 0.6109,
|
79 |
+
"step": 2000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.29333333333333333,
|
83 |
+
"grad_norm": 0.783237874507904,
|
84 |
+
"learning_rate": 0.0001882917722362982,
|
85 |
+
"loss": 0.5866,
|
86 |
+
"step": 2200
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.32,
|
90 |
+
"grad_norm": 1.6665730476379395,
|
91 |
+
"learning_rate": 0.00018722496332844378,
|
92 |
+
"loss": 0.5762,
|
93 |
+
"step": 2400
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.3466666666666667,
|
97 |
+
"grad_norm": 1.291765570640564,
|
98 |
+
"learning_rate": 0.00018615815442058942,
|
99 |
+
"loss": 0.6123,
|
100 |
+
"step": 2600
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.37333333333333335,
|
104 |
+
"grad_norm": 1.536110520362854,
|
105 |
+
"learning_rate": 0.00018509134551273503,
|
106 |
+
"loss": 0.5878,
|
107 |
+
"step": 2800
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.4,
|
111 |
+
"grad_norm": 2.170196771621704,
|
112 |
+
"learning_rate": 0.00018402453660488067,
|
113 |
+
"loss": 0.5954,
|
114 |
+
"step": 3000
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.4266666666666667,
|
118 |
+
"grad_norm": 0.9499145150184631,
|
119 |
+
"learning_rate": 0.00018295772769702628,
|
120 |
+
"loss": 0.6159,
|
121 |
+
"step": 3200
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.4533333333333333,
|
125 |
+
"grad_norm": 1.2118113040924072,
|
126 |
+
"learning_rate": 0.0001818909187891719,
|
127 |
+
"loss": 0.639,
|
128 |
+
"step": 3400
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.48,
|
132 |
+
"grad_norm": 0.9366052150726318,
|
133 |
+
"learning_rate": 0.00018082410988131753,
|
134 |
+
"loss": 0.6232,
|
135 |
+
"step": 3600
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.5066666666666667,
|
139 |
+
"grad_norm": 1.1474961042404175,
|
140 |
+
"learning_rate": 0.00017975730097346312,
|
141 |
+
"loss": 0.5993,
|
142 |
+
"step": 3800
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.5333333333333333,
|
146 |
+
"grad_norm": 1.5155959129333496,
|
147 |
+
"learning_rate": 0.00017869049206560876,
|
148 |
+
"loss": 0.6139,
|
149 |
+
"step": 4000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.56,
|
153 |
+
"grad_norm": 2.1921544075012207,
|
154 |
+
"learning_rate": 0.00017762368315775437,
|
155 |
+
"loss": 0.6352,
|
156 |
+
"step": 4200
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.5866666666666667,
|
160 |
+
"grad_norm": 1.1144263744354248,
|
161 |
+
"learning_rate": 0.0001765568742499,
|
162 |
+
"loss": 0.6004,
|
163 |
+
"step": 4400
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.6133333333333333,
|
167 |
+
"grad_norm": 1.6893116235733032,
|
168 |
+
"learning_rate": 0.00017549006534204562,
|
169 |
+
"loss": 0.6312,
|
170 |
+
"step": 4600
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.64,
|
174 |
+
"grad_norm": 1.4080637693405151,
|
175 |
+
"learning_rate": 0.00017442325643419123,
|
176 |
+
"loss": 0.6002,
|
177 |
+
"step": 4800
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.6666666666666666,
|
181 |
+
"grad_norm": 0.4908393621444702,
|
182 |
+
"learning_rate": 0.00017335644752633687,
|
183 |
+
"loss": 0.603,
|
184 |
+
"step": 5000
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.6933333333333334,
|
188 |
+
"grad_norm": 0.5237169861793518,
|
189 |
+
"learning_rate": 0.00017228963861848245,
|
190 |
+
"loss": 0.6179,
|
191 |
+
"step": 5200
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.72,
|
195 |
+
"grad_norm": 0.4859675168991089,
|
196 |
+
"learning_rate": 0.0001712228297106281,
|
197 |
+
"loss": 0.6421,
|
198 |
+
"step": 5400
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.7466666666666667,
|
202 |
+
"grad_norm": 1.4541916847229004,
|
203 |
+
"learning_rate": 0.0001701560208027737,
|
204 |
+
"loss": 0.615,
|
205 |
+
"step": 5600
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.7733333333333333,
|
209 |
+
"grad_norm": 2.2076306343078613,
|
210 |
+
"learning_rate": 0.00016908921189491934,
|
211 |
+
"loss": 0.6419,
|
212 |
+
"step": 5800
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.8,
|
216 |
+
"grad_norm": 1.6922993659973145,
|
217 |
+
"learning_rate": 0.00016802240298706495,
|
218 |
+
"loss": 0.6234,
|
219 |
+
"step": 6000
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.8266666666666667,
|
223 |
+
"grad_norm": 0.6677654385566711,
|
224 |
+
"learning_rate": 0.00016695559407921057,
|
225 |
+
"loss": 0.5954,
|
226 |
+
"step": 6200
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.8533333333333334,
|
230 |
+
"grad_norm": 0.704343855381012,
|
231 |
+
"learning_rate": 0.0001658887851713562,
|
232 |
+
"loss": 0.6175,
|
233 |
+
"step": 6400
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.88,
|
237 |
+
"grad_norm": 0.9924121499061584,
|
238 |
+
"learning_rate": 0.0001648219762635018,
|
239 |
+
"loss": 0.6172,
|
240 |
+
"step": 6600
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.9066666666666666,
|
244 |
+
"grad_norm": 1.5889892578125,
|
245 |
+
"learning_rate": 0.00016375516735564743,
|
246 |
+
"loss": 0.6131,
|
247 |
+
"step": 6800
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.9333333333333333,
|
251 |
+
"grad_norm": 1.3223360776901245,
|
252 |
+
"learning_rate": 0.00016268835844779304,
|
253 |
+
"loss": 0.632,
|
254 |
+
"step": 7000
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.96,
|
258 |
+
"grad_norm": 0.9497195482254028,
|
259 |
+
"learning_rate": 0.00016162154953993868,
|
260 |
+
"loss": 0.6314,
|
261 |
+
"step": 7200
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.9866666666666667,
|
265 |
+
"grad_norm": 1.2201488018035889,
|
266 |
+
"learning_rate": 0.0001605547406320843,
|
267 |
+
"loss": 0.6003,
|
268 |
+
"step": 7400
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.0133333333333334,
|
272 |
+
"grad_norm": 0.9246127605438232,
|
273 |
+
"learning_rate": 0.0001594879317242299,
|
274 |
+
"loss": 0.5296,
|
275 |
+
"step": 7600
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.04,
|
279 |
+
"grad_norm": 0.8949518203735352,
|
280 |
+
"learning_rate": 0.00015842112281637554,
|
281 |
+
"loss": 0.4514,
|
282 |
+
"step": 7800
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 1.0666666666666667,
|
286 |
+
"grad_norm": 0.639042317867279,
|
287 |
+
"learning_rate": 0.00015735431390852112,
|
288 |
+
"loss": 0.4582,
|
289 |
+
"step": 8000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 1.0933333333333333,
|
293 |
+
"grad_norm": 0.9326872229576111,
|
294 |
+
"learning_rate": 0.00015628750500066676,
|
295 |
+
"loss": 0.4339,
|
296 |
+
"step": 8200
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.12,
|
300 |
+
"grad_norm": 1.5695537328720093,
|
301 |
+
"learning_rate": 0.00015522069609281237,
|
302 |
+
"loss": 0.4511,
|
303 |
+
"step": 8400
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.1466666666666667,
|
307 |
+
"grad_norm": 0.8884285092353821,
|
308 |
+
"learning_rate": 0.000154153887184958,
|
309 |
+
"loss": 0.4151,
|
310 |
+
"step": 8600
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 1.1733333333333333,
|
314 |
+
"grad_norm": 0.9930616617202759,
|
315 |
+
"learning_rate": 0.00015308707827710362,
|
316 |
+
"loss": 0.4551,
|
317 |
+
"step": 8800
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 1.2,
|
321 |
+
"grad_norm": 1.1548641920089722,
|
322 |
+
"learning_rate": 0.00015202026936924923,
|
323 |
+
"loss": 0.4594,
|
324 |
+
"step": 9000
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.2266666666666666,
|
328 |
+
"grad_norm": 0.7928484082221985,
|
329 |
+
"learning_rate": 0.00015095346046139487,
|
330 |
+
"loss": 0.4704,
|
331 |
+
"step": 9200
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 1.2533333333333334,
|
335 |
+
"grad_norm": 2.5043861865997314,
|
336 |
+
"learning_rate": 0.00014988665155354046,
|
337 |
+
"loss": 0.5059,
|
338 |
+
"step": 9400
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.28,
|
342 |
+
"grad_norm": 1.363883376121521,
|
343 |
+
"learning_rate": 0.0001488198426456861,
|
344 |
+
"loss": 0.4488,
|
345 |
+
"step": 9600
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.3066666666666666,
|
349 |
+
"grad_norm": 1.1422014236450195,
|
350 |
+
"learning_rate": 0.0001477530337378317,
|
351 |
+
"loss": 0.4636,
|
352 |
+
"step": 9800
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.3333333333333333,
|
356 |
+
"grad_norm": 0.7344350218772888,
|
357 |
+
"learning_rate": 0.00014668622482997735,
|
358 |
+
"loss": 0.4694,
|
359 |
+
"step": 10000
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.3599999999999999,
|
363 |
+
"grad_norm": 2.64691162109375,
|
364 |
+
"learning_rate": 0.00014561941592212296,
|
365 |
+
"loss": 0.4494,
|
366 |
+
"step": 10200
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.3866666666666667,
|
370 |
+
"grad_norm": 0.8812822103500366,
|
371 |
+
"learning_rate": 0.00014455260701426857,
|
372 |
+
"loss": 0.4881,
|
373 |
+
"step": 10400
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.4133333333333333,
|
377 |
+
"grad_norm": 2.2142817974090576,
|
378 |
+
"learning_rate": 0.0001434857981064142,
|
379 |
+
"loss": 0.4651,
|
380 |
+
"step": 10600
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.44,
|
384 |
+
"grad_norm": 1.6976217031478882,
|
385 |
+
"learning_rate": 0.0001424189891985598,
|
386 |
+
"loss": 0.4591,
|
387 |
+
"step": 10800
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.4666666666666668,
|
391 |
+
"grad_norm": 1.3944759368896484,
|
392 |
+
"learning_rate": 0.00014135218029070543,
|
393 |
+
"loss": 0.475,
|
394 |
+
"step": 11000
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.4933333333333334,
|
398 |
+
"grad_norm": 1.502564787864685,
|
399 |
+
"learning_rate": 0.00014028537138285104,
|
400 |
+
"loss": 0.4752,
|
401 |
+
"step": 11200
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.52,
|
405 |
+
"grad_norm": 0.7984268069267273,
|
406 |
+
"learning_rate": 0.00013921856247499668,
|
407 |
+
"loss": 0.4641,
|
408 |
+
"step": 11400
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.5466666666666666,
|
412 |
+
"grad_norm": 1.7251499891281128,
|
413 |
+
"learning_rate": 0.0001381517535671423,
|
414 |
+
"loss": 0.4791,
|
415 |
+
"step": 11600
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.5733333333333333,
|
419 |
+
"grad_norm": 1.0267277956008911,
|
420 |
+
"learning_rate": 0.0001370849446592879,
|
421 |
+
"loss": 0.4511,
|
422 |
+
"step": 11800
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.6,
|
426 |
+
"grad_norm": 2.1689605712890625,
|
427 |
+
"learning_rate": 0.00013601813575143354,
|
428 |
+
"loss": 0.4613,
|
429 |
+
"step": 12000
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.6266666666666667,
|
433 |
+
"grad_norm": 1.6752183437347412,
|
434 |
+
"learning_rate": 0.00013495132684357913,
|
435 |
+
"loss": 0.4765,
|
436 |
+
"step": 12200
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.6533333333333333,
|
440 |
+
"grad_norm": 0.49789512157440186,
|
441 |
+
"learning_rate": 0.00013388451793572477,
|
442 |
+
"loss": 0.4735,
|
443 |
+
"step": 12400
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.6800000000000002,
|
447 |
+
"grad_norm": 0.8861690759658813,
|
448 |
+
"learning_rate": 0.00013281770902787038,
|
449 |
+
"loss": 0.4647,
|
450 |
+
"step": 12600
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.7066666666666666,
|
454 |
+
"grad_norm": 1.4024194478988647,
|
455 |
+
"learning_rate": 0.00013175090012001602,
|
456 |
+
"loss": 0.4566,
|
457 |
+
"step": 12800
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.7333333333333334,
|
461 |
+
"grad_norm": 1.691872239112854,
|
462 |
+
"learning_rate": 0.00013068409121216163,
|
463 |
+
"loss": 0.4646,
|
464 |
+
"step": 13000
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.76,
|
468 |
+
"grad_norm": 1.8841276168823242,
|
469 |
+
"learning_rate": 0.00012961728230430724,
|
470 |
+
"loss": 0.47,
|
471 |
+
"step": 13200
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.7866666666666666,
|
475 |
+
"grad_norm": 2.0173470973968506,
|
476 |
+
"learning_rate": 0.00012855047339645288,
|
477 |
+
"loss": 0.5013,
|
478 |
+
"step": 13400
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.8133333333333335,
|
482 |
+
"grad_norm": 0.7734861373901367,
|
483 |
+
"learning_rate": 0.00012748366448859846,
|
484 |
+
"loss": 0.474,
|
485 |
+
"step": 13600
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.8399999999999999,
|
489 |
+
"grad_norm": 0.8500189781188965,
|
490 |
+
"learning_rate": 0.0001264168555807441,
|
491 |
+
"loss": 0.4881,
|
492 |
+
"step": 13800
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.8666666666666667,
|
496 |
+
"grad_norm": 1.2855855226516724,
|
497 |
+
"learning_rate": 0.0001253500466728897,
|
498 |
+
"loss": 0.4784,
|
499 |
+
"step": 14000
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 1.8933333333333333,
|
503 |
+
"grad_norm": 2.410865306854248,
|
504 |
+
"learning_rate": 0.00012428323776503535,
|
505 |
+
"loss": 0.4673,
|
506 |
+
"step": 14200
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 1.92,
|
510 |
+
"grad_norm": 0.5624301433563232,
|
511 |
+
"learning_rate": 0.00012321642885718096,
|
512 |
+
"loss": 0.4781,
|
513 |
+
"step": 14400
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 1.9466666666666668,
|
517 |
+
"grad_norm": 2.08925461769104,
|
518 |
+
"learning_rate": 0.0001221496199493266,
|
519 |
+
"loss": 0.4613,
|
520 |
+
"step": 14600
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 1.9733333333333334,
|
524 |
+
"grad_norm": 2.586411476135254,
|
525 |
+
"learning_rate": 0.00012108281104147221,
|
526 |
+
"loss": 0.5001,
|
527 |
+
"step": 14800
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 2.0,
|
531 |
+
"grad_norm": 1.7612062692642212,
|
532 |
+
"learning_rate": 0.00012001600213361781,
|
533 |
+
"loss": 0.4566,
|
534 |
+
"step": 15000
|
535 |
+
}
|
536 |
+
],
|
537 |
+
"logging_steps": 200,
|
538 |
+
"max_steps": 37500,
|
539 |
+
"num_input_tokens_seen": 0,
|
540 |
+
"num_train_epochs": 5,
|
541 |
+
"save_steps": 500,
|
542 |
+
"stateful_callbacks": {
|
543 |
+
"TrainerControl": {
|
544 |
+
"args": {
|
545 |
+
"should_epoch_stop": false,
|
546 |
+
"should_evaluate": false,
|
547 |
+
"should_log": false,
|
548 |
+
"should_save": true,
|
549 |
+
"should_training_stop": false
|
550 |
+
},
|
551 |
+
"attributes": {}
|
552 |
+
}
|
553 |
+
},
|
554 |
+
"total_flos": 1.1669474815034573e+17,
|
555 |
+
"train_batch_size": 1,
|
556 |
+
"trial_name": null,
|
557 |
+
"trial_params": null
|
558 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b335bc31e6b5f349b01320f2d92515fc463c038267bca90c958a33e87860f8ad
|
3 |
+
size 5560
|