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 +27 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +5 -0
- all_results.json +7 -0
- checkpoint-100/README.md +204 -0
- checkpoint-100/adapter_config.json +27 -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 +141 -0
- checkpoint-100/training_args.bin +3 -0
- checkpoint-100/vocab.json +0 -0
- checkpoint-1000/README.md +204 -0
- checkpoint-1000/adapter_config.json +27 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/added_tokens.json +5 -0
- checkpoint-1000/merges.txt +0 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +20 -0
- checkpoint-1000/tokenizer_config.json +44 -0
- checkpoint-1000/trainer_state.json +1221 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1000/vocab.json +0 -0
- checkpoint-1100/README.md +204 -0
- checkpoint-1100/adapter_config.json +27 -0
- checkpoint-1100/adapter_model.safetensors +3 -0
- checkpoint-1100/added_tokens.json +5 -0
- checkpoint-1100/merges.txt +0 -0
- checkpoint-1100/optimizer.pt +3 -0
- checkpoint-1100/rng_state.pth +3 -0
- checkpoint-1100/scheduler.pt +3 -0
- checkpoint-1100/special_tokens_map.json +20 -0
- checkpoint-1100/tokenizer_config.json +44 -0
- checkpoint-1100/trainer_state.json +1341 -0
- checkpoint-1100/training_args.bin +3 -0
- checkpoint-1100/vocab.json +0 -0
- checkpoint-1200/README.md +204 -0
- checkpoint-1200/adapter_config.json +27 -0
- checkpoint-1200/adapter_model.safetensors +3 -0
- checkpoint-1200/added_tokens.json +5 -0
- checkpoint-1200/merges.txt +0 -0
- checkpoint-1200/optimizer.pt +3 -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-0.5B-Chat
|
9 |
+
model-index:
|
10 |
+
- name: train_2024-02-22-19
|
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-02-22-19
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen1.5-0.5B-Chat](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat) on the TCM and the oaast_sft_zh datasets.
|
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: 2e-05
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 16
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 3.0
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
### Framework versions
|
54 |
+
|
55 |
+
- PEFT 0.8.2
|
56 |
+
- Transformers 4.37.2
|
57 |
+
- Pytorch 2.1.0+cu121
|
58 |
+
- Datasets 2.17.1
|
59 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-0.5B-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 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cba12641e146e6d11b7fc8fa1ecffa29cc7baeef55c21fd6b3226e4f38bff71
|
3 |
+
size 3158328
|
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": 3.0,
|
3 |
+
"train_loss": 2.399462188845504,
|
4 |
+
"train_runtime": 8474.8141,
|
5 |
+
"train_samples_per_second": 14.368,
|
6 |
+
"train_steps_per_second": 0.898
|
7 |
+
}
|
checkpoint-100/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-0.5B-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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.8.2
|
checkpoint-100/adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-0.5B-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 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
checkpoint-100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cd2092e26417801679225b9a398170b6bb2c82b42f953f8593aca417335b46c
|
3 |
+
size 3158328
|
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:4f3828e57cbb2ba5d6a23c600fcf7f27b0396271d195f963a29e873d2e80e26c
|
3 |
+
size 6372346
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e8ebe0c5b5b3f651ffe699f7081217241d448d7bdc246a087e9bffcb4184e48
|
3 |
+
size 14244
|
checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:825a1afeec51887fdc143b454e27fe7538d8978963d3e380e26de659d47cb424
|
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": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
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,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.039416633819471816,
|
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.0,
|
13 |
+
"learning_rate": 1.999997870262096e-05,
|
14 |
+
"loss": 2.714,
|
15 |
+
"step": 5
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.0,
|
19 |
+
"learning_rate": 1.999991481057455e-05,
|
20 |
+
"loss": 2.7679,
|
21 |
+
"step": 10
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 1.9999808324132915e-05,
|
26 |
+
"loss": 2.6887,
|
27 |
+
"step": 15
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.01,
|
31 |
+
"learning_rate": 1.999965924374964e-05,
|
32 |
+
"loss": 2.6986,
|
33 |
+
"step": 20
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.01,
|
37 |
+
"learning_rate": 1.999946757005972e-05,
|
38 |
+
"loss": 2.7536,
|
39 |
+
"step": 25
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.01,
|
43 |
+
"learning_rate": 1.9999233303879592e-05,
|
44 |
+
"loss": 2.7516,
|
45 |
+
"step": 30
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.01,
|
49 |
+
"learning_rate": 1.99989564462071e-05,
|
50 |
+
"loss": 2.6283,
|
51 |
+
"step": 35
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02,
|
55 |
+
"learning_rate": 1.999863699822152e-05,
|
56 |
+
"loss": 2.708,
|
57 |
+
"step": 40
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.02,
|
61 |
+
"learning_rate": 1.9998274961283523e-05,
|
62 |
+
"loss": 2.6932,
|
63 |
+
"step": 45
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.02,
|
67 |
+
"learning_rate": 1.9997870336935207e-05,
|
68 |
+
"loss": 2.6321,
|
69 |
+
"step": 50
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.02,
|
73 |
+
"learning_rate": 1.9997423126900056e-05,
|
74 |
+
"loss": 2.7129,
|
75 |
+
"step": 55
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.02,
|
79 |
+
"learning_rate": 1.9996933333082945e-05,
|
80 |
+
"loss": 2.6179,
|
81 |
+
"step": 60
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.03,
|
85 |
+
"learning_rate": 1.9996400957570148e-05,
|
86 |
+
"loss": 2.6052,
|
87 |
+
"step": 65
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03,
|
91 |
+
"learning_rate": 1.99958260026293e-05,
|
92 |
+
"loss": 2.7054,
|
93 |
+
"step": 70
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.03,
|
97 |
+
"learning_rate": 1.9995208470709405e-05,
|
98 |
+
"loss": 2.6568,
|
99 |
+
"step": 75
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.03,
|
103 |
+
"learning_rate": 1.9994548364440836e-05,
|
104 |
+
"loss": 2.6436,
|
105 |
+
"step": 80
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.03,
|
109 |
+
"learning_rate": 1.999384568663529e-05,
|
110 |
+
"loss": 2.7091,
|
111 |
+
"step": 85
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.04,
|
115 |
+
"learning_rate": 1.9993100440285805e-05,
|
116 |
+
"loss": 2.5557,
|
117 |
+
"step": 90
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.04,
|
121 |
+
"learning_rate": 1.999231262856675e-05,
|
122 |
+
"loss": 2.5945,
|
123 |
+
"step": 95
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.04,
|
127 |
+
"learning_rate": 1.999148225483378e-05,
|
128 |
+
"loss": 2.4729,
|
129 |
+
"step": 100
|
130 |
+
}
|
131 |
+
],
|
132 |
+
"logging_steps": 5,
|
133 |
+
"max_steps": 7611,
|
134 |
+
"num_input_tokens_seen": 0,
|
135 |
+
"num_train_epochs": 3,
|
136 |
+
"save_steps": 100,
|
137 |
+
"total_flos": 1370020913479680.0,
|
138 |
+
"train_batch_size": 4,
|
139 |
+
"trial_name": null,
|
140 |
+
"trial_params": null
|
141 |
+
}
|
checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e79a241514d107c9eee3780ef385cef96ff7663902d9e94f80f6c1be656e9697
|
3 |
+
size 4920
|
checkpoint-100/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1000/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-0.5B-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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.8.2
|
checkpoint-1000/adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-0.5B-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 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e14d2b38eae34dc841cc10fd0812843c8509dfb2b9beb9a1026b8b293a7059e5
|
3 |
+
size 3158328
|
checkpoint-1000/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-1000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:527de9d9156faabfac42d56c5ce99d877ae3ce631a4bef78ec0d641658f94f09
|
3 |
+
size 6372346
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56aa5cc349e8ae08626e350a812a07346280d96d2fc08a28422c002f4773b58c
|
3 |
+
size 14244
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cec8d348a5445d851ce6873becbb6550d5dea646bf05d301f93674de0796d139
|
3 |
+
size 1064
|
checkpoint-1000/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-1000/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": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
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-1000/trainer_state.json
ADDED
@@ -0,0 +1,1221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.3941663381947182,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1000,
|
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.0,
|
13 |
+
"learning_rate": 1.999997870262096e-05,
|
14 |
+
"loss": 2.714,
|
15 |
+
"step": 5
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.0,
|
19 |
+
"learning_rate": 1.999991481057455e-05,
|
20 |
+
"loss": 2.7679,
|
21 |
+
"step": 10
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 1.9999808324132915e-05,
|
26 |
+
"loss": 2.6887,
|
27 |
+
"step": 15
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.01,
|
31 |
+
"learning_rate": 1.999965924374964e-05,
|
32 |
+
"loss": 2.6986,
|
33 |
+
"step": 20
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.01,
|
37 |
+
"learning_rate": 1.999946757005972e-05,
|
38 |
+
"loss": 2.7536,
|
39 |
+
"step": 25
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.01,
|
43 |
+
"learning_rate": 1.9999233303879592e-05,
|
44 |
+
"loss": 2.7516,
|
45 |
+
"step": 30
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.01,
|
49 |
+
"learning_rate": 1.99989564462071e-05,
|
50 |
+
"loss": 2.6283,
|
51 |
+
"step": 35
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02,
|
55 |
+
"learning_rate": 1.999863699822152e-05,
|
56 |
+
"loss": 2.708,
|
57 |
+
"step": 40
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.02,
|
61 |
+
"learning_rate": 1.9998274961283523e-05,
|
62 |
+
"loss": 2.6932,
|
63 |
+
"step": 45
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.02,
|
67 |
+
"learning_rate": 1.9997870336935207e-05,
|
68 |
+
"loss": 2.6321,
|
69 |
+
"step": 50
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.02,
|
73 |
+
"learning_rate": 1.9997423126900056e-05,
|
74 |
+
"loss": 2.7129,
|
75 |
+
"step": 55
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.02,
|
79 |
+
"learning_rate": 1.9996933333082945e-05,
|
80 |
+
"loss": 2.6179,
|
81 |
+
"step": 60
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.03,
|
85 |
+
"learning_rate": 1.9996400957570148e-05,
|
86 |
+
"loss": 2.6052,
|
87 |
+
"step": 65
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03,
|
91 |
+
"learning_rate": 1.99958260026293e-05,
|
92 |
+
"loss": 2.7054,
|
93 |
+
"step": 70
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.03,
|
97 |
+
"learning_rate": 1.9995208470709405e-05,
|
98 |
+
"loss": 2.6568,
|
99 |
+
"step": 75
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.03,
|
103 |
+
"learning_rate": 1.9994548364440836e-05,
|
104 |
+
"loss": 2.6436,
|
105 |
+
"step": 80
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.03,
|
109 |
+
"learning_rate": 1.999384568663529e-05,
|
110 |
+
"loss": 2.7091,
|
111 |
+
"step": 85
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.04,
|
115 |
+
"learning_rate": 1.9993100440285805e-05,
|
116 |
+
"loss": 2.5557,
|
117 |
+
"step": 90
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.04,
|
121 |
+
"learning_rate": 1.999231262856675e-05,
|
122 |
+
"loss": 2.5945,
|
123 |
+
"step": 95
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.04,
|
127 |
+
"learning_rate": 1.999148225483378e-05,
|
128 |
+
"loss": 2.4729,
|
129 |
+
"step": 100
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.04,
|
133 |
+
"learning_rate": 1.9990609322623854e-05,
|
134 |
+
"loss": 2.6724,
|
135 |
+
"step": 105
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.04,
|
139 |
+
"learning_rate": 1.9989693835655205e-05,
|
140 |
+
"loss": 2.5272,
|
141 |
+
"step": 110
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.05,
|
145 |
+
"learning_rate": 1.9988735797827336e-05,
|
146 |
+
"loss": 2.6145,
|
147 |
+
"step": 115
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.05,
|
151 |
+
"learning_rate": 1.9987735213220975e-05,
|
152 |
+
"loss": 2.6772,
|
153 |
+
"step": 120
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.05,
|
157 |
+
"learning_rate": 1.9986692086098095e-05,
|
158 |
+
"loss": 2.6388,
|
159 |
+
"step": 125
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.05,
|
163 |
+
"learning_rate": 1.998560642090187e-05,
|
164 |
+
"loss": 2.4973,
|
165 |
+
"step": 130
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.05,
|
169 |
+
"learning_rate": 1.998447822225666e-05,
|
170 |
+
"loss": 2.5338,
|
171 |
+
"step": 135
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.06,
|
175 |
+
"learning_rate": 1.9983307494968e-05,
|
176 |
+
"loss": 2.6469,
|
177 |
+
"step": 140
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.06,
|
181 |
+
"learning_rate": 1.9982094244022582e-05,
|
182 |
+
"loss": 2.6008,
|
183 |
+
"step": 145
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.06,
|
187 |
+
"learning_rate": 1.9980838474588214e-05,
|
188 |
+
"loss": 2.5936,
|
189 |
+
"step": 150
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.06,
|
193 |
+
"learning_rate": 1.9979540192013814e-05,
|
194 |
+
"loss": 2.5862,
|
195 |
+
"step": 155
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.06,
|
199 |
+
"learning_rate": 1.997819940182939e-05,
|
200 |
+
"loss": 2.568,
|
201 |
+
"step": 160
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.07,
|
205 |
+
"learning_rate": 1.9976816109746e-05,
|
206 |
+
"loss": 2.5343,
|
207 |
+
"step": 165
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.07,
|
211 |
+
"learning_rate": 1.9975390321655745e-05,
|
212 |
+
"loss": 2.5575,
|
213 |
+
"step": 170
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.07,
|
217 |
+
"learning_rate": 1.9973922043631737e-05,
|
218 |
+
"loss": 2.5399,
|
219 |
+
"step": 175
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.07,
|
223 |
+
"learning_rate": 1.9972411281928068e-05,
|
224 |
+
"loss": 2.6394,
|
225 |
+
"step": 180
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.07,
|
229 |
+
"learning_rate": 1.9970858042979794e-05,
|
230 |
+
"loss": 2.5378,
|
231 |
+
"step": 185
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.07,
|
235 |
+
"learning_rate": 1.9969262333402893e-05,
|
236 |
+
"loss": 2.5373,
|
237 |
+
"step": 190
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.08,
|
241 |
+
"learning_rate": 1.9967624159994262e-05,
|
242 |
+
"loss": 2.5414,
|
243 |
+
"step": 195
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.08,
|
247 |
+
"learning_rate": 1.9965943529731646e-05,
|
248 |
+
"loss": 2.5606,
|
249 |
+
"step": 200
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.08,
|
253 |
+
"learning_rate": 1.9964220449773664e-05,
|
254 |
+
"loss": 2.5154,
|
255 |
+
"step": 205
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.08,
|
259 |
+
"learning_rate": 1.9962454927459723e-05,
|
260 |
+
"loss": 2.5468,
|
261 |
+
"step": 210
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.08,
|
265 |
+
"learning_rate": 1.9960646970310027e-05,
|
266 |
+
"loss": 2.5137,
|
267 |
+
"step": 215
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.09,
|
271 |
+
"learning_rate": 1.9958796586025527e-05,
|
272 |
+
"loss": 2.5453,
|
273 |
+
"step": 220
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.09,
|
277 |
+
"learning_rate": 1.9956903782487885e-05,
|
278 |
+
"loss": 2.5325,
|
279 |
+
"step": 225
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.09,
|
283 |
+
"learning_rate": 1.9954968567759456e-05,
|
284 |
+
"loss": 2.5054,
|
285 |
+
"step": 230
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.09,
|
289 |
+
"learning_rate": 1.9952990950083236e-05,
|
290 |
+
"loss": 2.5139,
|
291 |
+
"step": 235
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.09,
|
295 |
+
"learning_rate": 1.995097093788285e-05,
|
296 |
+
"loss": 2.5097,
|
297 |
+
"step": 240
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.1,
|
301 |
+
"learning_rate": 1.994890853976248e-05,
|
302 |
+
"loss": 2.5546,
|
303 |
+
"step": 245
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.1,
|
307 |
+
"learning_rate": 1.994680376450686e-05,
|
308 |
+
"loss": 2.4609,
|
309 |
+
"step": 250
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.1,
|
313 |
+
"learning_rate": 1.994465662108124e-05,
|
314 |
+
"loss": 2.5063,
|
315 |
+
"step": 255
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.1,
|
319 |
+
"learning_rate": 1.9942467118631322e-05,
|
320 |
+
"loss": 2.5162,
|
321 |
+
"step": 260
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.1,
|
325 |
+
"learning_rate": 1.994023526648323e-05,
|
326 |
+
"loss": 2.5317,
|
327 |
+
"step": 265
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.11,
|
331 |
+
"learning_rate": 1.9937961074143492e-05,
|
332 |
+
"loss": 2.4621,
|
333 |
+
"step": 270
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.11,
|
337 |
+
"learning_rate": 1.9935644551298976e-05,
|
338 |
+
"loss": 2.5879,
|
339 |
+
"step": 275
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.11,
|
343 |
+
"learning_rate": 1.993328570781685e-05,
|
344 |
+
"loss": 2.4742,
|
345 |
+
"step": 280
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.11,
|
349 |
+
"learning_rate": 1.993088455374456e-05,
|
350 |
+
"loss": 2.4661,
|
351 |
+
"step": 285
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.11,
|
355 |
+
"learning_rate": 1.992844109930975e-05,
|
356 |
+
"loss": 2.4943,
|
357 |
+
"step": 290
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.12,
|
361 |
+
"learning_rate": 1.9925955354920265e-05,
|
362 |
+
"loss": 2.4322,
|
363 |
+
"step": 295
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.12,
|
367 |
+
"learning_rate": 1.9923427331164072e-05,
|
368 |
+
"loss": 2.484,
|
369 |
+
"step": 300
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.12,
|
373 |
+
"learning_rate": 1.9920857038809223e-05,
|
374 |
+
"loss": 2.5334,
|
375 |
+
"step": 305
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.12,
|
379 |
+
"learning_rate": 1.991824448880382e-05,
|
380 |
+
"loss": 2.6554,
|
381 |
+
"step": 310
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.12,
|
385 |
+
"learning_rate": 1.9915589692275955e-05,
|
386 |
+
"loss": 2.4749,
|
387 |
+
"step": 315
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.13,
|
391 |
+
"learning_rate": 1.991289266053367e-05,
|
392 |
+
"loss": 2.5076,
|
393 |
+
"step": 320
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.13,
|
397 |
+
"learning_rate": 1.9910153405064904e-05,
|
398 |
+
"loss": 2.4635,
|
399 |
+
"step": 325
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.13,
|
403 |
+
"learning_rate": 1.990737193753745e-05,
|
404 |
+
"loss": 2.5443,
|
405 |
+
"step": 330
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.13,
|
409 |
+
"learning_rate": 1.9904548269798906e-05,
|
410 |
+
"loss": 2.6012,
|
411 |
+
"step": 335
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.13,
|
415 |
+
"learning_rate": 1.990168241387662e-05,
|
416 |
+
"loss": 2.4818,
|
417 |
+
"step": 340
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.14,
|
421 |
+
"learning_rate": 1.9898774381977618e-05,
|
422 |
+
"loss": 2.4717,
|
423 |
+
"step": 345
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.14,
|
427 |
+
"learning_rate": 1.989582418648861e-05,
|
428 |
+
"loss": 2.4756,
|
429 |
+
"step": 350
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.14,
|
433 |
+
"learning_rate": 1.9892831839975874e-05,
|
434 |
+
"loss": 2.4868,
|
435 |
+
"step": 355
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.14,
|
439 |
+
"learning_rate": 1.9889797355185237e-05,
|
440 |
+
"loss": 2.5652,
|
441 |
+
"step": 360
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.14,
|
445 |
+
"learning_rate": 1.9886720745042017e-05,
|
446 |
+
"loss": 2.3907,
|
447 |
+
"step": 365
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 0.15,
|
451 |
+
"learning_rate": 1.988360202265096e-05,
|
452 |
+
"loss": 2.4984,
|
453 |
+
"step": 370
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.15,
|
457 |
+
"learning_rate": 1.9880441201296186e-05,
|
458 |
+
"loss": 2.5654,
|
459 |
+
"step": 375
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.15,
|
463 |
+
"learning_rate": 1.987723829444114e-05,
|
464 |
+
"loss": 2.581,
|
465 |
+
"step": 380
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.15,
|
469 |
+
"learning_rate": 1.9873993315728523e-05,
|
470 |
+
"loss": 2.5189,
|
471 |
+
"step": 385
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.15,
|
475 |
+
"learning_rate": 1.987070627898025e-05,
|
476 |
+
"loss": 2.491,
|
477 |
+
"step": 390
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 0.16,
|
481 |
+
"learning_rate": 1.9867377198197367e-05,
|
482 |
+
"loss": 2.4875,
|
483 |
+
"step": 395
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.16,
|
487 |
+
"learning_rate": 1.9864006087560016e-05,
|
488 |
+
"loss": 2.4828,
|
489 |
+
"step": 400
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.16,
|
493 |
+
"learning_rate": 1.9860592961427358e-05,
|
494 |
+
"loss": 2.5298,
|
495 |
+
"step": 405
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.16,
|
499 |
+
"learning_rate": 1.9857137834337527e-05,
|
500 |
+
"loss": 2.4873,
|
501 |
+
"step": 410
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.16,
|
505 |
+
"learning_rate": 1.985364072100755e-05,
|
506 |
+
"loss": 2.5371,
|
507 |
+
"step": 415
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.17,
|
511 |
+
"learning_rate": 1.98501016363333e-05,
|
512 |
+
"loss": 2.4167,
|
513 |
+
"step": 420
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.17,
|
517 |
+
"learning_rate": 1.9846520595389415e-05,
|
518 |
+
"loss": 2.4312,
|
519 |
+
"step": 425
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.17,
|
523 |
+
"learning_rate": 1.984289761342926e-05,
|
524 |
+
"loss": 2.4471,
|
525 |
+
"step": 430
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.17,
|
529 |
+
"learning_rate": 1.9839232705884836e-05,
|
530 |
+
"loss": 2.4971,
|
531 |
+
"step": 435
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.17,
|
535 |
+
"learning_rate": 1.9835525888366727e-05,
|
536 |
+
"loss": 2.5206,
|
537 |
+
"step": 440
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.18,
|
541 |
+
"learning_rate": 1.9831777176664035e-05,
|
542 |
+
"loss": 2.5067,
|
543 |
+
"step": 445
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.18,
|
547 |
+
"learning_rate": 1.9827986586744302e-05,
|
548 |
+
"loss": 2.4903,
|
549 |
+
"step": 450
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.18,
|
553 |
+
"learning_rate": 1.982415413475346e-05,
|
554 |
+
"loss": 2.4391,
|
555 |
+
"step": 455
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.18,
|
559 |
+
"learning_rate": 1.9820279837015742e-05,
|
560 |
+
"loss": 2.4358,
|
561 |
+
"step": 460
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.18,
|
565 |
+
"learning_rate": 1.981636371003363e-05,
|
566 |
+
"loss": 2.4809,
|
567 |
+
"step": 465
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.19,
|
571 |
+
"learning_rate": 1.9812405770487763e-05,
|
572 |
+
"loss": 2.516,
|
573 |
+
"step": 470
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.19,
|
577 |
+
"learning_rate": 1.9808406035236897e-05,
|
578 |
+
"loss": 2.4091,
|
579 |
+
"step": 475
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.19,
|
583 |
+
"learning_rate": 1.9804364521317806e-05,
|
584 |
+
"loss": 2.5363,
|
585 |
+
"step": 480
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.19,
|
589 |
+
"learning_rate": 1.9800281245945217e-05,
|
590 |
+
"loss": 2.51,
|
591 |
+
"step": 485
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.19,
|
595 |
+
"learning_rate": 1.9796156226511747e-05,
|
596 |
+
"loss": 2.5049,
|
597 |
+
"step": 490
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.2,
|
601 |
+
"learning_rate": 1.9791989480587815e-05,
|
602 |
+
"loss": 2.4722,
|
603 |
+
"step": 495
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 0.2,
|
607 |
+
"learning_rate": 1.978778102592157e-05,
|
608 |
+
"loss": 2.4111,
|
609 |
+
"step": 500
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.2,
|
613 |
+
"learning_rate": 1.9783530880438832e-05,
|
614 |
+
"loss": 2.4078,
|
615 |
+
"step": 505
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.2,
|
619 |
+
"learning_rate": 1.9779239062242988e-05,
|
620 |
+
"loss": 2.3981,
|
621 |
+
"step": 510
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.2,
|
625 |
+
"learning_rate": 1.9774905589614935e-05,
|
626 |
+
"loss": 2.5459,
|
627 |
+
"step": 515
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.2,
|
631 |
+
"learning_rate": 1.977053048101299e-05,
|
632 |
+
"loss": 2.4432,
|
633 |
+
"step": 520
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.21,
|
637 |
+
"learning_rate": 1.976611375507283e-05,
|
638 |
+
"loss": 2.5329,
|
639 |
+
"step": 525
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.21,
|
643 |
+
"learning_rate": 1.9761655430607384e-05,
|
644 |
+
"loss": 2.5107,
|
645 |
+
"step": 530
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 0.21,
|
649 |
+
"learning_rate": 1.975715552660678e-05,
|
650 |
+
"loss": 2.4389,
|
651 |
+
"step": 535
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.21,
|
655 |
+
"learning_rate": 1.9752614062238256e-05,
|
656 |
+
"loss": 2.4939,
|
657 |
+
"step": 540
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.21,
|
661 |
+
"learning_rate": 1.974803105684606e-05,
|
662 |
+
"loss": 2.5349,
|
663 |
+
"step": 545
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.22,
|
667 |
+
"learning_rate": 1.9743406529951403e-05,
|
668 |
+
"loss": 2.5268,
|
669 |
+
"step": 550
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.22,
|
673 |
+
"learning_rate": 1.9738740501252337e-05,
|
674 |
+
"loss": 2.4477,
|
675 |
+
"step": 555
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.22,
|
679 |
+
"learning_rate": 1.9734032990623702e-05,
|
680 |
+
"loss": 2.4597,
|
681 |
+
"step": 560
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.22,
|
685 |
+
"learning_rate": 1.972928401811703e-05,
|
686 |
+
"loss": 2.4938,
|
687 |
+
"step": 565
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 0.22,
|
691 |
+
"learning_rate": 1.9724493603960443e-05,
|
692 |
+
"loss": 2.4756,
|
693 |
+
"step": 570
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.23,
|
697 |
+
"learning_rate": 1.9719661768558604e-05,
|
698 |
+
"loss": 2.3664,
|
699 |
+
"step": 575
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.23,
|
703 |
+
"learning_rate": 1.9714788532492595e-05,
|
704 |
+
"loss": 2.5166,
|
705 |
+
"step": 580
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.23,
|
709 |
+
"learning_rate": 1.9709873916519853e-05,
|
710 |
+
"loss": 2.4143,
|
711 |
+
"step": 585
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.23,
|
715 |
+
"learning_rate": 1.9704917941574053e-05,
|
716 |
+
"loss": 2.4666,
|
717 |
+
"step": 590
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.23,
|
721 |
+
"learning_rate": 1.9699920628765065e-05,
|
722 |
+
"loss": 2.4617,
|
723 |
+
"step": 595
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.24,
|
727 |
+
"learning_rate": 1.969488199937881e-05,
|
728 |
+
"loss": 2.4912,
|
729 |
+
"step": 600
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.24,
|
733 |
+
"learning_rate": 1.9689802074877216e-05,
|
734 |
+
"loss": 2.4386,
|
735 |
+
"step": 605
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.24,
|
739 |
+
"learning_rate": 1.9684680876898096e-05,
|
740 |
+
"loss": 2.5002,
|
741 |
+
"step": 610
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.24,
|
745 |
+
"learning_rate": 1.967951842725507e-05,
|
746 |
+
"loss": 2.5668,
|
747 |
+
"step": 615
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.24,
|
751 |
+
"learning_rate": 1.9674314747937462e-05,
|
752 |
+
"loss": 2.4955,
|
753 |
+
"step": 620
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.25,
|
757 |
+
"learning_rate": 1.9669069861110225e-05,
|
758 |
+
"loss": 2.5317,
|
759 |
+
"step": 625
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.25,
|
763 |
+
"learning_rate": 1.9663783789113827e-05,
|
764 |
+
"loss": 2.4709,
|
765 |
+
"step": 630
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.25,
|
769 |
+
"learning_rate": 1.9658456554464157e-05,
|
770 |
+
"loss": 2.4066,
|
771 |
+
"step": 635
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 0.25,
|
775 |
+
"learning_rate": 1.9653088179852448e-05,
|
776 |
+
"loss": 2.4462,
|
777 |
+
"step": 640
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.25,
|
781 |
+
"learning_rate": 1.9647678688145163e-05,
|
782 |
+
"loss": 2.5093,
|
783 |
+
"step": 645
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.26,
|
787 |
+
"learning_rate": 1.9642228102383894e-05,
|
788 |
+
"loss": 2.4634,
|
789 |
+
"step": 650
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.26,
|
793 |
+
"learning_rate": 1.9636736445785288e-05,
|
794 |
+
"loss": 2.424,
|
795 |
+
"step": 655
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.26,
|
799 |
+
"learning_rate": 1.963120374174092e-05,
|
800 |
+
"loss": 2.4968,
|
801 |
+
"step": 660
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.26,
|
805 |
+
"learning_rate": 1.9625630013817204e-05,
|
806 |
+
"loss": 2.3947,
|
807 |
+
"step": 665
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.26,
|
811 |
+
"learning_rate": 1.9620015285755306e-05,
|
812 |
+
"loss": 2.3954,
|
813 |
+
"step": 670
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 0.27,
|
817 |
+
"learning_rate": 1.961435958147102e-05,
|
818 |
+
"loss": 2.3764,
|
819 |
+
"step": 675
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.27,
|
823 |
+
"learning_rate": 1.9608662925054684e-05,
|
824 |
+
"loss": 2.386,
|
825 |
+
"step": 680
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.27,
|
829 |
+
"learning_rate": 1.960292534077107e-05,
|
830 |
+
"loss": 2.4218,
|
831 |
+
"step": 685
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.27,
|
835 |
+
"learning_rate": 1.9597146853059273e-05,
|
836 |
+
"loss": 2.4479,
|
837 |
+
"step": 690
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.27,
|
841 |
+
"learning_rate": 1.959132748653263e-05,
|
842 |
+
"loss": 2.4301,
|
843 |
+
"step": 695
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.28,
|
847 |
+
"learning_rate": 1.9585467265978585e-05,
|
848 |
+
"loss": 2.5069,
|
849 |
+
"step": 700
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.28,
|
853 |
+
"learning_rate": 1.957956621635861e-05,
|
854 |
+
"loss": 2.4144,
|
855 |
+
"step": 705
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 0.28,
|
859 |
+
"learning_rate": 1.9573624362808078e-05,
|
860 |
+
"loss": 2.4491,
|
861 |
+
"step": 710
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.28,
|
865 |
+
"learning_rate": 1.9567641730636174e-05,
|
866 |
+
"loss": 2.4723,
|
867 |
+
"step": 715
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 0.28,
|
871 |
+
"learning_rate": 1.956161834532578e-05,
|
872 |
+
"loss": 2.4839,
|
873 |
+
"step": 720
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.29,
|
877 |
+
"learning_rate": 1.955555423253335e-05,
|
878 |
+
"loss": 2.4881,
|
879 |
+
"step": 725
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 0.29,
|
883 |
+
"learning_rate": 1.9549449418088832e-05,
|
884 |
+
"loss": 2.5076,
|
885 |
+
"step": 730
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.29,
|
889 |
+
"learning_rate": 1.9543303927995536e-05,
|
890 |
+
"loss": 2.4704,
|
891 |
+
"step": 735
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.29,
|
895 |
+
"learning_rate": 1.9537117788430024e-05,
|
896 |
+
"loss": 2.3958,
|
897 |
+
"step": 740
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.29,
|
901 |
+
"learning_rate": 1.953089102574201e-05,
|
902 |
+
"loss": 2.5256,
|
903 |
+
"step": 745
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 0.3,
|
907 |
+
"learning_rate": 1.9524623666454243e-05,
|
908 |
+
"loss": 2.4658,
|
909 |
+
"step": 750
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 0.3,
|
913 |
+
"learning_rate": 1.951831573726238e-05,
|
914 |
+
"loss": 2.4636,
|
915 |
+
"step": 755
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.3,
|
919 |
+
"learning_rate": 1.9511967265034904e-05,
|
920 |
+
"loss": 2.4249,
|
921 |
+
"step": 760
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.3,
|
925 |
+
"learning_rate": 1.9505578276812964e-05,
|
926 |
+
"loss": 2.5412,
|
927 |
+
"step": 765
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.3,
|
931 |
+
"learning_rate": 1.9499148799810314e-05,
|
932 |
+
"loss": 2.4355,
|
933 |
+
"step": 770
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.31,
|
937 |
+
"learning_rate": 1.949267886141315e-05,
|
938 |
+
"loss": 2.5814,
|
939 |
+
"step": 775
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 0.31,
|
943 |
+
"learning_rate": 1.948616848918002e-05,
|
944 |
+
"loss": 2.5195,
|
945 |
+
"step": 780
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.31,
|
949 |
+
"learning_rate": 1.9479617710841693e-05,
|
950 |
+
"loss": 2.5177,
|
951 |
+
"step": 785
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 0.31,
|
955 |
+
"learning_rate": 1.9473026554301057e-05,
|
956 |
+
"loss": 2.4418,
|
957 |
+
"step": 790
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.31,
|
961 |
+
"learning_rate": 1.946639504763298e-05,
|
962 |
+
"loss": 2.5187,
|
963 |
+
"step": 795
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 0.32,
|
967 |
+
"learning_rate": 1.94597232190842e-05,
|
968 |
+
"loss": 2.479,
|
969 |
+
"step": 800
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.32,
|
973 |
+
"learning_rate": 1.9453011097073217e-05,
|
974 |
+
"loss": 2.4451,
|
975 |
+
"step": 805
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.32,
|
979 |
+
"learning_rate": 1.9446258710190152e-05,
|
980 |
+
"loss": 2.5426,
|
981 |
+
"step": 810
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 0.32,
|
985 |
+
"learning_rate": 1.9439466087196627e-05,
|
986 |
+
"loss": 2.4299,
|
987 |
+
"step": 815
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 0.32,
|
991 |
+
"learning_rate": 1.943263325702566e-05,
|
992 |
+
"loss": 2.5317,
|
993 |
+
"step": 820
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.33,
|
997 |
+
"learning_rate": 1.9425760248781525e-05,
|
998 |
+
"loss": 2.4384,
|
999 |
+
"step": 825
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.33,
|
1003 |
+
"learning_rate": 1.9418847091739638e-05,
|
1004 |
+
"loss": 2.4445,
|
1005 |
+
"step": 830
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 0.33,
|
1009 |
+
"learning_rate": 1.9411893815346418e-05,
|
1010 |
+
"loss": 2.4872,
|
1011 |
+
"step": 835
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.33,
|
1015 |
+
"learning_rate": 1.9404900449219178e-05,
|
1016 |
+
"loss": 2.5123,
|
1017 |
+
"step": 840
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.33,
|
1021 |
+
"learning_rate": 1.9397867023146e-05,
|
1022 |
+
"loss": 2.3569,
|
1023 |
+
"step": 845
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 0.34,
|
1027 |
+
"learning_rate": 1.9390793567085585e-05,
|
1028 |
+
"loss": 2.467,
|
1029 |
+
"step": 850
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 0.34,
|
1033 |
+
"learning_rate": 1.9383680111167146e-05,
|
1034 |
+
"loss": 2.4097,
|
1035 |
+
"step": 855
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 0.34,
|
1039 |
+
"learning_rate": 1.937652668569028e-05,
|
1040 |
+
"loss": 2.4653,
|
1041 |
+
"step": 860
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.34,
|
1045 |
+
"learning_rate": 1.9369333321124832e-05,
|
1046 |
+
"loss": 2.4164,
|
1047 |
+
"step": 865
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.34,
|
1051 |
+
"learning_rate": 1.936210004811076e-05,
|
1052 |
+
"loss": 2.3906,
|
1053 |
+
"step": 870
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.34,
|
1057 |
+
"learning_rate": 1.9354826897458016e-05,
|
1058 |
+
"loss": 2.4433,
|
1059 |
+
"step": 875
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.35,
|
1063 |
+
"learning_rate": 1.9347513900146412e-05,
|
1064 |
+
"loss": 2.42,
|
1065 |
+
"step": 880
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 0.35,
|
1069 |
+
"learning_rate": 1.9340161087325483e-05,
|
1070 |
+
"loss": 2.4606,
|
1071 |
+
"step": 885
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 0.35,
|
1075 |
+
"learning_rate": 1.9332768490314354e-05,
|
1076 |
+
"loss": 2.4242,
|
1077 |
+
"step": 890
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 0.35,
|
1081 |
+
"learning_rate": 1.9325336140601612e-05,
|
1082 |
+
"loss": 2.461,
|
1083 |
+
"step": 895
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.35,
|
1087 |
+
"learning_rate": 1.931786406984518e-05,
|
1088 |
+
"loss": 2.3949,
|
1089 |
+
"step": 900
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.36,
|
1093 |
+
"learning_rate": 1.9310352309872153e-05,
|
1094 |
+
"loss": 2.4449,
|
1095 |
+
"step": 905
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.36,
|
1099 |
+
"learning_rate": 1.9302800892678693e-05,
|
1100 |
+
"loss": 2.4864,
|
1101 |
+
"step": 910
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.36,
|
1105 |
+
"learning_rate": 1.9295209850429884e-05,
|
1106 |
+
"loss": 2.5432,
|
1107 |
+
"step": 915
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 0.36,
|
1111 |
+
"learning_rate": 1.9287579215459585e-05,
|
1112 |
+
"loss": 2.4357,
|
1113 |
+
"step": 920
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 0.36,
|
1117 |
+
"learning_rate": 1.9279909020270294e-05,
|
1118 |
+
"loss": 2.4625,
|
1119 |
+
"step": 925
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.37,
|
1123 |
+
"learning_rate": 1.9272199297533027e-05,
|
1124 |
+
"loss": 2.3937,
|
1125 |
+
"step": 930
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.37,
|
1129 |
+
"learning_rate": 1.9264450080087163e-05,
|
1130 |
+
"loss": 2.5051,
|
1131 |
+
"step": 935
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.37,
|
1135 |
+
"learning_rate": 1.9256661400940303e-05,
|
1136 |
+
"loss": 2.4894,
|
1137 |
+
"step": 940
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.37,
|
1141 |
+
"learning_rate": 1.9248833293268144e-05,
|
1142 |
+
"loss": 2.4117,
|
1143 |
+
"step": 945
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.37,
|
1147 |
+
"learning_rate": 1.9240965790414312e-05,
|
1148 |
+
"loss": 2.4892,
|
1149 |
+
"step": 950
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 0.38,
|
1153 |
+
"learning_rate": 1.923305892589025e-05,
|
1154 |
+
"loss": 2.4059,
|
1155 |
+
"step": 955
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 0.38,
|
1159 |
+
"learning_rate": 1.9225112733375057e-05,
|
1160 |
+
"loss": 2.3975,
|
1161 |
+
"step": 960
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.38,
|
1165 |
+
"learning_rate": 1.9217127246715344e-05,
|
1166 |
+
"loss": 2.4867,
|
1167 |
+
"step": 965
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.38,
|
1171 |
+
"learning_rate": 1.92091024999251e-05,
|
1172 |
+
"loss": 2.4757,
|
1173 |
+
"step": 970
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.38,
|
1177 |
+
"learning_rate": 1.9201038527185546e-05,
|
1178 |
+
"loss": 2.4164,
|
1179 |
+
"step": 975
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.39,
|
1183 |
+
"learning_rate": 1.919293536284497e-05,
|
1184 |
+
"loss": 2.4024,
|
1185 |
+
"step": 980
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.39,
|
1189 |
+
"learning_rate": 1.9184793041418607e-05,
|
1190 |
+
"loss": 2.4706,
|
1191 |
+
"step": 985
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 0.39,
|
1195 |
+
"learning_rate": 1.917661159758848e-05,
|
1196 |
+
"loss": 2.465,
|
1197 |
+
"step": 990
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 0.39,
|
1201 |
+
"learning_rate": 1.9168391066203248e-05,
|
1202 |
+
"loss": 2.555,
|
1203 |
+
"step": 995
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.39,
|
1207 |
+
"learning_rate": 1.9160131482278068e-05,
|
1208 |
+
"loss": 2.4465,
|
1209 |
+
"step": 1000
|
1210 |
+
}
|
1211 |
+
],
|
1212 |
+
"logging_steps": 5,
|
1213 |
+
"max_steps": 7611,
|
1214 |
+
"num_input_tokens_seen": 0,
|
1215 |
+
"num_train_epochs": 3,
|
1216 |
+
"save_steps": 100,
|
1217 |
+
"total_flos": 1.343199895683072e+16,
|
1218 |
+
"train_batch_size": 4,
|
1219 |
+
"trial_name": null,
|
1220 |
+
"trial_params": null
|
1221 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e79a241514d107c9eee3780ef385cef96ff7663902d9e94f80f6c1be656e9697
|
3 |
+
size 4920
|
checkpoint-1000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1100/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-0.5B-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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.8.2
|
checkpoint-1100/adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-0.5B-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 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
checkpoint-1100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:003d6eff75d5a884430e864481a14e49bdff71d867c5c812fcb459ba0f0bd58c
|
3 |
+
size 3158328
|
checkpoint-1100/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-1100/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24338cc9c46eca94138f5bedcc8f6265318b6f11a967a6e99ff471b454784d7f
|
3 |
+
size 6372346
|
checkpoint-1100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d4008fe917b3fbfa4c268bf4981887a5eab68261905ca5a71913bfa192d198b
|
3 |
+
size 14244
|
checkpoint-1100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:551022aae2533e7211c8c5ba6c2d8ab576bfc90187789b68a39d22bf1194c76d
|
3 |
+
size 1064
|
checkpoint-1100/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-1100/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": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
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-1100/trainer_state.json
ADDED
@@ -0,0 +1,1341 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.43358297201419,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1100,
|
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.0,
|
13 |
+
"learning_rate": 1.999997870262096e-05,
|
14 |
+
"loss": 2.714,
|
15 |
+
"step": 5
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.0,
|
19 |
+
"learning_rate": 1.999991481057455e-05,
|
20 |
+
"loss": 2.7679,
|
21 |
+
"step": 10
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 1.9999808324132915e-05,
|
26 |
+
"loss": 2.6887,
|
27 |
+
"step": 15
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.01,
|
31 |
+
"learning_rate": 1.999965924374964e-05,
|
32 |
+
"loss": 2.6986,
|
33 |
+
"step": 20
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.01,
|
37 |
+
"learning_rate": 1.999946757005972e-05,
|
38 |
+
"loss": 2.7536,
|
39 |
+
"step": 25
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.01,
|
43 |
+
"learning_rate": 1.9999233303879592e-05,
|
44 |
+
"loss": 2.7516,
|
45 |
+
"step": 30
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.01,
|
49 |
+
"learning_rate": 1.99989564462071e-05,
|
50 |
+
"loss": 2.6283,
|
51 |
+
"step": 35
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02,
|
55 |
+
"learning_rate": 1.999863699822152e-05,
|
56 |
+
"loss": 2.708,
|
57 |
+
"step": 40
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.02,
|
61 |
+
"learning_rate": 1.9998274961283523e-05,
|
62 |
+
"loss": 2.6932,
|
63 |
+
"step": 45
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.02,
|
67 |
+
"learning_rate": 1.9997870336935207e-05,
|
68 |
+
"loss": 2.6321,
|
69 |
+
"step": 50
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.02,
|
73 |
+
"learning_rate": 1.9997423126900056e-05,
|
74 |
+
"loss": 2.7129,
|
75 |
+
"step": 55
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.02,
|
79 |
+
"learning_rate": 1.9996933333082945e-05,
|
80 |
+
"loss": 2.6179,
|
81 |
+
"step": 60
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.03,
|
85 |
+
"learning_rate": 1.9996400957570148e-05,
|
86 |
+
"loss": 2.6052,
|
87 |
+
"step": 65
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03,
|
91 |
+
"learning_rate": 1.99958260026293e-05,
|
92 |
+
"loss": 2.7054,
|
93 |
+
"step": 70
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.03,
|
97 |
+
"learning_rate": 1.9995208470709405e-05,
|
98 |
+
"loss": 2.6568,
|
99 |
+
"step": 75
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.03,
|
103 |
+
"learning_rate": 1.9994548364440836e-05,
|
104 |
+
"loss": 2.6436,
|
105 |
+
"step": 80
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.03,
|
109 |
+
"learning_rate": 1.999384568663529e-05,
|
110 |
+
"loss": 2.7091,
|
111 |
+
"step": 85
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.04,
|
115 |
+
"learning_rate": 1.9993100440285805e-05,
|
116 |
+
"loss": 2.5557,
|
117 |
+
"step": 90
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.04,
|
121 |
+
"learning_rate": 1.999231262856675e-05,
|
122 |
+
"loss": 2.5945,
|
123 |
+
"step": 95
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.04,
|
127 |
+
"learning_rate": 1.999148225483378e-05,
|
128 |
+
"loss": 2.4729,
|
129 |
+
"step": 100
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.04,
|
133 |
+
"learning_rate": 1.9990609322623854e-05,
|
134 |
+
"loss": 2.6724,
|
135 |
+
"step": 105
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.04,
|
139 |
+
"learning_rate": 1.9989693835655205e-05,
|
140 |
+
"loss": 2.5272,
|
141 |
+
"step": 110
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.05,
|
145 |
+
"learning_rate": 1.9988735797827336e-05,
|
146 |
+
"loss": 2.6145,
|
147 |
+
"step": 115
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.05,
|
151 |
+
"learning_rate": 1.9987735213220975e-05,
|
152 |
+
"loss": 2.6772,
|
153 |
+
"step": 120
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.05,
|
157 |
+
"learning_rate": 1.9986692086098095e-05,
|
158 |
+
"loss": 2.6388,
|
159 |
+
"step": 125
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.05,
|
163 |
+
"learning_rate": 1.998560642090187e-05,
|
164 |
+
"loss": 2.4973,
|
165 |
+
"step": 130
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.05,
|
169 |
+
"learning_rate": 1.998447822225666e-05,
|
170 |
+
"loss": 2.5338,
|
171 |
+
"step": 135
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.06,
|
175 |
+
"learning_rate": 1.9983307494968e-05,
|
176 |
+
"loss": 2.6469,
|
177 |
+
"step": 140
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.06,
|
181 |
+
"learning_rate": 1.9982094244022582e-05,
|
182 |
+
"loss": 2.6008,
|
183 |
+
"step": 145
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.06,
|
187 |
+
"learning_rate": 1.9980838474588214e-05,
|
188 |
+
"loss": 2.5936,
|
189 |
+
"step": 150
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.06,
|
193 |
+
"learning_rate": 1.9979540192013814e-05,
|
194 |
+
"loss": 2.5862,
|
195 |
+
"step": 155
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.06,
|
199 |
+
"learning_rate": 1.997819940182939e-05,
|
200 |
+
"loss": 2.568,
|
201 |
+
"step": 160
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.07,
|
205 |
+
"learning_rate": 1.9976816109746e-05,
|
206 |
+
"loss": 2.5343,
|
207 |
+
"step": 165
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.07,
|
211 |
+
"learning_rate": 1.9975390321655745e-05,
|
212 |
+
"loss": 2.5575,
|
213 |
+
"step": 170
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.07,
|
217 |
+
"learning_rate": 1.9973922043631737e-05,
|
218 |
+
"loss": 2.5399,
|
219 |
+
"step": 175
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.07,
|
223 |
+
"learning_rate": 1.9972411281928068e-05,
|
224 |
+
"loss": 2.6394,
|
225 |
+
"step": 180
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.07,
|
229 |
+
"learning_rate": 1.9970858042979794e-05,
|
230 |
+
"loss": 2.5378,
|
231 |
+
"step": 185
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.07,
|
235 |
+
"learning_rate": 1.9969262333402893e-05,
|
236 |
+
"loss": 2.5373,
|
237 |
+
"step": 190
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.08,
|
241 |
+
"learning_rate": 1.9967624159994262e-05,
|
242 |
+
"loss": 2.5414,
|
243 |
+
"step": 195
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.08,
|
247 |
+
"learning_rate": 1.9965943529731646e-05,
|
248 |
+
"loss": 2.5606,
|
249 |
+
"step": 200
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.08,
|
253 |
+
"learning_rate": 1.9964220449773664e-05,
|
254 |
+
"loss": 2.5154,
|
255 |
+
"step": 205
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.08,
|
259 |
+
"learning_rate": 1.9962454927459723e-05,
|
260 |
+
"loss": 2.5468,
|
261 |
+
"step": 210
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.08,
|
265 |
+
"learning_rate": 1.9960646970310027e-05,
|
266 |
+
"loss": 2.5137,
|
267 |
+
"step": 215
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.09,
|
271 |
+
"learning_rate": 1.9958796586025527e-05,
|
272 |
+
"loss": 2.5453,
|
273 |
+
"step": 220
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.09,
|
277 |
+
"learning_rate": 1.9956903782487885e-05,
|
278 |
+
"loss": 2.5325,
|
279 |
+
"step": 225
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.09,
|
283 |
+
"learning_rate": 1.9954968567759456e-05,
|
284 |
+
"loss": 2.5054,
|
285 |
+
"step": 230
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.09,
|
289 |
+
"learning_rate": 1.9952990950083236e-05,
|
290 |
+
"loss": 2.5139,
|
291 |
+
"step": 235
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.09,
|
295 |
+
"learning_rate": 1.995097093788285e-05,
|
296 |
+
"loss": 2.5097,
|
297 |
+
"step": 240
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.1,
|
301 |
+
"learning_rate": 1.994890853976248e-05,
|
302 |
+
"loss": 2.5546,
|
303 |
+
"step": 245
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.1,
|
307 |
+
"learning_rate": 1.994680376450686e-05,
|
308 |
+
"loss": 2.4609,
|
309 |
+
"step": 250
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.1,
|
313 |
+
"learning_rate": 1.994465662108124e-05,
|
314 |
+
"loss": 2.5063,
|
315 |
+
"step": 255
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.1,
|
319 |
+
"learning_rate": 1.9942467118631322e-05,
|
320 |
+
"loss": 2.5162,
|
321 |
+
"step": 260
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.1,
|
325 |
+
"learning_rate": 1.994023526648323e-05,
|
326 |
+
"loss": 2.5317,
|
327 |
+
"step": 265
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.11,
|
331 |
+
"learning_rate": 1.9937961074143492e-05,
|
332 |
+
"loss": 2.4621,
|
333 |
+
"step": 270
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.11,
|
337 |
+
"learning_rate": 1.9935644551298976e-05,
|
338 |
+
"loss": 2.5879,
|
339 |
+
"step": 275
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.11,
|
343 |
+
"learning_rate": 1.993328570781685e-05,
|
344 |
+
"loss": 2.4742,
|
345 |
+
"step": 280
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.11,
|
349 |
+
"learning_rate": 1.993088455374456e-05,
|
350 |
+
"loss": 2.4661,
|
351 |
+
"step": 285
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.11,
|
355 |
+
"learning_rate": 1.992844109930975e-05,
|
356 |
+
"loss": 2.4943,
|
357 |
+
"step": 290
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.12,
|
361 |
+
"learning_rate": 1.9925955354920265e-05,
|
362 |
+
"loss": 2.4322,
|
363 |
+
"step": 295
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.12,
|
367 |
+
"learning_rate": 1.9923427331164072e-05,
|
368 |
+
"loss": 2.484,
|
369 |
+
"step": 300
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.12,
|
373 |
+
"learning_rate": 1.9920857038809223e-05,
|
374 |
+
"loss": 2.5334,
|
375 |
+
"step": 305
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.12,
|
379 |
+
"learning_rate": 1.991824448880382e-05,
|
380 |
+
"loss": 2.6554,
|
381 |
+
"step": 310
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.12,
|
385 |
+
"learning_rate": 1.9915589692275955e-05,
|
386 |
+
"loss": 2.4749,
|
387 |
+
"step": 315
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.13,
|
391 |
+
"learning_rate": 1.991289266053367e-05,
|
392 |
+
"loss": 2.5076,
|
393 |
+
"step": 320
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.13,
|
397 |
+
"learning_rate": 1.9910153405064904e-05,
|
398 |
+
"loss": 2.4635,
|
399 |
+
"step": 325
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.13,
|
403 |
+
"learning_rate": 1.990737193753745e-05,
|
404 |
+
"loss": 2.5443,
|
405 |
+
"step": 330
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.13,
|
409 |
+
"learning_rate": 1.9904548269798906e-05,
|
410 |
+
"loss": 2.6012,
|
411 |
+
"step": 335
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.13,
|
415 |
+
"learning_rate": 1.990168241387662e-05,
|
416 |
+
"loss": 2.4818,
|
417 |
+
"step": 340
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.14,
|
421 |
+
"learning_rate": 1.9898774381977618e-05,
|
422 |
+
"loss": 2.4717,
|
423 |
+
"step": 345
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.14,
|
427 |
+
"learning_rate": 1.989582418648861e-05,
|
428 |
+
"loss": 2.4756,
|
429 |
+
"step": 350
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.14,
|
433 |
+
"learning_rate": 1.9892831839975874e-05,
|
434 |
+
"loss": 2.4868,
|
435 |
+
"step": 355
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.14,
|
439 |
+
"learning_rate": 1.9889797355185237e-05,
|
440 |
+
"loss": 2.5652,
|
441 |
+
"step": 360
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.14,
|
445 |
+
"learning_rate": 1.9886720745042017e-05,
|
446 |
+
"loss": 2.3907,
|
447 |
+
"step": 365
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 0.15,
|
451 |
+
"learning_rate": 1.988360202265096e-05,
|
452 |
+
"loss": 2.4984,
|
453 |
+
"step": 370
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.15,
|
457 |
+
"learning_rate": 1.9880441201296186e-05,
|
458 |
+
"loss": 2.5654,
|
459 |
+
"step": 375
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.15,
|
463 |
+
"learning_rate": 1.987723829444114e-05,
|
464 |
+
"loss": 2.581,
|
465 |
+
"step": 380
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.15,
|
469 |
+
"learning_rate": 1.9873993315728523e-05,
|
470 |
+
"loss": 2.5189,
|
471 |
+
"step": 385
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.15,
|
475 |
+
"learning_rate": 1.987070627898025e-05,
|
476 |
+
"loss": 2.491,
|
477 |
+
"step": 390
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 0.16,
|
481 |
+
"learning_rate": 1.9867377198197367e-05,
|
482 |
+
"loss": 2.4875,
|
483 |
+
"step": 395
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.16,
|
487 |
+
"learning_rate": 1.9864006087560016e-05,
|
488 |
+
"loss": 2.4828,
|
489 |
+
"step": 400
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.16,
|
493 |
+
"learning_rate": 1.9860592961427358e-05,
|
494 |
+
"loss": 2.5298,
|
495 |
+
"step": 405
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.16,
|
499 |
+
"learning_rate": 1.9857137834337527e-05,
|
500 |
+
"loss": 2.4873,
|
501 |
+
"step": 410
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.16,
|
505 |
+
"learning_rate": 1.985364072100755e-05,
|
506 |
+
"loss": 2.5371,
|
507 |
+
"step": 415
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.17,
|
511 |
+
"learning_rate": 1.98501016363333e-05,
|
512 |
+
"loss": 2.4167,
|
513 |
+
"step": 420
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.17,
|
517 |
+
"learning_rate": 1.9846520595389415e-05,
|
518 |
+
"loss": 2.4312,
|
519 |
+
"step": 425
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.17,
|
523 |
+
"learning_rate": 1.984289761342926e-05,
|
524 |
+
"loss": 2.4471,
|
525 |
+
"step": 430
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.17,
|
529 |
+
"learning_rate": 1.9839232705884836e-05,
|
530 |
+
"loss": 2.4971,
|
531 |
+
"step": 435
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.17,
|
535 |
+
"learning_rate": 1.9835525888366727e-05,
|
536 |
+
"loss": 2.5206,
|
537 |
+
"step": 440
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.18,
|
541 |
+
"learning_rate": 1.9831777176664035e-05,
|
542 |
+
"loss": 2.5067,
|
543 |
+
"step": 445
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.18,
|
547 |
+
"learning_rate": 1.9827986586744302e-05,
|
548 |
+
"loss": 2.4903,
|
549 |
+
"step": 450
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.18,
|
553 |
+
"learning_rate": 1.982415413475346e-05,
|
554 |
+
"loss": 2.4391,
|
555 |
+
"step": 455
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.18,
|
559 |
+
"learning_rate": 1.9820279837015742e-05,
|
560 |
+
"loss": 2.4358,
|
561 |
+
"step": 460
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.18,
|
565 |
+
"learning_rate": 1.981636371003363e-05,
|
566 |
+
"loss": 2.4809,
|
567 |
+
"step": 465
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.19,
|
571 |
+
"learning_rate": 1.9812405770487763e-05,
|
572 |
+
"loss": 2.516,
|
573 |
+
"step": 470
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.19,
|
577 |
+
"learning_rate": 1.9808406035236897e-05,
|
578 |
+
"loss": 2.4091,
|
579 |
+
"step": 475
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.19,
|
583 |
+
"learning_rate": 1.9804364521317806e-05,
|
584 |
+
"loss": 2.5363,
|
585 |
+
"step": 480
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.19,
|
589 |
+
"learning_rate": 1.9800281245945217e-05,
|
590 |
+
"loss": 2.51,
|
591 |
+
"step": 485
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.19,
|
595 |
+
"learning_rate": 1.9796156226511747e-05,
|
596 |
+
"loss": 2.5049,
|
597 |
+
"step": 490
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.2,
|
601 |
+
"learning_rate": 1.9791989480587815e-05,
|
602 |
+
"loss": 2.4722,
|
603 |
+
"step": 495
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 0.2,
|
607 |
+
"learning_rate": 1.978778102592157e-05,
|
608 |
+
"loss": 2.4111,
|
609 |
+
"step": 500
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.2,
|
613 |
+
"learning_rate": 1.9783530880438832e-05,
|
614 |
+
"loss": 2.4078,
|
615 |
+
"step": 505
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.2,
|
619 |
+
"learning_rate": 1.9779239062242988e-05,
|
620 |
+
"loss": 2.3981,
|
621 |
+
"step": 510
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.2,
|
625 |
+
"learning_rate": 1.9774905589614935e-05,
|
626 |
+
"loss": 2.5459,
|
627 |
+
"step": 515
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.2,
|
631 |
+
"learning_rate": 1.977053048101299e-05,
|
632 |
+
"loss": 2.4432,
|
633 |
+
"step": 520
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.21,
|
637 |
+
"learning_rate": 1.976611375507283e-05,
|
638 |
+
"loss": 2.5329,
|
639 |
+
"step": 525
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.21,
|
643 |
+
"learning_rate": 1.9761655430607384e-05,
|
644 |
+
"loss": 2.5107,
|
645 |
+
"step": 530
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 0.21,
|
649 |
+
"learning_rate": 1.975715552660678e-05,
|
650 |
+
"loss": 2.4389,
|
651 |
+
"step": 535
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.21,
|
655 |
+
"learning_rate": 1.9752614062238256e-05,
|
656 |
+
"loss": 2.4939,
|
657 |
+
"step": 540
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.21,
|
661 |
+
"learning_rate": 1.974803105684606e-05,
|
662 |
+
"loss": 2.5349,
|
663 |
+
"step": 545
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.22,
|
667 |
+
"learning_rate": 1.9743406529951403e-05,
|
668 |
+
"loss": 2.5268,
|
669 |
+
"step": 550
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.22,
|
673 |
+
"learning_rate": 1.9738740501252337e-05,
|
674 |
+
"loss": 2.4477,
|
675 |
+
"step": 555
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.22,
|
679 |
+
"learning_rate": 1.9734032990623702e-05,
|
680 |
+
"loss": 2.4597,
|
681 |
+
"step": 560
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.22,
|
685 |
+
"learning_rate": 1.972928401811703e-05,
|
686 |
+
"loss": 2.4938,
|
687 |
+
"step": 565
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 0.22,
|
691 |
+
"learning_rate": 1.9724493603960443e-05,
|
692 |
+
"loss": 2.4756,
|
693 |
+
"step": 570
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.23,
|
697 |
+
"learning_rate": 1.9719661768558604e-05,
|
698 |
+
"loss": 2.3664,
|
699 |
+
"step": 575
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.23,
|
703 |
+
"learning_rate": 1.9714788532492595e-05,
|
704 |
+
"loss": 2.5166,
|
705 |
+
"step": 580
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.23,
|
709 |
+
"learning_rate": 1.9709873916519853e-05,
|
710 |
+
"loss": 2.4143,
|
711 |
+
"step": 585
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.23,
|
715 |
+
"learning_rate": 1.9704917941574053e-05,
|
716 |
+
"loss": 2.4666,
|
717 |
+
"step": 590
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.23,
|
721 |
+
"learning_rate": 1.9699920628765065e-05,
|
722 |
+
"loss": 2.4617,
|
723 |
+
"step": 595
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.24,
|
727 |
+
"learning_rate": 1.969488199937881e-05,
|
728 |
+
"loss": 2.4912,
|
729 |
+
"step": 600
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.24,
|
733 |
+
"learning_rate": 1.9689802074877216e-05,
|
734 |
+
"loss": 2.4386,
|
735 |
+
"step": 605
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.24,
|
739 |
+
"learning_rate": 1.9684680876898096e-05,
|
740 |
+
"loss": 2.5002,
|
741 |
+
"step": 610
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.24,
|
745 |
+
"learning_rate": 1.967951842725507e-05,
|
746 |
+
"loss": 2.5668,
|
747 |
+
"step": 615
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.24,
|
751 |
+
"learning_rate": 1.9674314747937462e-05,
|
752 |
+
"loss": 2.4955,
|
753 |
+
"step": 620
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.25,
|
757 |
+
"learning_rate": 1.9669069861110225e-05,
|
758 |
+
"loss": 2.5317,
|
759 |
+
"step": 625
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.25,
|
763 |
+
"learning_rate": 1.9663783789113827e-05,
|
764 |
+
"loss": 2.4709,
|
765 |
+
"step": 630
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.25,
|
769 |
+
"learning_rate": 1.9658456554464157e-05,
|
770 |
+
"loss": 2.4066,
|
771 |
+
"step": 635
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 0.25,
|
775 |
+
"learning_rate": 1.9653088179852448e-05,
|
776 |
+
"loss": 2.4462,
|
777 |
+
"step": 640
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.25,
|
781 |
+
"learning_rate": 1.9647678688145163e-05,
|
782 |
+
"loss": 2.5093,
|
783 |
+
"step": 645
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.26,
|
787 |
+
"learning_rate": 1.9642228102383894e-05,
|
788 |
+
"loss": 2.4634,
|
789 |
+
"step": 650
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.26,
|
793 |
+
"learning_rate": 1.9636736445785288e-05,
|
794 |
+
"loss": 2.424,
|
795 |
+
"step": 655
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.26,
|
799 |
+
"learning_rate": 1.963120374174092e-05,
|
800 |
+
"loss": 2.4968,
|
801 |
+
"step": 660
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.26,
|
805 |
+
"learning_rate": 1.9625630013817204e-05,
|
806 |
+
"loss": 2.3947,
|
807 |
+
"step": 665
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.26,
|
811 |
+
"learning_rate": 1.9620015285755306e-05,
|
812 |
+
"loss": 2.3954,
|
813 |
+
"step": 670
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 0.27,
|
817 |
+
"learning_rate": 1.961435958147102e-05,
|
818 |
+
"loss": 2.3764,
|
819 |
+
"step": 675
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.27,
|
823 |
+
"learning_rate": 1.9608662925054684e-05,
|
824 |
+
"loss": 2.386,
|
825 |
+
"step": 680
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.27,
|
829 |
+
"learning_rate": 1.960292534077107e-05,
|
830 |
+
"loss": 2.4218,
|
831 |
+
"step": 685
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.27,
|
835 |
+
"learning_rate": 1.9597146853059273e-05,
|
836 |
+
"loss": 2.4479,
|
837 |
+
"step": 690
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.27,
|
841 |
+
"learning_rate": 1.959132748653263e-05,
|
842 |
+
"loss": 2.4301,
|
843 |
+
"step": 695
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.28,
|
847 |
+
"learning_rate": 1.9585467265978585e-05,
|
848 |
+
"loss": 2.5069,
|
849 |
+
"step": 700
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.28,
|
853 |
+
"learning_rate": 1.957956621635861e-05,
|
854 |
+
"loss": 2.4144,
|
855 |
+
"step": 705
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 0.28,
|
859 |
+
"learning_rate": 1.9573624362808078e-05,
|
860 |
+
"loss": 2.4491,
|
861 |
+
"step": 710
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.28,
|
865 |
+
"learning_rate": 1.9567641730636174e-05,
|
866 |
+
"loss": 2.4723,
|
867 |
+
"step": 715
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 0.28,
|
871 |
+
"learning_rate": 1.956161834532578e-05,
|
872 |
+
"loss": 2.4839,
|
873 |
+
"step": 720
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.29,
|
877 |
+
"learning_rate": 1.955555423253335e-05,
|
878 |
+
"loss": 2.4881,
|
879 |
+
"step": 725
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 0.29,
|
883 |
+
"learning_rate": 1.9549449418088832e-05,
|
884 |
+
"loss": 2.5076,
|
885 |
+
"step": 730
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.29,
|
889 |
+
"learning_rate": 1.9543303927995536e-05,
|
890 |
+
"loss": 2.4704,
|
891 |
+
"step": 735
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.29,
|
895 |
+
"learning_rate": 1.9537117788430024e-05,
|
896 |
+
"loss": 2.3958,
|
897 |
+
"step": 740
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.29,
|
901 |
+
"learning_rate": 1.953089102574201e-05,
|
902 |
+
"loss": 2.5256,
|
903 |
+
"step": 745
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 0.3,
|
907 |
+
"learning_rate": 1.9524623666454243e-05,
|
908 |
+
"loss": 2.4658,
|
909 |
+
"step": 750
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 0.3,
|
913 |
+
"learning_rate": 1.951831573726238e-05,
|
914 |
+
"loss": 2.4636,
|
915 |
+
"step": 755
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.3,
|
919 |
+
"learning_rate": 1.9511967265034904e-05,
|
920 |
+
"loss": 2.4249,
|
921 |
+
"step": 760
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.3,
|
925 |
+
"learning_rate": 1.9505578276812964e-05,
|
926 |
+
"loss": 2.5412,
|
927 |
+
"step": 765
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.3,
|
931 |
+
"learning_rate": 1.9499148799810314e-05,
|
932 |
+
"loss": 2.4355,
|
933 |
+
"step": 770
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.31,
|
937 |
+
"learning_rate": 1.949267886141315e-05,
|
938 |
+
"loss": 2.5814,
|
939 |
+
"step": 775
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 0.31,
|
943 |
+
"learning_rate": 1.948616848918002e-05,
|
944 |
+
"loss": 2.5195,
|
945 |
+
"step": 780
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.31,
|
949 |
+
"learning_rate": 1.9479617710841693e-05,
|
950 |
+
"loss": 2.5177,
|
951 |
+
"step": 785
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 0.31,
|
955 |
+
"learning_rate": 1.9473026554301057e-05,
|
956 |
+
"loss": 2.4418,
|
957 |
+
"step": 790
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.31,
|
961 |
+
"learning_rate": 1.946639504763298e-05,
|
962 |
+
"loss": 2.5187,
|
963 |
+
"step": 795
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 0.32,
|
967 |
+
"learning_rate": 1.94597232190842e-05,
|
968 |
+
"loss": 2.479,
|
969 |
+
"step": 800
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.32,
|
973 |
+
"learning_rate": 1.9453011097073217e-05,
|
974 |
+
"loss": 2.4451,
|
975 |
+
"step": 805
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.32,
|
979 |
+
"learning_rate": 1.9446258710190152e-05,
|
980 |
+
"loss": 2.5426,
|
981 |
+
"step": 810
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 0.32,
|
985 |
+
"learning_rate": 1.9439466087196627e-05,
|
986 |
+
"loss": 2.4299,
|
987 |
+
"step": 815
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 0.32,
|
991 |
+
"learning_rate": 1.943263325702566e-05,
|
992 |
+
"loss": 2.5317,
|
993 |
+
"step": 820
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.33,
|
997 |
+
"learning_rate": 1.9425760248781525e-05,
|
998 |
+
"loss": 2.4384,
|
999 |
+
"step": 825
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.33,
|
1003 |
+
"learning_rate": 1.9418847091739638e-05,
|
1004 |
+
"loss": 2.4445,
|
1005 |
+
"step": 830
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 0.33,
|
1009 |
+
"learning_rate": 1.9411893815346418e-05,
|
1010 |
+
"loss": 2.4872,
|
1011 |
+
"step": 835
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.33,
|
1015 |
+
"learning_rate": 1.9404900449219178e-05,
|
1016 |
+
"loss": 2.5123,
|
1017 |
+
"step": 840
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.33,
|
1021 |
+
"learning_rate": 1.9397867023146e-05,
|
1022 |
+
"loss": 2.3569,
|
1023 |
+
"step": 845
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 0.34,
|
1027 |
+
"learning_rate": 1.9390793567085585e-05,
|
1028 |
+
"loss": 2.467,
|
1029 |
+
"step": 850
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 0.34,
|
1033 |
+
"learning_rate": 1.9383680111167146e-05,
|
1034 |
+
"loss": 2.4097,
|
1035 |
+
"step": 855
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 0.34,
|
1039 |
+
"learning_rate": 1.937652668569028e-05,
|
1040 |
+
"loss": 2.4653,
|
1041 |
+
"step": 860
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.34,
|
1045 |
+
"learning_rate": 1.9369333321124832e-05,
|
1046 |
+
"loss": 2.4164,
|
1047 |
+
"step": 865
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.34,
|
1051 |
+
"learning_rate": 1.936210004811076e-05,
|
1052 |
+
"loss": 2.3906,
|
1053 |
+
"step": 870
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.34,
|
1057 |
+
"learning_rate": 1.9354826897458016e-05,
|
1058 |
+
"loss": 2.4433,
|
1059 |
+
"step": 875
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.35,
|
1063 |
+
"learning_rate": 1.9347513900146412e-05,
|
1064 |
+
"loss": 2.42,
|
1065 |
+
"step": 880
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 0.35,
|
1069 |
+
"learning_rate": 1.9340161087325483e-05,
|
1070 |
+
"loss": 2.4606,
|
1071 |
+
"step": 885
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 0.35,
|
1075 |
+
"learning_rate": 1.9332768490314354e-05,
|
1076 |
+
"loss": 2.4242,
|
1077 |
+
"step": 890
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 0.35,
|
1081 |
+
"learning_rate": 1.9325336140601612e-05,
|
1082 |
+
"loss": 2.461,
|
1083 |
+
"step": 895
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.35,
|
1087 |
+
"learning_rate": 1.931786406984518e-05,
|
1088 |
+
"loss": 2.3949,
|
1089 |
+
"step": 900
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.36,
|
1093 |
+
"learning_rate": 1.9310352309872153e-05,
|
1094 |
+
"loss": 2.4449,
|
1095 |
+
"step": 905
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.36,
|
1099 |
+
"learning_rate": 1.9302800892678693e-05,
|
1100 |
+
"loss": 2.4864,
|
1101 |
+
"step": 910
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.36,
|
1105 |
+
"learning_rate": 1.9295209850429884e-05,
|
1106 |
+
"loss": 2.5432,
|
1107 |
+
"step": 915
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 0.36,
|
1111 |
+
"learning_rate": 1.9287579215459585e-05,
|
1112 |
+
"loss": 2.4357,
|
1113 |
+
"step": 920
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 0.36,
|
1117 |
+
"learning_rate": 1.9279909020270294e-05,
|
1118 |
+
"loss": 2.4625,
|
1119 |
+
"step": 925
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.37,
|
1123 |
+
"learning_rate": 1.9272199297533027e-05,
|
1124 |
+
"loss": 2.3937,
|
1125 |
+
"step": 930
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.37,
|
1129 |
+
"learning_rate": 1.9264450080087163e-05,
|
1130 |
+
"loss": 2.5051,
|
1131 |
+
"step": 935
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.37,
|
1135 |
+
"learning_rate": 1.9256661400940303e-05,
|
1136 |
+
"loss": 2.4894,
|
1137 |
+
"step": 940
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.37,
|
1141 |
+
"learning_rate": 1.9248833293268144e-05,
|
1142 |
+
"loss": 2.4117,
|
1143 |
+
"step": 945
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.37,
|
1147 |
+
"learning_rate": 1.9240965790414312e-05,
|
1148 |
+
"loss": 2.4892,
|
1149 |
+
"step": 950
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 0.38,
|
1153 |
+
"learning_rate": 1.923305892589025e-05,
|
1154 |
+
"loss": 2.4059,
|
1155 |
+
"step": 955
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 0.38,
|
1159 |
+
"learning_rate": 1.9225112733375057e-05,
|
1160 |
+
"loss": 2.3975,
|
1161 |
+
"step": 960
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.38,
|
1165 |
+
"learning_rate": 1.9217127246715344e-05,
|
1166 |
+
"loss": 2.4867,
|
1167 |
+
"step": 965
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.38,
|
1171 |
+
"learning_rate": 1.92091024999251e-05,
|
1172 |
+
"loss": 2.4757,
|
1173 |
+
"step": 970
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.38,
|
1177 |
+
"learning_rate": 1.9201038527185546e-05,
|
1178 |
+
"loss": 2.4164,
|
1179 |
+
"step": 975
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.39,
|
1183 |
+
"learning_rate": 1.919293536284497e-05,
|
1184 |
+
"loss": 2.4024,
|
1185 |
+
"step": 980
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.39,
|
1189 |
+
"learning_rate": 1.9184793041418607e-05,
|
1190 |
+
"loss": 2.4706,
|
1191 |
+
"step": 985
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 0.39,
|
1195 |
+
"learning_rate": 1.917661159758848e-05,
|
1196 |
+
"loss": 2.465,
|
1197 |
+
"step": 990
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 0.39,
|
1201 |
+
"learning_rate": 1.9168391066203248e-05,
|
1202 |
+
"loss": 2.555,
|
1203 |
+
"step": 995
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.39,
|
1207 |
+
"learning_rate": 1.9160131482278068e-05,
|
1208 |
+
"loss": 2.4465,
|
1209 |
+
"step": 1000
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 0.4,
|
1213 |
+
"learning_rate": 1.9151832880994438e-05,
|
1214 |
+
"loss": 2.4014,
|
1215 |
+
"step": 1005
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 0.4,
|
1219 |
+
"learning_rate": 1.914349529770005e-05,
|
1220 |
+
"loss": 2.4358,
|
1221 |
+
"step": 1010
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.4,
|
1225 |
+
"learning_rate": 1.9135118767908637e-05,
|
1226 |
+
"loss": 2.402,
|
1227 |
+
"step": 1015
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.4,
|
1231 |
+
"learning_rate": 1.9126703327299822e-05,
|
1232 |
+
"loss": 2.3952,
|
1233 |
+
"step": 1020
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 0.4,
|
1237 |
+
"learning_rate": 1.9118249011718975e-05,
|
1238 |
+
"loss": 2.4051,
|
1239 |
+
"step": 1025
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"epoch": 0.41,
|
1243 |
+
"learning_rate": 1.9109755857177053e-05,
|
1244 |
+
"loss": 2.4198,
|
1245 |
+
"step": 1030
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.41,
|
1249 |
+
"learning_rate": 1.910122389985043e-05,
|
1250 |
+
"loss": 2.4414,
|
1251 |
+
"step": 1035
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 0.41,
|
1255 |
+
"learning_rate": 1.909265317608078e-05,
|
1256 |
+
"loss": 2.4688,
|
1257 |
+
"step": 1040
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 0.41,
|
1261 |
+
"learning_rate": 1.9084043722374895e-05,
|
1262 |
+
"loss": 2.3766,
|
1263 |
+
"step": 1045
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.41,
|
1267 |
+
"learning_rate": 1.907539557540453e-05,
|
1268 |
+
"loss": 2.3966,
|
1269 |
+
"step": 1050
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.42,
|
1273 |
+
"learning_rate": 1.9066708772006262e-05,
|
1274 |
+
"loss": 2.5027,
|
1275 |
+
"step": 1055
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"epoch": 0.42,
|
1279 |
+
"learning_rate": 1.9057983349181316e-05,
|
1280 |
+
"loss": 2.4904,
|
1281 |
+
"step": 1060
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 0.42,
|
1285 |
+
"learning_rate": 1.904921934409542e-05,
|
1286 |
+
"loss": 2.4296,
|
1287 |
+
"step": 1065
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.42,
|
1291 |
+
"learning_rate": 1.9040416794078648e-05,
|
1292 |
+
"loss": 2.4294,
|
1293 |
+
"step": 1070
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 0.42,
|
1297 |
+
"learning_rate": 1.903157573662524e-05,
|
1298 |
+
"loss": 2.4442,
|
1299 |
+
"step": 1075
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 0.43,
|
1303 |
+
"learning_rate": 1.902269620939347e-05,
|
1304 |
+
"loss": 2.382,
|
1305 |
+
"step": 1080
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.43,
|
1309 |
+
"learning_rate": 1.901377825020547e-05,
|
1310 |
+
"loss": 2.5004,
|
1311 |
+
"step": 1085
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.43,
|
1315 |
+
"learning_rate": 1.9004821897047067e-05,
|
1316 |
+
"loss": 2.3837,
|
1317 |
+
"step": 1090
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"epoch": 0.43,
|
1321 |
+
"learning_rate": 1.899582718806764e-05,
|
1322 |
+
"loss": 2.3654,
|
1323 |
+
"step": 1095
|
1324 |
+
},
|
1325 |
+
{
|
1326 |
+
"epoch": 0.43,
|
1327 |
+
"learning_rate": 1.8986794161579927e-05,
|
1328 |
+
"loss": 2.4624,
|
1329 |
+
"step": 1100
|
1330 |
+
}
|
1331 |
+
],
|
1332 |
+
"logging_steps": 5,
|
1333 |
+
"max_steps": 7611,
|
1334 |
+
"num_input_tokens_seen": 0,
|
1335 |
+
"num_train_epochs": 3,
|
1336 |
+
"save_steps": 100,
|
1337 |
+
"total_flos": 1.474639505031168e+16,
|
1338 |
+
"train_batch_size": 4,
|
1339 |
+
"trial_name": null,
|
1340 |
+
"trial_params": null
|
1341 |
+
}
|
checkpoint-1100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e79a241514d107c9eee3780ef385cef96ff7663902d9e94f80f6c1be656e9697
|
3 |
+
size 4920
|
checkpoint-1100/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1200/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-0.5B-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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.8.2
|
checkpoint-1200/adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-0.5B-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 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
checkpoint-1200/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e07f95d45b4a8fa741fa925f764dc5a1f5bcf45d2c375bf8389e7c1a7e16f9d3
|
3 |
+
size 3158328
|
checkpoint-1200/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-1200/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaff3c5711ef15c9630e5531e6268489578e6e98f584c31cc985fd64b3822101
|
3 |
+
size 6372346
|