Training in progress, step 5000, checkpoint
Browse files- checkpoint-5000/README.md +202 -0
- checkpoint-5000/adapter_config.json +29 -0
- checkpoint-5000/adapter_model.safetensors +3 -0
- checkpoint-5000/optimizer.pt +3 -0
- checkpoint-5000/rng_state.pth +3 -0
- checkpoint-5000/scheduler.pt +3 -0
- checkpoint-5000/trainer_state.json +383 -0
- checkpoint-5000/training_args.bin +3 -0
checkpoint-5000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-5000/adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
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.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
+
],
|
26 |
+
"task_type": "CAUSAL_LM",
|
27 |
+
"use_dora": false,
|
28 |
+
"use_rslora": false
|
29 |
+
}
|
checkpoint-5000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c91add3256fce83c6c2208b10e1e615d2ddec585607818d3fd79a21ef7adcb0b
|
3 |
+
size 13648432
|
checkpoint-5000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6c4430a93f365a3d0990a1837a06159eb4f40c19f3df0c67f8bc874630c763e
|
3 |
+
size 7073594
|
checkpoint-5000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf34e15ba38080ba7ee2cea351f12c2c59eb1b9361a0ee3839f510c1589380d0
|
3 |
+
size 14244
|
checkpoint-5000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8231159d7b96e4be72896e72d5fe9f13b8d1d9a488ad78d5e9b3ae003e2a66bc
|
3 |
+
size 1064
|
checkpoint-5000/trainer_state.json
ADDED
@@ -0,0 +1,383 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.44251703690592087,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 5000,
|
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.008850340738118417,
|
13 |
+
"grad_norm": 1.517469048500061,
|
14 |
+
"learning_rate": 1.9919999999999997e-06,
|
15 |
+
"loss": 1.519,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.017700681476236834,
|
20 |
+
"grad_norm": 1.6662976741790771,
|
21 |
+
"learning_rate": 1.984e-06,
|
22 |
+
"loss": 1.4776,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.026551022214355253,
|
27 |
+
"grad_norm": 0.8021761775016785,
|
28 |
+
"learning_rate": 1.976e-06,
|
29 |
+
"loss": 1.4026,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.03540136295247367,
|
34 |
+
"grad_norm": 0.8772447109222412,
|
35 |
+
"learning_rate": 1.968e-06,
|
36 |
+
"loss": 1.3306,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.04425170369059209,
|
41 |
+
"grad_norm": 0.4179963767528534,
|
42 |
+
"learning_rate": 1.96e-06,
|
43 |
+
"loss": 1.286,
|
44 |
+
"step": 500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.053102044428710506,
|
48 |
+
"grad_norm": 0.4829399287700653,
|
49 |
+
"learning_rate": 1.9519999999999997e-06,
|
50 |
+
"loss": 1.2756,
|
51 |
+
"step": 600
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.061952385166828924,
|
55 |
+
"grad_norm": 0.5651261806488037,
|
56 |
+
"learning_rate": 1.944e-06,
|
57 |
+
"loss": 1.2721,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.07080272590494734,
|
62 |
+
"grad_norm": 0.5160872936248779,
|
63 |
+
"learning_rate": 1.9359999999999998e-06,
|
64 |
+
"loss": 1.2579,
|
65 |
+
"step": 800
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.07965306664306576,
|
69 |
+
"grad_norm": 0.7501122355461121,
|
70 |
+
"learning_rate": 1.928e-06,
|
71 |
+
"loss": 1.2853,
|
72 |
+
"step": 900
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.08850340738118417,
|
76 |
+
"grad_norm": 0.591393232345581,
|
77 |
+
"learning_rate": 1.92e-06,
|
78 |
+
"loss": 1.2472,
|
79 |
+
"step": 1000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.0973537481193026,
|
83 |
+
"grad_norm": 0.5573005080223083,
|
84 |
+
"learning_rate": 1.9119999999999997e-06,
|
85 |
+
"loss": 1.2348,
|
86 |
+
"step": 1100
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.10620408885742101,
|
90 |
+
"grad_norm": 0.607552707195282,
|
91 |
+
"learning_rate": 1.904e-06,
|
92 |
+
"loss": 1.2679,
|
93 |
+
"step": 1200
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.11505442959553942,
|
97 |
+
"grad_norm": 0.6899151802062988,
|
98 |
+
"learning_rate": 1.8959999999999997e-06,
|
99 |
+
"loss": 1.2513,
|
100 |
+
"step": 1300
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.12390477033365785,
|
104 |
+
"grad_norm": 0.5849478244781494,
|
105 |
+
"learning_rate": 1.8879999999999998e-06,
|
106 |
+
"loss": 1.226,
|
107 |
+
"step": 1400
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.13275511107177626,
|
111 |
+
"grad_norm": 0.6027043461799622,
|
112 |
+
"learning_rate": 1.8799999999999998e-06,
|
113 |
+
"loss": 1.2163,
|
114 |
+
"step": 1500
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.14160545180989467,
|
118 |
+
"grad_norm": 0.6785966157913208,
|
119 |
+
"learning_rate": 1.872e-06,
|
120 |
+
"loss": 1.2076,
|
121 |
+
"step": 1600
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.1504557925480131,
|
125 |
+
"grad_norm": 0.5975379347801208,
|
126 |
+
"learning_rate": 1.864e-06,
|
127 |
+
"loss": 1.2146,
|
128 |
+
"step": 1700
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.15930613328613152,
|
132 |
+
"grad_norm": 0.685453474521637,
|
133 |
+
"learning_rate": 1.856e-06,
|
134 |
+
"loss": 1.198,
|
135 |
+
"step": 1800
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.16815647402424994,
|
139 |
+
"grad_norm": 1.1250847578048706,
|
140 |
+
"learning_rate": 1.848e-06,
|
141 |
+
"loss": 1.218,
|
142 |
+
"step": 1900
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.17700681476236835,
|
146 |
+
"grad_norm": 0.6129019260406494,
|
147 |
+
"learning_rate": 1.84e-06,
|
148 |
+
"loss": 1.1894,
|
149 |
+
"step": 2000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.18585715550048676,
|
153 |
+
"grad_norm": 0.7388463616371155,
|
154 |
+
"learning_rate": 1.832e-06,
|
155 |
+
"loss": 1.1962,
|
156 |
+
"step": 2100
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.1947074962386052,
|
160 |
+
"grad_norm": 0.5909475684165955,
|
161 |
+
"learning_rate": 1.824e-06,
|
162 |
+
"loss": 1.241,
|
163 |
+
"step": 2200
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.2035578369767236,
|
167 |
+
"grad_norm": 0.5264613032341003,
|
168 |
+
"learning_rate": 1.816e-06,
|
169 |
+
"loss": 1.1915,
|
170 |
+
"step": 2300
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.21240817771484202,
|
174 |
+
"grad_norm": 0.6419306397438049,
|
175 |
+
"learning_rate": 1.8079999999999999e-06,
|
176 |
+
"loss": 1.1938,
|
177 |
+
"step": 2400
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.22125851845296043,
|
181 |
+
"grad_norm": 0.6240788698196411,
|
182 |
+
"learning_rate": 1.8e-06,
|
183 |
+
"loss": 1.214,
|
184 |
+
"step": 2500
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.23010885919107885,
|
188 |
+
"grad_norm": 0.7954173684120178,
|
189 |
+
"learning_rate": 1.792e-06,
|
190 |
+
"loss": 1.195,
|
191 |
+
"step": 2600
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.23895919992919729,
|
195 |
+
"grad_norm": 0.7451553344726562,
|
196 |
+
"learning_rate": 1.784e-06,
|
197 |
+
"loss": 1.1793,
|
198 |
+
"step": 2700
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.2478095406673157,
|
202 |
+
"grad_norm": 0.8471085429191589,
|
203 |
+
"learning_rate": 1.776e-06,
|
204 |
+
"loss": 1.1895,
|
205 |
+
"step": 2800
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.2566598814054341,
|
209 |
+
"grad_norm": 1.0085513591766357,
|
210 |
+
"learning_rate": 1.7679999999999998e-06,
|
211 |
+
"loss": 1.2087,
|
212 |
+
"step": 2900
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.2655102221435525,
|
216 |
+
"grad_norm": 0.7709102630615234,
|
217 |
+
"learning_rate": 1.7599999999999999e-06,
|
218 |
+
"loss": 1.1959,
|
219 |
+
"step": 3000
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.27436056288167093,
|
223 |
+
"grad_norm": 0.7612162232398987,
|
224 |
+
"learning_rate": 1.752e-06,
|
225 |
+
"loss": 1.1803,
|
226 |
+
"step": 3100
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.28321090361978934,
|
230 |
+
"grad_norm": 1.0669310092926025,
|
231 |
+
"learning_rate": 1.744e-06,
|
232 |
+
"loss": 1.1548,
|
233 |
+
"step": 3200
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.29206124435790776,
|
237 |
+
"grad_norm": 0.7489383220672607,
|
238 |
+
"learning_rate": 1.736e-06,
|
239 |
+
"loss": 1.1654,
|
240 |
+
"step": 3300
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.3009115850960262,
|
244 |
+
"grad_norm": 0.8011970520019531,
|
245 |
+
"learning_rate": 1.7279999999999998e-06,
|
246 |
+
"loss": 1.1789,
|
247 |
+
"step": 3400
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.30976192583414464,
|
251 |
+
"grad_norm": 0.7374864816665649,
|
252 |
+
"learning_rate": 1.7199999999999998e-06,
|
253 |
+
"loss": 1.171,
|
254 |
+
"step": 3500
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.31861226657226305,
|
258 |
+
"grad_norm": 0.8267546892166138,
|
259 |
+
"learning_rate": 1.7119999999999999e-06,
|
260 |
+
"loss": 1.1435,
|
261 |
+
"step": 3600
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.32746260731038146,
|
265 |
+
"grad_norm": 0.8837570548057556,
|
266 |
+
"learning_rate": 1.704e-06,
|
267 |
+
"loss": 1.1674,
|
268 |
+
"step": 3700
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.33631294804849987,
|
272 |
+
"grad_norm": 0.7216938138008118,
|
273 |
+
"learning_rate": 1.696e-06,
|
274 |
+
"loss": 1.1446,
|
275 |
+
"step": 3800
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.3451632887866183,
|
279 |
+
"grad_norm": 0.8478527069091797,
|
280 |
+
"learning_rate": 1.6879999999999998e-06,
|
281 |
+
"loss": 1.1721,
|
282 |
+
"step": 3900
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.3540136295247367,
|
286 |
+
"grad_norm": 0.8281861543655396,
|
287 |
+
"learning_rate": 1.6799999999999998e-06,
|
288 |
+
"loss": 1.1741,
|
289 |
+
"step": 4000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.3628639702628551,
|
293 |
+
"grad_norm": 0.6918274760246277,
|
294 |
+
"learning_rate": 1.6719999999999998e-06,
|
295 |
+
"loss": 1.1433,
|
296 |
+
"step": 4100
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.3717143110009735,
|
300 |
+
"grad_norm": 0.6722283363342285,
|
301 |
+
"learning_rate": 1.6639999999999999e-06,
|
302 |
+
"loss": 1.189,
|
303 |
+
"step": 4200
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.38056465173909193,
|
307 |
+
"grad_norm": 0.8337692022323608,
|
308 |
+
"learning_rate": 1.656e-06,
|
309 |
+
"loss": 1.1694,
|
310 |
+
"step": 4300
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.3894149924772104,
|
314 |
+
"grad_norm": 0.7980256080627441,
|
315 |
+
"learning_rate": 1.648e-06,
|
316 |
+
"loss": 1.1794,
|
317 |
+
"step": 4400
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.3982653332153288,
|
321 |
+
"grad_norm": 0.9903015494346619,
|
322 |
+
"learning_rate": 1.6399999999999998e-06,
|
323 |
+
"loss": 1.2027,
|
324 |
+
"step": 4500
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.4071156739534472,
|
328 |
+
"grad_norm": 0.7119297385215759,
|
329 |
+
"learning_rate": 1.6319999999999998e-06,
|
330 |
+
"loss": 1.1638,
|
331 |
+
"step": 4600
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.41596601469156563,
|
335 |
+
"grad_norm": 0.9170375466346741,
|
336 |
+
"learning_rate": 1.624e-06,
|
337 |
+
"loss": 1.1706,
|
338 |
+
"step": 4700
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.42481635542968404,
|
342 |
+
"grad_norm": 0.7098402976989746,
|
343 |
+
"learning_rate": 1.616e-06,
|
344 |
+
"loss": 1.1738,
|
345 |
+
"step": 4800
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.43366669616780246,
|
349 |
+
"grad_norm": 0.9326470494270325,
|
350 |
+
"learning_rate": 1.608e-06,
|
351 |
+
"loss": 1.1526,
|
352 |
+
"step": 4900
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.44251703690592087,
|
356 |
+
"grad_norm": 0.7765191197395325,
|
357 |
+
"learning_rate": 1.6e-06,
|
358 |
+
"loss": 1.1687,
|
359 |
+
"step": 5000
|
360 |
+
}
|
361 |
+
],
|
362 |
+
"logging_steps": 100,
|
363 |
+
"max_steps": 25000,
|
364 |
+
"num_input_tokens_seen": 0,
|
365 |
+
"num_train_epochs": 3,
|
366 |
+
"save_steps": 5000,
|
367 |
+
"stateful_callbacks": {
|
368 |
+
"TrainerControl": {
|
369 |
+
"args": {
|
370 |
+
"should_epoch_stop": false,
|
371 |
+
"should_evaluate": false,
|
372 |
+
"should_log": false,
|
373 |
+
"should_save": true,
|
374 |
+
"should_training_stop": false
|
375 |
+
},
|
376 |
+
"attributes": {}
|
377 |
+
}
|
378 |
+
},
|
379 |
+
"total_flos": 4.916766417699275e+18,
|
380 |
+
"train_batch_size": 2,
|
381 |
+
"trial_name": null,
|
382 |
+
"trial_params": null
|
383 |
+
}
|
checkpoint-5000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c33153550b6b3f2d3c9440e20ffbe5ac26d7d58fbfe186f83bf0972f9688038
|
3 |
+
size 5368
|