rufjdk5480
commited on
Commit
•
8750c6b
1
Parent(s):
3de092f
Upload folder using huggingface_hub
Browse files- README.md +202 -1
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +441 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,204 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: mistralai/Mixtral-8x7B-v0.1
|
4 |
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.7.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mixtral-8x7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 64,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 32,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj",
|
24 |
+
"w2",
|
25 |
+
"lm_head",
|
26 |
+
"k_proj",
|
27 |
+
"w3",
|
28 |
+
"w1",
|
29 |
+
"o_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM"
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:299a5093f4c599515f1606f02bf1f4706ed8bac921830fa60a340eba003d11a8
|
3 |
+
size 2450168296
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:094481cec88596d4f545563f865da7f98cd2bcab3b9860d8738a4f0c314afa05
|
3 |
+
size 966846882
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1645107f57079fc22306a424ff11db548c5fa38de82af19d32c490f2040808df
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e84596d1e154e331ce20fa337d6c4278653a76ecc7f6e906b44532be1b7146b0
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,441 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.9296875,
|
5 |
+
"eval_steps": 25,
|
6 |
+
"global_step": 750,
|
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.1,
|
13 |
+
"learning_rate": 2.43993993993994e-05,
|
14 |
+
"loss": 1.1099,
|
15 |
+
"step": 25
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.1,
|
19 |
+
"eval_loss": 1.0085899829864502,
|
20 |
+
"eval_runtime": 168.9968,
|
21 |
+
"eval_samples_per_second": 1.456,
|
22 |
+
"eval_steps_per_second": 0.183,
|
23 |
+
"step": 25
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.2,
|
27 |
+
"learning_rate": 2.3773773773773775e-05,
|
28 |
+
"loss": 0.966,
|
29 |
+
"step": 50
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 0.2,
|
33 |
+
"eval_loss": 0.955312192440033,
|
34 |
+
"eval_runtime": 169.2723,
|
35 |
+
"eval_samples_per_second": 1.453,
|
36 |
+
"eval_steps_per_second": 0.183,
|
37 |
+
"step": 50
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.29,
|
41 |
+
"learning_rate": 2.314814814814815e-05,
|
42 |
+
"loss": 0.9251,
|
43 |
+
"step": 75
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"epoch": 0.29,
|
47 |
+
"eval_loss": 0.9321236610412598,
|
48 |
+
"eval_runtime": 169.3712,
|
49 |
+
"eval_samples_per_second": 1.452,
|
50 |
+
"eval_steps_per_second": 0.183,
|
51 |
+
"step": 75
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.39,
|
55 |
+
"learning_rate": 2.2547547547547548e-05,
|
56 |
+
"loss": 0.9126,
|
57 |
+
"step": 100
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.39,
|
61 |
+
"eval_loss": 0.9122704267501831,
|
62 |
+
"eval_runtime": 169.5064,
|
63 |
+
"eval_samples_per_second": 1.451,
|
64 |
+
"eval_steps_per_second": 0.183,
|
65 |
+
"step": 100
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.49,
|
69 |
+
"learning_rate": 2.1996996996997e-05,
|
70 |
+
"loss": 0.884,
|
71 |
+
"step": 125
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"epoch": 0.49,
|
75 |
+
"eval_loss": 0.9045689105987549,
|
76 |
+
"eval_runtime": 169.4144,
|
77 |
+
"eval_samples_per_second": 1.452,
|
78 |
+
"eval_steps_per_second": 0.183,
|
79 |
+
"step": 125
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.59,
|
83 |
+
"learning_rate": 2.142142142142142e-05,
|
84 |
+
"loss": 0.9249,
|
85 |
+
"step": 150
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 0.59,
|
89 |
+
"eval_loss": 0.9013924598693848,
|
90 |
+
"eval_runtime": 169.5232,
|
91 |
+
"eval_samples_per_second": 1.451,
|
92 |
+
"eval_steps_per_second": 0.183,
|
93 |
+
"step": 150
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.68,
|
97 |
+
"learning_rate": 2.0845845845845847e-05,
|
98 |
+
"loss": 0.8931,
|
99 |
+
"step": 175
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.68,
|
103 |
+
"eval_loss": 0.9005089402198792,
|
104 |
+
"eval_runtime": 169.4928,
|
105 |
+
"eval_samples_per_second": 1.451,
|
106 |
+
"eval_steps_per_second": 0.183,
|
107 |
+
"step": 175
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.78,
|
111 |
+
"learning_rate": 2.0245245245245244e-05,
|
112 |
+
"loss": 0.8724,
|
113 |
+
"step": 200
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 0.78,
|
117 |
+
"eval_loss": 0.8974775671958923,
|
118 |
+
"eval_runtime": 169.6039,
|
119 |
+
"eval_samples_per_second": 1.45,
|
120 |
+
"eval_steps_per_second": 0.183,
|
121 |
+
"step": 200
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.88,
|
125 |
+
"learning_rate": 1.961961961961962e-05,
|
126 |
+
"loss": 0.8692,
|
127 |
+
"step": 225
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"epoch": 0.88,
|
131 |
+
"eval_loss": 0.8939986824989319,
|
132 |
+
"eval_runtime": 169.6629,
|
133 |
+
"eval_samples_per_second": 1.45,
|
134 |
+
"eval_steps_per_second": 0.183,
|
135 |
+
"step": 225
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.98,
|
139 |
+
"learning_rate": 1.9019019019019018e-05,
|
140 |
+
"loss": 0.8791,
|
141 |
+
"step": 250
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.98,
|
145 |
+
"eval_loss": 0.8978664875030518,
|
146 |
+
"eval_runtime": 169.6122,
|
147 |
+
"eval_samples_per_second": 1.45,
|
148 |
+
"eval_steps_per_second": 0.183,
|
149 |
+
"step": 250
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.07,
|
153 |
+
"learning_rate": 1.8443443443443443e-05,
|
154 |
+
"loss": 0.8534,
|
155 |
+
"step": 275
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"epoch": 1.07,
|
159 |
+
"eval_loss": 0.8919960856437683,
|
160 |
+
"eval_runtime": 169.6602,
|
161 |
+
"eval_samples_per_second": 1.45,
|
162 |
+
"eval_steps_per_second": 0.183,
|
163 |
+
"step": 275
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.17,
|
167 |
+
"learning_rate": 1.781781781781782e-05,
|
168 |
+
"loss": 0.8173,
|
169 |
+
"step": 300
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 1.17,
|
173 |
+
"eval_loss": 0.8853669166564941,
|
174 |
+
"eval_runtime": 169.6012,
|
175 |
+
"eval_samples_per_second": 1.45,
|
176 |
+
"eval_steps_per_second": 0.183,
|
177 |
+
"step": 300
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.27,
|
181 |
+
"learning_rate": 1.7192192192192195e-05,
|
182 |
+
"loss": 0.7995,
|
183 |
+
"step": 325
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 1.27,
|
187 |
+
"eval_loss": 0.8796117305755615,
|
188 |
+
"eval_runtime": 169.6226,
|
189 |
+
"eval_samples_per_second": 1.45,
|
190 |
+
"eval_steps_per_second": 0.183,
|
191 |
+
"step": 325
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.37,
|
195 |
+
"learning_rate": 1.6566566566566568e-05,
|
196 |
+
"loss": 0.8031,
|
197 |
+
"step": 350
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 1.37,
|
201 |
+
"eval_loss": 0.8701273798942566,
|
202 |
+
"eval_runtime": 169.668,
|
203 |
+
"eval_samples_per_second": 1.45,
|
204 |
+
"eval_steps_per_second": 0.183,
|
205 |
+
"step": 350
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.46,
|
209 |
+
"learning_rate": 1.594094094094094e-05,
|
210 |
+
"loss": 0.7914,
|
211 |
+
"step": 375
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 1.46,
|
215 |
+
"eval_loss": 0.8678767681121826,
|
216 |
+
"eval_runtime": 169.5954,
|
217 |
+
"eval_samples_per_second": 1.451,
|
218 |
+
"eval_steps_per_second": 0.183,
|
219 |
+
"step": 375
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.56,
|
223 |
+
"learning_rate": 1.5315315315315316e-05,
|
224 |
+
"loss": 0.7792,
|
225 |
+
"step": 400
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 1.56,
|
229 |
+
"eval_loss": 0.8583410382270813,
|
230 |
+
"eval_runtime": 169.6512,
|
231 |
+
"eval_samples_per_second": 1.45,
|
232 |
+
"eval_steps_per_second": 0.183,
|
233 |
+
"step": 400
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.66,
|
237 |
+
"learning_rate": 1.468968968968969e-05,
|
238 |
+
"loss": 0.7739,
|
239 |
+
"step": 425
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"epoch": 1.66,
|
243 |
+
"eval_loss": 0.8527249693870544,
|
244 |
+
"eval_runtime": 169.6094,
|
245 |
+
"eval_samples_per_second": 1.45,
|
246 |
+
"eval_steps_per_second": 0.183,
|
247 |
+
"step": 425
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.76,
|
251 |
+
"learning_rate": 1.4064064064064064e-05,
|
252 |
+
"loss": 0.7829,
|
253 |
+
"step": 450
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 1.76,
|
257 |
+
"eval_loss": 0.8476611971855164,
|
258 |
+
"eval_runtime": 169.7218,
|
259 |
+
"eval_samples_per_second": 1.449,
|
260 |
+
"eval_steps_per_second": 0.183,
|
261 |
+
"step": 450
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.86,
|
265 |
+
"learning_rate": 1.3438438438438438e-05,
|
266 |
+
"loss": 0.7881,
|
267 |
+
"step": 475
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 1.86,
|
271 |
+
"eval_loss": 0.8437426686286926,
|
272 |
+
"eval_runtime": 169.563,
|
273 |
+
"eval_samples_per_second": 1.451,
|
274 |
+
"eval_steps_per_second": 0.183,
|
275 |
+
"step": 475
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.95,
|
279 |
+
"learning_rate": 1.2812812812812813e-05,
|
280 |
+
"loss": 0.791,
|
281 |
+
"step": 500
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.95,
|
285 |
+
"eval_loss": 0.8393863439559937,
|
286 |
+
"eval_runtime": 169.5296,
|
287 |
+
"eval_samples_per_second": 1.451,
|
288 |
+
"eval_steps_per_second": 0.183,
|
289 |
+
"step": 500
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 2.05,
|
293 |
+
"learning_rate": 1.2187187187187189e-05,
|
294 |
+
"loss": 0.6864,
|
295 |
+
"step": 525
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 2.05,
|
299 |
+
"eval_loss": 0.863290548324585,
|
300 |
+
"eval_runtime": 169.551,
|
301 |
+
"eval_samples_per_second": 1.451,
|
302 |
+
"eval_steps_per_second": 0.183,
|
303 |
+
"step": 525
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 2.15,
|
307 |
+
"learning_rate": 1.1561561561561563e-05,
|
308 |
+
"loss": 0.6342,
|
309 |
+
"step": 550
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 2.15,
|
313 |
+
"eval_loss": 0.8623055219650269,
|
314 |
+
"eval_runtime": 169.5813,
|
315 |
+
"eval_samples_per_second": 1.451,
|
316 |
+
"eval_steps_per_second": 0.183,
|
317 |
+
"step": 550
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.25,
|
321 |
+
"learning_rate": 1.0935935935935937e-05,
|
322 |
+
"loss": 0.6208,
|
323 |
+
"step": 575
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"epoch": 2.25,
|
327 |
+
"eval_loss": 0.8574148416519165,
|
328 |
+
"eval_runtime": 169.5698,
|
329 |
+
"eval_samples_per_second": 1.451,
|
330 |
+
"eval_steps_per_second": 0.183,
|
331 |
+
"step": 575
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 2.34,
|
335 |
+
"learning_rate": 1.031031031031031e-05,
|
336 |
+
"loss": 0.5885,
|
337 |
+
"step": 600
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 2.34,
|
341 |
+
"eval_loss": 0.8582069873809814,
|
342 |
+
"eval_runtime": 169.5406,
|
343 |
+
"eval_samples_per_second": 1.451,
|
344 |
+
"eval_steps_per_second": 0.183,
|
345 |
+
"step": 600
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.44,
|
349 |
+
"learning_rate": 9.684684684684685e-06,
|
350 |
+
"loss": 0.607,
|
351 |
+
"step": 625
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 2.44,
|
355 |
+
"eval_loss": 0.8599240779876709,
|
356 |
+
"eval_runtime": 169.6355,
|
357 |
+
"eval_samples_per_second": 1.45,
|
358 |
+
"eval_steps_per_second": 0.183,
|
359 |
+
"step": 625
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.54,
|
363 |
+
"learning_rate": 9.05905905905906e-06,
|
364 |
+
"loss": 0.6149,
|
365 |
+
"step": 650
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"epoch": 2.54,
|
369 |
+
"eval_loss": 0.8572269678115845,
|
370 |
+
"eval_runtime": 169.5236,
|
371 |
+
"eval_samples_per_second": 1.451,
|
372 |
+
"eval_steps_per_second": 0.183,
|
373 |
+
"step": 650
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 2.64,
|
377 |
+
"learning_rate": 8.433433433433434e-06,
|
378 |
+
"loss": 0.5893,
|
379 |
+
"step": 675
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 2.64,
|
383 |
+
"eval_loss": 0.8562537431716919,
|
384 |
+
"eval_runtime": 169.5361,
|
385 |
+
"eval_samples_per_second": 1.451,
|
386 |
+
"eval_steps_per_second": 0.183,
|
387 |
+
"step": 675
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 2.73,
|
391 |
+
"learning_rate": 7.807807807807808e-06,
|
392 |
+
"loss": 0.6176,
|
393 |
+
"step": 700
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 2.73,
|
397 |
+
"eval_loss": 0.8548978567123413,
|
398 |
+
"eval_runtime": 169.5309,
|
399 |
+
"eval_samples_per_second": 1.451,
|
400 |
+
"eval_steps_per_second": 0.183,
|
401 |
+
"step": 700
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 2.83,
|
405 |
+
"learning_rate": 7.182182182182183e-06,
|
406 |
+
"loss": 0.5953,
|
407 |
+
"step": 725
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"epoch": 2.83,
|
411 |
+
"eval_loss": 0.8483610153198242,
|
412 |
+
"eval_runtime": 169.5898,
|
413 |
+
"eval_samples_per_second": 1.451,
|
414 |
+
"eval_steps_per_second": 0.183,
|
415 |
+
"step": 725
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 2.93,
|
419 |
+
"learning_rate": 6.556556556556556e-06,
|
420 |
+
"loss": 0.6088,
|
421 |
+
"step": 750
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 2.93,
|
425 |
+
"eval_loss": 0.8442074060440063,
|
426 |
+
"eval_runtime": 169.5261,
|
427 |
+
"eval_samples_per_second": 1.451,
|
428 |
+
"eval_steps_per_second": 0.183,
|
429 |
+
"step": 750
|
430 |
+
}
|
431 |
+
],
|
432 |
+
"logging_steps": 25,
|
433 |
+
"max_steps": 1000,
|
434 |
+
"num_input_tokens_seen": 0,
|
435 |
+
"num_train_epochs": 4,
|
436 |
+
"save_steps": 25,
|
437 |
+
"total_flos": 6.766615596367872e+17,
|
438 |
+
"train_batch_size": 4,
|
439 |
+
"trial_name": null,
|
440 |
+
"trial_params": null
|
441 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d119377f09174b8fccfbbd621acfae9cda8d8638614329fdbe4341a86d324abe
|
3 |
+
size 4728
|