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 +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +42 -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/CodeLlama-7b-hf
|
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/CodeLlama-7b-hf",
|
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 |
+
"q_proj",
|
24 |
+
"down_proj",
|
25 |
+
"v_proj",
|
26 |
+
"k_proj",
|
27 |
+
"o_proj",
|
28 |
+
"up_proj",
|
29 |
+
"gate_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:a3e93f89e916994a6ee3e5805a6a5e5860a7a5a128047f37eb6ea0adc8b9c575
|
3 |
+
size 80013120
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12ea3806bce757df9b22bc57c57c1de3b5bf6b056c6e28b72fbdfa78874e75ec
|
3 |
+
size 41119636
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:122a2936afa43ed66142df0bd3dcbe036fd722232978b87a762dea6e03beb670
|
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,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": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
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 |
+
}
|
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:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"bos_token": "<s>",
|
32 |
+
"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 %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,742 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.012034279462711968,
|
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.000121558378411232,
|
13 |
+
"grad_norm": 1.3446160554885864,
|
14 |
+
"learning_rate": 5e-05,
|
15 |
+
"loss": 9.0768,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.000121558378411232,
|
20 |
+
"eval_loss": 2.5203657150268555,
|
21 |
+
"eval_runtime": 129.7977,
|
22 |
+
"eval_samples_per_second": 26.688,
|
23 |
+
"eval_steps_per_second": 13.344,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.000243116756822464,
|
28 |
+
"grad_norm": 0.8890573978424072,
|
29 |
+
"learning_rate": 0.0001,
|
30 |
+
"loss": 8.9894,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.000364675135233696,
|
35 |
+
"grad_norm": 0.9894385933876038,
|
36 |
+
"learning_rate": 0.00015,
|
37 |
+
"loss": 9.9392,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.000486233513644928,
|
42 |
+
"grad_norm": 1.1552144289016724,
|
43 |
+
"learning_rate": 0.0002,
|
44 |
+
"loss": 9.337,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00060779189205616,
|
49 |
+
"grad_norm": 0.9934598803520203,
|
50 |
+
"learning_rate": 0.00025,
|
51 |
+
"loss": 8.3148,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.000729350270467392,
|
56 |
+
"grad_norm": 1.3025593757629395,
|
57 |
+
"learning_rate": 0.0003,
|
58 |
+
"loss": 9.5929,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.000850908648878624,
|
63 |
+
"grad_norm": 2.088249683380127,
|
64 |
+
"learning_rate": 0.00035,
|
65 |
+
"loss": 9.6295,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.000972467027289856,
|
70 |
+
"grad_norm": 2.0169050693511963,
|
71 |
+
"learning_rate": 0.0004,
|
72 |
+
"loss": 9.04,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.001094025405701088,
|
77 |
+
"grad_norm": 2.35762357711792,
|
78 |
+
"learning_rate": 0.00045000000000000004,
|
79 |
+
"loss": 9.1659,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.00121558378411232,
|
84 |
+
"grad_norm": 1.7417839765548706,
|
85 |
+
"learning_rate": 0.0005,
|
86 |
+
"loss": 10.0992,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0013371421625235518,
|
91 |
+
"grad_norm": 4.987995147705078,
|
92 |
+
"learning_rate": 0.0004998442655654946,
|
93 |
+
"loss": 8.4951,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.001458700540934784,
|
98 |
+
"grad_norm": 4.7045087814331055,
|
99 |
+
"learning_rate": 0.0004993772562876909,
|
100 |
+
"loss": 10.1241,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.001580258919346016,
|
105 |
+
"grad_norm": 2.7270452976226807,
|
106 |
+
"learning_rate": 0.0004985995540019955,
|
107 |
+
"loss": 9.502,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.001701817297757248,
|
112 |
+
"grad_norm": 2.8698813915252686,
|
113 |
+
"learning_rate": 0.0004975121276286136,
|
114 |
+
"loss": 9.6496,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0018233756761684798,
|
119 |
+
"grad_norm": 2.98777174949646,
|
120 |
+
"learning_rate": 0.0004961163319653958,
|
121 |
+
"loss": 11.1457,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.001944934054579712,
|
126 |
+
"grad_norm": 3.9226057529449463,
|
127 |
+
"learning_rate": 0.0004944139059999286,
|
128 |
+
"loss": 9.7149,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.002066492432990944,
|
133 |
+
"grad_norm": 2.3830533027648926,
|
134 |
+
"learning_rate": 0.000492406970742972,
|
135 |
+
"loss": 9.6047,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.002188050811402176,
|
140 |
+
"grad_norm": 1.6198692321777344,
|
141 |
+
"learning_rate": 0.0004900980265859448,
|
142 |
+
"loss": 7.7013,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.002309609189813408,
|
147 |
+
"grad_norm": 2.006114959716797,
|
148 |
+
"learning_rate": 0.0004874899501857477,
|
149 |
+
"loss": 9.7986,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.00243116756822464,
|
154 |
+
"grad_norm": 1.5535391569137573,
|
155 |
+
"learning_rate": 0.00048458599088080736,
|
156 |
+
"loss": 8.5395,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.0025527259466358717,
|
161 |
+
"grad_norm": 2.0956475734710693,
|
162 |
+
"learning_rate": 0.0004813897666428053,
|
163 |
+
"loss": 9.3293,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0026742843250471037,
|
168 |
+
"grad_norm": 1.8366527557373047,
|
169 |
+
"learning_rate": 0.00047790525956913543,
|
170 |
+
"loss": 8.8728,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.002795842703458336,
|
175 |
+
"grad_norm": 1.8450801372528076,
|
176 |
+
"learning_rate": 0.0004741368109217071,
|
177 |
+
"loss": 8.5546,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.002917401081869568,
|
182 |
+
"grad_norm": 1.281840205192566,
|
183 |
+
"learning_rate": 0.00047008911571827283,
|
184 |
+
"loss": 9.3911,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.0030389594602808,
|
189 |
+
"grad_norm": 1.6415824890136719,
|
190 |
+
"learning_rate": 0.00046576721688302105,
|
191 |
+
"loss": 8.2917,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.003160517838692032,
|
196 |
+
"grad_norm": 1.2580362558364868,
|
197 |
+
"learning_rate": 0.0004611764989637205,
|
198 |
+
"loss": 9.2365,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.003282076217103264,
|
203 |
+
"grad_norm": 1.3533620834350586,
|
204 |
+
"learning_rate": 0.0004563226814232444,
|
205 |
+
"loss": 8.9004,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.003403634595514496,
|
210 |
+
"grad_norm": 2.0489110946655273,
|
211 |
+
"learning_rate": 0.0004512118115138315,
|
212 |
+
"loss": 9.4972,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.0035251929739257277,
|
217 |
+
"grad_norm": 1.3042196035385132,
|
218 |
+
"learning_rate": 0.0004458502567429631,
|
219 |
+
"loss": 9.6453,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.0036467513523369597,
|
224 |
+
"grad_norm": 2.4841859340667725,
|
225 |
+
"learning_rate": 0.00044024469694024196,
|
226 |
+
"loss": 10.1995,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.0037683097307481916,
|
231 |
+
"grad_norm": 2.105238199234009,
|
232 |
+
"learning_rate": 0.00043440211593515554,
|
233 |
+
"loss": 9.6717,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.003889868109159424,
|
238 |
+
"grad_norm": 1.4978076219558716,
|
239 |
+
"learning_rate": 0.0004283297928560951,
|
240 |
+
"loss": 8.688,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.004011426487570656,
|
245 |
+
"grad_norm": 1.7188655138015747,
|
246 |
+
"learning_rate": 0.0004220352930614672,
|
247 |
+
"loss": 8.662,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.004132984865981888,
|
252 |
+
"grad_norm": 1.747437596321106,
|
253 |
+
"learning_rate": 0.00041552645871420013,
|
254 |
+
"loss": 9.6165,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.00425454324439312,
|
259 |
+
"grad_norm": 2.0695555210113525,
|
260 |
+
"learning_rate": 0.00040881139901138467,
|
261 |
+
"loss": 9.4445,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.004376101622804352,
|
266 |
+
"grad_norm": 1.7566624879837036,
|
267 |
+
"learning_rate": 0.00040189848008122475,
|
268 |
+
"loss": 9.1366,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.004497660001215584,
|
273 |
+
"grad_norm": 1.2424147129058838,
|
274 |
+
"learning_rate": 0.00039479631455988334,
|
275 |
+
"loss": 9.262,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.004619218379626816,
|
280 |
+
"grad_norm": 1.7483364343643188,
|
281 |
+
"learning_rate": 0.0003875137508612103,
|
282 |
+
"loss": 8.5652,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.004740776758038048,
|
287 |
+
"grad_norm": 1.777787208557129,
|
288 |
+
"learning_rate": 0.00038005986215272055,
|
289 |
+
"loss": 9.8805,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.00486233513644928,
|
294 |
+
"grad_norm": 2.42909836769104,
|
295 |
+
"learning_rate": 0.0003724439350515571,
|
296 |
+
"loss": 9.603,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.0049838935148605115,
|
301 |
+
"grad_norm": 1.8407279253005981,
|
302 |
+
"learning_rate": 0.0003646754580545226,
|
303 |
+
"loss": 9.2307,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.0051054518932717435,
|
308 |
+
"grad_norm": 2.0226409435272217,
|
309 |
+
"learning_rate": 0.000356764109716594,
|
310 |
+
"loss": 9.0972,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.005227010271682975,
|
315 |
+
"grad_norm": 2.505268096923828,
|
316 |
+
"learning_rate": 0.00034871974659264783,
|
317 |
+
"loss": 10.0089,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.005348568650094207,
|
322 |
+
"grad_norm": 2.07018780708313,
|
323 |
+
"learning_rate": 0.0003405523909574206,
|
324 |
+
"loss": 8.0631,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.005470127028505439,
|
329 |
+
"grad_norm": 1.6170399188995361,
|
330 |
+
"learning_rate": 0.0003322722183190025,
|
331 |
+
"loss": 8.2167,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.005591685406916672,
|
336 |
+
"grad_norm": 1.970062494277954,
|
337 |
+
"learning_rate": 0.0003238895447414211,
|
338 |
+
"loss": 9.0977,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.005713243785327904,
|
343 |
+
"grad_norm": 1.7728652954101562,
|
344 |
+
"learning_rate": 0.0003154148139921102,
|
345 |
+
"loss": 8.5586,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.005834802163739136,
|
350 |
+
"grad_norm": 3.1558492183685303,
|
351 |
+
"learning_rate": 0.00030685858453027663,
|
352 |
+
"loss": 9.2534,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.005956360542150368,
|
357 |
+
"grad_norm": 1.9588228464126587,
|
358 |
+
"learning_rate": 0.0002982315163523742,
|
359 |
+
"loss": 7.9945,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.0060779189205616,
|
364 |
+
"grad_norm": 1.9375721216201782,
|
365 |
+
"learning_rate": 0.000289544357711076,
|
366 |
+
"loss": 9.8491,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.0060779189205616,
|
371 |
+
"eval_loss": 2.2117130756378174,
|
372 |
+
"eval_runtime": 129.738,
|
373 |
+
"eval_samples_per_second": 26.7,
|
374 |
+
"eval_steps_per_second": 13.35,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.006199477298972832,
|
379 |
+
"grad_norm": 2.0946173667907715,
|
380 |
+
"learning_rate": 0.0002808079317242896,
|
381 |
+
"loss": 9.3338,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.006321035677384064,
|
386 |
+
"grad_norm": 1.8588811159133911,
|
387 |
+
"learning_rate": 0.0002720331228909005,
|
388 |
+
"loss": 9.3485,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.006442594055795296,
|
393 |
+
"grad_norm": 1.7909772396087646,
|
394 |
+
"learning_rate": 0.00026323086353004075,
|
395 |
+
"loss": 9.4357,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.006564152434206528,
|
400 |
+
"grad_norm": 1.4818263053894043,
|
401 |
+
"learning_rate": 0.0002544121201607822,
|
402 |
+
"loss": 9.1396,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.00668571081261776,
|
407 |
+
"grad_norm": 1.9997831583023071,
|
408 |
+
"learning_rate": 0.00024558787983921783,
|
409 |
+
"loss": 9.5463,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.006807269191028992,
|
414 |
+
"grad_norm": 2.652195930480957,
|
415 |
+
"learning_rate": 0.0002367691364699592,
|
416 |
+
"loss": 8.9026,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.0069288275694402235,
|
421 |
+
"grad_norm": 1.7700539827346802,
|
422 |
+
"learning_rate": 0.00022796687710909964,
|
423 |
+
"loss": 9.6326,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.0070503859478514555,
|
428 |
+
"grad_norm": 1.282422661781311,
|
429 |
+
"learning_rate": 0.00021919206827571036,
|
430 |
+
"loss": 7.3514,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.007171944326262687,
|
435 |
+
"grad_norm": 1.6461774110794067,
|
436 |
+
"learning_rate": 0.00021045564228892402,
|
437 |
+
"loss": 9.7492,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.007293502704673919,
|
442 |
+
"grad_norm": 1.1511284112930298,
|
443 |
+
"learning_rate": 0.00020176848364762578,
|
444 |
+
"loss": 7.6802,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.007415061083085151,
|
449 |
+
"grad_norm": 1.6792173385620117,
|
450 |
+
"learning_rate": 0.00019314141546972343,
|
451 |
+
"loss": 9.3037,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.007536619461496383,
|
456 |
+
"grad_norm": 1.7018667459487915,
|
457 |
+
"learning_rate": 0.00018458518600788986,
|
458 |
+
"loss": 9.6809,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.007658177839907615,
|
463 |
+
"grad_norm": 1.4952152967453003,
|
464 |
+
"learning_rate": 0.00017611045525857898,
|
465 |
+
"loss": 8.3106,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.007779736218318848,
|
470 |
+
"grad_norm": 1.9534063339233398,
|
471 |
+
"learning_rate": 0.0001677277816809975,
|
472 |
+
"loss": 8.8369,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.00790129459673008,
|
477 |
+
"grad_norm": 2.014055013656616,
|
478 |
+
"learning_rate": 0.00015944760904257942,
|
479 |
+
"loss": 9.5691,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.008022852975141312,
|
484 |
+
"grad_norm": 1.5899982452392578,
|
485 |
+
"learning_rate": 0.0001512802534073522,
|
486 |
+
"loss": 9.3873,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.008144411353552544,
|
491 |
+
"grad_norm": 1.4691553115844727,
|
492 |
+
"learning_rate": 0.00014323589028340596,
|
493 |
+
"loss": 8.5239,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.008265969731963776,
|
498 |
+
"grad_norm": 1.916123867034912,
|
499 |
+
"learning_rate": 0.00013532454194547733,
|
500 |
+
"loss": 9.4528,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.008387528110375008,
|
505 |
+
"grad_norm": 1.5057258605957031,
|
506 |
+
"learning_rate": 0.00012755606494844294,
|
507 |
+
"loss": 8.8131,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.00850908648878624,
|
512 |
+
"grad_norm": 1.3175891637802124,
|
513 |
+
"learning_rate": 0.00011994013784727947,
|
514 |
+
"loss": 8.8191,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.008630644867197472,
|
519 |
+
"grad_norm": 1.6899559497833252,
|
520 |
+
"learning_rate": 0.00011248624913878966,
|
521 |
+
"loss": 9.6932,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.008752203245608704,
|
526 |
+
"grad_norm": 1.2066420316696167,
|
527 |
+
"learning_rate": 0.0001052036854401166,
|
528 |
+
"loss": 8.0925,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.008873761624019936,
|
533 |
+
"grad_norm": 1.5271353721618652,
|
534 |
+
"learning_rate": 9.810151991877531e-05,
|
535 |
+
"loss": 8.8428,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.008995320002431167,
|
540 |
+
"grad_norm": 1.6705080270767212,
|
541 |
+
"learning_rate": 9.118860098861537e-05,
|
542 |
+
"loss": 8.7447,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.0091168783808424,
|
547 |
+
"grad_norm": 1.3292045593261719,
|
548 |
+
"learning_rate": 8.44735412857999e-05,
|
549 |
+
"loss": 8.1669,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.009238436759253631,
|
554 |
+
"grad_norm": 3.198723077774048,
|
555 |
+
"learning_rate": 7.79647069385328e-05,
|
556 |
+
"loss": 10.4509,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.009359995137664863,
|
561 |
+
"grad_norm": 1.4298510551452637,
|
562 |
+
"learning_rate": 7.167020714390501e-05,
|
563 |
+
"loss": 8.8206,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.009481553516076095,
|
568 |
+
"grad_norm": 1.5803414583206177,
|
569 |
+
"learning_rate": 6.559788406484446e-05,
|
570 |
+
"loss": 8.5128,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.009603111894487327,
|
575 |
+
"grad_norm": 1.8868918418884277,
|
576 |
+
"learning_rate": 5.975530305975807e-05,
|
577 |
+
"loss": 8.7668,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.00972467027289856,
|
582 |
+
"grad_norm": 1.6156286001205444,
|
583 |
+
"learning_rate": 5.414974325703686e-05,
|
584 |
+
"loss": 8.324,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.009846228651309791,
|
589 |
+
"grad_norm": 1.7554742097854614,
|
590 |
+
"learning_rate": 4.8788188486168616e-05,
|
591 |
+
"loss": 8.6234,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.009967787029721023,
|
596 |
+
"grad_norm": 2.2141361236572266,
|
597 |
+
"learning_rate": 4.367731857675569e-05,
|
598 |
+
"loss": 8.4779,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.010089345408132255,
|
603 |
+
"grad_norm": 1.6493843793869019,
|
604 |
+
"learning_rate": 3.882350103627952e-05,
|
605 |
+
"loss": 8.9699,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.010210903786543487,
|
610 |
+
"grad_norm": 1.4142705202102661,
|
611 |
+
"learning_rate": 3.423278311697897e-05,
|
612 |
+
"loss": 9.1281,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.010332462164954719,
|
617 |
+
"grad_norm": 2.0623154640197754,
|
618 |
+
"learning_rate": 2.9910884281727225e-05,
|
619 |
+
"loss": 9.2274,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.01045402054336595,
|
624 |
+
"grad_norm": 1.678109049797058,
|
625 |
+
"learning_rate": 2.586318907829291e-05,
|
626 |
+
"loss": 8.9189,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.010575578921777183,
|
631 |
+
"grad_norm": 1.160942792892456,
|
632 |
+
"learning_rate": 2.209474043086457e-05,
|
633 |
+
"loss": 8.7175,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.010697137300188415,
|
638 |
+
"grad_norm": 1.6694796085357666,
|
639 |
+
"learning_rate": 1.861023335719475e-05,
|
640 |
+
"loss": 8.7135,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.010818695678599647,
|
645 |
+
"grad_norm": 1.9946613311767578,
|
646 |
+
"learning_rate": 1.5414009119192633e-05,
|
647 |
+
"loss": 8.8618,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.010940254057010879,
|
652 |
+
"grad_norm": 1.687729835510254,
|
653 |
+
"learning_rate": 1.25100498142523e-05,
|
654 |
+
"loss": 9.1897,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.011061812435422112,
|
659 |
+
"grad_norm": 1.3563563823699951,
|
660 |
+
"learning_rate": 9.901973414055187e-06,
|
661 |
+
"loss": 8.8664,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.011183370813833344,
|
666 |
+
"grad_norm": 1.4803025722503662,
|
667 |
+
"learning_rate": 7.593029257027956e-06,
|
668 |
+
"loss": 9.0584,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.011304929192244576,
|
673 |
+
"grad_norm": 1.7958775758743286,
|
674 |
+
"learning_rate": 5.5860940000714015e-06,
|
675 |
+
"loss": 8.6048,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.011426487570655808,
|
680 |
+
"grad_norm": 1.571302890777588,
|
681 |
+
"learning_rate": 3.8836680346041594e-06,
|
682 |
+
"loss": 9.7782,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.01154804594906704,
|
687 |
+
"grad_norm": 1.2931588888168335,
|
688 |
+
"learning_rate": 2.487872371386424e-06,
|
689 |
+
"loss": 8.532,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.011669604327478272,
|
694 |
+
"grad_norm": 1.4823464155197144,
|
695 |
+
"learning_rate": 1.4004459980045125e-06,
|
696 |
+
"loss": 8.4291,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.011791162705889504,
|
701 |
+
"grad_norm": 2.1376986503601074,
|
702 |
+
"learning_rate": 6.22743712309054e-07,
|
703 |
+
"loss": 9.5714,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.011912721084300736,
|
708 |
+
"grad_norm": 1.345788836479187,
|
709 |
+
"learning_rate": 1.557344345054501e-07,
|
710 |
+
"loss": 8.4209,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.012034279462711968,
|
715 |
+
"grad_norm": 1.8947933912277222,
|
716 |
+
"learning_rate": 0.0,
|
717 |
+
"loss": 8.725,
|
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.856774135925965e+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:9fa39d81325f8ea2775716845398e068cb4c1b0b8d74cc325dc7f38d2c0b532f
|
3 |
+
size 6712
|