Training in progress, step 93, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +37 -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 +692 -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.14.0
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/CodeLlama-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": null,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"q_proj",
|
28 |
+
"up_proj",
|
29 |
+
"down_proj",
|
30 |
+
"k_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"v_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b77cad872e4bcc0e7430f7ae5e5dd49663565ee18e3d3f00e8e2a69232aaefe9
|
3 |
+
size 80013120
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07e5a97fc87827d4ac283ef085c485e13587e49c599f0bc37667e3ec5c9fd3b5
|
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:e43e7b805b054b95bdd6a42492a7a566a708443ec3c2c635b33190dba7252c59
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b893c9226071507bd706a0d6a7a997c6693067f1b6d62a3307e8595b10559486
|
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,692 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.25016812373907193,
|
5 |
+
"eval_steps": 93,
|
6 |
+
"global_step": 93,
|
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.0026899798251513113,
|
13 |
+
"grad_norm": 1.8751003742218018,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 2.0835,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.005379959650302623,
|
20 |
+
"grad_norm": 2.948612928390503,
|
21 |
+
"learning_rate": 4e-05,
|
22 |
+
"loss": 2.7117,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.008069939475453935,
|
27 |
+
"grad_norm": 2.65693998336792,
|
28 |
+
"learning_rate": 6e-05,
|
29 |
+
"loss": 2.2257,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.010759919300605245,
|
34 |
+
"grad_norm": 3.0478532314300537,
|
35 |
+
"learning_rate": 8e-05,
|
36 |
+
"loss": 2.5187,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.013449899125756557,
|
41 |
+
"grad_norm": 5.911397457122803,
|
42 |
+
"learning_rate": 0.0001,
|
43 |
+
"loss": 2.3052,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.01613987895090787,
|
48 |
+
"grad_norm": 6.985674858093262,
|
49 |
+
"learning_rate": 0.00012,
|
50 |
+
"loss": 2.2497,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.01882985877605918,
|
55 |
+
"grad_norm": 12.322802543640137,
|
56 |
+
"learning_rate": 0.00014,
|
57 |
+
"loss": 2.3409,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.02151983860121049,
|
62 |
+
"grad_norm": 5.827511787414551,
|
63 |
+
"learning_rate": 0.00016,
|
64 |
+
"loss": 2.4239,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.0242098184263618,
|
69 |
+
"grad_norm": 4.404603481292725,
|
70 |
+
"learning_rate": 0.00018,
|
71 |
+
"loss": 2.2837,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.026899798251513115,
|
76 |
+
"grad_norm": 5.033199310302734,
|
77 |
+
"learning_rate": 0.0002,
|
78 |
+
"loss": 1.9387,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.029589778076664425,
|
83 |
+
"grad_norm": 5.6907196044921875,
|
84 |
+
"learning_rate": 0.00019999623426388962,
|
85 |
+
"loss": 1.7416,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.03227975790181574,
|
90 |
+
"grad_norm": 6.009058952331543,
|
91 |
+
"learning_rate": 0.00019998493733917384,
|
92 |
+
"loss": 1.1876,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.03496973772696705,
|
97 |
+
"grad_norm": 7.73223352432251,
|
98 |
+
"learning_rate": 0.00019996611007667742,
|
99 |
+
"loss": 1.6472,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.03765971755211836,
|
104 |
+
"grad_norm": 9.206978797912598,
|
105 |
+
"learning_rate": 0.00019993975389437038,
|
106 |
+
"loss": 1.3337,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.04034969737726967,
|
111 |
+
"grad_norm": 8.522892951965332,
|
112 |
+
"learning_rate": 0.00019990587077726128,
|
113 |
+
"loss": 1.107,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.04303967720242098,
|
118 |
+
"grad_norm": 6.441080093383789,
|
119 |
+
"learning_rate": 0.0001998644632772477,
|
120 |
+
"loss": 1.3421,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.04572965702757229,
|
125 |
+
"grad_norm": 10.297110557556152,
|
126 |
+
"learning_rate": 0.00019981553451292396,
|
127 |
+
"loss": 1.542,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.0484196368527236,
|
132 |
+
"grad_norm": 8.839176177978516,
|
133 |
+
"learning_rate": 0.0001997590881693464,
|
134 |
+
"loss": 1.3331,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.05110961667787491,
|
139 |
+
"grad_norm": 7.464210510253906,
|
140 |
+
"learning_rate": 0.00019969512849775565,
|
141 |
+
"loss": 0.6544,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.05379959650302623,
|
146 |
+
"grad_norm": 8.324406623840332,
|
147 |
+
"learning_rate": 0.00019962366031525664,
|
148 |
+
"loss": 0.6081,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.05648957632817754,
|
153 |
+
"grad_norm": 7.356775760650635,
|
154 |
+
"learning_rate": 0.00019954468900445566,
|
155 |
+
"loss": 0.8796,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.05917955615332885,
|
160 |
+
"grad_norm": 4.948946475982666,
|
161 |
+
"learning_rate": 0.00019945822051305507,
|
162 |
+
"loss": 0.6637,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.06186953597848016,
|
167 |
+
"grad_norm": 4.626830577850342,
|
168 |
+
"learning_rate": 0.00019936426135340528,
|
169 |
+
"loss": 0.9787,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.06455951580363148,
|
174 |
+
"grad_norm": 5.476314067840576,
|
175 |
+
"learning_rate": 0.0001992628186020143,
|
176 |
+
"loss": 1.1509,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.06724949562878278,
|
181 |
+
"grad_norm": 4.901749134063721,
|
182 |
+
"learning_rate": 0.00019915389989901474,
|
183 |
+
"loss": 1.2591,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.0699394754539341,
|
188 |
+
"grad_norm": 5.085122108459473,
|
189 |
+
"learning_rate": 0.00019903751344758848,
|
190 |
+
"loss": 0.7551,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.0726294552790854,
|
195 |
+
"grad_norm": 7.4879231452941895,
|
196 |
+
"learning_rate": 0.0001989136680133488,
|
197 |
+
"loss": 0.8804,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.07531943510423672,
|
202 |
+
"grad_norm": 4.756115913391113,
|
203 |
+
"learning_rate": 0.00019878237292368013,
|
204 |
+
"loss": 0.7665,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.07800941492938802,
|
209 |
+
"grad_norm": 4.777318954467773,
|
210 |
+
"learning_rate": 0.0001986436380670357,
|
211 |
+
"loss": 1.0634,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.08069939475453934,
|
216 |
+
"grad_norm": 4.6226325035095215,
|
217 |
+
"learning_rate": 0.00019849747389219272,
|
218 |
+
"loss": 0.5563,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.08338937457969066,
|
223 |
+
"grad_norm": 4.621855735778809,
|
224 |
+
"learning_rate": 0.0001983438914074654,
|
225 |
+
"loss": 0.6377,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.08607935440484196,
|
230 |
+
"grad_norm": 4.654213905334473,
|
231 |
+
"learning_rate": 0.00019818290217987587,
|
232 |
+
"loss": 0.7768,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.08876933422999328,
|
237 |
+
"grad_norm": 4.971796989440918,
|
238 |
+
"learning_rate": 0.00019801451833428312,
|
239 |
+
"loss": 0.7793,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.09145931405514458,
|
244 |
+
"grad_norm": 4.303219318389893,
|
245 |
+
"learning_rate": 0.00019783875255246973,
|
246 |
+
"loss": 0.7334,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.0941492938802959,
|
251 |
+
"grad_norm": 4.168240547180176,
|
252 |
+
"learning_rate": 0.0001976556180721867,
|
253 |
+
"loss": 0.7872,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.0968392737054472,
|
258 |
+
"grad_norm": 3.7110626697540283,
|
259 |
+
"learning_rate": 0.00019746512868615656,
|
260 |
+
"loss": 0.9156,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.09952925353059852,
|
265 |
+
"grad_norm": 4.882535457611084,
|
266 |
+
"learning_rate": 0.00019726729874103448,
|
267 |
+
"loss": 1.1328,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.10221923335574983,
|
272 |
+
"grad_norm": 7.1945624351501465,
|
273 |
+
"learning_rate": 0.00019706214313632784,
|
274 |
+
"loss": 1.173,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.10490921318090114,
|
279 |
+
"grad_norm": 8.771895408630371,
|
280 |
+
"learning_rate": 0.00019684967732327396,
|
281 |
+
"loss": 0.9978,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.10759919300605246,
|
286 |
+
"grad_norm": 5.988046169281006,
|
287 |
+
"learning_rate": 0.00019662991730367663,
|
288 |
+
"loss": 0.7832,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.11028917283120376,
|
293 |
+
"grad_norm": 12.11080551147461,
|
294 |
+
"learning_rate": 0.00019640287962870062,
|
295 |
+
"loss": 1.593,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.11297915265635508,
|
300 |
+
"grad_norm": 8.772387504577637,
|
301 |
+
"learning_rate": 0.00019616858139762534,
|
302 |
+
"loss": 0.7483,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.11566913248150638,
|
307 |
+
"grad_norm": 8.320154190063477,
|
308 |
+
"learning_rate": 0.000195927040256557,
|
309 |
+
"loss": 0.7829,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.1183591123066577,
|
314 |
+
"grad_norm": 9.61361026763916,
|
315 |
+
"learning_rate": 0.00019567827439709954,
|
316 |
+
"loss": 1.014,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.121049092131809,
|
321 |
+
"grad_norm": 5.479886531829834,
|
322 |
+
"learning_rate": 0.00019542230255498454,
|
323 |
+
"loss": 0.5207,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.12373907195696032,
|
328 |
+
"grad_norm": 18.779264450073242,
|
329 |
+
"learning_rate": 0.0001951591440086602,
|
330 |
+
"loss": 1.5535,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.12642905178211164,
|
335 |
+
"grad_norm": 11.512892723083496,
|
336 |
+
"learning_rate": 0.00019488881857783935,
|
337 |
+
"loss": 1.3748,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.12911903160726296,
|
342 |
+
"grad_norm": 16.13918685913086,
|
343 |
+
"learning_rate": 0.00019461134662200668,
|
344 |
+
"loss": 1.1999,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.13180901143241425,
|
349 |
+
"grad_norm": 11.946172714233398,
|
350 |
+
"learning_rate": 0.00019432674903888548,
|
351 |
+
"loss": 0.7801,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.13449899125756556,
|
356 |
+
"grad_norm": 10.913107872009277,
|
357 |
+
"learning_rate": 0.0001940350472628637,
|
358 |
+
"loss": 0.4945,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.13718897108271688,
|
363 |
+
"grad_norm": 7.555224895477295,
|
364 |
+
"learning_rate": 0.00019373626326337946,
|
365 |
+
"loss": 1.7617,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.1398789509078682,
|
370 |
+
"grad_norm": 8.530354499816895,
|
371 |
+
"learning_rate": 0.0001934304195432668,
|
372 |
+
"loss": 2.1801,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.1425689307330195,
|
377 |
+
"grad_norm": 6.264369487762451,
|
378 |
+
"learning_rate": 0.0001931175391370605,
|
379 |
+
"loss": 1.514,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.1452589105581708,
|
384 |
+
"grad_norm": 5.179037094116211,
|
385 |
+
"learning_rate": 0.00019279764560926142,
|
386 |
+
"loss": 1.746,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.14794889038332212,
|
391 |
+
"grad_norm": 4.9991536140441895,
|
392 |
+
"learning_rate": 0.00019247076305256176,
|
393 |
+
"loss": 1.4403,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.15063887020847344,
|
398 |
+
"grad_norm": 5.004469871520996,
|
399 |
+
"learning_rate": 0.00019213691608603047,
|
400 |
+
"loss": 2.0104,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.15332885003362476,
|
405 |
+
"grad_norm": 5.55224609375,
|
406 |
+
"learning_rate": 0.00019179612985325908,
|
407 |
+
"loss": 1.5966,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.15601882985877605,
|
412 |
+
"grad_norm": 4.276426315307617,
|
413 |
+
"learning_rate": 0.00019144843002046806,
|
414 |
+
"loss": 1.3126,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.15870880968392737,
|
419 |
+
"grad_norm": 6.414350509643555,
|
420 |
+
"learning_rate": 0.0001910938427745737,
|
421 |
+
"loss": 1.4917,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.16139878950907868,
|
426 |
+
"grad_norm": 4.202977657318115,
|
427 |
+
"learning_rate": 0.000190732394821216,
|
428 |
+
"loss": 1.0693,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.16408876933423,
|
433 |
+
"grad_norm": 4.08539342880249,
|
434 |
+
"learning_rate": 0.00019036411338274703,
|
435 |
+
"loss": 1.0895,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.16677874915938132,
|
440 |
+
"grad_norm": 3.5492026805877686,
|
441 |
+
"learning_rate": 0.00018998902619618116,
|
442 |
+
"loss": 0.9263,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.1694687289845326,
|
447 |
+
"grad_norm": 3.8257992267608643,
|
448 |
+
"learning_rate": 0.00018960716151110554,
|
449 |
+
"loss": 1.3858,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.17215870880968392,
|
454 |
+
"grad_norm": 3.3236279487609863,
|
455 |
+
"learning_rate": 0.00018921854808755294,
|
456 |
+
"loss": 1.0358,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.17484868863483524,
|
461 |
+
"grad_norm": 3.356065511703491,
|
462 |
+
"learning_rate": 0.00018882321519383534,
|
463 |
+
"loss": 0.8704,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.17753866845998656,
|
468 |
+
"grad_norm": 4.296020984649658,
|
469 |
+
"learning_rate": 0.00018842119260433982,
|
470 |
+
"loss": 1.0503,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.18022864828513785,
|
475 |
+
"grad_norm": 5.693877696990967,
|
476 |
+
"learning_rate": 0.00018801251059728604,
|
477 |
+
"loss": 0.6922,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.18291862811028917,
|
482 |
+
"grad_norm": 5.999386310577393,
|
483 |
+
"learning_rate": 0.0001875971999524458,
|
484 |
+
"loss": 0.824,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.18560860793544048,
|
489 |
+
"grad_norm": 4.900099754333496,
|
490 |
+
"learning_rate": 0.000187175291948825,
|
491 |
+
"loss": 0.7182,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.1882985877605918,
|
496 |
+
"grad_norm": 4.141096115112305,
|
497 |
+
"learning_rate": 0.0001867468183623077,
|
498 |
+
"loss": 0.4006,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.19098856758574312,
|
503 |
+
"grad_norm": 6.806368350982666,
|
504 |
+
"learning_rate": 0.00018631181146326305,
|
505 |
+
"loss": 0.8936,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.1936785474108944,
|
510 |
+
"grad_norm": 2.945824146270752,
|
511 |
+
"learning_rate": 0.0001858703040141148,
|
512 |
+
"loss": 0.5178,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.19636852723604573,
|
517 |
+
"grad_norm": 6.985172271728516,
|
518 |
+
"learning_rate": 0.00018542232926687383,
|
519 |
+
"loss": 0.8644,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.19905850706119704,
|
524 |
+
"grad_norm": 5.231998920440674,
|
525 |
+
"learning_rate": 0.0001849679209606338,
|
526 |
+
"loss": 1.0585,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.20174848688634836,
|
531 |
+
"grad_norm": 4.8978705406188965,
|
532 |
+
"learning_rate": 0.00018450711331903006,
|
533 |
+
"loss": 0.7828,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.20443846671149965,
|
538 |
+
"grad_norm": 5.309878826141357,
|
539 |
+
"learning_rate": 0.00018403994104766212,
|
540 |
+
"loss": 0.7666,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.20712844653665097,
|
545 |
+
"grad_norm": 5.227763652801514,
|
546 |
+
"learning_rate": 0.00018356643933147986,
|
547 |
+
"loss": 0.8396,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.20981842636180228,
|
552 |
+
"grad_norm": 4.239619731903076,
|
553 |
+
"learning_rate": 0.00018308664383213344,
|
554 |
+
"loss": 0.6439,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.2125084061869536,
|
559 |
+
"grad_norm": 5.731531620025635,
|
560 |
+
"learning_rate": 0.00018260059068528762,
|
561 |
+
"loss": 1.3371,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.21519838601210492,
|
566 |
+
"grad_norm": 4.006597518920898,
|
567 |
+
"learning_rate": 0.00018210831649790018,
|
568 |
+
"loss": 0.5272,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.2178883658372562,
|
573 |
+
"grad_norm": 4.0596699714660645,
|
574 |
+
"learning_rate": 0.00018160985834546475,
|
575 |
+
"loss": 0.4416,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.22057834566240753,
|
580 |
+
"grad_norm": 4.053659915924072,
|
581 |
+
"learning_rate": 0.00018110525376921862,
|
582 |
+
"loss": 0.4781,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.22326832548755884,
|
587 |
+
"grad_norm": 4.120569705963135,
|
588 |
+
"learning_rate": 0.00018059454077331527,
|
589 |
+
"loss": 0.8082,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.22595830531271016,
|
594 |
+
"grad_norm": 6.420701503753662,
|
595 |
+
"learning_rate": 0.00018007775782196214,
|
596 |
+
"loss": 0.5476,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.22864828513786148,
|
601 |
+
"grad_norm": 13.603157997131348,
|
602 |
+
"learning_rate": 0.00017955494383652365,
|
603 |
+
"loss": 0.7857,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.23133826496301277,
|
608 |
+
"grad_norm": 7.784971237182617,
|
609 |
+
"learning_rate": 0.00017902613819258985,
|
610 |
+
"loss": 0.7705,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.23402824478816409,
|
615 |
+
"grad_norm": 5.966789722442627,
|
616 |
+
"learning_rate": 0.00017849138071701092,
|
617 |
+
"loss": 0.9065,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.2367182246133154,
|
622 |
+
"grad_norm": 9.451849937438965,
|
623 |
+
"learning_rate": 0.0001779507116848976,
|
624 |
+
"loss": 0.998,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.23940820443846672,
|
629 |
+
"grad_norm": 6.712332725524902,
|
630 |
+
"learning_rate": 0.00017740417181658788,
|
631 |
+
"loss": 1.1464,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.242098184263618,
|
636 |
+
"grad_norm": 4.188553333282471,
|
637 |
+
"learning_rate": 0.00017685180227458003,
|
638 |
+
"loss": 0.6356,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.24478816408876933,
|
643 |
+
"grad_norm": 9.703150749206543,
|
644 |
+
"learning_rate": 0.00017629364466043273,
|
645 |
+
"loss": 1.0548,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.24747814391392065,
|
650 |
+
"grad_norm": 6.08168363571167,
|
651 |
+
"learning_rate": 0.00017572974101163165,
|
652 |
+
"loss": 0.7252,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.25016812373907193,
|
657 |
+
"grad_norm": 10.167409896850586,
|
658 |
+
"learning_rate": 0.00017516013379842337,
|
659 |
+
"loss": 0.658,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.25016812373907193,
|
664 |
+
"eval_loss": 0.9310864210128784,
|
665 |
+
"eval_runtime": 10.8326,
|
666 |
+
"eval_samples_per_second": 14.493,
|
667 |
+
"eval_steps_per_second": 7.293,
|
668 |
+
"step": 93
|
669 |
+
}
|
670 |
+
],
|
671 |
+
"logging_steps": 1,
|
672 |
+
"max_steps": 372,
|
673 |
+
"num_input_tokens_seen": 0,
|
674 |
+
"num_train_epochs": 2,
|
675 |
+
"save_steps": 93,
|
676 |
+
"stateful_callbacks": {
|
677 |
+
"TrainerControl": {
|
678 |
+
"args": {
|
679 |
+
"should_epoch_stop": false,
|
680 |
+
"should_evaluate": false,
|
681 |
+
"should_log": false,
|
682 |
+
"should_save": true,
|
683 |
+
"should_training_stop": false
|
684 |
+
},
|
685 |
+
"attributes": {}
|
686 |
+
}
|
687 |
+
},
|
688 |
+
"total_flos": 3.029473590194995e+16,
|
689 |
+
"train_batch_size": 2,
|
690 |
+
"trial_name": null,
|
691 |
+
"trial_params": null
|
692 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:827f5a2b3225b16377a974c3d1db141246397228e535d09bc318973ba999772a
|
3 |
+
size 6840
|