Training in progress, step 100, 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 +50 -0
- last-checkpoint/trainer_state.json +758 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/zephyr-sft
|
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": "unsloth/zephyr-sft",
|
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": 128,
|
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": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"q_proj",
|
25 |
+
"up_proj",
|
26 |
+
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_proj",
|
29 |
+
"v_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:8a60ec9b00323cb9a2e3c10797db1c1276340b4555b50901b78fc89b3c13aa0d
|
3 |
+
size 671149168
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7810b13ee697d0132d70ad90a2214cdf66877e01942242bced95265d0a74edfd
|
3 |
+
size 341314196
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f740f1377f72ada3fb4703ba50ee612e89fa29f9b27f6b27fa09addd1d294b4
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e12ee3fe98c6a9efee5b5fa2e4df301a580062fae23ad17c203cc33416f6eac9
|
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": "<unk>",
|
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,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<unk>",
|
43 |
+
"padding_side": "left",
|
44 |
+
"sp_model_kwargs": {},
|
45 |
+
"spaces_between_special_tokens": false,
|
46 |
+
"tokenizer_class": "LlamaTokenizer",
|
47 |
+
"truncation_side": "left",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"use_default_system_prompt": true
|
50 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,758 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.27733513712882996,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-100",
|
4 |
+
"epoch": 0.36968576709796674,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 100,
|
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.0036968576709796672,
|
13 |
+
"grad_norm": 6.672558307647705,
|
14 |
+
"learning_rate": 5e-06,
|
15 |
+
"loss": 1.8315,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0036968576709796672,
|
20 |
+
"eval_loss": 0.4404342472553253,
|
21 |
+
"eval_runtime": 67.183,
|
22 |
+
"eval_samples_per_second": 6.787,
|
23 |
+
"eval_steps_per_second": 1.697,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0073937153419593345,
|
28 |
+
"grad_norm": 6.42157506942749,
|
29 |
+
"learning_rate": 1e-05,
|
30 |
+
"loss": 1.6851,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.011090573012939002,
|
35 |
+
"grad_norm": 5.945183753967285,
|
36 |
+
"learning_rate": 1.5e-05,
|
37 |
+
"loss": 1.5755,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.014787430683918669,
|
42 |
+
"grad_norm": 4.450586318969727,
|
43 |
+
"learning_rate": 2e-05,
|
44 |
+
"loss": 1.3689,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.018484288354898338,
|
49 |
+
"grad_norm": 3.1546850204467773,
|
50 |
+
"learning_rate": 2.5e-05,
|
51 |
+
"loss": 1.1569,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.022181146025878003,
|
56 |
+
"grad_norm": 2.7391388416290283,
|
57 |
+
"learning_rate": 3e-05,
|
58 |
+
"loss": 1.4513,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.025878003696857672,
|
63 |
+
"grad_norm": 2.3573246002197266,
|
64 |
+
"learning_rate": 3.5e-05,
|
65 |
+
"loss": 1.3315,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.029574861367837338,
|
70 |
+
"grad_norm": 2.5408079624176025,
|
71 |
+
"learning_rate": 4e-05,
|
72 |
+
"loss": 1.3033,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.033271719038817,
|
77 |
+
"grad_norm": 2.607274293899536,
|
78 |
+
"learning_rate": 4.5e-05,
|
79 |
+
"loss": 1.4326,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.036968576709796676,
|
84 |
+
"grad_norm": 2.4289093017578125,
|
85 |
+
"learning_rate": 5e-05,
|
86 |
+
"loss": 1.3362,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.04066543438077634,
|
91 |
+
"grad_norm": 2.145063877105713,
|
92 |
+
"learning_rate": 5.500000000000001e-05,
|
93 |
+
"loss": 1.3975,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.04436229205175601,
|
98 |
+
"grad_norm": 1.970733404159546,
|
99 |
+
"learning_rate": 6e-05,
|
100 |
+
"loss": 1.1519,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.04805914972273567,
|
105 |
+
"grad_norm": 1.9928206205368042,
|
106 |
+
"learning_rate": 6.500000000000001e-05,
|
107 |
+
"loss": 1.1993,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.051756007393715345,
|
112 |
+
"grad_norm": 1.8372405767440796,
|
113 |
+
"learning_rate": 7e-05,
|
114 |
+
"loss": 1.1659,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.05545286506469501,
|
119 |
+
"grad_norm": 1.7766002416610718,
|
120 |
+
"learning_rate": 7.500000000000001e-05,
|
121 |
+
"loss": 1.1062,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.059149722735674676,
|
126 |
+
"grad_norm": 2.722572088241577,
|
127 |
+
"learning_rate": 8e-05,
|
128 |
+
"loss": 1.0653,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.06284658040665435,
|
133 |
+
"grad_norm": 1.769493818283081,
|
134 |
+
"learning_rate": 8.5e-05,
|
135 |
+
"loss": 1.0896,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.066543438077634,
|
140 |
+
"grad_norm": 1.829550862312317,
|
141 |
+
"learning_rate": 9e-05,
|
142 |
+
"loss": 1.0492,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.07024029574861368,
|
147 |
+
"grad_norm": 1.9306679964065552,
|
148 |
+
"learning_rate": 9.5e-05,
|
149 |
+
"loss": 1.2088,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.07393715341959335,
|
154 |
+
"grad_norm": 1.6777886152267456,
|
155 |
+
"learning_rate": 0.0001,
|
156 |
+
"loss": 1.0575,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.07763401109057301,
|
161 |
+
"grad_norm": 1.731042742729187,
|
162 |
+
"learning_rate": 9.999608360361113e-05,
|
163 |
+
"loss": 1.1284,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.08133086876155268,
|
168 |
+
"grad_norm": 1.768632173538208,
|
169 |
+
"learning_rate": 9.998433502797095e-05,
|
170 |
+
"loss": 1.2378,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.08502772643253234,
|
175 |
+
"grad_norm": 1.6279608011245728,
|
176 |
+
"learning_rate": 9.996475611356264e-05,
|
177 |
+
"loss": 1.0409,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.08872458410351201,
|
182 |
+
"grad_norm": 1.7023952007293701,
|
183 |
+
"learning_rate": 9.993734992753777e-05,
|
184 |
+
"loss": 1.0546,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.09242144177449169,
|
189 |
+
"grad_norm": 1.719754934310913,
|
190 |
+
"learning_rate": 9.990212076323586e-05,
|
191 |
+
"loss": 1.0298,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.09611829944547134,
|
196 |
+
"grad_norm": 1.7114758491516113,
|
197 |
+
"learning_rate": 9.98590741395118e-05,
|
198 |
+
"loss": 1.0207,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.09981515711645102,
|
203 |
+
"grad_norm": 1.8310364484786987,
|
204 |
+
"learning_rate": 9.980821679987125e-05,
|
205 |
+
"loss": 1.2518,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.10351201478743069,
|
210 |
+
"grad_norm": 1.6704847812652588,
|
211 |
+
"learning_rate": 9.974955671141424e-05,
|
212 |
+
"loss": 1.0702,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.10720887245841035,
|
217 |
+
"grad_norm": 1.610925555229187,
|
218 |
+
"learning_rate": 9.968310306358715e-05,
|
219 |
+
"loss": 1.0744,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.11090573012939002,
|
224 |
+
"grad_norm": 1.8064525127410889,
|
225 |
+
"learning_rate": 9.960886626674302e-05,
|
226 |
+
"loss": 1.1032,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.11460258780036968,
|
231 |
+
"grad_norm": 1.691179871559143,
|
232 |
+
"learning_rate": 9.952685795051077e-05,
|
233 |
+
"loss": 0.9404,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.11829944547134935,
|
238 |
+
"grad_norm": 1.6878719329833984,
|
239 |
+
"learning_rate": 9.943709096197335e-05,
|
240 |
+
"loss": 1.0445,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.12199630314232902,
|
245 |
+
"grad_norm": 1.616434931755066,
|
246 |
+
"learning_rate": 9.933957936365515e-05,
|
247 |
+
"loss": 1.0305,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.1256931608133087,
|
252 |
+
"grad_norm": 1.6706738471984863,
|
253 |
+
"learning_rate": 9.923433843131901e-05,
|
254 |
+
"loss": 1.0578,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.12939001848428835,
|
259 |
+
"grad_norm": 1.7515959739685059,
|
260 |
+
"learning_rate": 9.912138465157325e-05,
|
261 |
+
"loss": 1.0298,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.133086876155268,
|
266 |
+
"grad_norm": 1.8046168088912964,
|
267 |
+
"learning_rate": 9.900073571928886e-05,
|
268 |
+
"loss": 1.1877,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.1367837338262477,
|
273 |
+
"grad_norm": 1.6414388418197632,
|
274 |
+
"learning_rate": 9.887241053482757e-05,
|
275 |
+
"loss": 0.9156,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.14048059149722736,
|
280 |
+
"grad_norm": 1.7848786115646362,
|
281 |
+
"learning_rate": 9.873642920108091e-05,
|
282 |
+
"loss": 1.0424,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.14417744916820702,
|
287 |
+
"grad_norm": 1.8037313222885132,
|
288 |
+
"learning_rate": 9.859281302032106e-05,
|
289 |
+
"loss": 0.9362,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.1478743068391867,
|
294 |
+
"grad_norm": 1.642606258392334,
|
295 |
+
"learning_rate": 9.844158449086371e-05,
|
296 |
+
"loss": 0.9545,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.15157116451016636,
|
301 |
+
"grad_norm": 1.6696778535842896,
|
302 |
+
"learning_rate": 9.828276730354353e-05,
|
303 |
+
"loss": 0.9483,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.15526802218114602,
|
308 |
+
"grad_norm": 1.7426838874816895,
|
309 |
+
"learning_rate": 9.811638633800287e-05,
|
310 |
+
"loss": 0.9966,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.1589648798521257,
|
315 |
+
"grad_norm": 1.6507072448730469,
|
316 |
+
"learning_rate": 9.79424676587942e-05,
|
317 |
+
"loss": 0.8627,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.16266173752310537,
|
322 |
+
"grad_norm": 1.8130640983581543,
|
323 |
+
"learning_rate": 9.776103851129706e-05,
|
324 |
+
"loss": 1.0294,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.16635859519408502,
|
329 |
+
"grad_norm": 1.9146381616592407,
|
330 |
+
"learning_rate": 9.757212731744974e-05,
|
331 |
+
"loss": 1.1166,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.17005545286506468,
|
336 |
+
"grad_norm": 1.9425106048583984,
|
337 |
+
"learning_rate": 9.737576367129694e-05,
|
338 |
+
"loss": 1.031,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.17375231053604437,
|
343 |
+
"grad_norm": 1.9324619770050049,
|
344 |
+
"learning_rate": 9.717197833435367e-05,
|
345 |
+
"loss": 0.9654,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.17744916820702403,
|
350 |
+
"grad_norm": 1.8076626062393188,
|
351 |
+
"learning_rate": 9.696080323078621e-05,
|
352 |
+
"loss": 0.7715,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.18114602587800369,
|
357 |
+
"grad_norm": 2.016756057739258,
|
358 |
+
"learning_rate": 9.67422714424111e-05,
|
359 |
+
"loss": 0.9425,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.18484288354898337,
|
364 |
+
"grad_norm": 2.1553258895874023,
|
365 |
+
"learning_rate": 9.65164172035126e-05,
|
366 |
+
"loss": 1.0886,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.18853974121996303,
|
371 |
+
"grad_norm": 1.7580000162124634,
|
372 |
+
"learning_rate": 9.628327589547976e-05,
|
373 |
+
"loss": 1.1776,
|
374 |
+
"step": 51
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.1922365988909427,
|
378 |
+
"grad_norm": 1.4649349451065063,
|
379 |
+
"learning_rate": 9.604288404126363e-05,
|
380 |
+
"loss": 1.1552,
|
381 |
+
"step": 52
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.19593345656192238,
|
385 |
+
"grad_norm": 1.3294196128845215,
|
386 |
+
"learning_rate": 9.579527929965582e-05,
|
387 |
+
"loss": 0.9731,
|
388 |
+
"step": 53
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.19963031423290203,
|
392 |
+
"grad_norm": 1.3747055530548096,
|
393 |
+
"learning_rate": 9.554050045938893e-05,
|
394 |
+
"loss": 1.2221,
|
395 |
+
"step": 54
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.2033271719038817,
|
399 |
+
"grad_norm": 1.3121620416641235,
|
400 |
+
"learning_rate": 9.52785874330602e-05,
|
401 |
+
"loss": 1.059,
|
402 |
+
"step": 55
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.20702402957486138,
|
406 |
+
"grad_norm": 1.3893884420394897,
|
407 |
+
"learning_rate": 9.500958125087882e-05,
|
408 |
+
"loss": 1.1146,
|
409 |
+
"step": 56
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.21072088724584104,
|
413 |
+
"grad_norm": 1.3223919868469238,
|
414 |
+
"learning_rate": 9.473352405423844e-05,
|
415 |
+
"loss": 1.0077,
|
416 |
+
"step": 57
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.2144177449168207,
|
420 |
+
"grad_norm": 1.3322027921676636,
|
421 |
+
"learning_rate": 9.445045908911536e-05,
|
422 |
+
"loss": 1.0703,
|
423 |
+
"step": 58
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.21811460258780038,
|
427 |
+
"grad_norm": 1.4537849426269531,
|
428 |
+
"learning_rate": 9.416043069929388e-05,
|
429 |
+
"loss": 1.2211,
|
430 |
+
"step": 59
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.22181146025878004,
|
434 |
+
"grad_norm": 1.342868447303772,
|
435 |
+
"learning_rate": 9.386348431941952e-05,
|
436 |
+
"loss": 1.0331,
|
437 |
+
"step": 60
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.2255083179297597,
|
441 |
+
"grad_norm": 1.5239349603652954,
|
442 |
+
"learning_rate": 9.355966646788151e-05,
|
443 |
+
"loss": 1.1679,
|
444 |
+
"step": 61
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.22920517560073936,
|
448 |
+
"grad_norm": 1.3578258752822876,
|
449 |
+
"learning_rate": 9.324902473952528e-05,
|
450 |
+
"loss": 0.9844,
|
451 |
+
"step": 62
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.23290203327171904,
|
455 |
+
"grad_norm": 1.3773984909057617,
|
456 |
+
"learning_rate": 9.293160779819659e-05,
|
457 |
+
"loss": 1.0466,
|
458 |
+
"step": 63
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.2365988909426987,
|
462 |
+
"grad_norm": 1.3751522302627563,
|
463 |
+
"learning_rate": 9.26074653691179e-05,
|
464 |
+
"loss": 1.119,
|
465 |
+
"step": 64
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.24029574861367836,
|
469 |
+
"grad_norm": 1.328293800354004,
|
470 |
+
"learning_rate": 9.227664823109883e-05,
|
471 |
+
"loss": 1.0232,
|
472 |
+
"step": 65
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.24399260628465805,
|
476 |
+
"grad_norm": 1.310364007949829,
|
477 |
+
"learning_rate": 9.193920820858112e-05,
|
478 |
+
"loss": 0.9279,
|
479 |
+
"step": 66
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.2476894639556377,
|
483 |
+
"grad_norm": 1.508972406387329,
|
484 |
+
"learning_rate": 9.15951981635202e-05,
|
485 |
+
"loss": 1.0623,
|
486 |
+
"step": 67
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.2513863216266174,
|
490 |
+
"grad_norm": 1.4712318181991577,
|
491 |
+
"learning_rate": 9.1244671987104e-05,
|
492 |
+
"loss": 1.0572,
|
493 |
+
"step": 68
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.25508317929759705,
|
497 |
+
"grad_norm": 1.4435091018676758,
|
498 |
+
"learning_rate": 9.08876845913106e-05,
|
499 |
+
"loss": 1.087,
|
500 |
+
"step": 69
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.2587800369685767,
|
504 |
+
"grad_norm": 1.3524105548858643,
|
505 |
+
"learning_rate": 9.052429190030589e-05,
|
506 |
+
"loss": 0.9821,
|
507 |
+
"step": 70
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.26247689463955637,
|
511 |
+
"grad_norm": 1.4055194854736328,
|
512 |
+
"learning_rate": 9.015455084168278e-05,
|
513 |
+
"loss": 1.1205,
|
514 |
+
"step": 71
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.266173752310536,
|
518 |
+
"grad_norm": 1.4329872131347656,
|
519 |
+
"learning_rate": 8.977851933754316e-05,
|
520 |
+
"loss": 1.1594,
|
521 |
+
"step": 72
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.2698706099815157,
|
525 |
+
"grad_norm": 1.494642972946167,
|
526 |
+
"learning_rate": 8.939625629542402e-05,
|
527 |
+
"loss": 1.1341,
|
528 |
+
"step": 73
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.2735674676524954,
|
532 |
+
"grad_norm": 1.3670973777770996,
|
533 |
+
"learning_rate": 8.900782159906927e-05,
|
534 |
+
"loss": 0.8418,
|
535 |
+
"step": 74
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.27726432532347506,
|
539 |
+
"grad_norm": 1.4169329404830933,
|
540 |
+
"learning_rate": 8.861327609904859e-05,
|
541 |
+
"loss": 0.9392,
|
542 |
+
"step": 75
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.2809611829944547,
|
546 |
+
"grad_norm": 1.3964389562606812,
|
547 |
+
"learning_rate": 8.821268160322482e-05,
|
548 |
+
"loss": 1.0313,
|
549 |
+
"step": 76
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.2846580406654344,
|
553 |
+
"grad_norm": 1.298718810081482,
|
554 |
+
"learning_rate": 8.780610086707148e-05,
|
555 |
+
"loss": 0.8463,
|
556 |
+
"step": 77
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.28835489833641403,
|
560 |
+
"grad_norm": 1.4148890972137451,
|
561 |
+
"learning_rate": 8.739359758384162e-05,
|
562 |
+
"loss": 0.931,
|
563 |
+
"step": 78
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.2920517560073937,
|
567 |
+
"grad_norm": 1.4295769929885864,
|
568 |
+
"learning_rate": 8.697523637458997e-05,
|
569 |
+
"loss": 0.9263,
|
570 |
+
"step": 79
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.2957486136783734,
|
574 |
+
"grad_norm": 1.2890899181365967,
|
575 |
+
"learning_rate": 8.655108277804975e-05,
|
576 |
+
"loss": 0.8196,
|
577 |
+
"step": 80
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.29944547134935307,
|
581 |
+
"grad_norm": 1.439947247505188,
|
582 |
+
"learning_rate": 8.612120324036548e-05,
|
583 |
+
"loss": 0.9164,
|
584 |
+
"step": 81
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.3031423290203327,
|
588 |
+
"grad_norm": 1.3879884481430054,
|
589 |
+
"learning_rate": 8.568566510468391e-05,
|
590 |
+
"loss": 0.8937,
|
591 |
+
"step": 82
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.3068391866913124,
|
595 |
+
"grad_norm": 1.5276659727096558,
|
596 |
+
"learning_rate": 8.524453660060434e-05,
|
597 |
+
"loss": 1.1198,
|
598 |
+
"step": 83
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.31053604436229204,
|
602 |
+
"grad_norm": 1.4229848384857178,
|
603 |
+
"learning_rate": 8.479788683348995e-05,
|
604 |
+
"loss": 0.8978,
|
605 |
+
"step": 84
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.3142329020332717,
|
609 |
+
"grad_norm": 1.614538550376892,
|
610 |
+
"learning_rate": 8.434578577364218e-05,
|
611 |
+
"loss": 1.22,
|
612 |
+
"step": 85
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.3179297597042514,
|
616 |
+
"grad_norm": 1.6977165937423706,
|
617 |
+
"learning_rate": 8.388830424533934e-05,
|
618 |
+
"loss": 1.0567,
|
619 |
+
"step": 86
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.32162661737523107,
|
623 |
+
"grad_norm": 1.510601282119751,
|
624 |
+
"learning_rate": 8.342551391574165e-05,
|
625 |
+
"loss": 0.9535,
|
626 |
+
"step": 87
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.32532347504621073,
|
630 |
+
"grad_norm": 1.423045039176941,
|
631 |
+
"learning_rate": 8.295748728366413e-05,
|
632 |
+
"loss": 0.9619,
|
633 |
+
"step": 88
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.3290203327171904,
|
637 |
+
"grad_norm": 1.5929685831069946,
|
638 |
+
"learning_rate": 8.248429766821926e-05,
|
639 |
+
"loss": 1.0364,
|
640 |
+
"step": 89
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.33271719038817005,
|
644 |
+
"grad_norm": 1.4277887344360352,
|
645 |
+
"learning_rate": 8.200601919733106e-05,
|
646 |
+
"loss": 0.7981,
|
647 |
+
"step": 90
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.3364140480591497,
|
651 |
+
"grad_norm": 1.663561224937439,
|
652 |
+
"learning_rate": 8.15227267961226e-05,
|
653 |
+
"loss": 1.019,
|
654 |
+
"step": 91
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.34011090573012936,
|
658 |
+
"grad_norm": 1.484633445739746,
|
659 |
+
"learning_rate": 8.103449617517851e-05,
|
660 |
+
"loss": 0.9798,
|
661 |
+
"step": 92
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.3438077634011091,
|
665 |
+
"grad_norm": 1.6405881643295288,
|
666 |
+
"learning_rate": 8.054140381868436e-05,
|
667 |
+
"loss": 1.0093,
|
668 |
+
"step": 93
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.34750462107208874,
|
672 |
+
"grad_norm": 1.6323596239089966,
|
673 |
+
"learning_rate": 8.004352697244517e-05,
|
674 |
+
"loss": 0.9985,
|
675 |
+
"step": 94
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.3512014787430684,
|
679 |
+
"grad_norm": 1.4849313497543335,
|
680 |
+
"learning_rate": 7.954094363178422e-05,
|
681 |
+
"loss": 0.7756,
|
682 |
+
"step": 95
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.35489833641404805,
|
686 |
+
"grad_norm": 1.7660150527954102,
|
687 |
+
"learning_rate": 7.903373252932473e-05,
|
688 |
+
"loss": 1.0436,
|
689 |
+
"step": 96
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.3585951940850277,
|
693 |
+
"grad_norm": 1.62890625,
|
694 |
+
"learning_rate": 7.852197312265592e-05,
|
695 |
+
"loss": 0.8442,
|
696 |
+
"step": 97
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.36229205175600737,
|
700 |
+
"grad_norm": 1.7414716482162476,
|
701 |
+
"learning_rate": 7.800574558188547e-05,
|
702 |
+
"loss": 0.9646,
|
703 |
+
"step": 98
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.3659889094269871,
|
707 |
+
"grad_norm": 1.6968168020248413,
|
708 |
+
"learning_rate": 7.748513077708044e-05,
|
709 |
+
"loss": 0.8914,
|
710 |
+
"step": 99
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.36968576709796674,
|
714 |
+
"grad_norm": 1.9534008502960205,
|
715 |
+
"learning_rate": 7.696021026559849e-05,
|
716 |
+
"loss": 0.9362,
|
717 |
+
"step": 100
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.36968576709796674,
|
721 |
+
"eval_loss": 0.27733513712882996,
|
722 |
+
"eval_runtime": 68.0174,
|
723 |
+
"eval_samples_per_second": 6.704,
|
724 |
+
"eval_steps_per_second": 1.676,
|
725 |
+
"step": 100
|
726 |
+
}
|
727 |
+
],
|
728 |
+
"logging_steps": 1,
|
729 |
+
"max_steps": 271,
|
730 |
+
"num_input_tokens_seen": 0,
|
731 |
+
"num_train_epochs": 2,
|
732 |
+
"save_steps": 100,
|
733 |
+
"stateful_callbacks": {
|
734 |
+
"EarlyStoppingCallback": {
|
735 |
+
"args": {
|
736 |
+
"early_stopping_patience": 5,
|
737 |
+
"early_stopping_threshold": 0.0
|
738 |
+
},
|
739 |
+
"attributes": {
|
740 |
+
"early_stopping_patience_counter": 0
|
741 |
+
}
|
742 |
+
},
|
743 |
+
"TrainerControl": {
|
744 |
+
"args": {
|
745 |
+
"should_epoch_stop": false,
|
746 |
+
"should_evaluate": false,
|
747 |
+
"should_log": false,
|
748 |
+
"should_save": true,
|
749 |
+
"should_training_stop": false
|
750 |
+
},
|
751 |
+
"attributes": {}
|
752 |
+
}
|
753 |
+
},
|
754 |
+
"total_flos": 2.861996017975296e+17,
|
755 |
+
"train_batch_size": 8,
|
756 |
+
"trial_name": null,
|
757 |
+
"trial_params": null
|
758 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9840497b0ea3453b3e38533dd8c8580c50ebbd28b41c1639e1215b3c317a6c2
|
3 |
+
size 6840
|