Training in progress, step 99, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +35 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +48 -0
- last-checkpoint/trainer_state.json +742 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/Yarn-Mistral-7b-64k
|
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.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Yarn-Mistral-7b-64k",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"q_proj",
|
25 |
+
"o_proj",
|
26 |
+
"v_proj",
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d7faf237e020891923b75033f8516f7da91fb5a14361ad398ca23cdd0466b5b
|
3 |
+
size 83945296
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:110f1a742a7788094290dedf97297c89acd58258ed0b9cb4cd1ae9494076365a
|
3 |
+
size 43122580
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6023a7f9ae9975b2f6e706468d3f37f7fe9cc97f13529e24708d216c58b1770e
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e80bd13ccd86381c43d36a50b9b8744dacf3b87fffadb3e5cb79368ce9e10822
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<unk>",
|
4 |
+
"<s>",
|
5 |
+
"</s>"
|
6 |
+
],
|
7 |
+
"bos_token": {
|
8 |
+
"content": "<s>",
|
9 |
+
"lstrip": false,
|
10 |
+
"normalized": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"eos_token": {
|
15 |
+
"content": "</s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"pad_token": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"unk_token": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
}
|
35 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
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": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"additional_special_tokens": [
|
32 |
+
"<unk>",
|
33 |
+
"<s>",
|
34 |
+
"</s>"
|
35 |
+
],
|
36 |
+
"bos_token": "<s>",
|
37 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
38 |
+
"clean_up_tokenization_spaces": false,
|
39 |
+
"eos_token": "</s>",
|
40 |
+
"legacy": true,
|
41 |
+
"model_max_length": 1000000000000000019884624838656,
|
42 |
+
"pad_token": "</s>",
|
43 |
+
"sp_model_kwargs": {},
|
44 |
+
"spaces_between_special_tokens": false,
|
45 |
+
"tokenizer_class": "LlamaTokenizer",
|
46 |
+
"unk_token": "<unk>",
|
47 |
+
"use_default_system_prompt": true
|
48 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,742 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.09703504043126684,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 99,
|
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.00098015192354815,
|
13 |
+
"grad_norm": 8.788262367248535,
|
14 |
+
"learning_rate": 5e-05,
|
15 |
+
"loss": 4.4304,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.00098015192354815,
|
20 |
+
"eval_loss": 1.1600793600082397,
|
21 |
+
"eval_runtime": 32.0831,
|
22 |
+
"eval_samples_per_second": 13.403,
|
23 |
+
"eval_steps_per_second": 6.701,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0019603038470963,
|
28 |
+
"grad_norm": 9.583104133605957,
|
29 |
+
"learning_rate": 0.0001,
|
30 |
+
"loss": 4.4067,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.00294045577064445,
|
35 |
+
"grad_norm": 10.62303352355957,
|
36 |
+
"learning_rate": 0.00015,
|
37 |
+
"loss": 4.5178,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0039206076941926,
|
42 |
+
"grad_norm": 8.96699333190918,
|
43 |
+
"learning_rate": 0.0002,
|
44 |
+
"loss": 3.5573,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00490075961774075,
|
49 |
+
"grad_norm": 7.479958534240723,
|
50 |
+
"learning_rate": 0.00025,
|
51 |
+
"loss": 3.2001,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0058809115412889,
|
56 |
+
"grad_norm": 8.165190696716309,
|
57 |
+
"learning_rate": 0.0003,
|
58 |
+
"loss": 2.9165,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.00686106346483705,
|
63 |
+
"grad_norm": 6.142019271850586,
|
64 |
+
"learning_rate": 0.00035,
|
65 |
+
"loss": 2.2668,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0078412153883852,
|
70 |
+
"grad_norm": 10.852178573608398,
|
71 |
+
"learning_rate": 0.0004,
|
72 |
+
"loss": 2.6424,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.008821367311933349,
|
77 |
+
"grad_norm": 10.376114845275879,
|
78 |
+
"learning_rate": 0.00045000000000000004,
|
79 |
+
"loss": 2.4986,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0098015192354815,
|
84 |
+
"grad_norm": 7.3792853355407715,
|
85 |
+
"learning_rate": 0.0005,
|
86 |
+
"loss": 2.2212,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.01078167115902965,
|
91 |
+
"grad_norm": 5.695198059082031,
|
92 |
+
"learning_rate": 0.0004998442655654946,
|
93 |
+
"loss": 2.0102,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.0117618230825778,
|
98 |
+
"grad_norm": 6.502859592437744,
|
99 |
+
"learning_rate": 0.0004993772562876909,
|
100 |
+
"loss": 2.0982,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.01274197500612595,
|
105 |
+
"grad_norm": 5.456140041351318,
|
106 |
+
"learning_rate": 0.0004985995540019955,
|
107 |
+
"loss": 1.8742,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.0137221269296741,
|
112 |
+
"grad_norm": 9.823551177978516,
|
113 |
+
"learning_rate": 0.0004975121276286136,
|
114 |
+
"loss": 2.1204,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.014702278853222249,
|
119 |
+
"grad_norm": 488.66693115234375,
|
120 |
+
"learning_rate": 0.0004961163319653958,
|
121 |
+
"loss": 3.3652,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0156824307767704,
|
126 |
+
"grad_norm": 253.727294921875,
|
127 |
+
"learning_rate": 0.0004944139059999286,
|
128 |
+
"loss": 2.6725,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.01666258270031855,
|
133 |
+
"grad_norm": 19.57656478881836,
|
134 |
+
"learning_rate": 0.000492406970742972,
|
135 |
+
"loss": 2.2194,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.017642734623866698,
|
140 |
+
"grad_norm": 5.941681861877441,
|
141 |
+
"learning_rate": 0.0004900980265859448,
|
142 |
+
"loss": 1.7444,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.018622886547414848,
|
147 |
+
"grad_norm": 7.996297836303711,
|
148 |
+
"learning_rate": 0.0004874899501857477,
|
149 |
+
"loss": 2.1573,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.019603038470963,
|
154 |
+
"grad_norm": 6.1778483390808105,
|
155 |
+
"learning_rate": 0.00048458599088080736,
|
156 |
+
"loss": 1.9923,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.02058319039451115,
|
161 |
+
"grad_norm": 5.683200359344482,
|
162 |
+
"learning_rate": 0.0004813897666428053,
|
163 |
+
"loss": 2.0513,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0215633423180593,
|
168 |
+
"grad_norm": 4.855146408081055,
|
169 |
+
"learning_rate": 0.00047790525956913543,
|
170 |
+
"loss": 1.7868,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.02254349424160745,
|
175 |
+
"grad_norm": 6.101013660430908,
|
176 |
+
"learning_rate": 0.0004741368109217071,
|
177 |
+
"loss": 2.3832,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.0235236461651556,
|
182 |
+
"grad_norm": 4.591999530792236,
|
183 |
+
"learning_rate": 0.00047008911571827283,
|
184 |
+
"loss": 1.7967,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.02450379808870375,
|
189 |
+
"grad_norm": 5.434823036193848,
|
190 |
+
"learning_rate": 0.00046576721688302105,
|
191 |
+
"loss": 1.5524,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.0254839500122519,
|
196 |
+
"grad_norm": 6.0672712326049805,
|
197 |
+
"learning_rate": 0.0004611764989637205,
|
198 |
+
"loss": 2.4284,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.02646410193580005,
|
203 |
+
"grad_norm": 5.269484043121338,
|
204 |
+
"learning_rate": 0.0004563226814232444,
|
205 |
+
"loss": 2.2358,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.0274442538593482,
|
210 |
+
"grad_norm": 10.614778518676758,
|
211 |
+
"learning_rate": 0.0004512118115138315,
|
212 |
+
"loss": 2.0021,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.028424405782896348,
|
217 |
+
"grad_norm": 790.6010131835938,
|
218 |
+
"learning_rate": 0.0004458502567429631,
|
219 |
+
"loss": 6.0687,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.029404557706444498,
|
224 |
+
"grad_norm": 1149.8990478515625,
|
225 |
+
"learning_rate": 0.00044024469694024196,
|
226 |
+
"loss": 5.4108,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.030384709629992648,
|
231 |
+
"grad_norm": 11.237872123718262,
|
232 |
+
"learning_rate": 0.00043440211593515554,
|
233 |
+
"loss": 2.5356,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.0313648615535408,
|
238 |
+
"grad_norm": 7.247534275054932,
|
239 |
+
"learning_rate": 0.0004283297928560951,
|
240 |
+
"loss": 2.0986,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.03234501347708895,
|
245 |
+
"grad_norm": 6.919396877288818,
|
246 |
+
"learning_rate": 0.0004220352930614672,
|
247 |
+
"loss": 1.9973,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.0333251654006371,
|
252 |
+
"grad_norm": 6.816845417022705,
|
253 |
+
"learning_rate": 0.00041552645871420013,
|
254 |
+
"loss": 2.2594,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.03430531732418525,
|
259 |
+
"grad_norm": 6.59798002243042,
|
260 |
+
"learning_rate": 0.00040881139901138467,
|
261 |
+
"loss": 1.7139,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.035285469247733396,
|
266 |
+
"grad_norm": 6.371927738189697,
|
267 |
+
"learning_rate": 0.00040189848008122475,
|
268 |
+
"loss": 2.2204,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.03626562117128155,
|
273 |
+
"grad_norm": 6.411983966827393,
|
274 |
+
"learning_rate": 0.00039479631455988334,
|
275 |
+
"loss": 1.7232,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.037245773094829696,
|
280 |
+
"grad_norm": 5.560553550720215,
|
281 |
+
"learning_rate": 0.0003875137508612103,
|
282 |
+
"loss": 1.6226,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.03822592501837785,
|
287 |
+
"grad_norm": 5.732822895050049,
|
288 |
+
"learning_rate": 0.00038005986215272055,
|
289 |
+
"loss": 1.8055,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.039206076941926,
|
294 |
+
"grad_norm": 4.870940685272217,
|
295 |
+
"learning_rate": 0.0003724439350515571,
|
296 |
+
"loss": 1.5925,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.04018622886547415,
|
301 |
+
"grad_norm": 12.196417808532715,
|
302 |
+
"learning_rate": 0.0003646754580545226,
|
303 |
+
"loss": 1.5858,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.0411663807890223,
|
308 |
+
"grad_norm": 6.641079425811768,
|
309 |
+
"learning_rate": 0.000356764109716594,
|
310 |
+
"loss": 1.754,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.04214653271257045,
|
315 |
+
"grad_norm": 9.059475898742676,
|
316 |
+
"learning_rate": 0.00034871974659264783,
|
317 |
+
"loss": 2.191,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.0431266846361186,
|
322 |
+
"grad_norm": 5.550997257232666,
|
323 |
+
"learning_rate": 0.0003405523909574206,
|
324 |
+
"loss": 1.744,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.04410683655966675,
|
329 |
+
"grad_norm": 5.797954082489014,
|
330 |
+
"learning_rate": 0.0003322722183190025,
|
331 |
+
"loss": 1.8462,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.0450869884832149,
|
336 |
+
"grad_norm": 6.753538131713867,
|
337 |
+
"learning_rate": 0.0003238895447414211,
|
338 |
+
"loss": 1.6731,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.046067140406763046,
|
343 |
+
"grad_norm": 4.597764492034912,
|
344 |
+
"learning_rate": 0.0003154148139921102,
|
345 |
+
"loss": 1.4865,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.0470472923303112,
|
350 |
+
"grad_norm": 5.605854034423828,
|
351 |
+
"learning_rate": 0.00030685858453027663,
|
352 |
+
"loss": 1.8181,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.048027444253859346,
|
357 |
+
"grad_norm": 4.202711582183838,
|
358 |
+
"learning_rate": 0.0002982315163523742,
|
359 |
+
"loss": 1.6022,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.0490075961774075,
|
364 |
+
"grad_norm": 6.0648274421691895,
|
365 |
+
"learning_rate": 0.000289544357711076,
|
366 |
+
"loss": 1.938,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.0490075961774075,
|
371 |
+
"eval_loss": 0.47381290793418884,
|
372 |
+
"eval_runtime": 32.1121,
|
373 |
+
"eval_samples_per_second": 13.391,
|
374 |
+
"eval_steps_per_second": 6.695,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.049987748100955645,
|
379 |
+
"grad_norm": 5.006354808807373,
|
380 |
+
"learning_rate": 0.0002808079317242896,
|
381 |
+
"loss": 1.4015,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.0509679000245038,
|
386 |
+
"grad_norm": 7.031268119812012,
|
387 |
+
"learning_rate": 0.0002720331228909005,
|
388 |
+
"loss": 2.1946,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.05194805194805195,
|
393 |
+
"grad_norm": 6.168585300445557,
|
394 |
+
"learning_rate": 0.00026323086353004075,
|
395 |
+
"loss": 2.0137,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.0529282038716001,
|
400 |
+
"grad_norm": 5.570888519287109,
|
401 |
+
"learning_rate": 0.0002544121201607822,
|
402 |
+
"loss": 1.3821,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.05390835579514825,
|
407 |
+
"grad_norm": 6.565742492675781,
|
408 |
+
"learning_rate": 0.00024558787983921783,
|
409 |
+
"loss": 1.5443,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.0548885077186964,
|
414 |
+
"grad_norm": 5.112683296203613,
|
415 |
+
"learning_rate": 0.0002367691364699592,
|
416 |
+
"loss": 2.0574,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.05586865964224455,
|
421 |
+
"grad_norm": 5.815428256988525,
|
422 |
+
"learning_rate": 0.00022796687710909964,
|
423 |
+
"loss": 1.7266,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.056848811565792697,
|
428 |
+
"grad_norm": 6.429127216339111,
|
429 |
+
"learning_rate": 0.00021919206827571036,
|
430 |
+
"loss": 1.6742,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.05782896348934085,
|
435 |
+
"grad_norm": 4.360790252685547,
|
436 |
+
"learning_rate": 0.00021045564228892402,
|
437 |
+
"loss": 1.5839,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.058809115412888996,
|
442 |
+
"grad_norm": 5.408675193786621,
|
443 |
+
"learning_rate": 0.00020176848364762578,
|
444 |
+
"loss": 1.857,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.05978926733643715,
|
449 |
+
"grad_norm": 5.5158843994140625,
|
450 |
+
"learning_rate": 0.00019314141546972343,
|
451 |
+
"loss": 1.8565,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.060769419259985295,
|
456 |
+
"grad_norm": 4.239615440368652,
|
457 |
+
"learning_rate": 0.00018458518600788986,
|
458 |
+
"loss": 1.5578,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.06174957118353345,
|
463 |
+
"grad_norm": 4.8241286277771,
|
464 |
+
"learning_rate": 0.00017611045525857898,
|
465 |
+
"loss": 2.2891,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.0627297231070816,
|
470 |
+
"grad_norm": 4.891157627105713,
|
471 |
+
"learning_rate": 0.0001677277816809975,
|
472 |
+
"loss": 1.5258,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.06370987503062975,
|
477 |
+
"grad_norm": 7.095347881317139,
|
478 |
+
"learning_rate": 0.00015944760904257942,
|
479 |
+
"loss": 1.485,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.0646900269541779,
|
484 |
+
"grad_norm": 6.18632173538208,
|
485 |
+
"learning_rate": 0.0001512802534073522,
|
486 |
+
"loss": 2.2699,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.06567017887772605,
|
491 |
+
"grad_norm": 7.039768218994141,
|
492 |
+
"learning_rate": 0.00014323589028340596,
|
493 |
+
"loss": 1.6498,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.0666503308012742,
|
498 |
+
"grad_norm": 4.236544132232666,
|
499 |
+
"learning_rate": 0.00013532454194547733,
|
500 |
+
"loss": 1.4711,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.06763048272482235,
|
505 |
+
"grad_norm": 7.658662796020508,
|
506 |
+
"learning_rate": 0.00012755606494844294,
|
507 |
+
"loss": 2.1913,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.0686106346483705,
|
512 |
+
"grad_norm": 6.266756057739258,
|
513 |
+
"learning_rate": 0.00011994013784727947,
|
514 |
+
"loss": 1.9293,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.06959078657191865,
|
519 |
+
"grad_norm": 4.038018703460693,
|
520 |
+
"learning_rate": 0.00011248624913878966,
|
521 |
+
"loss": 1.3765,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.07057093849546679,
|
526 |
+
"grad_norm": 5.6167707443237305,
|
527 |
+
"learning_rate": 0.0001052036854401166,
|
528 |
+
"loss": 2.0571,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.07155109041901495,
|
533 |
+
"grad_norm": 5.831634044647217,
|
534 |
+
"learning_rate": 9.810151991877531e-05,
|
535 |
+
"loss": 1.8485,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.0725312423425631,
|
540 |
+
"grad_norm": 4.975097179412842,
|
541 |
+
"learning_rate": 9.118860098861537e-05,
|
542 |
+
"loss": 1.6933,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.07351139426611125,
|
547 |
+
"grad_norm": 5.047489643096924,
|
548 |
+
"learning_rate": 8.44735412857999e-05,
|
549 |
+
"loss": 1.9618,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.07449154618965939,
|
554 |
+
"grad_norm": 5.174774646759033,
|
555 |
+
"learning_rate": 7.79647069385328e-05,
|
556 |
+
"loss": 1.8777,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.07547169811320754,
|
561 |
+
"grad_norm": 6.134393692016602,
|
562 |
+
"learning_rate": 7.167020714390501e-05,
|
563 |
+
"loss": 1.7578,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.0764518500367557,
|
568 |
+
"grad_norm": 5.990660667419434,
|
569 |
+
"learning_rate": 6.559788406484446e-05,
|
570 |
+
"loss": 2.2949,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.07743200196030385,
|
575 |
+
"grad_norm": 4.4487223625183105,
|
576 |
+
"learning_rate": 5.975530305975807e-05,
|
577 |
+
"loss": 1.8815,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.078412153883852,
|
582 |
+
"grad_norm": 4.359466552734375,
|
583 |
+
"learning_rate": 5.414974325703686e-05,
|
584 |
+
"loss": 2.0557,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.07939230580740014,
|
589 |
+
"grad_norm": 4.452478408813477,
|
590 |
+
"learning_rate": 4.8788188486168616e-05,
|
591 |
+
"loss": 1.8169,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.0803724577309483,
|
596 |
+
"grad_norm": 4.884191513061523,
|
597 |
+
"learning_rate": 4.367731857675569e-05,
|
598 |
+
"loss": 2.1907,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.08135260965449645,
|
603 |
+
"grad_norm": 3.7675909996032715,
|
604 |
+
"learning_rate": 3.882350103627952e-05,
|
605 |
+
"loss": 1.7697,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.0823327615780446,
|
610 |
+
"grad_norm": 4.858075141906738,
|
611 |
+
"learning_rate": 3.423278311697897e-05,
|
612 |
+
"loss": 1.9899,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.08331291350159274,
|
617 |
+
"grad_norm": 4.397428512573242,
|
618 |
+
"learning_rate": 2.9910884281727225e-05,
|
619 |
+
"loss": 2.0866,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.0842930654251409,
|
624 |
+
"grad_norm": 4.228158473968506,
|
625 |
+
"learning_rate": 2.586318907829291e-05,
|
626 |
+
"loss": 2.098,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.08527321734868905,
|
631 |
+
"grad_norm": 4.198671340942383,
|
632 |
+
"learning_rate": 2.209474043086457e-05,
|
633 |
+
"loss": 1.6655,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.0862533692722372,
|
638 |
+
"grad_norm": 4.8015666007995605,
|
639 |
+
"learning_rate": 1.861023335719475e-05,
|
640 |
+
"loss": 1.5119,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.08723352119578534,
|
645 |
+
"grad_norm": 3.837944269180298,
|
646 |
+
"learning_rate": 1.5414009119192633e-05,
|
647 |
+
"loss": 1.2419,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.0882136731193335,
|
652 |
+
"grad_norm": 5.389851093292236,
|
653 |
+
"learning_rate": 1.25100498142523e-05,
|
654 |
+
"loss": 2.2026,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.08919382504288165,
|
659 |
+
"grad_norm": 4.73456335067749,
|
660 |
+
"learning_rate": 9.901973414055187e-06,
|
661 |
+
"loss": 1.5725,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.0901739769664298,
|
666 |
+
"grad_norm": 4.559596538543701,
|
667 |
+
"learning_rate": 7.593029257027956e-06,
|
668 |
+
"loss": 1.5902,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.09115412888997795,
|
673 |
+
"grad_norm": 5.64397668838501,
|
674 |
+
"learning_rate": 5.5860940000714015e-06,
|
675 |
+
"loss": 1.5514,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.09213428081352609,
|
680 |
+
"grad_norm": 4.309036731719971,
|
681 |
+
"learning_rate": 3.8836680346041594e-06,
|
682 |
+
"loss": 1.5141,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.09311443273707425,
|
687 |
+
"grad_norm": 3.9222750663757324,
|
688 |
+
"learning_rate": 2.487872371386424e-06,
|
689 |
+
"loss": 2.0316,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.0940945846606224,
|
694 |
+
"grad_norm": 3.3721542358398438,
|
695 |
+
"learning_rate": 1.4004459980045125e-06,
|
696 |
+
"loss": 1.242,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.09507473658417055,
|
701 |
+
"grad_norm": 6.287044525146484,
|
702 |
+
"learning_rate": 6.22743712309054e-07,
|
703 |
+
"loss": 1.5769,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.09605488850771869,
|
708 |
+
"grad_norm": 6.7811760902404785,
|
709 |
+
"learning_rate": 1.557344345054501e-07,
|
710 |
+
"loss": 1.6733,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.09703504043126684,
|
715 |
+
"grad_norm": 5.081333637237549,
|
716 |
+
"learning_rate": 0.0,
|
717 |
+
"loss": 1.6085,
|
718 |
+
"step": 99
|
719 |
+
}
|
720 |
+
],
|
721 |
+
"logging_steps": 1,
|
722 |
+
"max_steps": 99,
|
723 |
+
"num_input_tokens_seen": 0,
|
724 |
+
"num_train_epochs": 1,
|
725 |
+
"save_steps": 300,
|
726 |
+
"stateful_callbacks": {
|
727 |
+
"TrainerControl": {
|
728 |
+
"args": {
|
729 |
+
"should_epoch_stop": false,
|
730 |
+
"should_evaluate": false,
|
731 |
+
"should_log": false,
|
732 |
+
"should_save": true,
|
733 |
+
"should_training_stop": true
|
734 |
+
},
|
735 |
+
"attributes": {}
|
736 |
+
}
|
737 |
+
},
|
738 |
+
"total_flos": 1.7351430880886784e+16,
|
739 |
+
"train_batch_size": 2,
|
740 |
+
"trial_name": null,
|
741 |
+
"trial_params": null
|
742 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5b4d96e100fa6aac1e27f938004d4acfd825c5e48da9a99f45699b0cfbed357
|
3 |
+
size 6712
|