Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +62 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- all_results.json +8 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +34 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state_0.pth +3 -0
- checkpoint-1000/rng_state_1.pth +3 -0
- checkpoint-1000/rng_state_2.pth +3 -0
- checkpoint-1000/rng_state_3.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +24 -0
- checkpoint-1000/tokenizer.json +0 -0
- checkpoint-1000/tokenizer.model +3 -0
- checkpoint-1000/tokenizer_config.json +45 -0
- checkpoint-1000/trainer_state.json +733 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1500/README.md +202 -0
- checkpoint-1500/adapter_config.json +34 -0
- checkpoint-1500/adapter_model.safetensors +3 -0
- checkpoint-1500/optimizer.pt +3 -0
- checkpoint-1500/rng_state_0.pth +3 -0
- checkpoint-1500/rng_state_1.pth +3 -0
- checkpoint-1500/rng_state_2.pth +3 -0
- checkpoint-1500/rng_state_3.pth +3 -0
- checkpoint-1500/scheduler.pt +3 -0
- checkpoint-1500/special_tokens_map.json +24 -0
- checkpoint-1500/tokenizer.json +0 -0
- checkpoint-1500/tokenizer.model +3 -0
- checkpoint-1500/tokenizer_config.json +45 -0
- checkpoint-1500/trainer_state.json +1083 -0
- checkpoint-1500/training_args.bin +3 -0
- checkpoint-2000/README.md +202 -0
- checkpoint-2000/adapter_config.json +34 -0
- checkpoint-2000/adapter_model.safetensors +3 -0
- checkpoint-2000/optimizer.pt +3 -0
- checkpoint-2000/rng_state_0.pth +3 -0
- checkpoint-2000/rng_state_1.pth +3 -0
- checkpoint-2000/rng_state_2.pth +3 -0
- checkpoint-2000/rng_state_3.pth +3 -0
- checkpoint-2000/scheduler.pt +3 -0
- checkpoint-2000/special_tokens_map.json +24 -0
- checkpoint-2000/tokenizer.json +0 -0
- checkpoint-2000/tokenizer.model +3 -0
- checkpoint-2000/tokenizer_config.json +45 -0
- checkpoint-2000/trainer_state.json +1433 -0
- checkpoint-2000/training_args.bin +3 -0
- checkpoint-2500/README.md +202 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- lora
|
7 |
+
- generated_from_trainer
|
8 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
9 |
+
model-index:
|
10 |
+
- name: mistral-lora-bf16-epoch4
|
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 |
+
# mistral-lora-bf16-epoch4
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [/root/autodl-tmp/models/Mistral-7B-Instruct-v0.2](https://huggingface.co//root/autodl-tmp/models/Mistral-7B-Instruct-v0.2) on the filtered_sampled_data_wo_sysprompt dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 1
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- num_devices: 4
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 16
|
46 |
+
- total_eval_batch_size: 32
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: cosine
|
49 |
+
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 4.0
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
### Framework versions
|
57 |
+
|
58 |
+
- PEFT 0.11.1
|
59 |
+
- Transformers 4.41.2
|
60 |
+
- Pytorch 2.3.0+cu121
|
61 |
+
- Datasets 2.19.1
|
62 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982789f09a3cdc5f414b2c506475df7208913072e59fe8f5a7f5e59853c03f75
|
3 |
+
size 167832240
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"total_flos": 2.380746355434848e+18,
|
4 |
+
"train_loss": 0.2891847992741759,
|
5 |
+
"train_runtime": 20387.7129,
|
6 |
+
"train_samples_per_second": 6.796,
|
7 |
+
"train_steps_per_second": 0.425
|
8 |
+
}
|
checkpoint-1000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: /root/autodl-tmp/models/Mistral-7B-Instruct-v0.2
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.11.1
|
checkpoint-1000/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/root/autodl-tmp/models/Mistral-7B-Instruct-v0.2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3365afe6aa736bf693401f47a8babc3a54e0e332575725d467f923f11273ff43
|
3 |
+
size 167832240
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17cbdfe15ddc9b092d8e19fc1d5013cf44bd5ef3860e0a5c95a64916e43b05f
|
3 |
+
size 335922386
|
checkpoint-1000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92cc13315f24c28015d695b6cde08bb1cd6fea4cbc435998485ed6fbe4c91285
|
3 |
+
size 15024
|
checkpoint-1000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c154b6a63e0b1f98f7d2847944398f99f1657d35e8eddf7fdf0ae2c24b0552
|
3 |
+
size 15024
|
checkpoint-1000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f784c6a9507b51189f2caffbd178ea9882103b75852e31c15f47fdae6a43af1d
|
3 |
+
size 15024
|
checkpoint-1000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b023e05bc2d12b91dc436d4922b990d50ec8dc56d40dc3e36b3bb34fc81341
|
3 |
+
size 15024
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:179b44ef97ffc74d33141ff7eedc9403b7a1168a5f1d142d54dd72ad05bbc29b
|
3 |
+
size 1064
|
checkpoint-1000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-1000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1000/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
checkpoint-1000/tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "'<s>'{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"spaces_between_special_tokens": false,
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"unk_token": "<unk>",
|
44 |
+
"use_default_system_prompt": false
|
45 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.4618937644341801,
|
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.004618937644341801,
|
13 |
+
"grad_norm": 11.009225845336914,
|
14 |
+
"learning_rate": 5.773672055427253e-07,
|
15 |
+
"loss": 2.4977,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.009237875288683603,
|
20 |
+
"grad_norm": 9.019889831542969,
|
21 |
+
"learning_rate": 1.1547344110854505e-06,
|
22 |
+
"loss": 2.7655,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.013856812933025405,
|
27 |
+
"grad_norm": 11.212933540344238,
|
28 |
+
"learning_rate": 1.7321016166281756e-06,
|
29 |
+
"loss": 2.7241,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.018475750577367205,
|
34 |
+
"grad_norm": 9.982237815856934,
|
35 |
+
"learning_rate": 2.309468822170901e-06,
|
36 |
+
"loss": 2.8357,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.023094688221709007,
|
41 |
+
"grad_norm": 16.251842498779297,
|
42 |
+
"learning_rate": 2.886836027713626e-06,
|
43 |
+
"loss": 2.1159,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.02771362586605081,
|
48 |
+
"grad_norm": 7.950500011444092,
|
49 |
+
"learning_rate": 3.464203233256351e-06,
|
50 |
+
"loss": 1.498,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03233256351039261,
|
55 |
+
"grad_norm": 4.816328048706055,
|
56 |
+
"learning_rate": 4.041570438799077e-06,
|
57 |
+
"loss": 0.9835,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.03695150115473441,
|
62 |
+
"grad_norm": 9.529770851135254,
|
63 |
+
"learning_rate": 4.618937644341802e-06,
|
64 |
+
"loss": 1.0009,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.04157043879907621,
|
69 |
+
"grad_norm": 12.515681266784668,
|
70 |
+
"learning_rate": 5.196304849884527e-06,
|
71 |
+
"loss": 1.0264,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.046189376443418015,
|
76 |
+
"grad_norm": 5.393396854400635,
|
77 |
+
"learning_rate": 5.773672055427252e-06,
|
78 |
+
"loss": 0.8218,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.050808314087759814,
|
83 |
+
"grad_norm": 2.777273416519165,
|
84 |
+
"learning_rate": 6.351039260969978e-06,
|
85 |
+
"loss": 0.8719,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.05542725173210162,
|
90 |
+
"grad_norm": 3.8990070819854736,
|
91 |
+
"learning_rate": 6.928406466512702e-06,
|
92 |
+
"loss": 0.8592,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.06004618937644342,
|
97 |
+
"grad_norm": 4.342905521392822,
|
98 |
+
"learning_rate": 7.505773672055427e-06,
|
99 |
+
"loss": 0.7982,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.06466512702078522,
|
104 |
+
"grad_norm": 2.4967517852783203,
|
105 |
+
"learning_rate": 8.083140877598153e-06,
|
106 |
+
"loss": 0.7203,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.06928406466512702,
|
111 |
+
"grad_norm": 5.491476058959961,
|
112 |
+
"learning_rate": 8.660508083140878e-06,
|
113 |
+
"loss": 0.7647,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.07390300230946882,
|
118 |
+
"grad_norm": 4.13068962097168,
|
119 |
+
"learning_rate": 9.237875288683604e-06,
|
120 |
+
"loss": 0.7378,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.07852193995381063,
|
125 |
+
"grad_norm": 3.9301445484161377,
|
126 |
+
"learning_rate": 9.815242494226329e-06,
|
127 |
+
"loss": 0.7355,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.08314087759815242,
|
132 |
+
"grad_norm": 2.891854763031006,
|
133 |
+
"learning_rate": 1.0392609699769053e-05,
|
134 |
+
"loss": 0.6911,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.08775981524249422,
|
139 |
+
"grad_norm": 5.377829074859619,
|
140 |
+
"learning_rate": 1.0969976905311778e-05,
|
141 |
+
"loss": 0.7972,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.09237875288683603,
|
146 |
+
"grad_norm": 3.1744544506073,
|
147 |
+
"learning_rate": 1.1547344110854504e-05,
|
148 |
+
"loss": 0.6792,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.09699769053117784,
|
153 |
+
"grad_norm": 4.408601760864258,
|
154 |
+
"learning_rate": 1.2124711316397229e-05,
|
155 |
+
"loss": 0.7378,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.10161662817551963,
|
160 |
+
"grad_norm": 3.3633627891540527,
|
161 |
+
"learning_rate": 1.2702078521939955e-05,
|
162 |
+
"loss": 0.7131,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.10623556581986143,
|
167 |
+
"grad_norm": 5.786050319671631,
|
168 |
+
"learning_rate": 1.3279445727482678e-05,
|
169 |
+
"loss": 0.6806,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.11085450346420324,
|
174 |
+
"grad_norm": 6.865295886993408,
|
175 |
+
"learning_rate": 1.3856812933025404e-05,
|
176 |
+
"loss": 0.7117,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.11547344110854503,
|
181 |
+
"grad_norm": 3.714210033416748,
|
182 |
+
"learning_rate": 1.4434180138568129e-05,
|
183 |
+
"loss": 0.6354,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.12009237875288684,
|
188 |
+
"grad_norm": 5.501813888549805,
|
189 |
+
"learning_rate": 1.5011547344110854e-05,
|
190 |
+
"loss": 0.6266,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.12471131639722864,
|
195 |
+
"grad_norm": 6.622759819030762,
|
196 |
+
"learning_rate": 1.558891454965358e-05,
|
197 |
+
"loss": 0.6894,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.12933025404157045,
|
202 |
+
"grad_norm": 3.647956609725952,
|
203 |
+
"learning_rate": 1.6166281755196306e-05,
|
204 |
+
"loss": 0.66,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.13394919168591224,
|
209 |
+
"grad_norm": 4.103866100311279,
|
210 |
+
"learning_rate": 1.674364896073903e-05,
|
211 |
+
"loss": 0.665,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.13856812933025403,
|
216 |
+
"grad_norm": 3.84169340133667,
|
217 |
+
"learning_rate": 1.7321016166281756e-05,
|
218 |
+
"loss": 0.6676,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.14318706697459585,
|
223 |
+
"grad_norm": 8.042781829833984,
|
224 |
+
"learning_rate": 1.789838337182448e-05,
|
225 |
+
"loss": 0.6236,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.14780600461893764,
|
230 |
+
"grad_norm": 4.35403299331665,
|
231 |
+
"learning_rate": 1.8475750577367208e-05,
|
232 |
+
"loss": 0.6283,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.15242494226327943,
|
237 |
+
"grad_norm": 3.7114272117614746,
|
238 |
+
"learning_rate": 1.9053117782909933e-05,
|
239 |
+
"loss": 0.6472,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.15704387990762125,
|
244 |
+
"grad_norm": 2.5825653076171875,
|
245 |
+
"learning_rate": 1.9630484988452657e-05,
|
246 |
+
"loss": 0.6139,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.16166281755196305,
|
251 |
+
"grad_norm": 4.71831750869751,
|
252 |
+
"learning_rate": 2.0207852193995382e-05,
|
253 |
+
"loss": 0.6019,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.16628175519630484,
|
258 |
+
"grad_norm": 7.264115333557129,
|
259 |
+
"learning_rate": 2.0785219399538107e-05,
|
260 |
+
"loss": 0.6484,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.17090069284064666,
|
265 |
+
"grad_norm": 5.484978199005127,
|
266 |
+
"learning_rate": 2.1362586605080835e-05,
|
267 |
+
"loss": 0.6423,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.17551963048498845,
|
272 |
+
"grad_norm": 4.004003524780273,
|
273 |
+
"learning_rate": 2.1939953810623556e-05,
|
274 |
+
"loss": 0.6167,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.18013856812933027,
|
279 |
+
"grad_norm": 3.858074426651001,
|
280 |
+
"learning_rate": 2.251732101616628e-05,
|
281 |
+
"loss": 0.6029,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.18475750577367206,
|
286 |
+
"grad_norm": 4.84448766708374,
|
287 |
+
"learning_rate": 2.309468822170901e-05,
|
288 |
+
"loss": 0.5511,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.18937644341801385,
|
293 |
+
"grad_norm": 3.419329881668091,
|
294 |
+
"learning_rate": 2.3672055427251733e-05,
|
295 |
+
"loss": 0.5919,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.19399538106235567,
|
300 |
+
"grad_norm": 2.367598295211792,
|
301 |
+
"learning_rate": 2.4249422632794458e-05,
|
302 |
+
"loss": 0.5407,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.19861431870669746,
|
307 |
+
"grad_norm": 4.016935348510742,
|
308 |
+
"learning_rate": 2.4826789838337182e-05,
|
309 |
+
"loss": 0.5829,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.20323325635103925,
|
314 |
+
"grad_norm": 4.788145065307617,
|
315 |
+
"learning_rate": 2.540415704387991e-05,
|
316 |
+
"loss": 0.593,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.20785219399538107,
|
321 |
+
"grad_norm": 3.618800401687622,
|
322 |
+
"learning_rate": 2.5981524249422635e-05,
|
323 |
+
"loss": 0.56,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.21247113163972287,
|
328 |
+
"grad_norm": 3.6879987716674805,
|
329 |
+
"learning_rate": 2.6558891454965356e-05,
|
330 |
+
"loss": 0.5448,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.21709006928406466,
|
335 |
+
"grad_norm": 3.6736364364624023,
|
336 |
+
"learning_rate": 2.7136258660508084e-05,
|
337 |
+
"loss": 0.5707,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.22170900692840648,
|
342 |
+
"grad_norm": 3.954604387283325,
|
343 |
+
"learning_rate": 2.771362586605081e-05,
|
344 |
+
"loss": 0.5891,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.22632794457274827,
|
349 |
+
"grad_norm": 6.050353050231934,
|
350 |
+
"learning_rate": 2.8290993071593537e-05,
|
351 |
+
"loss": 0.6231,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.23094688221709006,
|
356 |
+
"grad_norm": 3.728318214416504,
|
357 |
+
"learning_rate": 2.8868360277136258e-05,
|
358 |
+
"loss": 0.6294,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.23556581986143188,
|
363 |
+
"grad_norm": 5.047093391418457,
|
364 |
+
"learning_rate": 2.9445727482678986e-05,
|
365 |
+
"loss": 0.5795,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.24018475750577367,
|
370 |
+
"grad_norm": 4.392754077911377,
|
371 |
+
"learning_rate": 3.0023094688221707e-05,
|
372 |
+
"loss": 0.5634,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.24480369515011546,
|
377 |
+
"grad_norm": 3.634922504425049,
|
378 |
+
"learning_rate": 3.060046189376444e-05,
|
379 |
+
"loss": 0.5372,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.24942263279445728,
|
384 |
+
"grad_norm": 3.2436106204986572,
|
385 |
+
"learning_rate": 3.117782909930716e-05,
|
386 |
+
"loss": 0.5914,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.2540415704387991,
|
391 |
+
"grad_norm": 4.555751323699951,
|
392 |
+
"learning_rate": 3.175519630484989e-05,
|
393 |
+
"loss": 0.5767,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.2586605080831409,
|
398 |
+
"grad_norm": 3.359252452850342,
|
399 |
+
"learning_rate": 3.233256351039261e-05,
|
400 |
+
"loss": 0.5569,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.2632794457274827,
|
405 |
+
"grad_norm": 3.362272262573242,
|
406 |
+
"learning_rate": 3.290993071593534e-05,
|
407 |
+
"loss": 0.6248,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.2678983833718245,
|
412 |
+
"grad_norm": 3.1555299758911133,
|
413 |
+
"learning_rate": 3.348729792147806e-05,
|
414 |
+
"loss": 0.5629,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.27251732101616627,
|
419 |
+
"grad_norm": 4.786733627319336,
|
420 |
+
"learning_rate": 3.4064665127020787e-05,
|
421 |
+
"loss": 0.5942,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.27713625866050806,
|
426 |
+
"grad_norm": 4.290501117706299,
|
427 |
+
"learning_rate": 3.464203233256351e-05,
|
428 |
+
"loss": 0.5694,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.2817551963048499,
|
433 |
+
"grad_norm": 2.2575786113739014,
|
434 |
+
"learning_rate": 3.5219399538106236e-05,
|
435 |
+
"loss": 0.5459,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.2863741339491917,
|
440 |
+
"grad_norm": 4.7077484130859375,
|
441 |
+
"learning_rate": 3.579676674364896e-05,
|
442 |
+
"loss": 0.5686,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.2909930715935335,
|
447 |
+
"grad_norm": 3.487034559249878,
|
448 |
+
"learning_rate": 3.6374133949191685e-05,
|
449 |
+
"loss": 0.5185,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.2956120092378753,
|
454 |
+
"grad_norm": 4.230603218078613,
|
455 |
+
"learning_rate": 3.6951501154734416e-05,
|
456 |
+
"loss": 0.5548,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3002309468822171,
|
461 |
+
"grad_norm": 3.5367519855499268,
|
462 |
+
"learning_rate": 3.7528868360277134e-05,
|
463 |
+
"loss": 0.5658,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.30484988452655887,
|
468 |
+
"grad_norm": 3.3856465816497803,
|
469 |
+
"learning_rate": 3.8106235565819866e-05,
|
470 |
+
"loss": 0.5459,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.3094688221709007,
|
475 |
+
"grad_norm": 3.4272944927215576,
|
476 |
+
"learning_rate": 3.868360277136259e-05,
|
477 |
+
"loss": 0.5823,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3140877598152425,
|
482 |
+
"grad_norm": 2.7848410606384277,
|
483 |
+
"learning_rate": 3.9260969976905315e-05,
|
484 |
+
"loss": 0.5481,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.3187066974595843,
|
489 |
+
"grad_norm": 2.8584043979644775,
|
490 |
+
"learning_rate": 3.983833718244804e-05,
|
491 |
+
"loss": 0.4907,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3233256351039261,
|
496 |
+
"grad_norm": 3.9872729778289795,
|
497 |
+
"learning_rate": 4.0415704387990764e-05,
|
498 |
+
"loss": 0.5703,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.3279445727482679,
|
503 |
+
"grad_norm": 4.052183151245117,
|
504 |
+
"learning_rate": 4.099307159353349e-05,
|
505 |
+
"loss": 0.6229,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.3325635103926097,
|
510 |
+
"grad_norm": 3.6171059608459473,
|
511 |
+
"learning_rate": 4.1570438799076213e-05,
|
512 |
+
"loss": 0.5022,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.3371824480369515,
|
517 |
+
"grad_norm": 3.4360239505767822,
|
518 |
+
"learning_rate": 4.214780600461894e-05,
|
519 |
+
"loss": 0.5642,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.3418013856812933,
|
524 |
+
"grad_norm": 3.328563928604126,
|
525 |
+
"learning_rate": 4.272517321016167e-05,
|
526 |
+
"loss": 0.543,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.3464203233256351,
|
531 |
+
"grad_norm": 2.494722843170166,
|
532 |
+
"learning_rate": 4.330254041570439e-05,
|
533 |
+
"loss": 0.5056,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.3510392609699769,
|
538 |
+
"grad_norm": 2.9856996536254883,
|
539 |
+
"learning_rate": 4.387990762124711e-05,
|
540 |
+
"loss": 0.5215,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.3556581986143187,
|
545 |
+
"grad_norm": 3.6510608196258545,
|
546 |
+
"learning_rate": 4.445727482678984e-05,
|
547 |
+
"loss": 0.5418,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.36027713625866054,
|
552 |
+
"grad_norm": 2.837355136871338,
|
553 |
+
"learning_rate": 4.503464203233256e-05,
|
554 |
+
"loss": 0.5197,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.3648960739030023,
|
559 |
+
"grad_norm": 2.4272849559783936,
|
560 |
+
"learning_rate": 4.561200923787529e-05,
|
561 |
+
"loss": 0.5151,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.3695150115473441,
|
566 |
+
"grad_norm": 2.2198147773742676,
|
567 |
+
"learning_rate": 4.618937644341802e-05,
|
568 |
+
"loss": 0.5037,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.3741339491916859,
|
573 |
+
"grad_norm": 3.082343816757202,
|
574 |
+
"learning_rate": 4.676674364896074e-05,
|
575 |
+
"loss": 0.5411,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.3787528868360277,
|
580 |
+
"grad_norm": 2.739429235458374,
|
581 |
+
"learning_rate": 4.7344110854503466e-05,
|
582 |
+
"loss": 0.5034,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.3833718244803695,
|
587 |
+
"grad_norm": 2.8211052417755127,
|
588 |
+
"learning_rate": 4.792147806004619e-05,
|
589 |
+
"loss": 0.5077,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.38799076212471134,
|
594 |
+
"grad_norm": 4.462055683135986,
|
595 |
+
"learning_rate": 4.8498845265588916e-05,
|
596 |
+
"loss": 0.4883,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.39260969976905313,
|
601 |
+
"grad_norm": 2.8090898990631104,
|
602 |
+
"learning_rate": 4.907621247113165e-05,
|
603 |
+
"loss": 0.4918,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.3972286374133949,
|
608 |
+
"grad_norm": 2.787473440170288,
|
609 |
+
"learning_rate": 4.9653579676674365e-05,
|
610 |
+
"loss": 0.4736,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.4018475750577367,
|
615 |
+
"grad_norm": 3.198763132095337,
|
616 |
+
"learning_rate": 4.999996750557592e-05,
|
617 |
+
"loss": 0.5243,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.4064665127020785,
|
622 |
+
"grad_norm": 3.8778421878814697,
|
623 |
+
"learning_rate": 4.9999601944275146e-05,
|
624 |
+
"loss": 0.5206,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.4110854503464203,
|
629 |
+
"grad_norm": 4.326559066772461,
|
630 |
+
"learning_rate": 4.999883020960263e-05,
|
631 |
+
"loss": 0.5998,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.41570438799076215,
|
636 |
+
"grad_norm": 2.1009411811828613,
|
637 |
+
"learning_rate": 4.99976523140969e-05,
|
638 |
+
"loss": 0.5097,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.42032332563510394,
|
643 |
+
"grad_norm": 3.0838584899902344,
|
644 |
+
"learning_rate": 4.999606827689545e-05,
|
645 |
+
"loss": 0.4699,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.42494226327944573,
|
650 |
+
"grad_norm": 3.067430019378662,
|
651 |
+
"learning_rate": 4.999407812373445e-05,
|
652 |
+
"loss": 0.5223,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.4295612009237875,
|
657 |
+
"grad_norm": 2.580418109893799,
|
658 |
+
"learning_rate": 4.9991681886948297e-05,
|
659 |
+
"loss": 0.5396,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.4341801385681293,
|
664 |
+
"grad_norm": 2.748032808303833,
|
665 |
+
"learning_rate": 4.9988879605469106e-05,
|
666 |
+
"loss": 0.4965,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.4387990762124711,
|
671 |
+
"grad_norm": 2.841571569442749,
|
672 |
+
"learning_rate": 4.99856713248261e-05,
|
673 |
+
"loss": 0.472,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.44341801385681295,
|
678 |
+
"grad_norm": 1.8557236194610596,
|
679 |
+
"learning_rate": 4.9982057097144826e-05,
|
680 |
+
"loss": 0.4878,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.44803695150115475,
|
685 |
+
"grad_norm": 5.707876205444336,
|
686 |
+
"learning_rate": 4.9978036981146344e-05,
|
687 |
+
"loss": 0.4883,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.45265588914549654,
|
692 |
+
"grad_norm": 3.867081880569458,
|
693 |
+
"learning_rate": 4.9973611042146254e-05,
|
694 |
+
"loss": 0.4929,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.45727482678983833,
|
699 |
+
"grad_norm": 2.291074275970459,
|
700 |
+
"learning_rate": 4.996877935205365e-05,
|
701 |
+
"loss": 0.5046,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.4618937644341801,
|
706 |
+
"grad_norm": 2.332185745239258,
|
707 |
+
"learning_rate": 4.996354198936993e-05,
|
708 |
+
"loss": 0.4539,
|
709 |
+
"step": 1000
|
710 |
+
}
|
711 |
+
],
|
712 |
+
"logging_steps": 10,
|
713 |
+
"max_steps": 8660,
|
714 |
+
"num_input_tokens_seen": 0,
|
715 |
+
"num_train_epochs": 4,
|
716 |
+
"save_steps": 500,
|
717 |
+
"stateful_callbacks": {
|
718 |
+
"TrainerControl": {
|
719 |
+
"args": {
|
720 |
+
"should_epoch_stop": false,
|
721 |
+
"should_evaluate": false,
|
722 |
+
"should_log": false,
|
723 |
+
"should_save": true,
|
724 |
+
"should_training_stop": false
|
725 |
+
},
|
726 |
+
"attributes": {}
|
727 |
+
}
|
728 |
+
},
|
729 |
+
"total_flos": 2.714316759199908e+17,
|
730 |
+
"train_batch_size": 1,
|
731 |
+
"trial_name": null,
|
732 |
+
"trial_params": null
|
733 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5634a4aea40f26a4bd395cce99d40e5d4ac38396a87a690ea8534fccfab25f6d
|
3 |
+
size 5368
|
checkpoint-1500/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: /root/autodl-tmp/models/Mistral-7B-Instruct-v0.2
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.11.1
|
checkpoint-1500/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/root/autodl-tmp/models/Mistral-7B-Instruct-v0.2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-1500/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:307ae7a77c9ca972a8f6eddbf3d986b6c0b640bfe93bd5d5e5ee282b6d330ee9
|
3 |
+
size 167832240
|
checkpoint-1500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87c94699374d7902761ca201dbc2fb58790564814a6c6275c5461ece4a211bdd
|
3 |
+
size 335922386
|
checkpoint-1500/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92cc13315f24c28015d695b6cde08bb1cd6fea4cbc435998485ed6fbe4c91285
|
3 |
+
size 15024
|
checkpoint-1500/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c154b6a63e0b1f98f7d2847944398f99f1657d35e8eddf7fdf0ae2c24b0552
|
3 |
+
size 15024
|
checkpoint-1500/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f784c6a9507b51189f2caffbd178ea9882103b75852e31c15f47fdae6a43af1d
|
3 |
+
size 15024
|
checkpoint-1500/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b023e05bc2d12b91dc436d4922b990d50ec8dc56d40dc3e36b3bb34fc81341
|
3 |
+
size 15024
|
checkpoint-1500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b771def0da9a50474b6f499a88427731f7aaa234c9154f4eee7a42c2a57b96cf
|
3 |
+
size 1064
|
checkpoint-1500/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-1500/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1500/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
checkpoint-1500/tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "'<s>'{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"spaces_between_special_tokens": false,
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"unk_token": "<unk>",
|
44 |
+
"use_default_system_prompt": false
|
45 |
+
}
|
checkpoint-1500/trainer_state.json
ADDED
@@ -0,0 +1,1083 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.6928406466512702,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1500,
|
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.004618937644341801,
|
13 |
+
"grad_norm": 11.009225845336914,
|
14 |
+
"learning_rate": 5.773672055427253e-07,
|
15 |
+
"loss": 2.4977,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.009237875288683603,
|
20 |
+
"grad_norm": 9.019889831542969,
|
21 |
+
"learning_rate": 1.1547344110854505e-06,
|
22 |
+
"loss": 2.7655,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.013856812933025405,
|
27 |
+
"grad_norm": 11.212933540344238,
|
28 |
+
"learning_rate": 1.7321016166281756e-06,
|
29 |
+
"loss": 2.7241,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.018475750577367205,
|
34 |
+
"grad_norm": 9.982237815856934,
|
35 |
+
"learning_rate": 2.309468822170901e-06,
|
36 |
+
"loss": 2.8357,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.023094688221709007,
|
41 |
+
"grad_norm": 16.251842498779297,
|
42 |
+
"learning_rate": 2.886836027713626e-06,
|
43 |
+
"loss": 2.1159,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.02771362586605081,
|
48 |
+
"grad_norm": 7.950500011444092,
|
49 |
+
"learning_rate": 3.464203233256351e-06,
|
50 |
+
"loss": 1.498,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03233256351039261,
|
55 |
+
"grad_norm": 4.816328048706055,
|
56 |
+
"learning_rate": 4.041570438799077e-06,
|
57 |
+
"loss": 0.9835,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.03695150115473441,
|
62 |
+
"grad_norm": 9.529770851135254,
|
63 |
+
"learning_rate": 4.618937644341802e-06,
|
64 |
+
"loss": 1.0009,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.04157043879907621,
|
69 |
+
"grad_norm": 12.515681266784668,
|
70 |
+
"learning_rate": 5.196304849884527e-06,
|
71 |
+
"loss": 1.0264,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.046189376443418015,
|
76 |
+
"grad_norm": 5.393396854400635,
|
77 |
+
"learning_rate": 5.773672055427252e-06,
|
78 |
+
"loss": 0.8218,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.050808314087759814,
|
83 |
+
"grad_norm": 2.777273416519165,
|
84 |
+
"learning_rate": 6.351039260969978e-06,
|
85 |
+
"loss": 0.8719,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.05542725173210162,
|
90 |
+
"grad_norm": 3.8990070819854736,
|
91 |
+
"learning_rate": 6.928406466512702e-06,
|
92 |
+
"loss": 0.8592,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.06004618937644342,
|
97 |
+
"grad_norm": 4.342905521392822,
|
98 |
+
"learning_rate": 7.505773672055427e-06,
|
99 |
+
"loss": 0.7982,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.06466512702078522,
|
104 |
+
"grad_norm": 2.4967517852783203,
|
105 |
+
"learning_rate": 8.083140877598153e-06,
|
106 |
+
"loss": 0.7203,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.06928406466512702,
|
111 |
+
"grad_norm": 5.491476058959961,
|
112 |
+
"learning_rate": 8.660508083140878e-06,
|
113 |
+
"loss": 0.7647,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.07390300230946882,
|
118 |
+
"grad_norm": 4.13068962097168,
|
119 |
+
"learning_rate": 9.237875288683604e-06,
|
120 |
+
"loss": 0.7378,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.07852193995381063,
|
125 |
+
"grad_norm": 3.9301445484161377,
|
126 |
+
"learning_rate": 9.815242494226329e-06,
|
127 |
+
"loss": 0.7355,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.08314087759815242,
|
132 |
+
"grad_norm": 2.891854763031006,
|
133 |
+
"learning_rate": 1.0392609699769053e-05,
|
134 |
+
"loss": 0.6911,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.08775981524249422,
|
139 |
+
"grad_norm": 5.377829074859619,
|
140 |
+
"learning_rate": 1.0969976905311778e-05,
|
141 |
+
"loss": 0.7972,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.09237875288683603,
|
146 |
+
"grad_norm": 3.1744544506073,
|
147 |
+
"learning_rate": 1.1547344110854504e-05,
|
148 |
+
"loss": 0.6792,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.09699769053117784,
|
153 |
+
"grad_norm": 4.408601760864258,
|
154 |
+
"learning_rate": 1.2124711316397229e-05,
|
155 |
+
"loss": 0.7378,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.10161662817551963,
|
160 |
+
"grad_norm": 3.3633627891540527,
|
161 |
+
"learning_rate": 1.2702078521939955e-05,
|
162 |
+
"loss": 0.7131,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.10623556581986143,
|
167 |
+
"grad_norm": 5.786050319671631,
|
168 |
+
"learning_rate": 1.3279445727482678e-05,
|
169 |
+
"loss": 0.6806,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.11085450346420324,
|
174 |
+
"grad_norm": 6.865295886993408,
|
175 |
+
"learning_rate": 1.3856812933025404e-05,
|
176 |
+
"loss": 0.7117,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.11547344110854503,
|
181 |
+
"grad_norm": 3.714210033416748,
|
182 |
+
"learning_rate": 1.4434180138568129e-05,
|
183 |
+
"loss": 0.6354,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.12009237875288684,
|
188 |
+
"grad_norm": 5.501813888549805,
|
189 |
+
"learning_rate": 1.5011547344110854e-05,
|
190 |
+
"loss": 0.6266,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.12471131639722864,
|
195 |
+
"grad_norm": 6.622759819030762,
|
196 |
+
"learning_rate": 1.558891454965358e-05,
|
197 |
+
"loss": 0.6894,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.12933025404157045,
|
202 |
+
"grad_norm": 3.647956609725952,
|
203 |
+
"learning_rate": 1.6166281755196306e-05,
|
204 |
+
"loss": 0.66,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.13394919168591224,
|
209 |
+
"grad_norm": 4.103866100311279,
|
210 |
+
"learning_rate": 1.674364896073903e-05,
|
211 |
+
"loss": 0.665,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.13856812933025403,
|
216 |
+
"grad_norm": 3.84169340133667,
|
217 |
+
"learning_rate": 1.7321016166281756e-05,
|
218 |
+
"loss": 0.6676,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.14318706697459585,
|
223 |
+
"grad_norm": 8.042781829833984,
|
224 |
+
"learning_rate": 1.789838337182448e-05,
|
225 |
+
"loss": 0.6236,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.14780600461893764,
|
230 |
+
"grad_norm": 4.35403299331665,
|
231 |
+
"learning_rate": 1.8475750577367208e-05,
|
232 |
+
"loss": 0.6283,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.15242494226327943,
|
237 |
+
"grad_norm": 3.7114272117614746,
|
238 |
+
"learning_rate": 1.9053117782909933e-05,
|
239 |
+
"loss": 0.6472,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.15704387990762125,
|
244 |
+
"grad_norm": 2.5825653076171875,
|
245 |
+
"learning_rate": 1.9630484988452657e-05,
|
246 |
+
"loss": 0.6139,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.16166281755196305,
|
251 |
+
"grad_norm": 4.71831750869751,
|
252 |
+
"learning_rate": 2.0207852193995382e-05,
|
253 |
+
"loss": 0.6019,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.16628175519630484,
|
258 |
+
"grad_norm": 7.264115333557129,
|
259 |
+
"learning_rate": 2.0785219399538107e-05,
|
260 |
+
"loss": 0.6484,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.17090069284064666,
|
265 |
+
"grad_norm": 5.484978199005127,
|
266 |
+
"learning_rate": 2.1362586605080835e-05,
|
267 |
+
"loss": 0.6423,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.17551963048498845,
|
272 |
+
"grad_norm": 4.004003524780273,
|
273 |
+
"learning_rate": 2.1939953810623556e-05,
|
274 |
+
"loss": 0.6167,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.18013856812933027,
|
279 |
+
"grad_norm": 3.858074426651001,
|
280 |
+
"learning_rate": 2.251732101616628e-05,
|
281 |
+
"loss": 0.6029,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.18475750577367206,
|
286 |
+
"grad_norm": 4.84448766708374,
|
287 |
+
"learning_rate": 2.309468822170901e-05,
|
288 |
+
"loss": 0.5511,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.18937644341801385,
|
293 |
+
"grad_norm": 3.419329881668091,
|
294 |
+
"learning_rate": 2.3672055427251733e-05,
|
295 |
+
"loss": 0.5919,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.19399538106235567,
|
300 |
+
"grad_norm": 2.367598295211792,
|
301 |
+
"learning_rate": 2.4249422632794458e-05,
|
302 |
+
"loss": 0.5407,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.19861431870669746,
|
307 |
+
"grad_norm": 4.016935348510742,
|
308 |
+
"learning_rate": 2.4826789838337182e-05,
|
309 |
+
"loss": 0.5829,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.20323325635103925,
|
314 |
+
"grad_norm": 4.788145065307617,
|
315 |
+
"learning_rate": 2.540415704387991e-05,
|
316 |
+
"loss": 0.593,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.20785219399538107,
|
321 |
+
"grad_norm": 3.618800401687622,
|
322 |
+
"learning_rate": 2.5981524249422635e-05,
|
323 |
+
"loss": 0.56,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.21247113163972287,
|
328 |
+
"grad_norm": 3.6879987716674805,
|
329 |
+
"learning_rate": 2.6558891454965356e-05,
|
330 |
+
"loss": 0.5448,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.21709006928406466,
|
335 |
+
"grad_norm": 3.6736364364624023,
|
336 |
+
"learning_rate": 2.7136258660508084e-05,
|
337 |
+
"loss": 0.5707,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.22170900692840648,
|
342 |
+
"grad_norm": 3.954604387283325,
|
343 |
+
"learning_rate": 2.771362586605081e-05,
|
344 |
+
"loss": 0.5891,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.22632794457274827,
|
349 |
+
"grad_norm": 6.050353050231934,
|
350 |
+
"learning_rate": 2.8290993071593537e-05,
|
351 |
+
"loss": 0.6231,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.23094688221709006,
|
356 |
+
"grad_norm": 3.728318214416504,
|
357 |
+
"learning_rate": 2.8868360277136258e-05,
|
358 |
+
"loss": 0.6294,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.23556581986143188,
|
363 |
+
"grad_norm": 5.047093391418457,
|
364 |
+
"learning_rate": 2.9445727482678986e-05,
|
365 |
+
"loss": 0.5795,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.24018475750577367,
|
370 |
+
"grad_norm": 4.392754077911377,
|
371 |
+
"learning_rate": 3.0023094688221707e-05,
|
372 |
+
"loss": 0.5634,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.24480369515011546,
|
377 |
+
"grad_norm": 3.634922504425049,
|
378 |
+
"learning_rate": 3.060046189376444e-05,
|
379 |
+
"loss": 0.5372,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.24942263279445728,
|
384 |
+
"grad_norm": 3.2436106204986572,
|
385 |
+
"learning_rate": 3.117782909930716e-05,
|
386 |
+
"loss": 0.5914,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.2540415704387991,
|
391 |
+
"grad_norm": 4.555751323699951,
|
392 |
+
"learning_rate": 3.175519630484989e-05,
|
393 |
+
"loss": 0.5767,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.2586605080831409,
|
398 |
+
"grad_norm": 3.359252452850342,
|
399 |
+
"learning_rate": 3.233256351039261e-05,
|
400 |
+
"loss": 0.5569,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.2632794457274827,
|
405 |
+
"grad_norm": 3.362272262573242,
|
406 |
+
"learning_rate": 3.290993071593534e-05,
|
407 |
+
"loss": 0.6248,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.2678983833718245,
|
412 |
+
"grad_norm": 3.1555299758911133,
|
413 |
+
"learning_rate": 3.348729792147806e-05,
|
414 |
+
"loss": 0.5629,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.27251732101616627,
|
419 |
+
"grad_norm": 4.786733627319336,
|
420 |
+
"learning_rate": 3.4064665127020787e-05,
|
421 |
+
"loss": 0.5942,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.27713625866050806,
|
426 |
+
"grad_norm": 4.290501117706299,
|
427 |
+
"learning_rate": 3.464203233256351e-05,
|
428 |
+
"loss": 0.5694,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.2817551963048499,
|
433 |
+
"grad_norm": 2.2575786113739014,
|
434 |
+
"learning_rate": 3.5219399538106236e-05,
|
435 |
+
"loss": 0.5459,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.2863741339491917,
|
440 |
+
"grad_norm": 4.7077484130859375,
|
441 |
+
"learning_rate": 3.579676674364896e-05,
|
442 |
+
"loss": 0.5686,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.2909930715935335,
|
447 |
+
"grad_norm": 3.487034559249878,
|
448 |
+
"learning_rate": 3.6374133949191685e-05,
|
449 |
+
"loss": 0.5185,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.2956120092378753,
|
454 |
+
"grad_norm": 4.230603218078613,
|
455 |
+
"learning_rate": 3.6951501154734416e-05,
|
456 |
+
"loss": 0.5548,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3002309468822171,
|
461 |
+
"grad_norm": 3.5367519855499268,
|
462 |
+
"learning_rate": 3.7528868360277134e-05,
|
463 |
+
"loss": 0.5658,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.30484988452655887,
|
468 |
+
"grad_norm": 3.3856465816497803,
|
469 |
+
"learning_rate": 3.8106235565819866e-05,
|
470 |
+
"loss": 0.5459,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.3094688221709007,
|
475 |
+
"grad_norm": 3.4272944927215576,
|
476 |
+
"learning_rate": 3.868360277136259e-05,
|
477 |
+
"loss": 0.5823,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3140877598152425,
|
482 |
+
"grad_norm": 2.7848410606384277,
|
483 |
+
"learning_rate": 3.9260969976905315e-05,
|
484 |
+
"loss": 0.5481,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.3187066974595843,
|
489 |
+
"grad_norm": 2.8584043979644775,
|
490 |
+
"learning_rate": 3.983833718244804e-05,
|
491 |
+
"loss": 0.4907,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3233256351039261,
|
496 |
+
"grad_norm": 3.9872729778289795,
|
497 |
+
"learning_rate": 4.0415704387990764e-05,
|
498 |
+
"loss": 0.5703,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.3279445727482679,
|
503 |
+
"grad_norm": 4.052183151245117,
|
504 |
+
"learning_rate": 4.099307159353349e-05,
|
505 |
+
"loss": 0.6229,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.3325635103926097,
|
510 |
+
"grad_norm": 3.6171059608459473,
|
511 |
+
"learning_rate": 4.1570438799076213e-05,
|
512 |
+
"loss": 0.5022,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.3371824480369515,
|
517 |
+
"grad_norm": 3.4360239505767822,
|
518 |
+
"learning_rate": 4.214780600461894e-05,
|
519 |
+
"loss": 0.5642,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.3418013856812933,
|
524 |
+
"grad_norm": 3.328563928604126,
|
525 |
+
"learning_rate": 4.272517321016167e-05,
|
526 |
+
"loss": 0.543,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.3464203233256351,
|
531 |
+
"grad_norm": 2.494722843170166,
|
532 |
+
"learning_rate": 4.330254041570439e-05,
|
533 |
+
"loss": 0.5056,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.3510392609699769,
|
538 |
+
"grad_norm": 2.9856996536254883,
|
539 |
+
"learning_rate": 4.387990762124711e-05,
|
540 |
+
"loss": 0.5215,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.3556581986143187,
|
545 |
+
"grad_norm": 3.6510608196258545,
|
546 |
+
"learning_rate": 4.445727482678984e-05,
|
547 |
+
"loss": 0.5418,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.36027713625866054,
|
552 |
+
"grad_norm": 2.837355136871338,
|
553 |
+
"learning_rate": 4.503464203233256e-05,
|
554 |
+
"loss": 0.5197,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.3648960739030023,
|
559 |
+
"grad_norm": 2.4272849559783936,
|
560 |
+
"learning_rate": 4.561200923787529e-05,
|
561 |
+
"loss": 0.5151,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.3695150115473441,
|
566 |
+
"grad_norm": 2.2198147773742676,
|
567 |
+
"learning_rate": 4.618937644341802e-05,
|
568 |
+
"loss": 0.5037,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.3741339491916859,
|
573 |
+
"grad_norm": 3.082343816757202,
|
574 |
+
"learning_rate": 4.676674364896074e-05,
|
575 |
+
"loss": 0.5411,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.3787528868360277,
|
580 |
+
"grad_norm": 2.739429235458374,
|
581 |
+
"learning_rate": 4.7344110854503466e-05,
|
582 |
+
"loss": 0.5034,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.3833718244803695,
|
587 |
+
"grad_norm": 2.8211052417755127,
|
588 |
+
"learning_rate": 4.792147806004619e-05,
|
589 |
+
"loss": 0.5077,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.38799076212471134,
|
594 |
+
"grad_norm": 4.462055683135986,
|
595 |
+
"learning_rate": 4.8498845265588916e-05,
|
596 |
+
"loss": 0.4883,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.39260969976905313,
|
601 |
+
"grad_norm": 2.8090898990631104,
|
602 |
+
"learning_rate": 4.907621247113165e-05,
|
603 |
+
"loss": 0.4918,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.3972286374133949,
|
608 |
+
"grad_norm": 2.787473440170288,
|
609 |
+
"learning_rate": 4.9653579676674365e-05,
|
610 |
+
"loss": 0.4736,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.4018475750577367,
|
615 |
+
"grad_norm": 3.198763132095337,
|
616 |
+
"learning_rate": 4.999996750557592e-05,
|
617 |
+
"loss": 0.5243,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.4064665127020785,
|
622 |
+
"grad_norm": 3.8778421878814697,
|
623 |
+
"learning_rate": 4.9999601944275146e-05,
|
624 |
+
"loss": 0.5206,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.4110854503464203,
|
629 |
+
"grad_norm": 4.326559066772461,
|
630 |
+
"learning_rate": 4.999883020960263e-05,
|
631 |
+
"loss": 0.5998,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.41570438799076215,
|
636 |
+
"grad_norm": 2.1009411811828613,
|
637 |
+
"learning_rate": 4.99976523140969e-05,
|
638 |
+
"loss": 0.5097,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.42032332563510394,
|
643 |
+
"grad_norm": 3.0838584899902344,
|
644 |
+
"learning_rate": 4.999606827689545e-05,
|
645 |
+
"loss": 0.4699,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.42494226327944573,
|
650 |
+
"grad_norm": 3.067430019378662,
|
651 |
+
"learning_rate": 4.999407812373445e-05,
|
652 |
+
"loss": 0.5223,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.4295612009237875,
|
657 |
+
"grad_norm": 2.580418109893799,
|
658 |
+
"learning_rate": 4.9991681886948297e-05,
|
659 |
+
"loss": 0.5396,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.4341801385681293,
|
664 |
+
"grad_norm": 2.748032808303833,
|
665 |
+
"learning_rate": 4.9988879605469106e-05,
|
666 |
+
"loss": 0.4965,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.4387990762124711,
|
671 |
+
"grad_norm": 2.841571569442749,
|
672 |
+
"learning_rate": 4.99856713248261e-05,
|
673 |
+
"loss": 0.472,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.44341801385681295,
|
678 |
+
"grad_norm": 1.8557236194610596,
|
679 |
+
"learning_rate": 4.9982057097144826e-05,
|
680 |
+
"loss": 0.4878,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.44803695150115475,
|
685 |
+
"grad_norm": 5.707876205444336,
|
686 |
+
"learning_rate": 4.9978036981146344e-05,
|
687 |
+
"loss": 0.4883,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.45265588914549654,
|
692 |
+
"grad_norm": 3.867081880569458,
|
693 |
+
"learning_rate": 4.9973611042146254e-05,
|
694 |
+
"loss": 0.4929,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.45727482678983833,
|
699 |
+
"grad_norm": 2.291074275970459,
|
700 |
+
"learning_rate": 4.996877935205365e-05,
|
701 |
+
"loss": 0.5046,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.4618937644341801,
|
706 |
+
"grad_norm": 2.332185745239258,
|
707 |
+
"learning_rate": 4.996354198936993e-05,
|
708 |
+
"loss": 0.4539,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.4665127020785219,
|
713 |
+
"grad_norm": 3.7381327152252197,
|
714 |
+
"learning_rate": 4.995789903918755e-05,
|
715 |
+
"loss": 0.5296,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.47113163972286376,
|
720 |
+
"grad_norm": 2.239875078201294,
|
721 |
+
"learning_rate": 4.99518505931886e-05,
|
722 |
+
"loss": 0.5004,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.47575057736720555,
|
727 |
+
"grad_norm": 3.7051751613616943,
|
728 |
+
"learning_rate": 4.9945396749643356e-05,
|
729 |
+
"loss": 0.5319,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.48036951501154734,
|
734 |
+
"grad_norm": 2.5135374069213867,
|
735 |
+
"learning_rate": 4.993853761340867e-05,
|
736 |
+
"loss": 0.4952,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.48498845265588914,
|
741 |
+
"grad_norm": 2.6355159282684326,
|
742 |
+
"learning_rate": 4.993127329592625e-05,
|
743 |
+
"loss": 0.4807,
|
744 |
+
"step": 1050
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.4896073903002309,
|
748 |
+
"grad_norm": 5.0833563804626465,
|
749 |
+
"learning_rate": 4.9923603915220874e-05,
|
750 |
+
"loss": 0.5269,
|
751 |
+
"step": 1060
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.4942263279445728,
|
755 |
+
"grad_norm": 2.4188873767852783,
|
756 |
+
"learning_rate": 4.9915529595898445e-05,
|
757 |
+
"loss": 0.5183,
|
758 |
+
"step": 1070
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.49884526558891457,
|
762 |
+
"grad_norm": 2.623342514038086,
|
763 |
+
"learning_rate": 4.9907050469144e-05,
|
764 |
+
"loss": 0.4928,
|
765 |
+
"step": 1080
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.5034642032332564,
|
769 |
+
"grad_norm": 2.629373073577881,
|
770 |
+
"learning_rate": 4.9898166672719547e-05,
|
771 |
+
"loss": 0.5144,
|
772 |
+
"step": 1090
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.5080831408775982,
|
776 |
+
"grad_norm": 1.6594828367233276,
|
777 |
+
"learning_rate": 4.9888878350961857e-05,
|
778 |
+
"loss": 0.4733,
|
779 |
+
"step": 1100
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.5127020785219399,
|
783 |
+
"grad_norm": 2.773136854171753,
|
784 |
+
"learning_rate": 4.987918565478008e-05,
|
785 |
+
"loss": 0.5054,
|
786 |
+
"step": 1110
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.5173210161662818,
|
790 |
+
"grad_norm": 1.9525351524353027,
|
791 |
+
"learning_rate": 4.9869088741653335e-05,
|
792 |
+
"loss": 0.4454,
|
793 |
+
"step": 1120
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.5219399538106235,
|
797 |
+
"grad_norm": 2.84041166305542,
|
798 |
+
"learning_rate": 4.985858777562812e-05,
|
799 |
+
"loss": 0.4871,
|
800 |
+
"step": 1130
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.5265588914549654,
|
804 |
+
"grad_norm": 2.2563703060150146,
|
805 |
+
"learning_rate": 4.9847682927315656e-05,
|
806 |
+
"loss": 0.4605,
|
807 |
+
"step": 1140
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.5311778290993071,
|
811 |
+
"grad_norm": 3.4986164569854736,
|
812 |
+
"learning_rate": 4.983637437388913e-05,
|
813 |
+
"loss": 0.5281,
|
814 |
+
"step": 1150
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.535796766743649,
|
818 |
+
"grad_norm": 2.7081637382507324,
|
819 |
+
"learning_rate": 4.98246622990808e-05,
|
820 |
+
"loss": 0.4568,
|
821 |
+
"step": 1160
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.5404157043879908,
|
825 |
+
"grad_norm": 3.4630649089813232,
|
826 |
+
"learning_rate": 4.981254689317902e-05,
|
827 |
+
"loss": 0.5351,
|
828 |
+
"step": 1170
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.5450346420323325,
|
832 |
+
"grad_norm": 2.5266454219818115,
|
833 |
+
"learning_rate": 4.9800028353025125e-05,
|
834 |
+
"loss": 0.4378,
|
835 |
+
"step": 1180
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.5496535796766744,
|
839 |
+
"grad_norm": 2.003904104232788,
|
840 |
+
"learning_rate": 4.978710688201026e-05,
|
841 |
+
"loss": 0.4539,
|
842 |
+
"step": 1190
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.5542725173210161,
|
846 |
+
"grad_norm": 3.799851655960083,
|
847 |
+
"learning_rate": 4.9773782690072055e-05,
|
848 |
+
"loss": 0.5349,
|
849 |
+
"step": 1200
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.558891454965358,
|
853 |
+
"grad_norm": 2.7120118141174316,
|
854 |
+
"learning_rate": 4.976005599369126e-05,
|
855 |
+
"loss": 0.4938,
|
856 |
+
"step": 1210
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.5635103926096998,
|
860 |
+
"grad_norm": 2.687408208847046,
|
861 |
+
"learning_rate": 4.974592701588816e-05,
|
862 |
+
"loss": 0.4473,
|
863 |
+
"step": 1220
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.5681293302540416,
|
867 |
+
"grad_norm": 2.5710184574127197,
|
868 |
+
"learning_rate": 4.9731395986218976e-05,
|
869 |
+
"loss": 0.4854,
|
870 |
+
"step": 1230
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.5727482678983834,
|
874 |
+
"grad_norm": 3.5843756198883057,
|
875 |
+
"learning_rate": 4.9716463140772176e-05,
|
876 |
+
"loss": 0.5108,
|
877 |
+
"step": 1240
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.5773672055427251,
|
881 |
+
"grad_norm": 3.0808424949645996,
|
882 |
+
"learning_rate": 4.970112872216459e-05,
|
883 |
+
"loss": 0.4664,
|
884 |
+
"step": 1250
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.581986143187067,
|
888 |
+
"grad_norm": 2.7078258991241455,
|
889 |
+
"learning_rate": 4.968539297953748e-05,
|
890 |
+
"loss": 0.5728,
|
891 |
+
"step": 1260
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.5866050808314087,
|
895 |
+
"grad_norm": 2.1983377933502197,
|
896 |
+
"learning_rate": 4.96692561685525e-05,
|
897 |
+
"loss": 0.4551,
|
898 |
+
"step": 1270
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.5912240184757506,
|
902 |
+
"grad_norm": 3.719346046447754,
|
903 |
+
"learning_rate": 4.9652718551387545e-05,
|
904 |
+
"loss": 0.4358,
|
905 |
+
"step": 1280
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.5958429561200924,
|
909 |
+
"grad_norm": 3.773397207260132,
|
910 |
+
"learning_rate": 4.963578039673248e-05,
|
911 |
+
"loss": 0.3883,
|
912 |
+
"step": 1290
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.6004618937644342,
|
916 |
+
"grad_norm": 2.14461350440979,
|
917 |
+
"learning_rate": 4.961844197978479e-05,
|
918 |
+
"loss": 0.4403,
|
919 |
+
"step": 1300
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.605080831408776,
|
923 |
+
"grad_norm": 3.8363335132598877,
|
924 |
+
"learning_rate": 4.960070358224508e-05,
|
925 |
+
"loss": 0.4753,
|
926 |
+
"step": 1310
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.6096997690531177,
|
930 |
+
"grad_norm": 2.10432505607605,
|
931 |
+
"learning_rate": 4.9582565492312537e-05,
|
932 |
+
"loss": 0.4728,
|
933 |
+
"step": 1320
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.6143187066974596,
|
937 |
+
"grad_norm": 2.5199790000915527,
|
938 |
+
"learning_rate": 4.9564028004680215e-05,
|
939 |
+
"loss": 0.4544,
|
940 |
+
"step": 1330
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.6189376443418014,
|
944 |
+
"grad_norm": 3.8586044311523438,
|
945 |
+
"learning_rate": 4.9545091420530265e-05,
|
946 |
+
"loss": 0.4649,
|
947 |
+
"step": 1340
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.6235565819861432,
|
951 |
+
"grad_norm": 1.9125807285308838,
|
952 |
+
"learning_rate": 4.9525756047529023e-05,
|
953 |
+
"loss": 0.4609,
|
954 |
+
"step": 1350
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.628175519630485,
|
958 |
+
"grad_norm": 2.1655430793762207,
|
959 |
+
"learning_rate": 4.950602219982207e-05,
|
960 |
+
"loss": 0.4832,
|
961 |
+
"step": 1360
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.6327944572748267,
|
965 |
+
"grad_norm": 4.029664993286133,
|
966 |
+
"learning_rate": 4.948589019802901e-05,
|
967 |
+
"loss": 0.4751,
|
968 |
+
"step": 1370
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.6374133949191686,
|
972 |
+
"grad_norm": 2.2781596183776855,
|
973 |
+
"learning_rate": 4.94653603692384e-05,
|
974 |
+
"loss": 0.4691,
|
975 |
+
"step": 1380
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.6420323325635104,
|
979 |
+
"grad_norm": 1.623131513595581,
|
980 |
+
"learning_rate": 4.9444433047002327e-05,
|
981 |
+
"loss": 0.4397,
|
982 |
+
"step": 1390
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.6466512702078522,
|
986 |
+
"grad_norm": 2.9153196811676025,
|
987 |
+
"learning_rate": 4.9423108571331055e-05,
|
988 |
+
"loss": 0.4737,
|
989 |
+
"step": 1400
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.651270207852194,
|
993 |
+
"grad_norm": 3.0765182971954346,
|
994 |
+
"learning_rate": 4.940138728868746e-05,
|
995 |
+
"loss": 0.4329,
|
996 |
+
"step": 1410
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.6558891454965358,
|
1000 |
+
"grad_norm": 3.2848074436187744,
|
1001 |
+
"learning_rate": 4.937926955198144e-05,
|
1002 |
+
"loss": 0.4488,
|
1003 |
+
"step": 1420
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.6605080831408776,
|
1007 |
+
"grad_norm": 2.2458810806274414,
|
1008 |
+
"learning_rate": 4.935675572056413e-05,
|
1009 |
+
"loss": 0.4645,
|
1010 |
+
"step": 1430
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.6651270207852193,
|
1014 |
+
"grad_norm": 2.3431642055511475,
|
1015 |
+
"learning_rate": 4.933384616022211e-05,
|
1016 |
+
"loss": 0.4492,
|
1017 |
+
"step": 1440
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.6697459584295612,
|
1021 |
+
"grad_norm": 2.6324145793914795,
|
1022 |
+
"learning_rate": 4.931054124317144e-05,
|
1023 |
+
"loss": 0.4978,
|
1024 |
+
"step": 1450
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.674364896073903,
|
1028 |
+
"grad_norm": 2.575723171234131,
|
1029 |
+
"learning_rate": 4.928684134805162e-05,
|
1030 |
+
"loss": 0.4442,
|
1031 |
+
"step": 1460
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.6789838337182448,
|
1035 |
+
"grad_norm": 2.842388868331909,
|
1036 |
+
"learning_rate": 4.926274685991944e-05,
|
1037 |
+
"loss": 0.4412,
|
1038 |
+
"step": 1470
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.6836027713625866,
|
1042 |
+
"grad_norm": 1.8333570957183838,
|
1043 |
+
"learning_rate": 4.9238258170242703e-05,
|
1044 |
+
"loss": 0.4655,
|
1045 |
+
"step": 1480
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.6882217090069284,
|
1049 |
+
"grad_norm": 2.276472806930542,
|
1050 |
+
"learning_rate": 4.921337567689389e-05,
|
1051 |
+
"loss": 0.3944,
|
1052 |
+
"step": 1490
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.6928406466512702,
|
1056 |
+
"grad_norm": 2.947540760040283,
|
1057 |
+
"learning_rate": 4.91880997841437e-05,
|
1058 |
+
"loss": 0.4545,
|
1059 |
+
"step": 1500
|
1060 |
+
}
|
1061 |
+
],
|
1062 |
+
"logging_steps": 10,
|
1063 |
+
"max_steps": 8660,
|
1064 |
+
"num_input_tokens_seen": 0,
|
1065 |
+
"num_train_epochs": 4,
|
1066 |
+
"save_steps": 500,
|
1067 |
+
"stateful_callbacks": {
|
1068 |
+
"TrainerControl": {
|
1069 |
+
"args": {
|
1070 |
+
"should_epoch_stop": false,
|
1071 |
+
"should_evaluate": false,
|
1072 |
+
"should_log": false,
|
1073 |
+
"should_save": true,
|
1074 |
+
"should_training_stop": false
|
1075 |
+
},
|
1076 |
+
"attributes": {}
|
1077 |
+
}
|
1078 |
+
},
|
1079 |
+
"total_flos": 4.102925424714056e+17,
|
1080 |
+
"train_batch_size": 1,
|
1081 |
+
"trial_name": null,
|
1082 |
+
"trial_params": null
|
1083 |
+
}
|
checkpoint-1500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5634a4aea40f26a4bd395cce99d40e5d4ac38396a87a690ea8534fccfab25f6d
|
3 |
+
size 5368
|
checkpoint-2000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: /root/autodl-tmp/models/Mistral-7B-Instruct-v0.2
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.11.1
|
checkpoint-2000/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/root/autodl-tmp/models/Mistral-7B-Instruct-v0.2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-2000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b22ab5c22f500d3d71337c7bceb90eac951c96e6e5116541030594093db1aab7
|
3 |
+
size 167832240
|
checkpoint-2000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9623aaaa78b9a770c2b177467395638f1776ccbeb9da9d2bdaf286cc0c76b3c9
|
3 |
+
size 335922386
|
checkpoint-2000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92cc13315f24c28015d695b6cde08bb1cd6fea4cbc435998485ed6fbe4c91285
|
3 |
+
size 15024
|
checkpoint-2000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c154b6a63e0b1f98f7d2847944398f99f1657d35e8eddf7fdf0ae2c24b0552
|
3 |
+
size 15024
|
checkpoint-2000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f784c6a9507b51189f2caffbd178ea9882103b75852e31c15f47fdae6a43af1d
|
3 |
+
size 15024
|
checkpoint-2000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b023e05bc2d12b91dc436d4922b990d50ec8dc56d40dc3e36b3bb34fc81341
|
3 |
+
size 15024
|
checkpoint-2000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17ade1ad9d097a5863289752de4dc1a8aab331efbf90c2db0fd9c65c55def3b9
|
3 |
+
size 1064
|
checkpoint-2000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-2000/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2000/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
checkpoint-2000/tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "'<s>'{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"spaces_between_special_tokens": false,
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"unk_token": "<unk>",
|
44 |
+
"use_default_system_prompt": false
|
45 |
+
}
|
checkpoint-2000/trainer_state.json
ADDED
@@ -0,0 +1,1433 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9237875288683602,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2000,
|
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.004618937644341801,
|
13 |
+
"grad_norm": 11.009225845336914,
|
14 |
+
"learning_rate": 5.773672055427253e-07,
|
15 |
+
"loss": 2.4977,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.009237875288683603,
|
20 |
+
"grad_norm": 9.019889831542969,
|
21 |
+
"learning_rate": 1.1547344110854505e-06,
|
22 |
+
"loss": 2.7655,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.013856812933025405,
|
27 |
+
"grad_norm": 11.212933540344238,
|
28 |
+
"learning_rate": 1.7321016166281756e-06,
|
29 |
+
"loss": 2.7241,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.018475750577367205,
|
34 |
+
"grad_norm": 9.982237815856934,
|
35 |
+
"learning_rate": 2.309468822170901e-06,
|
36 |
+
"loss": 2.8357,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.023094688221709007,
|
41 |
+
"grad_norm": 16.251842498779297,
|
42 |
+
"learning_rate": 2.886836027713626e-06,
|
43 |
+
"loss": 2.1159,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.02771362586605081,
|
48 |
+
"grad_norm": 7.950500011444092,
|
49 |
+
"learning_rate": 3.464203233256351e-06,
|
50 |
+
"loss": 1.498,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03233256351039261,
|
55 |
+
"grad_norm": 4.816328048706055,
|
56 |
+
"learning_rate": 4.041570438799077e-06,
|
57 |
+
"loss": 0.9835,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.03695150115473441,
|
62 |
+
"grad_norm": 9.529770851135254,
|
63 |
+
"learning_rate": 4.618937644341802e-06,
|
64 |
+
"loss": 1.0009,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.04157043879907621,
|
69 |
+
"grad_norm": 12.515681266784668,
|
70 |
+
"learning_rate": 5.196304849884527e-06,
|
71 |
+
"loss": 1.0264,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.046189376443418015,
|
76 |
+
"grad_norm": 5.393396854400635,
|
77 |
+
"learning_rate": 5.773672055427252e-06,
|
78 |
+
"loss": 0.8218,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.050808314087759814,
|
83 |
+
"grad_norm": 2.777273416519165,
|
84 |
+
"learning_rate": 6.351039260969978e-06,
|
85 |
+
"loss": 0.8719,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.05542725173210162,
|
90 |
+
"grad_norm": 3.8990070819854736,
|
91 |
+
"learning_rate": 6.928406466512702e-06,
|
92 |
+
"loss": 0.8592,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.06004618937644342,
|
97 |
+
"grad_norm": 4.342905521392822,
|
98 |
+
"learning_rate": 7.505773672055427e-06,
|
99 |
+
"loss": 0.7982,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.06466512702078522,
|
104 |
+
"grad_norm": 2.4967517852783203,
|
105 |
+
"learning_rate": 8.083140877598153e-06,
|
106 |
+
"loss": 0.7203,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.06928406466512702,
|
111 |
+
"grad_norm": 5.491476058959961,
|
112 |
+
"learning_rate": 8.660508083140878e-06,
|
113 |
+
"loss": 0.7647,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.07390300230946882,
|
118 |
+
"grad_norm": 4.13068962097168,
|
119 |
+
"learning_rate": 9.237875288683604e-06,
|
120 |
+
"loss": 0.7378,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.07852193995381063,
|
125 |
+
"grad_norm": 3.9301445484161377,
|
126 |
+
"learning_rate": 9.815242494226329e-06,
|
127 |
+
"loss": 0.7355,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.08314087759815242,
|
132 |
+
"grad_norm": 2.891854763031006,
|
133 |
+
"learning_rate": 1.0392609699769053e-05,
|
134 |
+
"loss": 0.6911,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.08775981524249422,
|
139 |
+
"grad_norm": 5.377829074859619,
|
140 |
+
"learning_rate": 1.0969976905311778e-05,
|
141 |
+
"loss": 0.7972,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.09237875288683603,
|
146 |
+
"grad_norm": 3.1744544506073,
|
147 |
+
"learning_rate": 1.1547344110854504e-05,
|
148 |
+
"loss": 0.6792,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.09699769053117784,
|
153 |
+
"grad_norm": 4.408601760864258,
|
154 |
+
"learning_rate": 1.2124711316397229e-05,
|
155 |
+
"loss": 0.7378,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.10161662817551963,
|
160 |
+
"grad_norm": 3.3633627891540527,
|
161 |
+
"learning_rate": 1.2702078521939955e-05,
|
162 |
+
"loss": 0.7131,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.10623556581986143,
|
167 |
+
"grad_norm": 5.786050319671631,
|
168 |
+
"learning_rate": 1.3279445727482678e-05,
|
169 |
+
"loss": 0.6806,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.11085450346420324,
|
174 |
+
"grad_norm": 6.865295886993408,
|
175 |
+
"learning_rate": 1.3856812933025404e-05,
|
176 |
+
"loss": 0.7117,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.11547344110854503,
|
181 |
+
"grad_norm": 3.714210033416748,
|
182 |
+
"learning_rate": 1.4434180138568129e-05,
|
183 |
+
"loss": 0.6354,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.12009237875288684,
|
188 |
+
"grad_norm": 5.501813888549805,
|
189 |
+
"learning_rate": 1.5011547344110854e-05,
|
190 |
+
"loss": 0.6266,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.12471131639722864,
|
195 |
+
"grad_norm": 6.622759819030762,
|
196 |
+
"learning_rate": 1.558891454965358e-05,
|
197 |
+
"loss": 0.6894,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.12933025404157045,
|
202 |
+
"grad_norm": 3.647956609725952,
|
203 |
+
"learning_rate": 1.6166281755196306e-05,
|
204 |
+
"loss": 0.66,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.13394919168591224,
|
209 |
+
"grad_norm": 4.103866100311279,
|
210 |
+
"learning_rate": 1.674364896073903e-05,
|
211 |
+
"loss": 0.665,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.13856812933025403,
|
216 |
+
"grad_norm": 3.84169340133667,
|
217 |
+
"learning_rate": 1.7321016166281756e-05,
|
218 |
+
"loss": 0.6676,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.14318706697459585,
|
223 |
+
"grad_norm": 8.042781829833984,
|
224 |
+
"learning_rate": 1.789838337182448e-05,
|
225 |
+
"loss": 0.6236,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.14780600461893764,
|
230 |
+
"grad_norm": 4.35403299331665,
|
231 |
+
"learning_rate": 1.8475750577367208e-05,
|
232 |
+
"loss": 0.6283,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.15242494226327943,
|
237 |
+
"grad_norm": 3.7114272117614746,
|
238 |
+
"learning_rate": 1.9053117782909933e-05,
|
239 |
+
"loss": 0.6472,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.15704387990762125,
|
244 |
+
"grad_norm": 2.5825653076171875,
|
245 |
+
"learning_rate": 1.9630484988452657e-05,
|
246 |
+
"loss": 0.6139,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.16166281755196305,
|
251 |
+
"grad_norm": 4.71831750869751,
|
252 |
+
"learning_rate": 2.0207852193995382e-05,
|
253 |
+
"loss": 0.6019,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.16628175519630484,
|
258 |
+
"grad_norm": 7.264115333557129,
|
259 |
+
"learning_rate": 2.0785219399538107e-05,
|
260 |
+
"loss": 0.6484,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.17090069284064666,
|
265 |
+
"grad_norm": 5.484978199005127,
|
266 |
+
"learning_rate": 2.1362586605080835e-05,
|
267 |
+
"loss": 0.6423,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.17551963048498845,
|
272 |
+
"grad_norm": 4.004003524780273,
|
273 |
+
"learning_rate": 2.1939953810623556e-05,
|
274 |
+
"loss": 0.6167,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.18013856812933027,
|
279 |
+
"grad_norm": 3.858074426651001,
|
280 |
+
"learning_rate": 2.251732101616628e-05,
|
281 |
+
"loss": 0.6029,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.18475750577367206,
|
286 |
+
"grad_norm": 4.84448766708374,
|
287 |
+
"learning_rate": 2.309468822170901e-05,
|
288 |
+
"loss": 0.5511,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.18937644341801385,
|
293 |
+
"grad_norm": 3.419329881668091,
|
294 |
+
"learning_rate": 2.3672055427251733e-05,
|
295 |
+
"loss": 0.5919,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.19399538106235567,
|
300 |
+
"grad_norm": 2.367598295211792,
|
301 |
+
"learning_rate": 2.4249422632794458e-05,
|
302 |
+
"loss": 0.5407,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.19861431870669746,
|
307 |
+
"grad_norm": 4.016935348510742,
|
308 |
+
"learning_rate": 2.4826789838337182e-05,
|
309 |
+
"loss": 0.5829,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.20323325635103925,
|
314 |
+
"grad_norm": 4.788145065307617,
|
315 |
+
"learning_rate": 2.540415704387991e-05,
|
316 |
+
"loss": 0.593,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.20785219399538107,
|
321 |
+
"grad_norm": 3.618800401687622,
|
322 |
+
"learning_rate": 2.5981524249422635e-05,
|
323 |
+
"loss": 0.56,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.21247113163972287,
|
328 |
+
"grad_norm": 3.6879987716674805,
|
329 |
+
"learning_rate": 2.6558891454965356e-05,
|
330 |
+
"loss": 0.5448,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.21709006928406466,
|
335 |
+
"grad_norm": 3.6736364364624023,
|
336 |
+
"learning_rate": 2.7136258660508084e-05,
|
337 |
+
"loss": 0.5707,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.22170900692840648,
|
342 |
+
"grad_norm": 3.954604387283325,
|
343 |
+
"learning_rate": 2.771362586605081e-05,
|
344 |
+
"loss": 0.5891,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.22632794457274827,
|
349 |
+
"grad_norm": 6.050353050231934,
|
350 |
+
"learning_rate": 2.8290993071593537e-05,
|
351 |
+
"loss": 0.6231,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.23094688221709006,
|
356 |
+
"grad_norm": 3.728318214416504,
|
357 |
+
"learning_rate": 2.8868360277136258e-05,
|
358 |
+
"loss": 0.6294,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.23556581986143188,
|
363 |
+
"grad_norm": 5.047093391418457,
|
364 |
+
"learning_rate": 2.9445727482678986e-05,
|
365 |
+
"loss": 0.5795,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.24018475750577367,
|
370 |
+
"grad_norm": 4.392754077911377,
|
371 |
+
"learning_rate": 3.0023094688221707e-05,
|
372 |
+
"loss": 0.5634,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.24480369515011546,
|
377 |
+
"grad_norm": 3.634922504425049,
|
378 |
+
"learning_rate": 3.060046189376444e-05,
|
379 |
+
"loss": 0.5372,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.24942263279445728,
|
384 |
+
"grad_norm": 3.2436106204986572,
|
385 |
+
"learning_rate": 3.117782909930716e-05,
|
386 |
+
"loss": 0.5914,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.2540415704387991,
|
391 |
+
"grad_norm": 4.555751323699951,
|
392 |
+
"learning_rate": 3.175519630484989e-05,
|
393 |
+
"loss": 0.5767,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.2586605080831409,
|
398 |
+
"grad_norm": 3.359252452850342,
|
399 |
+
"learning_rate": 3.233256351039261e-05,
|
400 |
+
"loss": 0.5569,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.2632794457274827,
|
405 |
+
"grad_norm": 3.362272262573242,
|
406 |
+
"learning_rate": 3.290993071593534e-05,
|
407 |
+
"loss": 0.6248,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.2678983833718245,
|
412 |
+
"grad_norm": 3.1555299758911133,
|
413 |
+
"learning_rate": 3.348729792147806e-05,
|
414 |
+
"loss": 0.5629,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.27251732101616627,
|
419 |
+
"grad_norm": 4.786733627319336,
|
420 |
+
"learning_rate": 3.4064665127020787e-05,
|
421 |
+
"loss": 0.5942,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.27713625866050806,
|
426 |
+
"grad_norm": 4.290501117706299,
|
427 |
+
"learning_rate": 3.464203233256351e-05,
|
428 |
+
"loss": 0.5694,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.2817551963048499,
|
433 |
+
"grad_norm": 2.2575786113739014,
|
434 |
+
"learning_rate": 3.5219399538106236e-05,
|
435 |
+
"loss": 0.5459,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.2863741339491917,
|
440 |
+
"grad_norm": 4.7077484130859375,
|
441 |
+
"learning_rate": 3.579676674364896e-05,
|
442 |
+
"loss": 0.5686,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.2909930715935335,
|
447 |
+
"grad_norm": 3.487034559249878,
|
448 |
+
"learning_rate": 3.6374133949191685e-05,
|
449 |
+
"loss": 0.5185,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.2956120092378753,
|
454 |
+
"grad_norm": 4.230603218078613,
|
455 |
+
"learning_rate": 3.6951501154734416e-05,
|
456 |
+
"loss": 0.5548,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3002309468822171,
|
461 |
+
"grad_norm": 3.5367519855499268,
|
462 |
+
"learning_rate": 3.7528868360277134e-05,
|
463 |
+
"loss": 0.5658,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.30484988452655887,
|
468 |
+
"grad_norm": 3.3856465816497803,
|
469 |
+
"learning_rate": 3.8106235565819866e-05,
|
470 |
+
"loss": 0.5459,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.3094688221709007,
|
475 |
+
"grad_norm": 3.4272944927215576,
|
476 |
+
"learning_rate": 3.868360277136259e-05,
|
477 |
+
"loss": 0.5823,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3140877598152425,
|
482 |
+
"grad_norm": 2.7848410606384277,
|
483 |
+
"learning_rate": 3.9260969976905315e-05,
|
484 |
+
"loss": 0.5481,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.3187066974595843,
|
489 |
+
"grad_norm": 2.8584043979644775,
|
490 |
+
"learning_rate": 3.983833718244804e-05,
|
491 |
+
"loss": 0.4907,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3233256351039261,
|
496 |
+
"grad_norm": 3.9872729778289795,
|
497 |
+
"learning_rate": 4.0415704387990764e-05,
|
498 |
+
"loss": 0.5703,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.3279445727482679,
|
503 |
+
"grad_norm": 4.052183151245117,
|
504 |
+
"learning_rate": 4.099307159353349e-05,
|
505 |
+
"loss": 0.6229,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.3325635103926097,
|
510 |
+
"grad_norm": 3.6171059608459473,
|
511 |
+
"learning_rate": 4.1570438799076213e-05,
|
512 |
+
"loss": 0.5022,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.3371824480369515,
|
517 |
+
"grad_norm": 3.4360239505767822,
|
518 |
+
"learning_rate": 4.214780600461894e-05,
|
519 |
+
"loss": 0.5642,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.3418013856812933,
|
524 |
+
"grad_norm": 3.328563928604126,
|
525 |
+
"learning_rate": 4.272517321016167e-05,
|
526 |
+
"loss": 0.543,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.3464203233256351,
|
531 |
+
"grad_norm": 2.494722843170166,
|
532 |
+
"learning_rate": 4.330254041570439e-05,
|
533 |
+
"loss": 0.5056,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.3510392609699769,
|
538 |
+
"grad_norm": 2.9856996536254883,
|
539 |
+
"learning_rate": 4.387990762124711e-05,
|
540 |
+
"loss": 0.5215,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.3556581986143187,
|
545 |
+
"grad_norm": 3.6510608196258545,
|
546 |
+
"learning_rate": 4.445727482678984e-05,
|
547 |
+
"loss": 0.5418,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.36027713625866054,
|
552 |
+
"grad_norm": 2.837355136871338,
|
553 |
+
"learning_rate": 4.503464203233256e-05,
|
554 |
+
"loss": 0.5197,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.3648960739030023,
|
559 |
+
"grad_norm": 2.4272849559783936,
|
560 |
+
"learning_rate": 4.561200923787529e-05,
|
561 |
+
"loss": 0.5151,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.3695150115473441,
|
566 |
+
"grad_norm": 2.2198147773742676,
|
567 |
+
"learning_rate": 4.618937644341802e-05,
|
568 |
+
"loss": 0.5037,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.3741339491916859,
|
573 |
+
"grad_norm": 3.082343816757202,
|
574 |
+
"learning_rate": 4.676674364896074e-05,
|
575 |
+
"loss": 0.5411,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.3787528868360277,
|
580 |
+
"grad_norm": 2.739429235458374,
|
581 |
+
"learning_rate": 4.7344110854503466e-05,
|
582 |
+
"loss": 0.5034,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.3833718244803695,
|
587 |
+
"grad_norm": 2.8211052417755127,
|
588 |
+
"learning_rate": 4.792147806004619e-05,
|
589 |
+
"loss": 0.5077,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.38799076212471134,
|
594 |
+
"grad_norm": 4.462055683135986,
|
595 |
+
"learning_rate": 4.8498845265588916e-05,
|
596 |
+
"loss": 0.4883,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.39260969976905313,
|
601 |
+
"grad_norm": 2.8090898990631104,
|
602 |
+
"learning_rate": 4.907621247113165e-05,
|
603 |
+
"loss": 0.4918,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.3972286374133949,
|
608 |
+
"grad_norm": 2.787473440170288,
|
609 |
+
"learning_rate": 4.9653579676674365e-05,
|
610 |
+
"loss": 0.4736,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.4018475750577367,
|
615 |
+
"grad_norm": 3.198763132095337,
|
616 |
+
"learning_rate": 4.999996750557592e-05,
|
617 |
+
"loss": 0.5243,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.4064665127020785,
|
622 |
+
"grad_norm": 3.8778421878814697,
|
623 |
+
"learning_rate": 4.9999601944275146e-05,
|
624 |
+
"loss": 0.5206,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.4110854503464203,
|
629 |
+
"grad_norm": 4.326559066772461,
|
630 |
+
"learning_rate": 4.999883020960263e-05,
|
631 |
+
"loss": 0.5998,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.41570438799076215,
|
636 |
+
"grad_norm": 2.1009411811828613,
|
637 |
+
"learning_rate": 4.99976523140969e-05,
|
638 |
+
"loss": 0.5097,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.42032332563510394,
|
643 |
+
"grad_norm": 3.0838584899902344,
|
644 |
+
"learning_rate": 4.999606827689545e-05,
|
645 |
+
"loss": 0.4699,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.42494226327944573,
|
650 |
+
"grad_norm": 3.067430019378662,
|
651 |
+
"learning_rate": 4.999407812373445e-05,
|
652 |
+
"loss": 0.5223,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.4295612009237875,
|
657 |
+
"grad_norm": 2.580418109893799,
|
658 |
+
"learning_rate": 4.9991681886948297e-05,
|
659 |
+
"loss": 0.5396,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.4341801385681293,
|
664 |
+
"grad_norm": 2.748032808303833,
|
665 |
+
"learning_rate": 4.9988879605469106e-05,
|
666 |
+
"loss": 0.4965,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.4387990762124711,
|
671 |
+
"grad_norm": 2.841571569442749,
|
672 |
+
"learning_rate": 4.99856713248261e-05,
|
673 |
+
"loss": 0.472,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.44341801385681295,
|
678 |
+
"grad_norm": 1.8557236194610596,
|
679 |
+
"learning_rate": 4.9982057097144826e-05,
|
680 |
+
"loss": 0.4878,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.44803695150115475,
|
685 |
+
"grad_norm": 5.707876205444336,
|
686 |
+
"learning_rate": 4.9978036981146344e-05,
|
687 |
+
"loss": 0.4883,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.45265588914549654,
|
692 |
+
"grad_norm": 3.867081880569458,
|
693 |
+
"learning_rate": 4.9973611042146254e-05,
|
694 |
+
"loss": 0.4929,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.45727482678983833,
|
699 |
+
"grad_norm": 2.291074275970459,
|
700 |
+
"learning_rate": 4.996877935205365e-05,
|
701 |
+
"loss": 0.5046,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.4618937644341801,
|
706 |
+
"grad_norm": 2.332185745239258,
|
707 |
+
"learning_rate": 4.996354198936993e-05,
|
708 |
+
"loss": 0.4539,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.4665127020785219,
|
713 |
+
"grad_norm": 3.7381327152252197,
|
714 |
+
"learning_rate": 4.995789903918755e-05,
|
715 |
+
"loss": 0.5296,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.47113163972286376,
|
720 |
+
"grad_norm": 2.239875078201294,
|
721 |
+
"learning_rate": 4.99518505931886e-05,
|
722 |
+
"loss": 0.5004,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.47575057736720555,
|
727 |
+
"grad_norm": 3.7051751613616943,
|
728 |
+
"learning_rate": 4.9945396749643356e-05,
|
729 |
+
"loss": 0.5319,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.48036951501154734,
|
734 |
+
"grad_norm": 2.5135374069213867,
|
735 |
+
"learning_rate": 4.993853761340867e-05,
|
736 |
+
"loss": 0.4952,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.48498845265588914,
|
741 |
+
"grad_norm": 2.6355159282684326,
|
742 |
+
"learning_rate": 4.993127329592625e-05,
|
743 |
+
"loss": 0.4807,
|
744 |
+
"step": 1050
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.4896073903002309,
|
748 |
+
"grad_norm": 5.0833563804626465,
|
749 |
+
"learning_rate": 4.9923603915220874e-05,
|
750 |
+
"loss": 0.5269,
|
751 |
+
"step": 1060
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.4942263279445728,
|
755 |
+
"grad_norm": 2.4188873767852783,
|
756 |
+
"learning_rate": 4.9915529595898445e-05,
|
757 |
+
"loss": 0.5183,
|
758 |
+
"step": 1070
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.49884526558891457,
|
762 |
+
"grad_norm": 2.623342514038086,
|
763 |
+
"learning_rate": 4.9907050469144e-05,
|
764 |
+
"loss": 0.4928,
|
765 |
+
"step": 1080
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.5034642032332564,
|
769 |
+
"grad_norm": 2.629373073577881,
|
770 |
+
"learning_rate": 4.9898166672719547e-05,
|
771 |
+
"loss": 0.5144,
|
772 |
+
"step": 1090
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.5080831408775982,
|
776 |
+
"grad_norm": 1.6594828367233276,
|
777 |
+
"learning_rate": 4.9888878350961857e-05,
|
778 |
+
"loss": 0.4733,
|
779 |
+
"step": 1100
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.5127020785219399,
|
783 |
+
"grad_norm": 2.773136854171753,
|
784 |
+
"learning_rate": 4.987918565478008e-05,
|
785 |
+
"loss": 0.5054,
|
786 |
+
"step": 1110
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.5173210161662818,
|
790 |
+
"grad_norm": 1.9525351524353027,
|
791 |
+
"learning_rate": 4.9869088741653335e-05,
|
792 |
+
"loss": 0.4454,
|
793 |
+
"step": 1120
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.5219399538106235,
|
797 |
+
"grad_norm": 2.84041166305542,
|
798 |
+
"learning_rate": 4.985858777562812e-05,
|
799 |
+
"loss": 0.4871,
|
800 |
+
"step": 1130
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.5265588914549654,
|
804 |
+
"grad_norm": 2.2563703060150146,
|
805 |
+
"learning_rate": 4.9847682927315656e-05,
|
806 |
+
"loss": 0.4605,
|
807 |
+
"step": 1140
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.5311778290993071,
|
811 |
+
"grad_norm": 3.4986164569854736,
|
812 |
+
"learning_rate": 4.983637437388913e-05,
|
813 |
+
"loss": 0.5281,
|
814 |
+
"step": 1150
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.535796766743649,
|
818 |
+
"grad_norm": 2.7081637382507324,
|
819 |
+
"learning_rate": 4.98246622990808e-05,
|
820 |
+
"loss": 0.4568,
|
821 |
+
"step": 1160
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.5404157043879908,
|
825 |
+
"grad_norm": 3.4630649089813232,
|
826 |
+
"learning_rate": 4.981254689317902e-05,
|
827 |
+
"loss": 0.5351,
|
828 |
+
"step": 1170
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.5450346420323325,
|
832 |
+
"grad_norm": 2.5266454219818115,
|
833 |
+
"learning_rate": 4.9800028353025125e-05,
|
834 |
+
"loss": 0.4378,
|
835 |
+
"step": 1180
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.5496535796766744,
|
839 |
+
"grad_norm": 2.003904104232788,
|
840 |
+
"learning_rate": 4.978710688201026e-05,
|
841 |
+
"loss": 0.4539,
|
842 |
+
"step": 1190
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.5542725173210161,
|
846 |
+
"grad_norm": 3.799851655960083,
|
847 |
+
"learning_rate": 4.9773782690072055e-05,
|
848 |
+
"loss": 0.5349,
|
849 |
+
"step": 1200
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.558891454965358,
|
853 |
+
"grad_norm": 2.7120118141174316,
|
854 |
+
"learning_rate": 4.976005599369126e-05,
|
855 |
+
"loss": 0.4938,
|
856 |
+
"step": 1210
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.5635103926096998,
|
860 |
+
"grad_norm": 2.687408208847046,
|
861 |
+
"learning_rate": 4.974592701588816e-05,
|
862 |
+
"loss": 0.4473,
|
863 |
+
"step": 1220
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.5681293302540416,
|
867 |
+
"grad_norm": 2.5710184574127197,
|
868 |
+
"learning_rate": 4.9731395986218976e-05,
|
869 |
+
"loss": 0.4854,
|
870 |
+
"step": 1230
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.5727482678983834,
|
874 |
+
"grad_norm": 3.5843756198883057,
|
875 |
+
"learning_rate": 4.9716463140772176e-05,
|
876 |
+
"loss": 0.5108,
|
877 |
+
"step": 1240
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.5773672055427251,
|
881 |
+
"grad_norm": 3.0808424949645996,
|
882 |
+
"learning_rate": 4.970112872216459e-05,
|
883 |
+
"loss": 0.4664,
|
884 |
+
"step": 1250
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.581986143187067,
|
888 |
+
"grad_norm": 2.7078258991241455,
|
889 |
+
"learning_rate": 4.968539297953748e-05,
|
890 |
+
"loss": 0.5728,
|
891 |
+
"step": 1260
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.5866050808314087,
|
895 |
+
"grad_norm": 2.1983377933502197,
|
896 |
+
"learning_rate": 4.96692561685525e-05,
|
897 |
+
"loss": 0.4551,
|
898 |
+
"step": 1270
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.5912240184757506,
|
902 |
+
"grad_norm": 3.719346046447754,
|
903 |
+
"learning_rate": 4.9652718551387545e-05,
|
904 |
+
"loss": 0.4358,
|
905 |
+
"step": 1280
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.5958429561200924,
|
909 |
+
"grad_norm": 3.773397207260132,
|
910 |
+
"learning_rate": 4.963578039673248e-05,
|
911 |
+
"loss": 0.3883,
|
912 |
+
"step": 1290
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.6004618937644342,
|
916 |
+
"grad_norm": 2.14461350440979,
|
917 |
+
"learning_rate": 4.961844197978479e-05,
|
918 |
+
"loss": 0.4403,
|
919 |
+
"step": 1300
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.605080831408776,
|
923 |
+
"grad_norm": 3.8363335132598877,
|
924 |
+
"learning_rate": 4.960070358224508e-05,
|
925 |
+
"loss": 0.4753,
|
926 |
+
"step": 1310
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.6096997690531177,
|
930 |
+
"grad_norm": 2.10432505607605,
|
931 |
+
"learning_rate": 4.9582565492312537e-05,
|
932 |
+
"loss": 0.4728,
|
933 |
+
"step": 1320
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.6143187066974596,
|
937 |
+
"grad_norm": 2.5199790000915527,
|
938 |
+
"learning_rate": 4.9564028004680215e-05,
|
939 |
+
"loss": 0.4544,
|
940 |
+
"step": 1330
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.6189376443418014,
|
944 |
+
"grad_norm": 3.8586044311523438,
|
945 |
+
"learning_rate": 4.9545091420530265e-05,
|
946 |
+
"loss": 0.4649,
|
947 |
+
"step": 1340
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.6235565819861432,
|
951 |
+
"grad_norm": 1.9125807285308838,
|
952 |
+
"learning_rate": 4.9525756047529023e-05,
|
953 |
+
"loss": 0.4609,
|
954 |
+
"step": 1350
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.628175519630485,
|
958 |
+
"grad_norm": 2.1655430793762207,
|
959 |
+
"learning_rate": 4.950602219982207e-05,
|
960 |
+
"loss": 0.4832,
|
961 |
+
"step": 1360
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.6327944572748267,
|
965 |
+
"grad_norm": 4.029664993286133,
|
966 |
+
"learning_rate": 4.948589019802901e-05,
|
967 |
+
"loss": 0.4751,
|
968 |
+
"step": 1370
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.6374133949191686,
|
972 |
+
"grad_norm": 2.2781596183776855,
|
973 |
+
"learning_rate": 4.94653603692384e-05,
|
974 |
+
"loss": 0.4691,
|
975 |
+
"step": 1380
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.6420323325635104,
|
979 |
+
"grad_norm": 1.623131513595581,
|
980 |
+
"learning_rate": 4.9444433047002327e-05,
|
981 |
+
"loss": 0.4397,
|
982 |
+
"step": 1390
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.6466512702078522,
|
986 |
+
"grad_norm": 2.9153196811676025,
|
987 |
+
"learning_rate": 4.9423108571331055e-05,
|
988 |
+
"loss": 0.4737,
|
989 |
+
"step": 1400
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.651270207852194,
|
993 |
+
"grad_norm": 3.0765182971954346,
|
994 |
+
"learning_rate": 4.940138728868746e-05,
|
995 |
+
"loss": 0.4329,
|
996 |
+
"step": 1410
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.6558891454965358,
|
1000 |
+
"grad_norm": 3.2848074436187744,
|
1001 |
+
"learning_rate": 4.937926955198144e-05,
|
1002 |
+
"loss": 0.4488,
|
1003 |
+
"step": 1420
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.6605080831408776,
|
1007 |
+
"grad_norm": 2.2458810806274414,
|
1008 |
+
"learning_rate": 4.935675572056413e-05,
|
1009 |
+
"loss": 0.4645,
|
1010 |
+
"step": 1430
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.6651270207852193,
|
1014 |
+
"grad_norm": 2.3431642055511475,
|
1015 |
+
"learning_rate": 4.933384616022211e-05,
|
1016 |
+
"loss": 0.4492,
|
1017 |
+
"step": 1440
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.6697459584295612,
|
1021 |
+
"grad_norm": 2.6324145793914795,
|
1022 |
+
"learning_rate": 4.931054124317144e-05,
|
1023 |
+
"loss": 0.4978,
|
1024 |
+
"step": 1450
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.674364896073903,
|
1028 |
+
"grad_norm": 2.575723171234131,
|
1029 |
+
"learning_rate": 4.928684134805162e-05,
|
1030 |
+
"loss": 0.4442,
|
1031 |
+
"step": 1460
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.6789838337182448,
|
1035 |
+
"grad_norm": 2.842388868331909,
|
1036 |
+
"learning_rate": 4.926274685991944e-05,
|
1037 |
+
"loss": 0.4412,
|
1038 |
+
"step": 1470
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.6836027713625866,
|
1042 |
+
"grad_norm": 1.8333570957183838,
|
1043 |
+
"learning_rate": 4.9238258170242703e-05,
|
1044 |
+
"loss": 0.4655,
|
1045 |
+
"step": 1480
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.6882217090069284,
|
1049 |
+
"grad_norm": 2.276472806930542,
|
1050 |
+
"learning_rate": 4.921337567689389e-05,
|
1051 |
+
"loss": 0.3944,
|
1052 |
+
"step": 1490
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.6928406466512702,
|
1056 |
+
"grad_norm": 2.947540760040283,
|
1057 |
+
"learning_rate": 4.91880997841437e-05,
|
1058 |
+
"loss": 0.4545,
|
1059 |
+
"step": 1500
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.6974595842956121,
|
1063 |
+
"grad_norm": 2.092616558074951,
|
1064 |
+
"learning_rate": 4.916243090265444e-05,
|
1065 |
+
"loss": 0.4202,
|
1066 |
+
"step": 1510
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.7020785219399538,
|
1070 |
+
"grad_norm": 2.4105489253997803,
|
1071 |
+
"learning_rate": 4.91363694494734e-05,
|
1072 |
+
"loss": 0.4488,
|
1073 |
+
"step": 1520
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.7066974595842956,
|
1077 |
+
"grad_norm": 2.499821662902832,
|
1078 |
+
"learning_rate": 4.910991584802606e-05,
|
1079 |
+
"loss": 0.4599,
|
1080 |
+
"step": 1530
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.7113163972286374,
|
1084 |
+
"grad_norm": 1.7518564462661743,
|
1085 |
+
"learning_rate": 4.9083070528109195e-05,
|
1086 |
+
"loss": 0.4469,
|
1087 |
+
"step": 1540
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.7159353348729792,
|
1091 |
+
"grad_norm": 1.6236387491226196,
|
1092 |
+
"learning_rate": 4.905583392588392e-05,
|
1093 |
+
"loss": 0.4756,
|
1094 |
+
"step": 1550
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.7205542725173211,
|
1098 |
+
"grad_norm": 3.137925624847412,
|
1099 |
+
"learning_rate": 4.902820648386858e-05,
|
1100 |
+
"loss": 0.4793,
|
1101 |
+
"step": 1560
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.7251732101616628,
|
1105 |
+
"grad_norm": 2.584268093109131,
|
1106 |
+
"learning_rate": 4.900018865093158e-05,
|
1107 |
+
"loss": 0.4445,
|
1108 |
+
"step": 1570
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.7297921478060047,
|
1112 |
+
"grad_norm": 2.1350574493408203,
|
1113 |
+
"learning_rate": 4.897178088228406e-05,
|
1114 |
+
"loss": 0.4422,
|
1115 |
+
"step": 1580
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.7344110854503464,
|
1119 |
+
"grad_norm": 2.1932408809661865,
|
1120 |
+
"learning_rate": 4.8942983639472554e-05,
|
1121 |
+
"loss": 0.4386,
|
1122 |
+
"step": 1590
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.7390300230946882,
|
1126 |
+
"grad_norm": 2.0968682765960693,
|
1127 |
+
"learning_rate": 4.891379739037142e-05,
|
1128 |
+
"loss": 0.4321,
|
1129 |
+
"step": 1600
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.74364896073903,
|
1133 |
+
"grad_norm": 1.718479037284851,
|
1134 |
+
"learning_rate": 4.888422260917532e-05,
|
1135 |
+
"loss": 0.4422,
|
1136 |
+
"step": 1610
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.7482678983833718,
|
1140 |
+
"grad_norm": 2.742122173309326,
|
1141 |
+
"learning_rate": 4.885425977639143e-05,
|
1142 |
+
"loss": 0.4118,
|
1143 |
+
"step": 1620
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.7528868360277137,
|
1147 |
+
"grad_norm": 3.560037136077881,
|
1148 |
+
"learning_rate": 4.8823909378831694e-05,
|
1149 |
+
"loss": 0.4352,
|
1150 |
+
"step": 1630
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.7575057736720554,
|
1154 |
+
"grad_norm": 1.751957654953003,
|
1155 |
+
"learning_rate": 4.8793171909604904e-05,
|
1156 |
+
"loss": 0.4222,
|
1157 |
+
"step": 1640
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.7621247113163973,
|
1161 |
+
"grad_norm": 2.7816951274871826,
|
1162 |
+
"learning_rate": 4.876204786810867e-05,
|
1163 |
+
"loss": 0.4458,
|
1164 |
+
"step": 1650
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.766743648960739,
|
1168 |
+
"grad_norm": 1.7703163623809814,
|
1169 |
+
"learning_rate": 4.873053776002133e-05,
|
1170 |
+
"loss": 0.4387,
|
1171 |
+
"step": 1660
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.7713625866050808,
|
1175 |
+
"grad_norm": 1.7305679321289062,
|
1176 |
+
"learning_rate": 4.8698642097293684e-05,
|
1177 |
+
"loss": 0.4203,
|
1178 |
+
"step": 1670
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.7759815242494227,
|
1182 |
+
"grad_norm": 2.028597116470337,
|
1183 |
+
"learning_rate": 4.866636139814076e-05,
|
1184 |
+
"loss": 0.4445,
|
1185 |
+
"step": 1680
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.7806004618937644,
|
1189 |
+
"grad_norm": 2.1649012565612793,
|
1190 |
+
"learning_rate": 4.863369618703331e-05,
|
1191 |
+
"loss": 0.4392,
|
1192 |
+
"step": 1690
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.7852193995381063,
|
1196 |
+
"grad_norm": 1.9613428115844727,
|
1197 |
+
"learning_rate": 4.860064699468935e-05,
|
1198 |
+
"loss": 0.4128,
|
1199 |
+
"step": 1700
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.789838337182448,
|
1203 |
+
"grad_norm": 1.6601072549819946,
|
1204 |
+
"learning_rate": 4.85672143580655e-05,
|
1205 |
+
"loss": 0.4211,
|
1206 |
+
"step": 1710
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.7944572748267898,
|
1210 |
+
"grad_norm": 1.360724925994873,
|
1211 |
+
"learning_rate": 4.85333988203483e-05,
|
1212 |
+
"loss": 0.4641,
|
1213 |
+
"step": 1720
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.7990762124711316,
|
1217 |
+
"grad_norm": 1.8491480350494385,
|
1218 |
+
"learning_rate": 4.84992009309453e-05,
|
1219 |
+
"loss": 0.4466,
|
1220 |
+
"step": 1730
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.8036951501154734,
|
1224 |
+
"grad_norm": 3.4997713565826416,
|
1225 |
+
"learning_rate": 4.8464621245476254e-05,
|
1226 |
+
"loss": 0.3786,
|
1227 |
+
"step": 1740
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.8083140877598153,
|
1231 |
+
"grad_norm": 1.9356039762496948,
|
1232 |
+
"learning_rate": 4.8429660325764e-05,
|
1233 |
+
"loss": 0.3948,
|
1234 |
+
"step": 1750
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.812933025404157,
|
1238 |
+
"grad_norm": 1.8650673627853394,
|
1239 |
+
"learning_rate": 4.8394318739825364e-05,
|
1240 |
+
"loss": 0.3733,
|
1241 |
+
"step": 1760
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.8175519630484989,
|
1245 |
+
"grad_norm": 2.526487112045288,
|
1246 |
+
"learning_rate": 4.835859706186193e-05,
|
1247 |
+
"loss": 0.4702,
|
1248 |
+
"step": 1770
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.8221709006928406,
|
1252 |
+
"grad_norm": 2.5216803550720215,
|
1253 |
+
"learning_rate": 4.832249587225073e-05,
|
1254 |
+
"loss": 0.4268,
|
1255 |
+
"step": 1780
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.8267898383371824,
|
1259 |
+
"grad_norm": 3.427783966064453,
|
1260 |
+
"learning_rate": 4.828601575753476e-05,
|
1261 |
+
"loss": 0.4198,
|
1262 |
+
"step": 1790
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.8314087759815243,
|
1266 |
+
"grad_norm": 2.734025001525879,
|
1267 |
+
"learning_rate": 4.824915731041352e-05,
|
1268 |
+
"loss": 0.4305,
|
1269 |
+
"step": 1800
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.836027713625866,
|
1273 |
+
"grad_norm": 1.9482347965240479,
|
1274 |
+
"learning_rate": 4.821192112973333e-05,
|
1275 |
+
"loss": 0.4373,
|
1276 |
+
"step": 1810
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.8406466512702079,
|
1280 |
+
"grad_norm": 2.4370124340057373,
|
1281 |
+
"learning_rate": 4.817430782047762e-05,
|
1282 |
+
"loss": 0.4477,
|
1283 |
+
"step": 1820
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.8452655889145496,
|
1287 |
+
"grad_norm": 2.8961851596832275,
|
1288 |
+
"learning_rate": 4.8136317993757114e-05,
|
1289 |
+
"loss": 0.4611,
|
1290 |
+
"step": 1830
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.8498845265588915,
|
1294 |
+
"grad_norm": 2.3259379863739014,
|
1295 |
+
"learning_rate": 4.8097952266799876e-05,
|
1296 |
+
"loss": 0.4297,
|
1297 |
+
"step": 1840
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.8545034642032333,
|
1301 |
+
"grad_norm": 3.403167963027954,
|
1302 |
+
"learning_rate": 4.805921126294129e-05,
|
1303 |
+
"loss": 0.4028,
|
1304 |
+
"step": 1850
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.859122401847575,
|
1308 |
+
"grad_norm": 1.5918769836425781,
|
1309 |
+
"learning_rate": 4.802009561161396e-05,
|
1310 |
+
"loss": 0.3982,
|
1311 |
+
"step": 1860
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.8637413394919169,
|
1315 |
+
"grad_norm": 2.220611333847046,
|
1316 |
+
"learning_rate": 4.798060594833743e-05,
|
1317 |
+
"loss": 0.4213,
|
1318 |
+
"step": 1870
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.8683602771362586,
|
1322 |
+
"grad_norm": 1.634158968925476,
|
1323 |
+
"learning_rate": 4.794074291470791e-05,
|
1324 |
+
"loss": 0.4085,
|
1325 |
+
"step": 1880
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.8729792147806005,
|
1329 |
+
"grad_norm": 2.6168339252471924,
|
1330 |
+
"learning_rate": 4.790050715838783e-05,
|
1331 |
+
"loss": 0.437,
|
1332 |
+
"step": 1890
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.8775981524249422,
|
1336 |
+
"grad_norm": 2.0392565727233887,
|
1337 |
+
"learning_rate": 4.7859899333095296e-05,
|
1338 |
+
"loss": 0.4407,
|
1339 |
+
"step": 1900
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.8822170900692841,
|
1343 |
+
"grad_norm": 2.446300506591797,
|
1344 |
+
"learning_rate": 4.7818920098593516e-05,
|
1345 |
+
"loss": 0.4415,
|
1346 |
+
"step": 1910
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.8868360277136259,
|
1350 |
+
"grad_norm": 2.7988600730895996,
|
1351 |
+
"learning_rate": 4.777757012068004e-05,
|
1352 |
+
"loss": 0.433,
|
1353 |
+
"step": 1920
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.8914549653579676,
|
1357 |
+
"grad_norm": 1.9571830034255981,
|
1358 |
+
"learning_rate": 4.773585007117597e-05,
|
1359 |
+
"loss": 0.3957,
|
1360 |
+
"step": 1930
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.8960739030023095,
|
1364 |
+
"grad_norm": 3.4647884368896484,
|
1365 |
+
"learning_rate": 4.7693760627915015e-05,
|
1366 |
+
"loss": 0.4442,
|
1367 |
+
"step": 1940
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.9006928406466512,
|
1371 |
+
"grad_norm": 2.8123703002929688,
|
1372 |
+
"learning_rate": 4.765130247473252e-05,
|
1373 |
+
"loss": 0.502,
|
1374 |
+
"step": 1950
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.9053117782909931,
|
1378 |
+
"grad_norm": 2.4884793758392334,
|
1379 |
+
"learning_rate": 4.760847630145431e-05,
|
1380 |
+
"loss": 0.4532,
|
1381 |
+
"step": 1960
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.9099307159353349,
|
1385 |
+
"grad_norm": 2.372985601425171,
|
1386 |
+
"learning_rate": 4.756528280388551e-05,
|
1387 |
+
"loss": 0.3951,
|
1388 |
+
"step": 1970
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.9145496535796767,
|
1392 |
+
"grad_norm": 2.322315216064453,
|
1393 |
+
"learning_rate": 4.752172268379923e-05,
|
1394 |
+
"loss": 0.4442,
|
1395 |
+
"step": 1980
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.9191685912240185,
|
1399 |
+
"grad_norm": 2.875863552093506,
|
1400 |
+
"learning_rate": 4.7477796648925186e-05,
|
1401 |
+
"loss": 0.4512,
|
1402 |
+
"step": 1990
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.9237875288683602,
|
1406 |
+
"grad_norm": 2.0720949172973633,
|
1407 |
+
"learning_rate": 4.743350541293817e-05,
|
1408 |
+
"loss": 0.4076,
|
1409 |
+
"step": 2000
|
1410 |
+
}
|
1411 |
+
],
|
1412 |
+
"logging_steps": 10,
|
1413 |
+
"max_steps": 8660,
|
1414 |
+
"num_input_tokens_seen": 0,
|
1415 |
+
"num_train_epochs": 4,
|
1416 |
+
"save_steps": 500,
|
1417 |
+
"stateful_callbacks": {
|
1418 |
+
"TrainerControl": {
|
1419 |
+
"args": {
|
1420 |
+
"should_epoch_stop": false,
|
1421 |
+
"should_evaluate": false,
|
1422 |
+
"should_log": false,
|
1423 |
+
"should_save": true,
|
1424 |
+
"should_training_stop": false
|
1425 |
+
},
|
1426 |
+
"attributes": {}
|
1427 |
+
}
|
1428 |
+
},
|
1429 |
+
"total_flos": 5.4846778836097434e+17,
|
1430 |
+
"train_batch_size": 1,
|
1431 |
+
"trial_name": null,
|
1432 |
+
"trial_params": null
|
1433 |
+
}
|
checkpoint-2000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5634a4aea40f26a4bd395cce99d40e5d4ac38396a87a690ea8534fccfab25f6d
|
3 |
+
size 5368
|
checkpoint-2500/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: /root/autodl-tmp/models/Mistral-7B-Instruct-v0.2
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.11.1
|