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/added_tokens.json +5 -0
- last-checkpoint/merges.txt +0 -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 +20 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +43 -0
- last-checkpoint/trainer_state.json +758 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen1.5-0.5B
|
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": "Qwen/Qwen1.5-0.5B",
|
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": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"k_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"o_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj",
|
29 |
+
"up_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:93bea2c9a7bed589054ede609568856e3faa42758896f4c0b09dd6c57a8307da
|
3 |
+
size 30322120
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a938a61c4258d20581ae0379e5b048dc8db064cb67653e182ee6056df3b75050
|
3 |
+
size 15768084
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef15cbf7dbcc5db55e5521f9e8cc5a218cedc1ffe1299f3d4506c837778965c9
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b247e59a5c2a39335e8d5ca6cfc78dba916cb0f0c943cff786cc55aa58c1e2e
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|endoftext|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
|
3 |
+
size 11418266
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"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 %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|endoftext|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"split_special_tokens": false,
|
41 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
42 |
+
"unk_token": null
|
43 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,758 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 2.2546868324279785,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-100",
|
4 |
+
"epoch": 1.0869565217391304,
|
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.010869565217391304,
|
13 |
+
"grad_norm": 0.5072988271713257,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 2.5873,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.010869565217391304,
|
20 |
+
"eval_loss": 2.4000184535980225,
|
21 |
+
"eval_runtime": 2.9568,
|
22 |
+
"eval_samples_per_second": 52.422,
|
23 |
+
"eval_steps_per_second": 13.19,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.021739130434782608,
|
28 |
+
"grad_norm": 0.5577782988548279,
|
29 |
+
"learning_rate": 4e-05,
|
30 |
+
"loss": 2.3534,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.03260869565217391,
|
35 |
+
"grad_norm": 0.5557392835617065,
|
36 |
+
"learning_rate": 6e-05,
|
37 |
+
"loss": 2.1653,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.043478260869565216,
|
42 |
+
"grad_norm": 0.6092463135719299,
|
43 |
+
"learning_rate": 8e-05,
|
44 |
+
"loss": 2.5387,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.05434782608695652,
|
49 |
+
"grad_norm": 0.47908011078834534,
|
50 |
+
"learning_rate": 0.0001,
|
51 |
+
"loss": 2.3142,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.06521739130434782,
|
56 |
+
"grad_norm": 0.5900182127952576,
|
57 |
+
"learning_rate": 0.00012,
|
58 |
+
"loss": 2.3296,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.07608695652173914,
|
63 |
+
"grad_norm": 0.6502138376235962,
|
64 |
+
"learning_rate": 0.00014,
|
65 |
+
"loss": 2.5414,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.08695652173913043,
|
70 |
+
"grad_norm": 0.5592455267906189,
|
71 |
+
"learning_rate": 0.00016,
|
72 |
+
"loss": 2.2509,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.09782608695652174,
|
77 |
+
"grad_norm": 0.5020933151245117,
|
78 |
+
"learning_rate": 0.00018,
|
79 |
+
"loss": 2.3665,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.10869565217391304,
|
84 |
+
"grad_norm": 0.6106434464454651,
|
85 |
+
"learning_rate": 0.0002,
|
86 |
+
"loss": 2.2577,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.11956521739130435,
|
91 |
+
"grad_norm": 0.581512987613678,
|
92 |
+
"learning_rate": 0.00019998370105646414,
|
93 |
+
"loss": 2.2356,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.13043478260869565,
|
98 |
+
"grad_norm": 0.6401421427726746,
|
99 |
+
"learning_rate": 0.0001999348095389677,
|
100 |
+
"loss": 2.1857,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.14130434782608695,
|
105 |
+
"grad_norm": 0.5887338519096375,
|
106 |
+
"learning_rate": 0.00019985334138511237,
|
107 |
+
"loss": 1.7407,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.15217391304347827,
|
112 |
+
"grad_norm": 0.4960010051727295,
|
113 |
+
"learning_rate": 0.000199739323151795,
|
114 |
+
"loss": 2.2601,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.16304347826086957,
|
119 |
+
"grad_norm": 0.5197311043739319,
|
120 |
+
"learning_rate": 0.00019959279200655044,
|
121 |
+
"loss": 2.2527,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.17391304347826086,
|
126 |
+
"grad_norm": 0.6261062622070312,
|
127 |
+
"learning_rate": 0.00019941379571543596,
|
128 |
+
"loss": 2.4579,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.18478260869565216,
|
133 |
+
"grad_norm": 0.6261972784996033,
|
134 |
+
"learning_rate": 0.00019920239262746043,
|
135 |
+
"loss": 2.255,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.1956521739130435,
|
140 |
+
"grad_norm": 0.45459094643592834,
|
141 |
+
"learning_rate": 0.00019895865165556377,
|
142 |
+
"loss": 2.003,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.20652173913043478,
|
147 |
+
"grad_norm": 0.44199448823928833,
|
148 |
+
"learning_rate": 0.00019868265225415265,
|
149 |
+
"loss": 2.269,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.21739130434782608,
|
154 |
+
"grad_norm": 0.4719926714897156,
|
155 |
+
"learning_rate": 0.00019837448439320027,
|
156 |
+
"loss": 2.2261,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.22826086956521738,
|
161 |
+
"grad_norm": 0.4739222824573517,
|
162 |
+
"learning_rate": 0.00019803424852891802,
|
163 |
+
"loss": 2.2076,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.2391304347826087,
|
168 |
+
"grad_norm": 0.482966810464859,
|
169 |
+
"learning_rate": 0.00019766205557100868,
|
170 |
+
"loss": 2.3577,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.25,
|
175 |
+
"grad_norm": 0.43822091817855835,
|
176 |
+
"learning_rate": 0.00019725802684651233,
|
177 |
+
"loss": 1.9429,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.2608695652173913,
|
182 |
+
"grad_norm": 0.37715354561805725,
|
183 |
+
"learning_rate": 0.00019682229406025635,
|
184 |
+
"loss": 1.846,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.2717391304347826,
|
189 |
+
"grad_norm": 0.4394065737724304,
|
190 |
+
"learning_rate": 0.0001963549992519223,
|
191 |
+
"loss": 2.0659,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.2826086956521739,
|
196 |
+
"grad_norm": 0.3898457884788513,
|
197 |
+
"learning_rate": 0.00019585629474974415,
|
198 |
+
"loss": 2.1775,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.29347826086956524,
|
203 |
+
"grad_norm": 0.4134259521961212,
|
204 |
+
"learning_rate": 0.0001953263431208523,
|
205 |
+
"loss": 2.3769,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.30434782608695654,
|
210 |
+
"grad_norm": 0.4554536044597626,
|
211 |
+
"learning_rate": 0.00019476531711828027,
|
212 |
+
"loss": 2.1847,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.31521739130434784,
|
217 |
+
"grad_norm": 0.39035728573799133,
|
218 |
+
"learning_rate": 0.00019417339962465082,
|
219 |
+
"loss": 2.0311,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.32608695652173914,
|
224 |
+
"grad_norm": 0.4098387658596039,
|
225 |
+
"learning_rate": 0.0001935507835925601,
|
226 |
+
"loss": 2.063,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.33695652173913043,
|
231 |
+
"grad_norm": 0.394507497549057,
|
232 |
+
"learning_rate": 0.00019289767198167916,
|
233 |
+
"loss": 2.3463,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.34782608695652173,
|
238 |
+
"grad_norm": 0.4033782482147217,
|
239 |
+
"learning_rate": 0.00019221427769259333,
|
240 |
+
"loss": 2.466,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.358695652173913,
|
245 |
+
"grad_norm": 0.34446272253990173,
|
246 |
+
"learning_rate": 0.0001915008234974012,
|
247 |
+
"loss": 2.0674,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.3695652173913043,
|
252 |
+
"grad_norm": 0.39946579933166504,
|
253 |
+
"learning_rate": 0.00019075754196709572,
|
254 |
+
"loss": 2.5265,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.3804347826086957,
|
259 |
+
"grad_norm": 0.3428841829299927,
|
260 |
+
"learning_rate": 0.0001899846753957507,
|
261 |
+
"loss": 2.2358,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.391304347826087,
|
266 |
+
"grad_norm": 0.4414711892604828,
|
267 |
+
"learning_rate": 0.00018918247572153823,
|
268 |
+
"loss": 2.2135,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.40217391304347827,
|
273 |
+
"grad_norm": 0.5130603313446045,
|
274 |
+
"learning_rate": 0.0001883512044446023,
|
275 |
+
"loss": 2.2064,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.41304347826086957,
|
280 |
+
"grad_norm": 0.4398762881755829,
|
281 |
+
"learning_rate": 0.00018749113254181498,
|
282 |
+
"loss": 2.1973,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.42391304347826086,
|
287 |
+
"grad_norm": 0.49758973717689514,
|
288 |
+
"learning_rate": 0.00018660254037844388,
|
289 |
+
"loss": 2.1369,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.43478260869565216,
|
294 |
+
"grad_norm": 0.3855765163898468,
|
295 |
+
"learning_rate": 0.00018568571761675893,
|
296 |
+
"loss": 2.3499,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.44565217391304346,
|
301 |
+
"grad_norm": 0.43844911456108093,
|
302 |
+
"learning_rate": 0.00018474096312160864,
|
303 |
+
"loss": 2.0706,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.45652173913043476,
|
308 |
+
"grad_norm": 0.4515136182308197,
|
309 |
+
"learning_rate": 0.00018376858486299647,
|
310 |
+
"loss": 2.1989,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.4673913043478261,
|
315 |
+
"grad_norm": 0.5225666761398315,
|
316 |
+
"learning_rate": 0.00018276889981568906,
|
317 |
+
"loss": 2.0869,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.4782608695652174,
|
322 |
+
"grad_norm": 0.40817105770111084,
|
323 |
+
"learning_rate": 0.00018174223385588917,
|
324 |
+
"loss": 2.3632,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.4891304347826087,
|
329 |
+
"grad_norm": 0.35200709104537964,
|
330 |
+
"learning_rate": 0.00018068892165500704,
|
331 |
+
"loss": 2.0104,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.5,
|
336 |
+
"grad_norm": 0.400067001581192,
|
337 |
+
"learning_rate": 0.00017960930657056438,
|
338 |
+
"loss": 2.3216,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.5108695652173914,
|
343 |
+
"grad_norm": 0.38999393582344055,
|
344 |
+
"learning_rate": 0.00017850374053426723,
|
345 |
+
"loss": 2.1798,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.5217391304347826,
|
350 |
+
"grad_norm": 0.43466871976852417,
|
351 |
+
"learning_rate": 0.00017737258393728364,
|
352 |
+
"loss": 2.3269,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.532608695652174,
|
357 |
+
"grad_norm": 0.37194621562957764,
|
358 |
+
"learning_rate": 0.00017621620551276366,
|
359 |
+
"loss": 2.2052,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.5434782608695652,
|
364 |
+
"grad_norm": 0.3071509599685669,
|
365 |
+
"learning_rate": 0.00017503498221564025,
|
366 |
+
"loss": 1.9046,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.5543478260869565,
|
371 |
+
"grad_norm": 0.4051141142845154,
|
372 |
+
"learning_rate": 0.00017382929909974987,
|
373 |
+
"loss": 2.3275,
|
374 |
+
"step": 51
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.5652173913043478,
|
378 |
+
"grad_norm": 0.4144419729709625,
|
379 |
+
"learning_rate": 0.0001725995491923131,
|
380 |
+
"loss": 2.1133,
|
381 |
+
"step": 52
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.5760869565217391,
|
385 |
+
"grad_norm": 0.39145755767822266,
|
386 |
+
"learning_rate": 0.00017134613336581599,
|
387 |
+
"loss": 2.1432,
|
388 |
+
"step": 53
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.5869565217391305,
|
392 |
+
"grad_norm": 0.39601433277130127,
|
393 |
+
"learning_rate": 0.00017006946020733425,
|
394 |
+
"loss": 2.3482,
|
395 |
+
"step": 54
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.5978260869565217,
|
399 |
+
"grad_norm": 0.32578471302986145,
|
400 |
+
"learning_rate": 0.00016876994588534234,
|
401 |
+
"loss": 2.118,
|
402 |
+
"step": 55
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.6086956521739131,
|
406 |
+
"grad_norm": 0.37910205125808716,
|
407 |
+
"learning_rate": 0.0001674480140140514,
|
408 |
+
"loss": 2.1486,
|
409 |
+
"step": 56
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.6195652173913043,
|
413 |
+
"grad_norm": 0.3221137821674347,
|
414 |
+
"learning_rate": 0.00016610409551532005,
|
415 |
+
"loss": 2.3381,
|
416 |
+
"step": 57
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.6304347826086957,
|
420 |
+
"grad_norm": 0.3876950442790985,
|
421 |
+
"learning_rate": 0.00016473862847818277,
|
422 |
+
"loss": 2.0538,
|
423 |
+
"step": 58
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.6413043478260869,
|
427 |
+
"grad_norm": 0.31195327639579773,
|
428 |
+
"learning_rate": 0.0001633520580160424,
|
429 |
+
"loss": 1.9231,
|
430 |
+
"step": 59
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.6521739130434783,
|
434 |
+
"grad_norm": 0.38232824206352234,
|
435 |
+
"learning_rate": 0.0001619448361215723,
|
436 |
+
"loss": 2.2652,
|
437 |
+
"step": 60
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.6630434782608695,
|
441 |
+
"grad_norm": 0.39281558990478516,
|
442 |
+
"learning_rate": 0.00016051742151937655,
|
443 |
+
"loss": 2.1451,
|
444 |
+
"step": 61
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.6739130434782609,
|
448 |
+
"grad_norm": 0.3496251106262207,
|
449 |
+
"learning_rate": 0.0001590702795164551,
|
450 |
+
"loss": 2.2079,
|
451 |
+
"step": 62
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6847826086956522,
|
455 |
+
"grad_norm": 0.38829490542411804,
|
456 |
+
"learning_rate": 0.00015760388185052398,
|
457 |
+
"loss": 2.215,
|
458 |
+
"step": 63
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.6956521739130435,
|
462 |
+
"grad_norm": 0.3333990275859833,
|
463 |
+
"learning_rate": 0.00015611870653623825,
|
464 |
+
"loss": 2.2295,
|
465 |
+
"step": 64
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.7065217391304348,
|
469 |
+
"grad_norm": 0.3864858150482178,
|
470 |
+
"learning_rate": 0.0001546152377093697,
|
471 |
+
"loss": 2.1896,
|
472 |
+
"step": 65
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.717391304347826,
|
476 |
+
"grad_norm": 0.35039371252059937,
|
477 |
+
"learning_rate": 0.0001530939654689887,
|
478 |
+
"loss": 2.32,
|
479 |
+
"step": 66
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.7282608695652174,
|
483 |
+
"grad_norm": 0.33600538969039917,
|
484 |
+
"learning_rate": 0.00015155538571770218,
|
485 |
+
"loss": 2.2559,
|
486 |
+
"step": 67
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.7391304347826086,
|
490 |
+
"grad_norm": 0.35702264308929443,
|
491 |
+
"learning_rate": 0.00015000000000000001,
|
492 |
+
"loss": 1.9824,
|
493 |
+
"step": 68
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.75,
|
497 |
+
"grad_norm": 0.41004708409309387,
|
498 |
+
"learning_rate": 0.00014842831533876195,
|
499 |
+
"loss": 2.373,
|
500 |
+
"step": 69
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.7608695652173914,
|
504 |
+
"grad_norm": 0.3497651219367981,
|
505 |
+
"learning_rate": 0.00014684084406997903,
|
506 |
+
"loss": 2.0156,
|
507 |
+
"step": 70
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.7717391304347826,
|
511 |
+
"grad_norm": 0.41256028413772583,
|
512 |
+
"learning_rate": 0.00014523810367574272,
|
513 |
+
"loss": 2.2042,
|
514 |
+
"step": 71
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.782608695652174,
|
518 |
+
"grad_norm": 0.38207927346229553,
|
519 |
+
"learning_rate": 0.00014362061661555675,
|
520 |
+
"loss": 2.0168,
|
521 |
+
"step": 72
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.7934782608695652,
|
525 |
+
"grad_norm": 0.41508087515830994,
|
526 |
+
"learning_rate": 0.00014198891015602646,
|
527 |
+
"loss": 2.2298,
|
528 |
+
"step": 73
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.8043478260869565,
|
532 |
+
"grad_norm": 0.36619678139686584,
|
533 |
+
"learning_rate": 0.00014034351619898088,
|
534 |
+
"loss": 2.0588,
|
535 |
+
"step": 74
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.8152173913043478,
|
539 |
+
"grad_norm": 0.43297311663627625,
|
540 |
+
"learning_rate": 0.00013868497110808395,
|
541 |
+
"loss": 1.8089,
|
542 |
+
"step": 75
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.8260869565217391,
|
546 |
+
"grad_norm": 0.38562101125717163,
|
547 |
+
"learning_rate": 0.00013701381553399145,
|
548 |
+
"loss": 2.2796,
|
549 |
+
"step": 76
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.8369565217391305,
|
553 |
+
"grad_norm": 0.3899974226951599,
|
554 |
+
"learning_rate": 0.00013533059423811026,
|
555 |
+
"loss": 2.1432,
|
556 |
+
"step": 77
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.8478260869565217,
|
560 |
+
"grad_norm": 0.4261479377746582,
|
561 |
+
"learning_rate": 0.0001336358559150175,
|
562 |
+
"loss": 2.5386,
|
563 |
+
"step": 78
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.8586956521739131,
|
567 |
+
"grad_norm": 0.2961983382701874,
|
568 |
+
"learning_rate": 0.000131930153013598,
|
569 |
+
"loss": 1.881,
|
570 |
+
"step": 79
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.8695652173913043,
|
574 |
+
"grad_norm": 0.4176546037197113,
|
575 |
+
"learning_rate": 0.00013021404155695725,
|
576 |
+
"loss": 2.0366,
|
577 |
+
"step": 80
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.8804347826086957,
|
581 |
+
"grad_norm": 0.4369193911552429,
|
582 |
+
"learning_rate": 0.00012848808096117,
|
583 |
+
"loss": 2.2603,
|
584 |
+
"step": 81
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.8913043478260869,
|
588 |
+
"grad_norm": 0.3658251464366913,
|
589 |
+
"learning_rate": 0.00012675283385292212,
|
590 |
+
"loss": 2.1636,
|
591 |
+
"step": 82
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.9021739130434783,
|
595 |
+
"grad_norm": 0.393081933259964,
|
596 |
+
"learning_rate": 0.0001250088658861063,
|
597 |
+
"loss": 2.2835,
|
598 |
+
"step": 83
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.9130434782608695,
|
602 |
+
"grad_norm": 0.41237854957580566,
|
603 |
+
"learning_rate": 0.00012325674555743106,
|
604 |
+
"loss": 2.1568,
|
605 |
+
"step": 84
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.9239130434782609,
|
609 |
+
"grad_norm": 0.3593907952308655,
|
610 |
+
"learning_rate": 0.00012149704402110243,
|
611 |
+
"loss": 2.2396,
|
612 |
+
"step": 85
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.9347826086956522,
|
616 |
+
"grad_norm": 0.48893237113952637,
|
617 |
+
"learning_rate": 0.00011973033490264001,
|
618 |
+
"loss": 2.2601,
|
619 |
+
"step": 86
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.9456521739130435,
|
623 |
+
"grad_norm": 0.3331541121006012,
|
624 |
+
"learning_rate": 0.00011795719411188718,
|
625 |
+
"loss": 1.9861,
|
626 |
+
"step": 87
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.9565217391304348,
|
630 |
+
"grad_norm": 0.37777721881866455,
|
631 |
+
"learning_rate": 0.0001161781996552765,
|
632 |
+
"loss": 1.8977,
|
633 |
+
"step": 88
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.967391304347826,
|
637 |
+
"grad_norm": 0.3557690978050232,
|
638 |
+
"learning_rate": 0.0001143939314474119,
|
639 |
+
"loss": 2.3225,
|
640 |
+
"step": 89
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.9782608695652174,
|
644 |
+
"grad_norm": 0.36433640122413635,
|
645 |
+
"learning_rate": 0.00011260497112202895,
|
646 |
+
"loss": 2.2898,
|
647 |
+
"step": 90
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.9891304347826086,
|
651 |
+
"grad_norm": 0.3980705738067627,
|
652 |
+
"learning_rate": 0.00011081190184239419,
|
653 |
+
"loss": 2.3005,
|
654 |
+
"step": 91
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.0,
|
658 |
+
"grad_norm": 0.44582563638687134,
|
659 |
+
"learning_rate": 0.00010901530811120655,
|
660 |
+
"loss": 2.2487,
|
661 |
+
"step": 92
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.0108695652173914,
|
665 |
+
"grad_norm": 0.33884504437446594,
|
666 |
+
"learning_rate": 0.00010721577558006164,
|
667 |
+
"loss": 2.0187,
|
668 |
+
"step": 93
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.0217391304347827,
|
672 |
+
"grad_norm": 0.3010288178920746,
|
673 |
+
"learning_rate": 0.00010541389085854176,
|
674 |
+
"loss": 1.9948,
|
675 |
+
"step": 94
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.0326086956521738,
|
679 |
+
"grad_norm": 0.38811275362968445,
|
680 |
+
"learning_rate": 0.00010361024132299364,
|
681 |
+
"loss": 2.0197,
|
682 |
+
"step": 95
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.0434782608695652,
|
686 |
+
"grad_norm": 0.2770735025405884,
|
687 |
+
"learning_rate": 0.00010180541492505604,
|
688 |
+
"loss": 2.0516,
|
689 |
+
"step": 96
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.0543478260869565,
|
693 |
+
"grad_norm": 0.3938771188259125,
|
694 |
+
"learning_rate": 0.0001,
|
695 |
+
"loss": 2.0788,
|
696 |
+
"step": 97
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.065217391304348,
|
700 |
+
"grad_norm": 0.40962034463882446,
|
701 |
+
"learning_rate": 9.819458507494394e-05,
|
702 |
+
"loss": 2.3146,
|
703 |
+
"step": 98
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.0760869565217392,
|
707 |
+
"grad_norm": 0.4348948299884796,
|
708 |
+
"learning_rate": 9.638975867700638e-05,
|
709 |
+
"loss": 2.1562,
|
710 |
+
"step": 99
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.0869565217391304,
|
714 |
+
"grad_norm": 0.3596574664115906,
|
715 |
+
"learning_rate": 9.458610914145826e-05,
|
716 |
+
"loss": 2.0634,
|
717 |
+
"step": 100
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.0869565217391304,
|
721 |
+
"eval_loss": 2.2546868324279785,
|
722 |
+
"eval_runtime": 2.9571,
|
723 |
+
"eval_samples_per_second": 52.416,
|
724 |
+
"eval_steps_per_second": 13.188,
|
725 |
+
"step": 100
|
726 |
+
}
|
727 |
+
],
|
728 |
+
"logging_steps": 1,
|
729 |
+
"max_steps": 184,
|
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": 2,
|
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": 7425657195724800.0,
|
755 |
+
"train_batch_size": 4,
|
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:3f217f7bb442fb2f761c4d74fedeeb66cfd14eb27e632f622d1a9df6152c1280
|
3 |
+
size 6776
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|