upload finetuned feedback model
Browse files- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -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_config.json +48 -0
- trainer_state.json +670 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: NousResearch/Llama-2-7b-chat-hf
|
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
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
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": 32,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"k_proj",
|
25 |
+
"up_proj",
|
26 |
+
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"q_proj",
|
29 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d465a8f94419073e0d5c125e17061a945eb43d5679d0f499e6c4832c25e05bc2
|
3 |
+
size 159967880
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:020f992f402e7a866970fbee813bc60e61fecbdd134af7dba355850e5a5d1713
|
3 |
+
size 320084922
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f461c737eff897b082442d3c8b2bb153ffa5c6cffe138fece4d7964a875e2f89
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83cfa2174ac4622151cbeb4d1681ff3304d9a93e0e1dc0cce8587e594811fc77
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
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_config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": true,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<pad>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": false
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<s>",
|
39 |
+
"clean_up_tokenization_spaces": false,
|
40 |
+
"eos_token": "</s>",
|
41 |
+
"legacy": false,
|
42 |
+
"model_max_length": 1000000000000000019884624838656,
|
43 |
+
"pad_token": "<unk>",
|
44 |
+
"sp_model_kwargs": {},
|
45 |
+
"tokenizer_class": "LlamaTokenizer",
|
46 |
+
"unk_token": "<unk>",
|
47 |
+
"use_default_system_prompt": false
|
48 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,670 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.999564175201569,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2294,
|
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.021791239921551537,
|
13 |
+
"grad_norm": 1.242763638496399,
|
14 |
+
"learning_rate": 7.246376811594203e-05,
|
15 |
+
"loss": 2.2055,
|
16 |
+
"step": 25
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.043582479843103074,
|
20 |
+
"grad_norm": 1.8003573417663574,
|
21 |
+
"learning_rate": 0.00014492753623188405,
|
22 |
+
"loss": 1.6815,
|
23 |
+
"step": 50
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.06537371976465461,
|
27 |
+
"grad_norm": 1.6185088157653809,
|
28 |
+
"learning_rate": 0.00019999641152749985,
|
29 |
+
"loss": 1.5003,
|
30 |
+
"step": 75
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.08716495968620615,
|
34 |
+
"grad_norm": 3.1756043434143066,
|
35 |
+
"learning_rate": 0.0001999042224400927,
|
36 |
+
"loss": 1.3368,
|
37 |
+
"step": 100
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.10895619960775768,
|
41 |
+
"grad_norm": 2.2795751094818115,
|
42 |
+
"learning_rate": 0.00019968756513199428,
|
43 |
+
"loss": 1.2884,
|
44 |
+
"step": 125
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.13074743952930923,
|
48 |
+
"grad_norm": 3.312840223312378,
|
49 |
+
"learning_rate": 0.0001993467095312314,
|
50 |
+
"loss": 1.0268,
|
51 |
+
"step": 150
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.15253867945086075,
|
55 |
+
"grad_norm": 2.588308095932007,
|
56 |
+
"learning_rate": 0.00019888208030143791,
|
57 |
+
"loss": 1.0683,
|
58 |
+
"step": 175
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.1743299193724123,
|
62 |
+
"grad_norm": 2.58573055267334,
|
63 |
+
"learning_rate": 0.0001982942563127767,
|
64 |
+
"loss": 0.6905,
|
65 |
+
"step": 200
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.19612115929396381,
|
69 |
+
"grad_norm": 3.3807337284088135,
|
70 |
+
"learning_rate": 0.00019758396992073952,
|
71 |
+
"loss": 0.6801,
|
72 |
+
"step": 225
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.21791239921551536,
|
76 |
+
"grad_norm": 2.1499476432800293,
|
77 |
+
"learning_rate": 0.00019675210605372306,
|
78 |
+
"loss": 0.6808,
|
79 |
+
"step": 250
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.2397036391370669,
|
83 |
+
"grad_norm": 1.472031831741333,
|
84 |
+
"learning_rate": 0.00019579970111051874,
|
85 |
+
"loss": 0.5356,
|
86 |
+
"step": 275
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.26149487905861846,
|
90 |
+
"grad_norm": 3.152369260787964,
|
91 |
+
"learning_rate": 0.0001947279416690885,
|
92 |
+
"loss": 0.4195,
|
93 |
+
"step": 300
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.28328611898017,
|
97 |
+
"grad_norm": 1.490937352180481,
|
98 |
+
"learning_rate": 0.00019353816300823667,
|
99 |
+
"loss": 0.4723,
|
100 |
+
"step": 325
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.3050773589017215,
|
104 |
+
"grad_norm": 3.0255391597747803,
|
105 |
+
"learning_rate": 0.0001922318474440187,
|
106 |
+
"loss": 0.4213,
|
107 |
+
"step": 350
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.32686859882327307,
|
111 |
+
"grad_norm": 1.3416861295700073,
|
112 |
+
"learning_rate": 0.00019081062248296003,
|
113 |
+
"loss": 0.4056,
|
114 |
+
"step": 375
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.3486598387448246,
|
118 |
+
"grad_norm": 2.1211328506469727,
|
119 |
+
"learning_rate": 0.00018927625879438563,
|
120 |
+
"loss": 0.4141,
|
121 |
+
"step": 400
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.3704510786663761,
|
125 |
+
"grad_norm": 1.3801401853561401,
|
126 |
+
"learning_rate": 0.00018763066800438636,
|
127 |
+
"loss": 0.3512,
|
128 |
+
"step": 425
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.39224231858792763,
|
132 |
+
"grad_norm": 2.2872607707977295,
|
133 |
+
"learning_rate": 0.00018587590031417112,
|
134 |
+
"loss": 0.282,
|
135 |
+
"step": 450
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.4140335585094792,
|
139 |
+
"grad_norm": 0.7895039916038513,
|
140 |
+
"learning_rate": 0.0001840141419457713,
|
141 |
+
"loss": 0.3493,
|
142 |
+
"step": 475
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.4358247984310307,
|
146 |
+
"grad_norm": 1.1262311935424805,
|
147 |
+
"learning_rate": 0.00018204771241828042,
|
148 |
+
"loss": 0.3909,
|
149 |
+
"step": 500
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.45761603835258224,
|
153 |
+
"grad_norm": 1.4957976341247559,
|
154 |
+
"learning_rate": 0.0001799790616580221,
|
155 |
+
"loss": 0.3384,
|
156 |
+
"step": 525
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.4794072782741338,
|
160 |
+
"grad_norm": 1.7466275691986084,
|
161 |
+
"learning_rate": 0.00017781076694624708,
|
162 |
+
"loss": 0.227,
|
163 |
+
"step": 550
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.5011985181956853,
|
167 |
+
"grad_norm": 1.2267506122589111,
|
168 |
+
"learning_rate": 0.00017554552970816157,
|
169 |
+
"loss": 0.2759,
|
170 |
+
"step": 575
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.5229897581172369,
|
174 |
+
"grad_norm": 1.82094407081604,
|
175 |
+
"learning_rate": 0.000173186172147288,
|
176 |
+
"loss": 0.2249,
|
177 |
+
"step": 600
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.5447809980387884,
|
181 |
+
"grad_norm": 0.8179337382316589,
|
182 |
+
"learning_rate": 0.0001707356337293506,
|
183 |
+
"loss": 0.2285,
|
184 |
+
"step": 625
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.56657223796034,
|
188 |
+
"grad_norm": 0.9247961640357971,
|
189 |
+
"learning_rate": 0.0001681969675200674,
|
190 |
+
"loss": 0.2207,
|
191 |
+
"step": 650
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.5883634778818915,
|
195 |
+
"grad_norm": 1.5408287048339844,
|
196 |
+
"learning_rate": 0.0001655733363814104,
|
197 |
+
"loss": 0.2249,
|
198 |
+
"step": 675
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.610154717803443,
|
202 |
+
"grad_norm": 1.275752305984497,
|
203 |
+
"learning_rate": 0.00016286800903107346,
|
204 |
+
"loss": 0.2413,
|
205 |
+
"step": 700
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.6319459577249945,
|
209 |
+
"grad_norm": 5.1292290687561035,
|
210 |
+
"learning_rate": 0.000160084355970057,
|
211 |
+
"loss": 0.222,
|
212 |
+
"step": 725
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.6537371976465461,
|
216 |
+
"grad_norm": 1.193455696105957,
|
217 |
+
"learning_rate": 0.0001572258452834436,
|
218 |
+
"loss": 0.1938,
|
219 |
+
"step": 750
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.6755284375680977,
|
223 |
+
"grad_norm": 1.730217456817627,
|
224 |
+
"learning_rate": 0.00015429603831959568,
|
225 |
+
"loss": 0.1623,
|
226 |
+
"step": 775
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.6973196774896492,
|
230 |
+
"grad_norm": 0.6618610620498657,
|
231 |
+
"learning_rate": 0.00015129858525315907,
|
232 |
+
"loss": 0.1689,
|
233 |
+
"step": 800
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.7191109174112007,
|
237 |
+
"grad_norm": 1.1339797973632812,
|
238 |
+
"learning_rate": 0.00014823722053739982,
|
239 |
+
"loss": 0.1455,
|
240 |
+
"step": 825
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.7409021573327522,
|
244 |
+
"grad_norm": 0.6128953099250793,
|
245 |
+
"learning_rate": 0.00014511575825154052,
|
246 |
+
"loss": 0.1501,
|
247 |
+
"step": 850
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.7626933972543037,
|
251 |
+
"grad_norm": 0.4243900775909424,
|
252 |
+
"learning_rate": 0.00014193808734889248,
|
253 |
+
"loss": 0.159,
|
254 |
+
"step": 875
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.7844846371758553,
|
258 |
+
"grad_norm": 0.4631712734699249,
|
259 |
+
"learning_rate": 0.00013870816681170434,
|
260 |
+
"loss": 0.1966,
|
261 |
+
"step": 900
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.8062758770974069,
|
265 |
+
"grad_norm": 1.5015017986297607,
|
266 |
+
"learning_rate": 0.00013543002071876286,
|
267 |
+
"loss": 0.1721,
|
268 |
+
"step": 925
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.8280671170189584,
|
272 |
+
"grad_norm": 0.957111120223999,
|
273 |
+
"learning_rate": 0.00013210773323189218,
|
274 |
+
"loss": 0.1546,
|
275 |
+
"step": 950
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.8498583569405099,
|
279 |
+
"grad_norm": 0.8417242169380188,
|
280 |
+
"learning_rate": 0.00012874544350759652,
|
281 |
+
"loss": 0.1331,
|
282 |
+
"step": 975
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.8716495968620614,
|
286 |
+
"grad_norm": 0.8539845943450928,
|
287 |
+
"learning_rate": 0.00012534734054018678,
|
288 |
+
"loss": 0.1357,
|
289 |
+
"step": 1000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.893440836783613,
|
293 |
+
"grad_norm": 1.2159688472747803,
|
294 |
+
"learning_rate": 0.00012191765794281505,
|
295 |
+
"loss": 0.1212,
|
296 |
+
"step": 1025
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.9152320767051645,
|
300 |
+
"grad_norm": 0.31601351499557495,
|
301 |
+
"learning_rate": 0.00011846066867292007,
|
302 |
+
"loss": 0.1137,
|
303 |
+
"step": 1050
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.937023316626716,
|
307 |
+
"grad_norm": 0.6536640524864197,
|
308 |
+
"learning_rate": 0.00011498067970865413,
|
309 |
+
"loss": 0.1381,
|
310 |
+
"step": 1075
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.9588145565482676,
|
314 |
+
"grad_norm": 0.7830281257629395,
|
315 |
+
"learning_rate": 0.00011148202668292474,
|
316 |
+
"loss": 0.1478,
|
317 |
+
"step": 1100
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.9806057964698192,
|
321 |
+
"grad_norm": 0.6399603486061096,
|
322 |
+
"learning_rate": 0.00010796906848173581,
|
323 |
+
"loss": 0.1301,
|
324 |
+
"step": 1125
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.0023970363913706,
|
328 |
+
"grad_norm": 0.5739679932594299,
|
329 |
+
"learning_rate": 0.00010444618181355856,
|
330 |
+
"loss": 0.1231,
|
331 |
+
"step": 1150
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 1.0241882763129222,
|
335 |
+
"grad_norm": 0.3609143793582916,
|
336 |
+
"learning_rate": 0.00010091775575649778,
|
337 |
+
"loss": 0.0934,
|
338 |
+
"step": 1175
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.0459795162344738,
|
342 |
+
"grad_norm": 0.23658056557178497,
|
343 |
+
"learning_rate": 9.738818629004698e-05,
|
344 |
+
"loss": 0.0804,
|
345 |
+
"step": 1200
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.0677707561560252,
|
349 |
+
"grad_norm": 0.7752934694290161,
|
350 |
+
"learning_rate": 9.38618708182454e-05,
|
351 |
+
"loss": 0.0962,
|
352 |
+
"step": 1225
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.0895619960775769,
|
356 |
+
"grad_norm": 0.15833699703216553,
|
357 |
+
"learning_rate": 9.034320269106014e-05,
|
358 |
+
"loss": 0.0915,
|
359 |
+
"step": 1250
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.1113532359991283,
|
363 |
+
"grad_norm": 0.37767815589904785,
|
364 |
+
"learning_rate": 8.683656573081924e-05,
|
365 |
+
"loss": 0.0979,
|
366 |
+
"step": 1275
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.13314447592068,
|
370 |
+
"grad_norm": 0.5757030248641968,
|
371 |
+
"learning_rate": 8.33463287705148e-05,
|
372 |
+
"loss": 0.1017,
|
373 |
+
"step": 1300
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.1549357158422313,
|
377 |
+
"grad_norm": 0.8658725023269653,
|
378 |
+
"learning_rate": 7.987684021078127e-05,
|
379 |
+
"loss": 0.0897,
|
380 |
+
"step": 1325
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.176726955763783,
|
384 |
+
"grad_norm": 0.35760119557380676,
|
385 |
+
"learning_rate": 7.643242260232964e-05,
|
386 |
+
"loss": 0.1168,
|
387 |
+
"step": 1350
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.1985181956853346,
|
391 |
+
"grad_norm": 0.6608352065086365,
|
392 |
+
"learning_rate": 7.301736726058754e-05,
|
393 |
+
"loss": 0.0775,
|
394 |
+
"step": 1375
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.220309435606886,
|
398 |
+
"grad_norm": 0.4222325086593628,
|
399 |
+
"learning_rate": 6.963592891925454e-05,
|
400 |
+
"loss": 0.0836,
|
401 |
+
"step": 1400
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.2421006755284376,
|
405 |
+
"grad_norm": 0.6680657863616943,
|
406 |
+
"learning_rate": 6.629232042943389e-05,
|
407 |
+
"loss": 0.0796,
|
408 |
+
"step": 1425
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.263891915449989,
|
412 |
+
"grad_norm": 0.30842161178588867,
|
413 |
+
"learning_rate": 6.299070751094454e-05,
|
414 |
+
"loss": 0.0941,
|
415 |
+
"step": 1450
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.2856831553715407,
|
419 |
+
"grad_norm": 0.38841813802719116,
|
420 |
+
"learning_rate": 5.973520356235307e-05,
|
421 |
+
"loss": 0.0865,
|
422 |
+
"step": 1475
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.307474395293092,
|
426 |
+
"grad_norm": 0.9855397939682007,
|
427 |
+
"learning_rate": 5.652986453619109e-05,
|
428 |
+
"loss": 0.0991,
|
429 |
+
"step": 1500
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.3292656352146437,
|
433 |
+
"grad_norm": 0.19512872397899628,
|
434 |
+
"learning_rate": 5.337868388574376e-05,
|
435 |
+
"loss": 0.0638,
|
436 |
+
"step": 1525
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.3510568751361953,
|
440 |
+
"grad_norm": 0.26761847734451294,
|
441 |
+
"learning_rate": 5.0285587589704077e-05,
|
442 |
+
"loss": 0.1121,
|
443 |
+
"step": 1550
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.3728481150577467,
|
447 |
+
"grad_norm": 0.3821604549884796,
|
448 |
+
"learning_rate": 4.725442926089233e-05,
|
449 |
+
"loss": 0.0823,
|
450 |
+
"step": 1575
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.3946393549792984,
|
454 |
+
"grad_norm": 0.2832418978214264,
|
455 |
+
"learning_rate": 4.4288985345134316e-05,
|
456 |
+
"loss": 0.069,
|
457 |
+
"step": 1600
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.41643059490085,
|
461 |
+
"grad_norm": 0.18016435205936432,
|
462 |
+
"learning_rate": 4.1392950416280296e-05,
|
463 |
+
"loss": 0.0857,
|
464 |
+
"step": 1625
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.4382218348224014,
|
468 |
+
"grad_norm": 0.3018115758895874,
|
469 |
+
"learning_rate": 3.856993257322591e-05,
|
470 |
+
"loss": 0.0759,
|
471 |
+
"step": 1650
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.4600130747439528,
|
475 |
+
"grad_norm": 0.263937383890152,
|
476 |
+
"learning_rate": 3.582344894467027e-05,
|
477 |
+
"loss": 0.0668,
|
478 |
+
"step": 1675
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.4818043146655044,
|
482 |
+
"grad_norm": 0.326871782541275,
|
483 |
+
"learning_rate": 3.3156921307211496e-05,
|
484 |
+
"loss": 0.0998,
|
485 |
+
"step": 1700
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.503595554587056,
|
489 |
+
"grad_norm": 0.667603611946106,
|
490 |
+
"learning_rate": 3.0573671822239306e-05,
|
491 |
+
"loss": 0.0671,
|
492 |
+
"step": 1725
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.5253867945086075,
|
496 |
+
"grad_norm": 0.3424798548221588,
|
497 |
+
"learning_rate": 2.8076918896935546e-05,
|
498 |
+
"loss": 0.0681,
|
499 |
+
"step": 1750
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 1.547178034430159,
|
503 |
+
"grad_norm": 0.4939020574092865,
|
504 |
+
"learning_rate": 2.566977317453961e-05,
|
505 |
+
"loss": 0.0684,
|
506 |
+
"step": 1775
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 1.5689692743517107,
|
510 |
+
"grad_norm": 0.4706403613090515,
|
511 |
+
"learning_rate": 2.3355233658874244e-05,
|
512 |
+
"loss": 0.0742,
|
513 |
+
"step": 1800
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 1.5907605142732621,
|
517 |
+
"grad_norm": 0.3979743719100952,
|
518 |
+
"learning_rate": 2.1136183977960368e-05,
|
519 |
+
"loss": 0.061,
|
520 |
+
"step": 1825
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 1.6125517541948136,
|
524 |
+
"grad_norm": 0.17972685396671295,
|
525 |
+
"learning_rate": 1.9015388791375566e-05,
|
526 |
+
"loss": 0.078,
|
527 |
+
"step": 1850
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 1.6343429941163652,
|
531 |
+
"grad_norm": 0.2175123393535614,
|
532 |
+
"learning_rate": 1.6995490345832534e-05,
|
533 |
+
"loss": 0.1274,
|
534 |
+
"step": 1875
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 1.6561342340379168,
|
538 |
+
"grad_norm": 0.21618282794952393,
|
539 |
+
"learning_rate": 1.5079005183268613e-05,
|
540 |
+
"loss": 0.0777,
|
541 |
+
"step": 1900
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 1.6779254739594682,
|
545 |
+
"grad_norm": 0.3169757127761841,
|
546 |
+
"learning_rate": 1.326832100554809e-05,
|
547 |
+
"loss": 0.0661,
|
548 |
+
"step": 1925
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 1.6997167138810199,
|
552 |
+
"grad_norm": 0.19049301743507385,
|
553 |
+
"learning_rate": 1.1565693699682834e-05,
|
554 |
+
"loss": 0.0872,
|
555 |
+
"step": 1950
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.7215079538025715,
|
559 |
+
"grad_norm": 0.3532935380935669,
|
560 |
+
"learning_rate": 9.973244527278069e-06,
|
561 |
+
"loss": 0.0584,
|
562 |
+
"step": 1975
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 1.743299193724123,
|
566 |
+
"grad_norm": 0.150393545627594,
|
567 |
+
"learning_rate": 8.492957481704532e-06,
|
568 |
+
"loss": 0.0683,
|
569 |
+
"step": 2000
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 1.7650904336456743,
|
573 |
+
"grad_norm": 0.2764439880847931,
|
574 |
+
"learning_rate": 7.126676816289812e-06,
|
575 |
+
"loss": 0.0695,
|
576 |
+
"step": 2025
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 1.786881673567226,
|
580 |
+
"grad_norm": 0.2082855999469757,
|
581 |
+
"learning_rate": 5.876104746608357e-06,
|
582 |
+
"loss": 0.0851,
|
583 |
+
"step": 2050
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.8086729134887776,
|
587 |
+
"grad_norm": 0.3082773983478546,
|
588 |
+
"learning_rate": 4.742799329732795e-06,
|
589 |
+
"loss": 0.0795,
|
590 |
+
"step": 2075
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 1.830464153410329,
|
594 |
+
"grad_norm": 0.19079254567623138,
|
595 |
+
"learning_rate": 3.7281725230888577e-06,
|
596 |
+
"loss": 0.0613,
|
597 |
+
"step": 2100
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.8522553933318806,
|
601 |
+
"grad_norm": 0.34673643112182617,
|
602 |
+
"learning_rate": 2.833488425332309e-06,
|
603 |
+
"loss": 0.0966,
|
604 |
+
"step": 2125
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 1.8740466332534322,
|
608 |
+
"grad_norm": 0.44968563318252563,
|
609 |
+
"learning_rate": 2.0598617014393363e-06,
|
610 |
+
"loss": 0.0789,
|
611 |
+
"step": 2150
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 1.8958378731749836,
|
615 |
+
"grad_norm": 0.23333805799484253,
|
616 |
+
"learning_rate": 1.4082561939728679e-06,
|
617 |
+
"loss": 0.0799,
|
618 |
+
"step": 2175
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.917629113096535,
|
622 |
+
"grad_norm": 0.1803426593542099,
|
623 |
+
"learning_rate": 8.794837222546815e-07,
|
624 |
+
"loss": 0.0697,
|
625 |
+
"step": 2200
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.9394203530180867,
|
629 |
+
"grad_norm": 0.2824294865131378,
|
630 |
+
"learning_rate": 4.7420307093971605e-07,
|
631 |
+
"loss": 0.0692,
|
632 |
+
"step": 2225
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 1.9612115929396383,
|
636 |
+
"grad_norm": 0.16242176294326782,
|
637 |
+
"learning_rate": 1.92919169252348e-07,
|
638 |
+
"loss": 0.0655,
|
639 |
+
"step": 2250
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 1.9830028328611897,
|
643 |
+
"grad_norm": 0.15012870728969574,
|
644 |
+
"learning_rate": 3.598246190751331e-08,
|
645 |
+
"loss": 0.0599,
|
646 |
+
"step": 2275
|
647 |
+
}
|
648 |
+
],
|
649 |
+
"logging_steps": 25,
|
650 |
+
"max_steps": 2294,
|
651 |
+
"num_input_tokens_seen": 0,
|
652 |
+
"num_train_epochs": 2,
|
653 |
+
"save_steps": 0,
|
654 |
+
"stateful_callbacks": {
|
655 |
+
"TrainerControl": {
|
656 |
+
"args": {
|
657 |
+
"should_epoch_stop": false,
|
658 |
+
"should_evaluate": false,
|
659 |
+
"should_log": false,
|
660 |
+
"should_save": true,
|
661 |
+
"should_training_stop": true
|
662 |
+
},
|
663 |
+
"attributes": {}
|
664 |
+
}
|
665 |
+
},
|
666 |
+
"total_flos": 2.7990461701966234e+17,
|
667 |
+
"train_batch_size": 1,
|
668 |
+
"trial_name": null,
|
669 |
+
"trial_params": null
|
670 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:442020777aaceb2be33f39df3f1f002b10781e49a73f9aed84c74ee98ce9eecb
|
3 |
+
size 5112
|