Upload 8 files
Browse files- README.md +202 -1
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +229 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,204 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: 152334H/miqu-1-70b-sf
|
4 |
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.8.2
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "152334H/miqu-1-70b-sf",
|
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 |
+
"q_proj",
|
23 |
+
"v_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"lm_head",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"up_proj",
|
29 |
+
"o_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c230a45fc519978a9346af3a733080889b9845a41a4f42e642eea9fe912eb9
|
3 |
+
size 2710625064
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aed1570f3a4ccf9341b0456b3c72ed7c212b45e1682a3bcfab2f451ae1485932
|
3 |
+
size 833909276
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb487b0d77992419a65e0dcf3a28307a1228f2bed886f9d37be5624351535ca6
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23bc35f5d3e0b31fa9ca7317d9a8df102eb3e18f3c11a7f544431af9ffe93353
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,229 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.056555269922879,
|
5 |
+
"eval_steps": 400,
|
6 |
+
"global_step": 800,
|
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.06,
|
13 |
+
"learning_rate": 0.00019903980796159233,
|
14 |
+
"loss": 1.2452,
|
15 |
+
"step": 25
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.13,
|
19 |
+
"learning_rate": 0.00019803960792158433,
|
20 |
+
"loss": 1.2141,
|
21 |
+
"step": 50
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.19,
|
25 |
+
"learning_rate": 0.00019703940788157634,
|
26 |
+
"loss": 1.1351,
|
27 |
+
"step": 75
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.26,
|
31 |
+
"learning_rate": 0.00019603920784156832,
|
32 |
+
"loss": 1.1895,
|
33 |
+
"step": 100
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.32,
|
37 |
+
"learning_rate": 0.00019503900780156033,
|
38 |
+
"loss": 1.1864,
|
39 |
+
"step": 125
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.39,
|
43 |
+
"learning_rate": 0.0001940388077615523,
|
44 |
+
"loss": 1.1171,
|
45 |
+
"step": 150
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.45,
|
49 |
+
"learning_rate": 0.00019303860772154432,
|
50 |
+
"loss": 1.2292,
|
51 |
+
"step": 175
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.51,
|
55 |
+
"learning_rate": 0.00019203840768153632,
|
56 |
+
"loss": 1.1102,
|
57 |
+
"step": 200
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.58,
|
61 |
+
"learning_rate": 0.0001910382076415283,
|
62 |
+
"loss": 1.2064,
|
63 |
+
"step": 225
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.64,
|
67 |
+
"learning_rate": 0.0001900380076015203,
|
68 |
+
"loss": 1.2256,
|
69 |
+
"step": 250
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.71,
|
73 |
+
"learning_rate": 0.0001890378075615123,
|
74 |
+
"loss": 1.1175,
|
75 |
+
"step": 275
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.77,
|
79 |
+
"learning_rate": 0.0001880376075215043,
|
80 |
+
"loss": 1.098,
|
81 |
+
"step": 300
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.84,
|
85 |
+
"learning_rate": 0.00018703740748149633,
|
86 |
+
"loss": 1.299,
|
87 |
+
"step": 325
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.9,
|
91 |
+
"learning_rate": 0.0001860372074414883,
|
92 |
+
"loss": 1.1586,
|
93 |
+
"step": 350
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.96,
|
97 |
+
"learning_rate": 0.00018503700740148032,
|
98 |
+
"loss": 1.202,
|
99 |
+
"step": 375
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 1.03,
|
103 |
+
"learning_rate": 0.0001840368073614723,
|
104 |
+
"loss": 1.0137,
|
105 |
+
"step": 400
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 1.03,
|
109 |
+
"eval_loss": 0.8309869766235352,
|
110 |
+
"eval_runtime": 1939.5005,
|
111 |
+
"eval_samples_per_second": 0.401,
|
112 |
+
"eval_steps_per_second": 0.051,
|
113 |
+
"step": 400
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 1.09,
|
117 |
+
"learning_rate": 0.0001830366073214643,
|
118 |
+
"loss": 0.7305,
|
119 |
+
"step": 425
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"epoch": 1.16,
|
123 |
+
"learning_rate": 0.0001820364072814563,
|
124 |
+
"loss": 0.8463,
|
125 |
+
"step": 450
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 1.22,
|
129 |
+
"learning_rate": 0.0001810362072414483,
|
130 |
+
"loss": 0.7727,
|
131 |
+
"step": 475
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 1.29,
|
135 |
+
"learning_rate": 0.0001800360072014403,
|
136 |
+
"loss": 0.8441,
|
137 |
+
"step": 500
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 1.35,
|
141 |
+
"learning_rate": 0.00017903580716143228,
|
142 |
+
"loss": 0.757,
|
143 |
+
"step": 525
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 1.41,
|
147 |
+
"learning_rate": 0.00017803560712142429,
|
148 |
+
"loss": 0.7867,
|
149 |
+
"step": 550
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.48,
|
153 |
+
"learning_rate": 0.0001770354070814163,
|
154 |
+
"loss": 0.8074,
|
155 |
+
"step": 575
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"epoch": 1.54,
|
159 |
+
"learning_rate": 0.0001760352070414083,
|
160 |
+
"loss": 0.7697,
|
161 |
+
"step": 600
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 1.61,
|
165 |
+
"learning_rate": 0.0001750350070014003,
|
166 |
+
"loss": 0.8323,
|
167 |
+
"step": 625
|
168 |
+
},
|
169 |
+
{
|
170 |
+
"epoch": 1.67,
|
171 |
+
"learning_rate": 0.0001740348069613923,
|
172 |
+
"loss": 0.7122,
|
173 |
+
"step": 650
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.74,
|
177 |
+
"learning_rate": 0.0001730346069213843,
|
178 |
+
"loss": 0.7781,
|
179 |
+
"step": 675
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 1.8,
|
183 |
+
"learning_rate": 0.00017203440688137627,
|
184 |
+
"loss": 0.8105,
|
185 |
+
"step": 700
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 1.86,
|
189 |
+
"learning_rate": 0.00017103420684136828,
|
190 |
+
"loss": 0.812,
|
191 |
+
"step": 725
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.93,
|
195 |
+
"learning_rate": 0.0001700340068013603,
|
196 |
+
"loss": 0.7918,
|
197 |
+
"step": 750
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 1.99,
|
201 |
+
"learning_rate": 0.00016903380676135227,
|
202 |
+
"loss": 0.7319,
|
203 |
+
"step": 775
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"epoch": 2.06,
|
207 |
+
"learning_rate": 0.00016803360672134428,
|
208 |
+
"loss": 0.309,
|
209 |
+
"step": 800
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 2.06,
|
213 |
+
"eval_loss": 0.2903744876384735,
|
214 |
+
"eval_runtime": 1946.3315,
|
215 |
+
"eval_samples_per_second": 0.399,
|
216 |
+
"eval_steps_per_second": 0.05,
|
217 |
+
"step": 800
|
218 |
+
}
|
219 |
+
],
|
220 |
+
"logging_steps": 25,
|
221 |
+
"max_steps": 5000,
|
222 |
+
"num_input_tokens_seen": 0,
|
223 |
+
"num_train_epochs": 13,
|
224 |
+
"save_steps": 400,
|
225 |
+
"total_flos": 1.3574517302954557e+18,
|
226 |
+
"train_batch_size": 2,
|
227 |
+
"trial_name": null,
|
228 |
+
"trial_params": null
|
229 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:514ff4a09a2df35d48e2f4a93ca8d0892d973cbf184b1afa38f7f651c980337f
|
3 |
+
size 4728
|