Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +59 -0
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +5 -0
- all_results.json +7 -0
- checkpoint-100/README.md +202 -0
- checkpoint-100/adapter_config.json +33 -0
- checkpoint-100/adapter_model.safetensors +3 -0
- checkpoint-100/added_tokens.json +5 -0
- checkpoint-100/merges.txt +0 -0
- checkpoint-100/optimizer.pt +3 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/special_tokens_map.json +20 -0
- checkpoint-100/tokenizer_config.json +44 -0
- checkpoint-100/trainer_state.json +161 -0
- checkpoint-100/training_args.bin +3 -0
- checkpoint-100/vocab.json +0 -0
- checkpoint-200/README.md +202 -0
- checkpoint-200/adapter_config.json +33 -0
- checkpoint-200/adapter_model.safetensors +3 -0
- checkpoint-200/added_tokens.json +5 -0
- checkpoint-200/merges.txt +0 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/rng_state.pth +3 -0
- checkpoint-200/scheduler.pt +3 -0
- checkpoint-200/special_tokens_map.json +20 -0
- checkpoint-200/tokenizer_config.json +44 -0
- checkpoint-200/trainer_state.json +301 -0
- checkpoint-200/training_args.bin +3 -0
- checkpoint-200/vocab.json +0 -0
- checkpoint-300/README.md +202 -0
- checkpoint-300/adapter_config.json +33 -0
- checkpoint-300/adapter_model.safetensors +3 -0
- checkpoint-300/added_tokens.json +5 -0
- checkpoint-300/merges.txt +0 -0
- checkpoint-300/optimizer.pt +3 -0
- checkpoint-300/rng_state.pth +3 -0
- checkpoint-300/scheduler.pt +3 -0
- checkpoint-300/special_tokens_map.json +20 -0
- checkpoint-300/tokenizer_config.json +44 -0
- checkpoint-300/trainer_state.json +441 -0
- checkpoint-300/training_args.bin +3 -0
- checkpoint-300/vocab.json +0 -0
- merges.txt +0 -0
- special_tokens_map.json +20 -0
- tokenizer_config.json +44 -0
- train_results.json +7 -0
- trainer_log.jsonl +63 -0
- trainer_state.json +464 -0
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- lora
|
7 |
+
- generated_from_trainer
|
8 |
+
base_model: Qwen/Qwen1.5-4B-Chat
|
9 |
+
model-index:
|
10 |
+
- name: train_2024-03-10-09-12-31
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# train_2024-03-10-09-12-31
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen1.5-4B-Chat](https://huggingface.co/Qwen/Qwen1.5-4B-Chat) on the gozaru_ja dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0002
|
39 |
+
- train_batch_size: 8
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 32
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 1.0
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
### Framework versions
|
54 |
+
|
55 |
+
- PEFT 0.9.0
|
56 |
+
- Transformers 4.38.2
|
57 |
+
- Pytorch 2.2.1
|
58 |
+
- Datasets 2.18.0
|
59 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-4B-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:270a07b6c18e0564fa240633abc032ffc3e005c2cac4528674e69a8aedccdd7e
|
3 |
+
size 62660744
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.8196016863370552,
|
4 |
+
"train_runtime": 2685.2386,
|
5 |
+
"train_samples_per_second": 3.724,
|
6 |
+
"train_steps_per_second": 0.116
|
7 |
+
}
|
checkpoint-100/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-4B-Chat
|
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.9.0
|
checkpoint-100/adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-4B-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
checkpoint-100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f8fda1647665477112caad129624c0b5af356a5bd110ca7e95a38d62b5ebf68
|
3 |
+
size 62660744
|
checkpoint-100/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-100/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f4e4404d8ddd2ef1eb23479fc75d861482b91972ac9743123184fc3e6f5867f
|
3 |
+
size 125644962
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fad36a1f296454260218ccba8fbf20d1ecfc1595b507bd9ab4a97741148b567
|
3 |
+
size 14244
|
checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db19d5f82c8e209abcc21a69b82a57aeda11c164a7ca57df1501e44c35224e2b
|
3 |
+
size 1064
|
checkpoint-100/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": "<|im_end|>",
|
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 |
+
}
|
checkpoint-100/tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "{% set system_message = 'あなたは誠実で優秀な日本人のアシスタントです。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\\n' + system_message + '<|im_end|>\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\\n' + content + '<|im_end|>\\n<|im_start|>assistant\\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.32,
|
5 |
+
"eval_steps": 500,
|
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.02,
|
13 |
+
"grad_norm": 0.8396336436271667,
|
14 |
+
"learning_rate": 0.00019987329060020616,
|
15 |
+
"loss": 2.8923,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.03,
|
20 |
+
"grad_norm": 0.7428969740867615,
|
21 |
+
"learning_rate": 0.00019949348350626456,
|
22 |
+
"loss": 2.0944,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 0.5937550067901611,
|
28 |
+
"learning_rate": 0.00019886154122075343,
|
29 |
+
"loss": 2.0323,
|
30 |
+
"step": 15
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06,
|
34 |
+
"grad_norm": 0.4460415542125702,
|
35 |
+
"learning_rate": 0.00019797906520422677,
|
36 |
+
"loss": 1.9436,
|
37 |
+
"step": 20
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08,
|
41 |
+
"grad_norm": 0.4390580952167511,
|
42 |
+
"learning_rate": 0.00019684829181681234,
|
43 |
+
"loss": 2.0292,
|
44 |
+
"step": 25
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.1,
|
48 |
+
"grad_norm": 0.43469828367233276,
|
49 |
+
"learning_rate": 0.00019547208665085457,
|
50 |
+
"loss": 1.9654,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.11,
|
55 |
+
"grad_norm": 0.48699721693992615,
|
56 |
+
"learning_rate": 0.0001938539372689649,
|
57 |
+
"loss": 1.9041,
|
58 |
+
"step": 35
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.13,
|
62 |
+
"grad_norm": 0.5205313563346863,
|
63 |
+
"learning_rate": 0.00019199794436588243,
|
64 |
+
"loss": 1.8992,
|
65 |
+
"step": 40
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14,
|
69 |
+
"grad_norm": 0.5224802494049072,
|
70 |
+
"learning_rate": 0.00018990881137654258,
|
71 |
+
"loss": 1.8393,
|
72 |
+
"step": 45
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.16,
|
76 |
+
"grad_norm": 0.5004997849464417,
|
77 |
+
"learning_rate": 0.0001875918325566888,
|
78 |
+
"loss": 1.615,
|
79 |
+
"step": 50
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"grad_norm": 0.5422343611717224,
|
84 |
+
"learning_rate": 0.00018505287956623297,
|
85 |
+
"loss": 1.9873,
|
86 |
+
"step": 55
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19,
|
90 |
+
"grad_norm": 0.47483357787132263,
|
91 |
+
"learning_rate": 0.00018229838658936564,
|
92 |
+
"loss": 1.9264,
|
93 |
+
"step": 60
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.21,
|
97 |
+
"grad_norm": 0.4191422164440155,
|
98 |
+
"learning_rate": 0.00017933533402912354,
|
99 |
+
"loss": 1.828,
|
100 |
+
"step": 65
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.22,
|
104 |
+
"grad_norm": 0.41457584500312805,
|
105 |
+
"learning_rate": 0.00017617123081773591,
|
106 |
+
"loss": 1.8083,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.24,
|
111 |
+
"grad_norm": 0.524440348148346,
|
112 |
+
"learning_rate": 0.00017281409538757883,
|
113 |
+
"loss": 1.8268,
|
114 |
+
"step": 75
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.26,
|
118 |
+
"grad_norm": 0.5396173000335693,
|
119 |
+
"learning_rate": 0.00016927243535095997,
|
120 |
+
"loss": 1.7587,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.27,
|
125 |
+
"grad_norm": 0.5633752942085266,
|
126 |
+
"learning_rate": 0.0001655552259402295,
|
127 |
+
"loss": 1.7939,
|
128 |
+
"step": 85
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.29,
|
132 |
+
"grad_norm": 0.5931205153465271,
|
133 |
+
"learning_rate": 0.00016167188726285434,
|
134 |
+
"loss": 1.848,
|
135 |
+
"step": 90
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3,
|
139 |
+
"grad_norm": 0.677586019039154,
|
140 |
+
"learning_rate": 0.00015763226042909455,
|
141 |
+
"loss": 1.7407,
|
142 |
+
"step": 95
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.32,
|
146 |
+
"grad_norm": 0.5012004971504211,
|
147 |
+
"learning_rate": 0.0001534465826127801,
|
148 |
+
"loss": 1.8559,
|
149 |
+
"step": 100
|
150 |
+
}
|
151 |
+
],
|
152 |
+
"logging_steps": 5,
|
153 |
+
"max_steps": 312,
|
154 |
+
"num_input_tokens_seen": 0,
|
155 |
+
"num_train_epochs": 1,
|
156 |
+
"save_steps": 100,
|
157 |
+
"total_flos": 4.552629939339264e+16,
|
158 |
+
"train_batch_size": 8,
|
159 |
+
"trial_name": null,
|
160 |
+
"trial_params": null
|
161 |
+
}
|
checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d33f3d22ffe059813829af0f30a0a876287dc508c7f1cd67423455339441d050
|
3 |
+
size 5112
|
checkpoint-100/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-200/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-4B-Chat
|
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.9.0
|
checkpoint-200/adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-4B-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
checkpoint-200/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11c3012996b1ea870bd7abf7dcf25aaeffbb7bf0d7828283709e7a1888e8b55a
|
3 |
+
size 62660744
|
checkpoint-200/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-200/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f5afe272e18d91cb02da9ea0ed21f2a7caff5b9616ddc742fe11bcc42787caf
|
3 |
+
size 125644962
|
checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:391d503f9a0e3d1e237424a616a8f21b36afea21361b2bbb40170a49878dc3dc
|
3 |
+
size 14244
|
checkpoint-200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1672929cbd1b23a6c0955975e4aa190f3ae3bcbc48783ce2a380161c2e528bc5
|
3 |
+
size 1064
|
checkpoint-200/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": "<|im_end|>",
|
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 |
+
}
|
checkpoint-200/tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "{% set system_message = 'あなたは誠実で優秀な日本人のアシスタントです。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\\n' + system_message + '<|im_end|>\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\\n' + content + '<|im_end|>\\n<|im_start|>assistant\\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
checkpoint-200/trainer_state.json
ADDED
@@ -0,0 +1,301 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.64,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 200,
|
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.02,
|
13 |
+
"grad_norm": 0.8396336436271667,
|
14 |
+
"learning_rate": 0.00019987329060020616,
|
15 |
+
"loss": 2.8923,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.03,
|
20 |
+
"grad_norm": 0.7428969740867615,
|
21 |
+
"learning_rate": 0.00019949348350626456,
|
22 |
+
"loss": 2.0944,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 0.5937550067901611,
|
28 |
+
"learning_rate": 0.00019886154122075343,
|
29 |
+
"loss": 2.0323,
|
30 |
+
"step": 15
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06,
|
34 |
+
"grad_norm": 0.4460415542125702,
|
35 |
+
"learning_rate": 0.00019797906520422677,
|
36 |
+
"loss": 1.9436,
|
37 |
+
"step": 20
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08,
|
41 |
+
"grad_norm": 0.4390580952167511,
|
42 |
+
"learning_rate": 0.00019684829181681234,
|
43 |
+
"loss": 2.0292,
|
44 |
+
"step": 25
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.1,
|
48 |
+
"grad_norm": 0.43469828367233276,
|
49 |
+
"learning_rate": 0.00019547208665085457,
|
50 |
+
"loss": 1.9654,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.11,
|
55 |
+
"grad_norm": 0.48699721693992615,
|
56 |
+
"learning_rate": 0.0001938539372689649,
|
57 |
+
"loss": 1.9041,
|
58 |
+
"step": 35
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.13,
|
62 |
+
"grad_norm": 0.5205313563346863,
|
63 |
+
"learning_rate": 0.00019199794436588243,
|
64 |
+
"loss": 1.8992,
|
65 |
+
"step": 40
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14,
|
69 |
+
"grad_norm": 0.5224802494049072,
|
70 |
+
"learning_rate": 0.00018990881137654258,
|
71 |
+
"loss": 1.8393,
|
72 |
+
"step": 45
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.16,
|
76 |
+
"grad_norm": 0.5004997849464417,
|
77 |
+
"learning_rate": 0.0001875918325566888,
|
78 |
+
"loss": 1.615,
|
79 |
+
"step": 50
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"grad_norm": 0.5422343611717224,
|
84 |
+
"learning_rate": 0.00018505287956623297,
|
85 |
+
"loss": 1.9873,
|
86 |
+
"step": 55
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19,
|
90 |
+
"grad_norm": 0.47483357787132263,
|
91 |
+
"learning_rate": 0.00018229838658936564,
|
92 |
+
"loss": 1.9264,
|
93 |
+
"step": 60
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.21,
|
97 |
+
"grad_norm": 0.4191422164440155,
|
98 |
+
"learning_rate": 0.00017933533402912354,
|
99 |
+
"loss": 1.828,
|
100 |
+
"step": 65
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.22,
|
104 |
+
"grad_norm": 0.41457584500312805,
|
105 |
+
"learning_rate": 0.00017617123081773591,
|
106 |
+
"loss": 1.8083,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.24,
|
111 |
+
"grad_norm": 0.524440348148346,
|
112 |
+
"learning_rate": 0.00017281409538757883,
|
113 |
+
"loss": 1.8268,
|
114 |
+
"step": 75
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.26,
|
118 |
+
"grad_norm": 0.5396173000335693,
|
119 |
+
"learning_rate": 0.00016927243535095997,
|
120 |
+
"loss": 1.7587,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.27,
|
125 |
+
"grad_norm": 0.5633752942085266,
|
126 |
+
"learning_rate": 0.0001655552259402295,
|
127 |
+
"loss": 1.7939,
|
128 |
+
"step": 85
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.29,
|
132 |
+
"grad_norm": 0.5931205153465271,
|
133 |
+
"learning_rate": 0.00016167188726285434,
|
134 |
+
"loss": 1.848,
|
135 |
+
"step": 90
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3,
|
139 |
+
"grad_norm": 0.677586019039154,
|
140 |
+
"learning_rate": 0.00015763226042909455,
|
141 |
+
"loss": 1.7407,
|
142 |
+
"step": 95
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.32,
|
146 |
+
"grad_norm": 0.5012004971504211,
|
147 |
+
"learning_rate": 0.0001534465826127801,
|
148 |
+
"loss": 1.8559,
|
149 |
+
"step": 100
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.34,
|
153 |
+
"grad_norm": 0.5996416807174683,
|
154 |
+
"learning_rate": 0.00014912546110838775,
|
155 |
+
"loss": 1.8363,
|
156 |
+
"step": 105
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.35,
|
160 |
+
"grad_norm": 0.5592181086540222,
|
161 |
+
"learning_rate": 0.00014467984645016258,
|
162 |
+
"loss": 1.6798,
|
163 |
+
"step": 110
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.37,
|
167 |
+
"grad_norm": 0.6498942971229553,
|
168 |
+
"learning_rate": 0.00014012100466140578,
|
169 |
+
"loss": 1.6868,
|
170 |
+
"step": 115
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.38,
|
174 |
+
"grad_norm": 0.5339984893798828,
|
175 |
+
"learning_rate": 0.00013546048870425356,
|
176 |
+
"loss": 1.8213,
|
177 |
+
"step": 120
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.4,
|
181 |
+
"grad_norm": 0.5681377649307251,
|
182 |
+
"learning_rate": 0.00013071010920229909,
|
183 |
+
"loss": 1.7561,
|
184 |
+
"step": 125
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.42,
|
188 |
+
"grad_norm": 0.5253719687461853,
|
189 |
+
"learning_rate": 0.00012588190451025207,
|
190 |
+
"loss": 1.7834,
|
191 |
+
"step": 130
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.43,
|
195 |
+
"grad_norm": 0.5420334935188293,
|
196 |
+
"learning_rate": 0.00012098811020648475,
|
197 |
+
"loss": 1.9342,
|
198 |
+
"step": 135
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.45,
|
202 |
+
"grad_norm": 0.6371601819992065,
|
203 |
+
"learning_rate": 0.00011604112808577603,
|
204 |
+
"loss": 1.8081,
|
205 |
+
"step": 140
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.46,
|
209 |
+
"grad_norm": 0.5578604340553284,
|
210 |
+
"learning_rate": 0.000111053494730832,
|
211 |
+
"loss": 1.7449,
|
212 |
+
"step": 145
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.48,
|
216 |
+
"grad_norm": 0.768509030342102,
|
217 |
+
"learning_rate": 0.00010603784974222861,
|
218 |
+
"loss": 1.8202,
|
219 |
+
"step": 150
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.5,
|
223 |
+
"grad_norm": 0.627295970916748,
|
224 |
+
"learning_rate": 0.00010100690370728755,
|
225 |
+
"loss": 1.7587,
|
226 |
+
"step": 155
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.51,
|
230 |
+
"grad_norm": 0.6519939303398132,
|
231 |
+
"learning_rate": 9.597340598905852e-05,
|
232 |
+
"loss": 1.8827,
|
233 |
+
"step": 160
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.53,
|
237 |
+
"grad_norm": 0.6148818135261536,
|
238 |
+
"learning_rate": 9.095011241703623e-05,
|
239 |
+
"loss": 1.8022,
|
240 |
+
"step": 165
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.54,
|
244 |
+
"grad_norm": 0.5009266138076782,
|
245 |
+
"learning_rate": 8.594975296149076e-05,
|
246 |
+
"loss": 1.7515,
|
247 |
+
"step": 170
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.56,
|
251 |
+
"grad_norm": 0.5753130316734314,
|
252 |
+
"learning_rate": 8.098499947332934e-05,
|
253 |
+
"loss": 1.7027,
|
254 |
+
"step": 175
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.58,
|
258 |
+
"grad_norm": 0.5501881241798401,
|
259 |
+
"learning_rate": 7.606843357124426e-05,
|
260 |
+
"loss": 1.7445,
|
261 |
+
"step": 180
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.59,
|
265 |
+
"grad_norm": 0.6279743909835815,
|
266 |
+
"learning_rate": 7.121251475752539e-05,
|
267 |
+
"loss": 1.7094,
|
268 |
+
"step": 185
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.61,
|
272 |
+
"grad_norm": 0.5455606579780579,
|
273 |
+
"learning_rate": 6.642954884333955e-05,
|
274 |
+
"loss": 1.7047,
|
275 |
+
"step": 190
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.62,
|
279 |
+
"grad_norm": 0.5445593595504761,
|
280 |
+
"learning_rate": 6.173165676349103e-05,
|
281 |
+
"loss": 1.6086,
|
282 |
+
"step": 195
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.64,
|
286 |
+
"grad_norm": 0.6656392812728882,
|
287 |
+
"learning_rate": 5.713074385969457e-05,
|
288 |
+
"loss": 1.7098,
|
289 |
+
"step": 200
|
290 |
+
}
|
291 |
+
],
|
292 |
+
"logging_steps": 5,
|
293 |
+
"max_steps": 312,
|
294 |
+
"num_input_tokens_seen": 0,
|
295 |
+
"num_train_epochs": 1,
|
296 |
+
"save_steps": 100,
|
297 |
+
"total_flos": 9.200724451688448e+16,
|
298 |
+
"train_batch_size": 8,
|
299 |
+
"trial_name": null,
|
300 |
+
"trial_params": null
|
301 |
+
}
|
checkpoint-200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d33f3d22ffe059813829af0f30a0a876287dc508c7f1cd67423455339441d050
|
3 |
+
size 5112
|
checkpoint-200/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-300/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-4B-Chat
|
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.9.0
|
checkpoint-300/adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-4B-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
checkpoint-300/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee5ab8d68941e9b29a8320eacac2d10a77ca9b45f8fe16cbc896da3315c95a6d
|
3 |
+
size 62660744
|
checkpoint-300/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-300/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-300/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b9e59524a8445793ced8e0850af71053a643673b66e407c4c17e0132e22859f
|
3 |
+
size 125644962
|
checkpoint-300/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:035984ab7df79a07d92510cec4e76931bd9a53ba3c561ac87bf6cf07b577f197
|
3 |
+
size 14244
|
checkpoint-300/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1d0a8fa4f4f33edaee237d6f99d4cc867fb2e10c314d06eddcbd7defb0675e9
|
3 |
+
size 1064
|
checkpoint-300/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": "<|im_end|>",
|
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 |
+
}
|
checkpoint-300/tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "{% set system_message = 'あなたは誠実で優秀な日本人のアシスタントです。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\\n' + system_message + '<|im_end|>\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\\n' + content + '<|im_end|>\\n<|im_start|>assistant\\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
checkpoint-300/trainer_state.json
ADDED
@@ -0,0 +1,441 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.96,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 300,
|
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.02,
|
13 |
+
"grad_norm": 0.8396336436271667,
|
14 |
+
"learning_rate": 0.00019987329060020616,
|
15 |
+
"loss": 2.8923,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.03,
|
20 |
+
"grad_norm": 0.7428969740867615,
|
21 |
+
"learning_rate": 0.00019949348350626456,
|
22 |
+
"loss": 2.0944,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 0.5937550067901611,
|
28 |
+
"learning_rate": 0.00019886154122075343,
|
29 |
+
"loss": 2.0323,
|
30 |
+
"step": 15
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06,
|
34 |
+
"grad_norm": 0.4460415542125702,
|
35 |
+
"learning_rate": 0.00019797906520422677,
|
36 |
+
"loss": 1.9436,
|
37 |
+
"step": 20
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08,
|
41 |
+
"grad_norm": 0.4390580952167511,
|
42 |
+
"learning_rate": 0.00019684829181681234,
|
43 |
+
"loss": 2.0292,
|
44 |
+
"step": 25
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.1,
|
48 |
+
"grad_norm": 0.43469828367233276,
|
49 |
+
"learning_rate": 0.00019547208665085457,
|
50 |
+
"loss": 1.9654,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.11,
|
55 |
+
"grad_norm": 0.48699721693992615,
|
56 |
+
"learning_rate": 0.0001938539372689649,
|
57 |
+
"loss": 1.9041,
|
58 |
+
"step": 35
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.13,
|
62 |
+
"grad_norm": 0.5205313563346863,
|
63 |
+
"learning_rate": 0.00019199794436588243,
|
64 |
+
"loss": 1.8992,
|
65 |
+
"step": 40
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14,
|
69 |
+
"grad_norm": 0.5224802494049072,
|
70 |
+
"learning_rate": 0.00018990881137654258,
|
71 |
+
"loss": 1.8393,
|
72 |
+
"step": 45
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.16,
|
76 |
+
"grad_norm": 0.5004997849464417,
|
77 |
+
"learning_rate": 0.0001875918325566888,
|
78 |
+
"loss": 1.615,
|
79 |
+
"step": 50
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"grad_norm": 0.5422343611717224,
|
84 |
+
"learning_rate": 0.00018505287956623297,
|
85 |
+
"loss": 1.9873,
|
86 |
+
"step": 55
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19,
|
90 |
+
"grad_norm": 0.47483357787132263,
|
91 |
+
"learning_rate": 0.00018229838658936564,
|
92 |
+
"loss": 1.9264,
|
93 |
+
"step": 60
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.21,
|
97 |
+
"grad_norm": 0.4191422164440155,
|
98 |
+
"learning_rate": 0.00017933533402912354,
|
99 |
+
"loss": 1.828,
|
100 |
+
"step": 65
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.22,
|
104 |
+
"grad_norm": 0.41457584500312805,
|
105 |
+
"learning_rate": 0.00017617123081773591,
|
106 |
+
"loss": 1.8083,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.24,
|
111 |
+
"grad_norm": 0.524440348148346,
|
112 |
+
"learning_rate": 0.00017281409538757883,
|
113 |
+
"loss": 1.8268,
|
114 |
+
"step": 75
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.26,
|
118 |
+
"grad_norm": 0.5396173000335693,
|
119 |
+
"learning_rate": 0.00016927243535095997,
|
120 |
+
"loss": 1.7587,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.27,
|
125 |
+
"grad_norm": 0.5633752942085266,
|
126 |
+
"learning_rate": 0.0001655552259402295,
|
127 |
+
"loss": 1.7939,
|
128 |
+
"step": 85
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.29,
|
132 |
+
"grad_norm": 0.5931205153465271,
|
133 |
+
"learning_rate": 0.00016167188726285434,
|
134 |
+
"loss": 1.848,
|
135 |
+
"step": 90
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3,
|
139 |
+
"grad_norm": 0.677586019039154,
|
140 |
+
"learning_rate": 0.00015763226042909455,
|
141 |
+
"loss": 1.7407,
|
142 |
+
"step": 95
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.32,
|
146 |
+
"grad_norm": 0.5012004971504211,
|
147 |
+
"learning_rate": 0.0001534465826127801,
|
148 |
+
"loss": 1.8559,
|
149 |
+
"step": 100
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.34,
|
153 |
+
"grad_norm": 0.5996416807174683,
|
154 |
+
"learning_rate": 0.00014912546110838775,
|
155 |
+
"loss": 1.8363,
|
156 |
+
"step": 105
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.35,
|
160 |
+
"grad_norm": 0.5592181086540222,
|
161 |
+
"learning_rate": 0.00014467984645016258,
|
162 |
+
"loss": 1.6798,
|
163 |
+
"step": 110
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.37,
|
167 |
+
"grad_norm": 0.6498942971229553,
|
168 |
+
"learning_rate": 0.00014012100466140578,
|
169 |
+
"loss": 1.6868,
|
170 |
+
"step": 115
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.38,
|
174 |
+
"grad_norm": 0.5339984893798828,
|
175 |
+
"learning_rate": 0.00013546048870425356,
|
176 |
+
"loss": 1.8213,
|
177 |
+
"step": 120
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.4,
|
181 |
+
"grad_norm": 0.5681377649307251,
|
182 |
+
"learning_rate": 0.00013071010920229909,
|
183 |
+
"loss": 1.7561,
|
184 |
+
"step": 125
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.42,
|
188 |
+
"grad_norm": 0.5253719687461853,
|
189 |
+
"learning_rate": 0.00012588190451025207,
|
190 |
+
"loss": 1.7834,
|
191 |
+
"step": 130
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.43,
|
195 |
+
"grad_norm": 0.5420334935188293,
|
196 |
+
"learning_rate": 0.00012098811020648475,
|
197 |
+
"loss": 1.9342,
|
198 |
+
"step": 135
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.45,
|
202 |
+
"grad_norm": 0.6371601819992065,
|
203 |
+
"learning_rate": 0.00011604112808577603,
|
204 |
+
"loss": 1.8081,
|
205 |
+
"step": 140
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.46,
|
209 |
+
"grad_norm": 0.5578604340553284,
|
210 |
+
"learning_rate": 0.000111053494730832,
|
211 |
+
"loss": 1.7449,
|
212 |
+
"step": 145
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.48,
|
216 |
+
"grad_norm": 0.768509030342102,
|
217 |
+
"learning_rate": 0.00010603784974222861,
|
218 |
+
"loss": 1.8202,
|
219 |
+
"step": 150
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.5,
|
223 |
+
"grad_norm": 0.627295970916748,
|
224 |
+
"learning_rate": 0.00010100690370728755,
|
225 |
+
"loss": 1.7587,
|
226 |
+
"step": 155
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.51,
|
230 |
+
"grad_norm": 0.6519939303398132,
|
231 |
+
"learning_rate": 9.597340598905852e-05,
|
232 |
+
"loss": 1.8827,
|
233 |
+
"step": 160
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.53,
|
237 |
+
"grad_norm": 0.6148818135261536,
|
238 |
+
"learning_rate": 9.095011241703623e-05,
|
239 |
+
"loss": 1.8022,
|
240 |
+
"step": 165
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.54,
|
244 |
+
"grad_norm": 0.5009266138076782,
|
245 |
+
"learning_rate": 8.594975296149076e-05,
|
246 |
+
"loss": 1.7515,
|
247 |
+
"step": 170
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.56,
|
251 |
+
"grad_norm": 0.5753130316734314,
|
252 |
+
"learning_rate": 8.098499947332934e-05,
|
253 |
+
"loss": 1.7027,
|
254 |
+
"step": 175
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.58,
|
258 |
+
"grad_norm": 0.5501881241798401,
|
259 |
+
"learning_rate": 7.606843357124426e-05,
|
260 |
+
"loss": 1.7445,
|
261 |
+
"step": 180
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.59,
|
265 |
+
"grad_norm": 0.6279743909835815,
|
266 |
+
"learning_rate": 7.121251475752539e-05,
|
267 |
+
"loss": 1.7094,
|
268 |
+
"step": 185
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.61,
|
272 |
+
"grad_norm": 0.5455606579780579,
|
273 |
+
"learning_rate": 6.642954884333955e-05,
|
274 |
+
"loss": 1.7047,
|
275 |
+
"step": 190
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.62,
|
279 |
+
"grad_norm": 0.5445593595504761,
|
280 |
+
"learning_rate": 6.173165676349103e-05,
|
281 |
+
"loss": 1.6086,
|
282 |
+
"step": 195
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.64,
|
286 |
+
"grad_norm": 0.6656392812728882,
|
287 |
+
"learning_rate": 5.713074385969457e-05,
|
288 |
+
"loss": 1.7098,
|
289 |
+
"step": 200
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.66,
|
293 |
+
"grad_norm": 0.5549783706665039,
|
294 |
+
"learning_rate": 5.263846971020108e-05,
|
295 |
+
"loss": 1.7766,
|
296 |
+
"step": 205
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.67,
|
300 |
+
"grad_norm": 0.594687819480896,
|
301 |
+
"learning_rate": 4.826621858223431e-05,
|
302 |
+
"loss": 1.9863,
|
303 |
+
"step": 210
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.69,
|
307 |
+
"grad_norm": 0.5940021276473999,
|
308 |
+
"learning_rate": 4.40250705821178e-05,
|
309 |
+
"loss": 1.7957,
|
310 |
+
"step": 215
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.7,
|
314 |
+
"grad_norm": 0.6612168550491333,
|
315 |
+
"learning_rate": 3.99257735762021e-05,
|
316 |
+
"loss": 1.7848,
|
317 |
+
"step": 220
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.72,
|
321 |
+
"grad_norm": 0.5535335540771484,
|
322 |
+
"learning_rate": 3.597871595375121e-05,
|
323 |
+
"loss": 1.8688,
|
324 |
+
"step": 225
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.74,
|
328 |
+
"grad_norm": 0.607822597026825,
|
329 |
+
"learning_rate": 3.219390030081091e-05,
|
330 |
+
"loss": 1.6451,
|
331 |
+
"step": 230
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.75,
|
335 |
+
"grad_norm": 0.6583452820777893,
|
336 |
+
"learning_rate": 2.858091805177554e-05,
|
337 |
+
"loss": 1.8795,
|
338 |
+
"step": 235
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.77,
|
342 |
+
"grad_norm": 0.5893087983131409,
|
343 |
+
"learning_rate": 2.514892518288988e-05,
|
344 |
+
"loss": 1.7631,
|
345 |
+
"step": 240
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.78,
|
349 |
+
"grad_norm": 0.5828584432601929,
|
350 |
+
"learning_rate": 2.1906619009284257e-05,
|
351 |
+
"loss": 1.7843,
|
352 |
+
"step": 245
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.8,
|
356 |
+
"grad_norm": 0.5105574727058411,
|
357 |
+
"learning_rate": 1.8862216144342692e-05,
|
358 |
+
"loss": 1.7854,
|
359 |
+
"step": 250
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.82,
|
363 |
+
"grad_norm": 0.6286787390708923,
|
364 |
+
"learning_rate": 1.6023431677260214e-05,
|
365 |
+
"loss": 1.5676,
|
366 |
+
"step": 255
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.83,
|
370 |
+
"grad_norm": 0.5752671957015991,
|
371 |
+
"learning_rate": 1.339745962155613e-05,
|
372 |
+
"loss": 1.6083,
|
373 |
+
"step": 260
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.85,
|
377 |
+
"grad_norm": 0.5867213606834412,
|
378 |
+
"learning_rate": 1.0990954684091558e-05,
|
379 |
+
"loss": 1.8291,
|
380 |
+
"step": 265
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.86,
|
384 |
+
"grad_norm": 0.6025935411453247,
|
385 |
+
"learning_rate": 8.810015400790994e-06,
|
386 |
+
"loss": 1.7606,
|
387 |
+
"step": 270
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.88,
|
391 |
+
"grad_norm": 0.5295992493629456,
|
392 |
+
"learning_rate": 6.860168681805945e-06,
|
393 |
+
"loss": 1.7076,
|
394 |
+
"step": 275
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.9,
|
398 |
+
"grad_norm": 0.6831830143928528,
|
399 |
+
"learning_rate": 5.146355805285452e-06,
|
400 |
+
"loss": 1.706,
|
401 |
+
"step": 280
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.91,
|
405 |
+
"grad_norm": 0.6414029002189636,
|
406 |
+
"learning_rate": 3.6729198952483724e-06,
|
407 |
+
"loss": 1.7685,
|
408 |
+
"step": 285
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.93,
|
412 |
+
"grad_norm": 0.5466156601905823,
|
413 |
+
"learning_rate": 2.4435949152906145e-06,
|
414 |
+
"loss": 1.7422,
|
415 |
+
"step": 290
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.94,
|
419 |
+
"grad_norm": 0.7220910787582397,
|
420 |
+
"learning_rate": 1.4614962060194304e-06,
|
421 |
+
"loss": 1.8109,
|
422 |
+
"step": 295
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.96,
|
426 |
+
"grad_norm": 0.6633021235466003,
|
427 |
+
"learning_rate": 7.291125901946027e-07,
|
428 |
+
"loss": 1.7055,
|
429 |
+
"step": 300
|
430 |
+
}
|
431 |
+
],
|
432 |
+
"logging_steps": 5,
|
433 |
+
"max_steps": 312,
|
434 |
+
"num_input_tokens_seen": 0,
|
435 |
+
"num_train_epochs": 1,
|
436 |
+
"save_steps": 100,
|
437 |
+
"total_flos": 1.3827390944772096e+17,
|
438 |
+
"train_batch_size": 8,
|
439 |
+
"trial_name": null,
|
440 |
+
"trial_params": null
|
441 |
+
}
|
checkpoint-300/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d33f3d22ffe059813829af0f30a0a876287dc508c7f1cd67423455339441d050
|
3 |
+
size 5112
|
checkpoint-300/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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": "<|im_end|>",
|
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 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "{% set system_message = 'あなたは誠実で優秀な日本人のアシスタントです。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\\n' + system_message + '<|im_end|>\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\\n' + content + '<|im_end|>\\n<|im_start|>assistant\\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.8196016863370552,
|
4 |
+
"train_runtime": 2685.2386,
|
5 |
+
"train_samples_per_second": 3.724,
|
6 |
+
"train_steps_per_second": 0.116
|
7 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 5, "total_steps": 312, "loss": 2.8923, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019987329060020616, "epoch": 0.02, "percentage": 1.6, "elapsed_time": "0:00:44", "remaining_time": "0:45:07"}
|
2 |
+
{"current_steps": 10, "total_steps": 312, "loss": 2.0944, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019949348350626456, "epoch": 0.03, "percentage": 3.21, "elapsed_time": "0:01:26", "remaining_time": "0:43:22"}
|
3 |
+
{"current_steps": 15, "total_steps": 312, "loss": 2.0323, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019886154122075343, "epoch": 0.05, "percentage": 4.81, "elapsed_time": "0:02:12", "remaining_time": "0:43:39"}
|
4 |
+
{"current_steps": 20, "total_steps": 312, "loss": 1.9436, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019797906520422677, "epoch": 0.06, "percentage": 6.41, "elapsed_time": "0:02:57", "remaining_time": "0:43:14"}
|
5 |
+
{"current_steps": 25, "total_steps": 312, "loss": 2.0292, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019684829181681234, "epoch": 0.08, "percentage": 8.01, "elapsed_time": "0:03:41", "remaining_time": "0:42:24"}
|
6 |
+
{"current_steps": 30, "total_steps": 312, "loss": 1.9654, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019547208665085457, "epoch": 0.1, "percentage": 9.62, "elapsed_time": "0:04:18", "remaining_time": "0:40:33"}
|
7 |
+
{"current_steps": 35, "total_steps": 312, "loss": 1.9041, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.0001938539372689649, "epoch": 0.11, "percentage": 11.22, "elapsed_time": "0:04:58", "remaining_time": "0:39:18"}
|
8 |
+
{"current_steps": 40, "total_steps": 312, "loss": 1.8992, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00019199794436588243, "epoch": 0.13, "percentage": 12.82, "elapsed_time": "0:05:39", "remaining_time": "0:38:30"}
|
9 |
+
{"current_steps": 45, "total_steps": 312, "loss": 1.8393, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00018990881137654258, "epoch": 0.14, "percentage": 14.42, "elapsed_time": "0:06:24", "remaining_time": "0:38:02"}
|
10 |
+
{"current_steps": 50, "total_steps": 312, "loss": 1.615, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.0001875918325566888, "epoch": 0.16, "percentage": 16.03, "elapsed_time": "0:07:08", "remaining_time": "0:37:27"}
|
11 |
+
{"current_steps": 55, "total_steps": 312, "loss": 1.9873, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00018505287956623297, "epoch": 0.18, "percentage": 17.63, "elapsed_time": "0:07:48", "remaining_time": "0:36:29"}
|
12 |
+
{"current_steps": 60, "total_steps": 312, "loss": 1.9264, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00018229838658936564, "epoch": 0.19, "percentage": 19.23, "elapsed_time": "0:08:33", "remaining_time": "0:35:58"}
|
13 |
+
{"current_steps": 65, "total_steps": 312, "loss": 1.828, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00017933533402912354, "epoch": 0.21, "percentage": 20.83, "elapsed_time": "0:09:19", "remaining_time": "0:35:24"}
|
14 |
+
{"current_steps": 70, "total_steps": 312, "loss": 1.8083, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00017617123081773591, "epoch": 0.22, "percentage": 22.44, "elapsed_time": "0:09:58", "remaining_time": "0:34:30"}
|
15 |
+
{"current_steps": 75, "total_steps": 312, "loss": 1.8268, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00017281409538757883, "epoch": 0.24, "percentage": 24.04, "elapsed_time": "0:10:38", "remaining_time": "0:33:36"}
|
16 |
+
{"current_steps": 80, "total_steps": 312, "loss": 1.7587, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00016927243535095997, "epoch": 0.26, "percentage": 25.64, "elapsed_time": "0:11:19", "remaining_time": "0:32:50"}
|
17 |
+
{"current_steps": 85, "total_steps": 312, "loss": 1.7939, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.0001655552259402295, "epoch": 0.27, "percentage": 27.24, "elapsed_time": "0:12:06", "remaining_time": "0:32:19"}
|
18 |
+
{"current_steps": 90, "total_steps": 312, "loss": 1.848, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00016167188726285434, "epoch": 0.29, "percentage": 28.85, "elapsed_time": "0:12:46", "remaining_time": "0:31:31"}
|
19 |
+
{"current_steps": 95, "total_steps": 312, "loss": 1.7407, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00015763226042909455, "epoch": 0.3, "percentage": 30.45, "elapsed_time": "0:13:24", "remaining_time": "0:30:37"}
|
20 |
+
{"current_steps": 100, "total_steps": 312, "loss": 1.8559, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.0001534465826127801, "epoch": 0.32, "percentage": 32.05, "elapsed_time": "0:14:12", "remaining_time": "0:30:06"}
|
21 |
+
{"current_steps": 105, "total_steps": 312, "loss": 1.8363, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00014912546110838775, "epoch": 0.34, "percentage": 33.65, "elapsed_time": "0:14:56", "remaining_time": "0:29:27"}
|
22 |
+
{"current_steps": 110, "total_steps": 312, "loss": 1.6798, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00014467984645016258, "epoch": 0.35, "percentage": 35.26, "elapsed_time": "0:15:40", "remaining_time": "0:28:47"}
|
23 |
+
{"current_steps": 115, "total_steps": 312, "loss": 1.6868, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00014012100466140578, "epoch": 0.37, "percentage": 36.86, "elapsed_time": "0:16:25", "remaining_time": "0:28:09"}
|
24 |
+
{"current_steps": 120, "total_steps": 312, "loss": 1.8213, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00013546048870425356, "epoch": 0.38, "percentage": 38.46, "elapsed_time": "0:17:09", "remaining_time": "0:27:27"}
|
25 |
+
{"current_steps": 125, "total_steps": 312, "loss": 1.7561, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00013071010920229909, "epoch": 0.4, "percentage": 40.06, "elapsed_time": "0:17:54", "remaining_time": "0:26:46"}
|
26 |
+
{"current_steps": 130, "total_steps": 312, "loss": 1.7834, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00012588190451025207, "epoch": 0.42, "percentage": 41.67, "elapsed_time": "0:18:38", "remaining_time": "0:26:06"}
|
27 |
+
{"current_steps": 135, "total_steps": 312, "loss": 1.9342, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00012098811020648475, "epoch": 0.43, "percentage": 43.27, "elapsed_time": "0:19:27", "remaining_time": "0:25:30"}
|
28 |
+
{"current_steps": 140, "total_steps": 312, "loss": 1.8081, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00011604112808577603, "epoch": 0.45, "percentage": 44.87, "elapsed_time": "0:20:14", "remaining_time": "0:24:52"}
|
29 |
+
{"current_steps": 145, "total_steps": 312, "loss": 1.7449, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.000111053494730832, "epoch": 0.46, "percentage": 46.47, "elapsed_time": "0:21:00", "remaining_time": "0:24:11"}
|
30 |
+
{"current_steps": 150, "total_steps": 312, "loss": 1.8202, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00010603784974222861, "epoch": 0.48, "percentage": 48.08, "elapsed_time": "0:21:41", "remaining_time": "0:23:25"}
|
31 |
+
{"current_steps": 155, "total_steps": 312, "loss": 1.7587, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.00010100690370728755, "epoch": 0.5, "percentage": 49.68, "elapsed_time": "0:22:24", "remaining_time": "0:22:41"}
|
32 |
+
{"current_steps": 160, "total_steps": 312, "loss": 1.8827, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 9.597340598905852e-05, "epoch": 0.51, "percentage": 51.28, "elapsed_time": "0:23:07", "remaining_time": "0:21:58"}
|
33 |
+
{"current_steps": 165, "total_steps": 312, "loss": 1.8022, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 9.095011241703623e-05, "epoch": 0.53, "percentage": 52.88, "elapsed_time": "0:23:45", "remaining_time": "0:21:09"}
|
34 |
+
{"current_steps": 170, "total_steps": 312, "loss": 1.7515, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 8.594975296149076e-05, "epoch": 0.54, "percentage": 54.49, "elapsed_time": "0:24:31", "remaining_time": "0:20:28"}
|
35 |
+
{"current_steps": 175, "total_steps": 312, "loss": 1.7027, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 8.098499947332934e-05, "epoch": 0.56, "percentage": 56.09, "elapsed_time": "0:25:12", "remaining_time": "0:19:44"}
|
36 |
+
{"current_steps": 180, "total_steps": 312, "loss": 1.7445, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 7.606843357124426e-05, "epoch": 0.58, "percentage": 57.69, "elapsed_time": "0:25:55", "remaining_time": "0:19:00"}
|
37 |
+
{"current_steps": 185, "total_steps": 312, "loss": 1.7094, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 7.121251475752539e-05, "epoch": 0.59, "percentage": 59.29, "elapsed_time": "0:26:35", "remaining_time": "0:18:15"}
|
38 |
+
{"current_steps": 190, "total_steps": 312, "loss": 1.7047, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 6.642954884333955e-05, "epoch": 0.61, "percentage": 60.9, "elapsed_time": "0:27:15", "remaining_time": "0:17:30"}
|
39 |
+
{"current_steps": 195, "total_steps": 312, "loss": 1.6086, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 6.173165676349103e-05, "epoch": 0.62, "percentage": 62.5, "elapsed_time": "0:27:56", "remaining_time": "0:16:46"}
|
40 |
+
{"current_steps": 200, "total_steps": 312, "loss": 1.7098, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.713074385969457e-05, "epoch": 0.64, "percentage": 64.1, "elapsed_time": "0:28:41", "remaining_time": "0:16:03"}
|
41 |
+
{"current_steps": 205, "total_steps": 312, "loss": 1.7766, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.263846971020108e-05, "epoch": 0.66, "percentage": 65.71, "elapsed_time": "0:29:23", "remaining_time": "0:15:20"}
|
42 |
+
{"current_steps": 210, "total_steps": 312, "loss": 1.9863, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.826621858223431e-05, "epoch": 0.67, "percentage": 67.31, "elapsed_time": "0:30:02", "remaining_time": "0:14:35"}
|
43 |
+
{"current_steps": 215, "total_steps": 312, "loss": 1.7957, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.40250705821178e-05, "epoch": 0.69, "percentage": 68.91, "elapsed_time": "0:30:42", "remaining_time": "0:13:51"}
|
44 |
+
{"current_steps": 220, "total_steps": 312, "loss": 1.7848, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.99257735762021e-05, "epoch": 0.7, "percentage": 70.51, "elapsed_time": "0:31:25", "remaining_time": "0:13:08"}
|
45 |
+
{"current_steps": 225, "total_steps": 312, "loss": 1.8688, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.597871595375121e-05, "epoch": 0.72, "percentage": 72.12, "elapsed_time": "0:32:07", "remaining_time": "0:12:25"}
|
46 |
+
{"current_steps": 230, "total_steps": 312, "loss": 1.6451, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.219390030081091e-05, "epoch": 0.74, "percentage": 73.72, "elapsed_time": "0:32:50", "remaining_time": "0:11:42"}
|
47 |
+
{"current_steps": 235, "total_steps": 312, "loss": 1.8795, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.858091805177554e-05, "epoch": 0.75, "percentage": 75.32, "elapsed_time": "0:33:32", "remaining_time": "0:10:59"}
|
48 |
+
{"current_steps": 240, "total_steps": 312, "loss": 1.7631, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.514892518288988e-05, "epoch": 0.77, "percentage": 76.92, "elapsed_time": "0:34:15", "remaining_time": "0:10:16"}
|
49 |
+
{"current_steps": 245, "total_steps": 312, "loss": 1.7843, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.1906619009284257e-05, "epoch": 0.78, "percentage": 78.53, "elapsed_time": "0:34:56", "remaining_time": "0:09:33"}
|
50 |
+
{"current_steps": 250, "total_steps": 312, "loss": 1.7854, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.8862216144342692e-05, "epoch": 0.8, "percentage": 80.13, "elapsed_time": "0:35:41", "remaining_time": "0:08:51"}
|
51 |
+
{"current_steps": 255, "total_steps": 312, "loss": 1.5676, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.6023431677260214e-05, "epoch": 0.82, "percentage": 81.73, "elapsed_time": "0:36:23", "remaining_time": "0:08:08"}
|
52 |
+
{"current_steps": 260, "total_steps": 312, "loss": 1.6083, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.339745962155613e-05, "epoch": 0.83, "percentage": 83.33, "elapsed_time": "0:37:14", "remaining_time": "0:07:26"}
|
53 |
+
{"current_steps": 265, "total_steps": 312, "loss": 1.8291, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.0990954684091558e-05, "epoch": 0.85, "percentage": 84.94, "elapsed_time": "0:37:55", "remaining_time": "0:06:43"}
|
54 |
+
{"current_steps": 270, "total_steps": 312, "loss": 1.7606, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 8.810015400790994e-06, "epoch": 0.86, "percentage": 86.54, "elapsed_time": "0:38:40", "remaining_time": "0:06:01"}
|
55 |
+
{"current_steps": 275, "total_steps": 312, "loss": 1.7076, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 6.860168681805945e-06, "epoch": 0.88, "percentage": 88.14, "elapsed_time": "0:39:25", "remaining_time": "0:05:18"}
|
56 |
+
{"current_steps": 280, "total_steps": 312, "loss": 1.706, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.146355805285452e-06, "epoch": 0.9, "percentage": 89.74, "elapsed_time": "0:40:09", "remaining_time": "0:04:35"}
|
57 |
+
{"current_steps": 285, "total_steps": 312, "loss": 1.7685, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.6729198952483724e-06, "epoch": 0.91, "percentage": 91.35, "elapsed_time": "0:40:56", "remaining_time": "0:03:52"}
|
58 |
+
{"current_steps": 290, "total_steps": 312, "loss": 1.7422, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.4435949152906145e-06, "epoch": 0.93, "percentage": 92.95, "elapsed_time": "0:41:35", "remaining_time": "0:03:09"}
|
59 |
+
{"current_steps": 295, "total_steps": 312, "loss": 1.8109, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.4614962060194304e-06, "epoch": 0.94, "percentage": 94.55, "elapsed_time": "0:42:19", "remaining_time": "0:02:26"}
|
60 |
+
{"current_steps": 300, "total_steps": 312, "loss": 1.7055, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 7.291125901946027e-07, "epoch": 0.96, "percentage": 96.15, "elapsed_time": "0:43:04", "remaining_time": "0:01:43"}
|
61 |
+
{"current_steps": 305, "total_steps": 312, "loss": 1.73, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.4830006558373973e-07, "epoch": 0.98, "percentage": 97.76, "elapsed_time": "0:43:47", "remaining_time": "0:01:00"}
|
62 |
+
{"current_steps": 310, "total_steps": 312, "loss": 1.9092, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.0277101514987184e-08, "epoch": 0.99, "percentage": 99.36, "elapsed_time": "0:44:31", "remaining_time": "0:00:17"}
|
63 |
+
{"current_steps": 312, "total_steps": 312, "loss": null, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:44:45", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,464 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9984,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 312,
|
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.02,
|
13 |
+
"grad_norm": 0.8396336436271667,
|
14 |
+
"learning_rate": 0.00019987329060020616,
|
15 |
+
"loss": 2.8923,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.03,
|
20 |
+
"grad_norm": 0.7428969740867615,
|
21 |
+
"learning_rate": 0.00019949348350626456,
|
22 |
+
"loss": 2.0944,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 0.5937550067901611,
|
28 |
+
"learning_rate": 0.00019886154122075343,
|
29 |
+
"loss": 2.0323,
|
30 |
+
"step": 15
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06,
|
34 |
+
"grad_norm": 0.4460415542125702,
|
35 |
+
"learning_rate": 0.00019797906520422677,
|
36 |
+
"loss": 1.9436,
|
37 |
+
"step": 20
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08,
|
41 |
+
"grad_norm": 0.4390580952167511,
|
42 |
+
"learning_rate": 0.00019684829181681234,
|
43 |
+
"loss": 2.0292,
|
44 |
+
"step": 25
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.1,
|
48 |
+
"grad_norm": 0.43469828367233276,
|
49 |
+
"learning_rate": 0.00019547208665085457,
|
50 |
+
"loss": 1.9654,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.11,
|
55 |
+
"grad_norm": 0.48699721693992615,
|
56 |
+
"learning_rate": 0.0001938539372689649,
|
57 |
+
"loss": 1.9041,
|
58 |
+
"step": 35
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.13,
|
62 |
+
"grad_norm": 0.5205313563346863,
|
63 |
+
"learning_rate": 0.00019199794436588243,
|
64 |
+
"loss": 1.8992,
|
65 |
+
"step": 40
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14,
|
69 |
+
"grad_norm": 0.5224802494049072,
|
70 |
+
"learning_rate": 0.00018990881137654258,
|
71 |
+
"loss": 1.8393,
|
72 |
+
"step": 45
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.16,
|
76 |
+
"grad_norm": 0.5004997849464417,
|
77 |
+
"learning_rate": 0.0001875918325566888,
|
78 |
+
"loss": 1.615,
|
79 |
+
"step": 50
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"grad_norm": 0.5422343611717224,
|
84 |
+
"learning_rate": 0.00018505287956623297,
|
85 |
+
"loss": 1.9873,
|
86 |
+
"step": 55
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19,
|
90 |
+
"grad_norm": 0.47483357787132263,
|
91 |
+
"learning_rate": 0.00018229838658936564,
|
92 |
+
"loss": 1.9264,
|
93 |
+
"step": 60
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.21,
|
97 |
+
"grad_norm": 0.4191422164440155,
|
98 |
+
"learning_rate": 0.00017933533402912354,
|
99 |
+
"loss": 1.828,
|
100 |
+
"step": 65
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.22,
|
104 |
+
"grad_norm": 0.41457584500312805,
|
105 |
+
"learning_rate": 0.00017617123081773591,
|
106 |
+
"loss": 1.8083,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.24,
|
111 |
+
"grad_norm": 0.524440348148346,
|
112 |
+
"learning_rate": 0.00017281409538757883,
|
113 |
+
"loss": 1.8268,
|
114 |
+
"step": 75
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.26,
|
118 |
+
"grad_norm": 0.5396173000335693,
|
119 |
+
"learning_rate": 0.00016927243535095997,
|
120 |
+
"loss": 1.7587,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.27,
|
125 |
+
"grad_norm": 0.5633752942085266,
|
126 |
+
"learning_rate": 0.0001655552259402295,
|
127 |
+
"loss": 1.7939,
|
128 |
+
"step": 85
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.29,
|
132 |
+
"grad_norm": 0.5931205153465271,
|
133 |
+
"learning_rate": 0.00016167188726285434,
|
134 |
+
"loss": 1.848,
|
135 |
+
"step": 90
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3,
|
139 |
+
"grad_norm": 0.677586019039154,
|
140 |
+
"learning_rate": 0.00015763226042909455,
|
141 |
+
"loss": 1.7407,
|
142 |
+
"step": 95
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.32,
|
146 |
+
"grad_norm": 0.5012004971504211,
|
147 |
+
"learning_rate": 0.0001534465826127801,
|
148 |
+
"loss": 1.8559,
|
149 |
+
"step": 100
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.34,
|
153 |
+
"grad_norm": 0.5996416807174683,
|
154 |
+
"learning_rate": 0.00014912546110838775,
|
155 |
+
"loss": 1.8363,
|
156 |
+
"step": 105
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.35,
|
160 |
+
"grad_norm": 0.5592181086540222,
|
161 |
+
"learning_rate": 0.00014467984645016258,
|
162 |
+
"loss": 1.6798,
|
163 |
+
"step": 110
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.37,
|
167 |
+
"grad_norm": 0.6498942971229553,
|
168 |
+
"learning_rate": 0.00014012100466140578,
|
169 |
+
"loss": 1.6868,
|
170 |
+
"step": 115
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.38,
|
174 |
+
"grad_norm": 0.5339984893798828,
|
175 |
+
"learning_rate": 0.00013546048870425356,
|
176 |
+
"loss": 1.8213,
|
177 |
+
"step": 120
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.4,
|
181 |
+
"grad_norm": 0.5681377649307251,
|
182 |
+
"learning_rate": 0.00013071010920229909,
|
183 |
+
"loss": 1.7561,
|
184 |
+
"step": 125
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.42,
|
188 |
+
"grad_norm": 0.5253719687461853,
|
189 |
+
"learning_rate": 0.00012588190451025207,
|
190 |
+
"loss": 1.7834,
|
191 |
+
"step": 130
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.43,
|
195 |
+
"grad_norm": 0.5420334935188293,
|
196 |
+
"learning_rate": 0.00012098811020648475,
|
197 |
+
"loss": 1.9342,
|
198 |
+
"step": 135
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.45,
|
202 |
+
"grad_norm": 0.6371601819992065,
|
203 |
+
"learning_rate": 0.00011604112808577603,
|
204 |
+
"loss": 1.8081,
|
205 |
+
"step": 140
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.46,
|
209 |
+
"grad_norm": 0.5578604340553284,
|
210 |
+
"learning_rate": 0.000111053494730832,
|
211 |
+
"loss": 1.7449,
|
212 |
+
"step": 145
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.48,
|
216 |
+
"grad_norm": 0.768509030342102,
|
217 |
+
"learning_rate": 0.00010603784974222861,
|
218 |
+
"loss": 1.8202,
|
219 |
+
"step": 150
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.5,
|
223 |
+
"grad_norm": 0.627295970916748,
|
224 |
+
"learning_rate": 0.00010100690370728755,
|
225 |
+
"loss": 1.7587,
|
226 |
+
"step": 155
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.51,
|
230 |
+
"grad_norm": 0.6519939303398132,
|
231 |
+
"learning_rate": 9.597340598905852e-05,
|
232 |
+
"loss": 1.8827,
|
233 |
+
"step": 160
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.53,
|
237 |
+
"grad_norm": 0.6148818135261536,
|
238 |
+
"learning_rate": 9.095011241703623e-05,
|
239 |
+
"loss": 1.8022,
|
240 |
+
"step": 165
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.54,
|
244 |
+
"grad_norm": 0.5009266138076782,
|
245 |
+
"learning_rate": 8.594975296149076e-05,
|
246 |
+
"loss": 1.7515,
|
247 |
+
"step": 170
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.56,
|
251 |
+
"grad_norm": 0.5753130316734314,
|
252 |
+
"learning_rate": 8.098499947332934e-05,
|
253 |
+
"loss": 1.7027,
|
254 |
+
"step": 175
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.58,
|
258 |
+
"grad_norm": 0.5501881241798401,
|
259 |
+
"learning_rate": 7.606843357124426e-05,
|
260 |
+
"loss": 1.7445,
|
261 |
+
"step": 180
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.59,
|
265 |
+
"grad_norm": 0.6279743909835815,
|
266 |
+
"learning_rate": 7.121251475752539e-05,
|
267 |
+
"loss": 1.7094,
|
268 |
+
"step": 185
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.61,
|
272 |
+
"grad_norm": 0.5455606579780579,
|
273 |
+
"learning_rate": 6.642954884333955e-05,
|
274 |
+
"loss": 1.7047,
|
275 |
+
"step": 190
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.62,
|
279 |
+
"grad_norm": 0.5445593595504761,
|
280 |
+
"learning_rate": 6.173165676349103e-05,
|
281 |
+
"loss": 1.6086,
|
282 |
+
"step": 195
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.64,
|
286 |
+
"grad_norm": 0.6656392812728882,
|
287 |
+
"learning_rate": 5.713074385969457e-05,
|
288 |
+
"loss": 1.7098,
|
289 |
+
"step": 200
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.66,
|
293 |
+
"grad_norm": 0.5549783706665039,
|
294 |
+
"learning_rate": 5.263846971020108e-05,
|
295 |
+
"loss": 1.7766,
|
296 |
+
"step": 205
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.67,
|
300 |
+
"grad_norm": 0.594687819480896,
|
301 |
+
"learning_rate": 4.826621858223431e-05,
|
302 |
+
"loss": 1.9863,
|
303 |
+
"step": 210
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.69,
|
307 |
+
"grad_norm": 0.5940021276473999,
|
308 |
+
"learning_rate": 4.40250705821178e-05,
|
309 |
+
"loss": 1.7957,
|
310 |
+
"step": 215
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.7,
|
314 |
+
"grad_norm": 0.6612168550491333,
|
315 |
+
"learning_rate": 3.99257735762021e-05,
|
316 |
+
"loss": 1.7848,
|
317 |
+
"step": 220
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.72,
|
321 |
+
"grad_norm": 0.5535335540771484,
|
322 |
+
"learning_rate": 3.597871595375121e-05,
|
323 |
+
"loss": 1.8688,
|
324 |
+
"step": 225
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.74,
|
328 |
+
"grad_norm": 0.607822597026825,
|
329 |
+
"learning_rate": 3.219390030081091e-05,
|
330 |
+
"loss": 1.6451,
|
331 |
+
"step": 230
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.75,
|
335 |
+
"grad_norm": 0.6583452820777893,
|
336 |
+
"learning_rate": 2.858091805177554e-05,
|
337 |
+
"loss": 1.8795,
|
338 |
+
"step": 235
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.77,
|
342 |
+
"grad_norm": 0.5893087983131409,
|
343 |
+
"learning_rate": 2.514892518288988e-05,
|
344 |
+
"loss": 1.7631,
|
345 |
+
"step": 240
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.78,
|
349 |
+
"grad_norm": 0.5828584432601929,
|
350 |
+
"learning_rate": 2.1906619009284257e-05,
|
351 |
+
"loss": 1.7843,
|
352 |
+
"step": 245
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.8,
|
356 |
+
"grad_norm": 0.5105574727058411,
|
357 |
+
"learning_rate": 1.8862216144342692e-05,
|
358 |
+
"loss": 1.7854,
|
359 |
+
"step": 250
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.82,
|
363 |
+
"grad_norm": 0.6286787390708923,
|
364 |
+
"learning_rate": 1.6023431677260214e-05,
|
365 |
+
"loss": 1.5676,
|
366 |
+
"step": 255
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.83,
|
370 |
+
"grad_norm": 0.5752671957015991,
|
371 |
+
"learning_rate": 1.339745962155613e-05,
|
372 |
+
"loss": 1.6083,
|
373 |
+
"step": 260
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.85,
|
377 |
+
"grad_norm": 0.5867213606834412,
|
378 |
+
"learning_rate": 1.0990954684091558e-05,
|
379 |
+
"loss": 1.8291,
|
380 |
+
"step": 265
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.86,
|
384 |
+
"grad_norm": 0.6025935411453247,
|
385 |
+
"learning_rate": 8.810015400790994e-06,
|
386 |
+
"loss": 1.7606,
|
387 |
+
"step": 270
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.88,
|
391 |
+
"grad_norm": 0.5295992493629456,
|
392 |
+
"learning_rate": 6.860168681805945e-06,
|
393 |
+
"loss": 1.7076,
|
394 |
+
"step": 275
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.9,
|
398 |
+
"grad_norm": 0.6831830143928528,
|
399 |
+
"learning_rate": 5.146355805285452e-06,
|
400 |
+
"loss": 1.706,
|
401 |
+
"step": 280
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.91,
|
405 |
+
"grad_norm": 0.6414029002189636,
|
406 |
+
"learning_rate": 3.6729198952483724e-06,
|
407 |
+
"loss": 1.7685,
|
408 |
+
"step": 285
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.93,
|
412 |
+
"grad_norm": 0.5466156601905823,
|
413 |
+
"learning_rate": 2.4435949152906145e-06,
|
414 |
+
"loss": 1.7422,
|
415 |
+
"step": 290
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.94,
|
419 |
+
"grad_norm": 0.7220910787582397,
|
420 |
+
"learning_rate": 1.4614962060194304e-06,
|
421 |
+
"loss": 1.8109,
|
422 |
+
"step": 295
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.96,
|
426 |
+
"grad_norm": 0.6633021235466003,
|
427 |
+
"learning_rate": 7.291125901946027e-07,
|
428 |
+
"loss": 1.7055,
|
429 |
+
"step": 300
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.98,
|
433 |
+
"grad_norm": 0.5576484799385071,
|
434 |
+
"learning_rate": 2.4830006558373973e-07,
|
435 |
+
"loss": 1.73,
|
436 |
+
"step": 305
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.99,
|
440 |
+
"grad_norm": 0.6037314534187317,
|
441 |
+
"learning_rate": 2.0277101514987184e-08,
|
442 |
+
"loss": 1.9092,
|
443 |
+
"step": 310
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.0,
|
447 |
+
"step": 312,
|
448 |
+
"total_flos": 1.4358009139789824e+17,
|
449 |
+
"train_loss": 1.8196016863370552,
|
450 |
+
"train_runtime": 2685.2386,
|
451 |
+
"train_samples_per_second": 3.724,
|
452 |
+
"train_steps_per_second": 0.116
|
453 |
+
}
|
454 |
+
],
|
455 |
+
"logging_steps": 5,
|
456 |
+
"max_steps": 312,
|
457 |
+
"num_input_tokens_seen": 0,
|
458 |
+
"num_train_epochs": 1,
|
459 |
+
"save_steps": 100,
|
460 |
+
"total_flos": 1.4358009139789824e+17,
|
461 |
+
"train_batch_size": 8,
|
462 |
+
"trial_name": null,
|
463 |
+
"trial_params": null
|
464 |
+
}
|