YeonghunJo
commited on
Commit
•
c419cd9
1
Parent(s):
b2dbb2b
Upload 8 files
Browse files- README.md +217 -1
- adapter_config.json +22 -0
- adapter_model.bin +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +619 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,219 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: EleutherAI/polyglot-ko-12.8b
|
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 |
+
- **Shared by [optional]:** [More Information Needed]
|
22 |
+
- **Model type:** [More Information Needed]
|
23 |
+
- **Language(s) (NLP):** [More Information Needed]
|
24 |
+
- **License:** [More Information Needed]
|
25 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
26 |
+
|
27 |
+
### Model Sources [optional]
|
28 |
+
|
29 |
+
<!-- Provide the basic links for the model. -->
|
30 |
+
|
31 |
+
- **Repository:** [More Information Needed]
|
32 |
+
- **Paper [optional]:** [More Information Needed]
|
33 |
+
- **Demo [optional]:** [More Information Needed]
|
34 |
+
|
35 |
+
## Uses
|
36 |
+
|
37 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
38 |
+
|
39 |
+
### Direct Use
|
40 |
+
|
41 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
42 |
+
|
43 |
+
[More Information Needed]
|
44 |
+
|
45 |
+
### Downstream Use [optional]
|
46 |
+
|
47 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
48 |
+
|
49 |
+
[More Information Needed]
|
50 |
+
|
51 |
+
### Out-of-Scope Use
|
52 |
+
|
53 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
54 |
+
|
55 |
+
[More Information Needed]
|
56 |
+
|
57 |
+
## Bias, Risks, and Limitations
|
58 |
+
|
59 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
60 |
+
|
61 |
+
[More Information Needed]
|
62 |
+
|
63 |
+
### Recommendations
|
64 |
+
|
65 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
66 |
+
|
67 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
68 |
+
|
69 |
+
## How to Get Started with the Model
|
70 |
+
|
71 |
+
Use the code below to get started with the model.
|
72 |
+
|
73 |
+
[More Information Needed]
|
74 |
+
|
75 |
+
## Training Details
|
76 |
+
|
77 |
+
### Training Data
|
78 |
+
|
79 |
+
<!-- This should link to a Data 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. -->
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
### Training Procedure
|
84 |
+
|
85 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
86 |
+
|
87 |
+
#### Preprocessing [optional]
|
88 |
+
|
89 |
+
[More Information Needed]
|
90 |
+
|
91 |
+
|
92 |
+
#### Training Hyperparameters
|
93 |
+
|
94 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
95 |
+
|
96 |
+
#### Speeds, Sizes, Times [optional]
|
97 |
+
|
98 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
99 |
+
|
100 |
+
[More Information Needed]
|
101 |
+
|
102 |
+
## Evaluation
|
103 |
+
|
104 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
105 |
+
|
106 |
+
### Testing Data, Factors & Metrics
|
107 |
+
|
108 |
+
#### Testing Data
|
109 |
+
|
110 |
+
<!-- This should link to a Data Card if possible. -->
|
111 |
+
|
112 |
+
[More Information Needed]
|
113 |
+
|
114 |
+
#### Factors
|
115 |
+
|
116 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
117 |
+
|
118 |
+
[More Information Needed]
|
119 |
+
|
120 |
+
#### Metrics
|
121 |
+
|
122 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
123 |
+
|
124 |
+
[More Information Needed]
|
125 |
+
|
126 |
+
### Results
|
127 |
+
|
128 |
+
[More Information Needed]
|
129 |
+
|
130 |
+
#### Summary
|
131 |
+
|
132 |
+
|
133 |
+
|
134 |
+
## Model Examination [optional]
|
135 |
+
|
136 |
+
<!-- Relevant interpretability work for the model goes here -->
|
137 |
+
|
138 |
+
[More Information Needed]
|
139 |
+
|
140 |
+
## Environmental Impact
|
141 |
+
|
142 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
143 |
+
|
144 |
+
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).
|
145 |
+
|
146 |
+
- **Hardware Type:** [More Information Needed]
|
147 |
+
- **Hours used:** [More Information Needed]
|
148 |
+
- **Cloud Provider:** [More Information Needed]
|
149 |
+
- **Compute Region:** [More Information Needed]
|
150 |
+
- **Carbon Emitted:** [More Information Needed]
|
151 |
+
|
152 |
+
## Technical Specifications [optional]
|
153 |
+
|
154 |
+
### Model Architecture and Objective
|
155 |
+
|
156 |
+
[More Information Needed]
|
157 |
+
|
158 |
+
### Compute Infrastructure
|
159 |
+
|
160 |
+
[More Information Needed]
|
161 |
+
|
162 |
+
#### Hardware
|
163 |
+
|
164 |
+
[More Information Needed]
|
165 |
+
|
166 |
+
#### Software
|
167 |
+
|
168 |
+
[More Information Needed]
|
169 |
+
|
170 |
+
## Citation [optional]
|
171 |
+
|
172 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
173 |
+
|
174 |
+
**BibTeX:**
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
**APA:**
|
179 |
+
|
180 |
+
[More Information Needed]
|
181 |
+
|
182 |
+
## Glossary [optional]
|
183 |
+
|
184 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
185 |
+
|
186 |
+
[More Information Needed]
|
187 |
+
|
188 |
+
## More Information [optional]
|
189 |
+
|
190 |
+
[More Information Needed]
|
191 |
+
|
192 |
+
## Model Card Authors [optional]
|
193 |
+
|
194 |
+
[More Information Needed]
|
195 |
+
|
196 |
+
## Model Card Contact
|
197 |
+
|
198 |
+
[More Information Needed]
|
199 |
+
|
200 |
+
|
201 |
+
## Training procedure
|
202 |
+
|
203 |
+
|
204 |
+
The following `bitsandbytes` quantization config was used during training:
|
205 |
+
- quant_method: bitsandbytes
|
206 |
+
- load_in_8bit: False
|
207 |
+
- load_in_4bit: True
|
208 |
+
- llm_int8_threshold: 6.0
|
209 |
+
- llm_int8_skip_modules: None
|
210 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
211 |
+
- llm_int8_has_fp16_weight: False
|
212 |
+
- bnb_4bit_quant_type: nf4
|
213 |
+
- bnb_4bit_use_double_quant: True
|
214 |
+
- bnb_4bit_compute_dtype: bfloat16
|
215 |
+
|
216 |
+
### Framework versions
|
217 |
+
|
218 |
+
|
219 |
+
- PEFT 0.6.0.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "EleutherAI/polyglot-ko-12.8b",
|
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 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 8,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"query_key_value"
|
20 |
+
],
|
21 |
+
"task_type": "CAUSAL_LM"
|
22 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3997d823be258b16cd25b90f386e04647ebb4f47d42a24bf43f7b692d59e9e4
|
3 |
+
size 26243937
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51380c6cbe58cfdfb83f64fd36aaef2865627b047232526969755fd17274dd73
|
3 |
+
size 13224133
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9abceee9b0ad6256e82e821e6d9e1eb5215aca37d459a8cfb621db7f807dd5a4
|
3 |
+
size 14575
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffa84e40719b997939d68759cd6081e20cd194a4249148874782150e77884095
|
3 |
+
size 627
|
trainer_state.json
ADDED
@@ -0,0 +1,619 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 7.246376811594203,
|
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.07,
|
13 |
+
"learning_rate": 0.00019800000000000002,
|
14 |
+
"loss": 3.3296,
|
15 |
+
"step": 10
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.14,
|
19 |
+
"learning_rate": 0.000196,
|
20 |
+
"loss": 2.5227,
|
21 |
+
"step": 20
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.22,
|
25 |
+
"learning_rate": 0.000194,
|
26 |
+
"loss": 2.0348,
|
27 |
+
"step": 30
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.29,
|
31 |
+
"learning_rate": 0.000192,
|
32 |
+
"loss": 1.9388,
|
33 |
+
"step": 40
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.36,
|
37 |
+
"learning_rate": 0.00019,
|
38 |
+
"loss": 1.9197,
|
39 |
+
"step": 50
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.43,
|
43 |
+
"learning_rate": 0.000188,
|
44 |
+
"loss": 1.814,
|
45 |
+
"step": 60
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.51,
|
49 |
+
"learning_rate": 0.00018600000000000002,
|
50 |
+
"loss": 1.5649,
|
51 |
+
"step": 70
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.58,
|
55 |
+
"learning_rate": 0.00018400000000000003,
|
56 |
+
"loss": 1.6691,
|
57 |
+
"step": 80
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.65,
|
61 |
+
"learning_rate": 0.000182,
|
62 |
+
"loss": 1.6885,
|
63 |
+
"step": 90
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.72,
|
67 |
+
"learning_rate": 0.00018,
|
68 |
+
"loss": 1.6748,
|
69 |
+
"step": 100
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.8,
|
73 |
+
"learning_rate": 0.00017800000000000002,
|
74 |
+
"loss": 1.6405,
|
75 |
+
"step": 110
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.87,
|
79 |
+
"learning_rate": 0.00017600000000000002,
|
80 |
+
"loss": 1.5524,
|
81 |
+
"step": 120
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.94,
|
85 |
+
"learning_rate": 0.000174,
|
86 |
+
"loss": 1.374,
|
87 |
+
"step": 130
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.01,
|
91 |
+
"learning_rate": 0.000172,
|
92 |
+
"loss": 1.4287,
|
93 |
+
"step": 140
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 1.09,
|
97 |
+
"learning_rate": 0.00017,
|
98 |
+
"loss": 1.228,
|
99 |
+
"step": 150
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 1.16,
|
103 |
+
"learning_rate": 0.000168,
|
104 |
+
"loss": 1.3442,
|
105 |
+
"step": 160
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 1.23,
|
109 |
+
"learning_rate": 0.000166,
|
110 |
+
"loss": 1.3386,
|
111 |
+
"step": 170
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 1.3,
|
115 |
+
"learning_rate": 0.000164,
|
116 |
+
"loss": 1.2911,
|
117 |
+
"step": 180
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 1.38,
|
121 |
+
"learning_rate": 0.000162,
|
122 |
+
"loss": 1.2203,
|
123 |
+
"step": 190
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 1.45,
|
127 |
+
"learning_rate": 0.00016,
|
128 |
+
"loss": 1.1671,
|
129 |
+
"step": 200
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 1.52,
|
133 |
+
"learning_rate": 0.00015800000000000002,
|
134 |
+
"loss": 1.4117,
|
135 |
+
"step": 210
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.59,
|
139 |
+
"learning_rate": 0.00015600000000000002,
|
140 |
+
"loss": 1.1522,
|
141 |
+
"step": 220
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 1.67,
|
145 |
+
"learning_rate": 0.000154,
|
146 |
+
"loss": 1.3722,
|
147 |
+
"step": 230
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 1.74,
|
151 |
+
"learning_rate": 0.000152,
|
152 |
+
"loss": 1.3268,
|
153 |
+
"step": 240
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 1.81,
|
157 |
+
"learning_rate": 0.00015000000000000001,
|
158 |
+
"loss": 1.1648,
|
159 |
+
"step": 250
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 1.88,
|
163 |
+
"learning_rate": 0.000148,
|
164 |
+
"loss": 1.2187,
|
165 |
+
"step": 260
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 1.96,
|
169 |
+
"learning_rate": 0.000146,
|
170 |
+
"loss": 1.2501,
|
171 |
+
"step": 270
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 2.03,
|
175 |
+
"learning_rate": 0.000144,
|
176 |
+
"loss": 1.0928,
|
177 |
+
"step": 280
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 2.1,
|
181 |
+
"learning_rate": 0.000142,
|
182 |
+
"loss": 0.8553,
|
183 |
+
"step": 290
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 2.17,
|
187 |
+
"learning_rate": 0.00014,
|
188 |
+
"loss": 0.8745,
|
189 |
+
"step": 300
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 2.25,
|
193 |
+
"learning_rate": 0.000138,
|
194 |
+
"loss": 0.9068,
|
195 |
+
"step": 310
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 2.32,
|
199 |
+
"learning_rate": 0.00013600000000000003,
|
200 |
+
"loss": 0.9783,
|
201 |
+
"step": 320
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 2.39,
|
205 |
+
"learning_rate": 0.000134,
|
206 |
+
"loss": 0.9185,
|
207 |
+
"step": 330
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 2.46,
|
211 |
+
"learning_rate": 0.000132,
|
212 |
+
"loss": 0.929,
|
213 |
+
"step": 340
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 2.54,
|
217 |
+
"learning_rate": 0.00013000000000000002,
|
218 |
+
"loss": 0.9308,
|
219 |
+
"step": 350
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 2.61,
|
223 |
+
"learning_rate": 0.00012800000000000002,
|
224 |
+
"loss": 0.929,
|
225 |
+
"step": 360
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 2.68,
|
229 |
+
"learning_rate": 0.000126,
|
230 |
+
"loss": 1.0682,
|
231 |
+
"step": 370
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 2.75,
|
235 |
+
"learning_rate": 0.000124,
|
236 |
+
"loss": 0.9615,
|
237 |
+
"step": 380
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 2.83,
|
241 |
+
"learning_rate": 0.000122,
|
242 |
+
"loss": 0.9984,
|
243 |
+
"step": 390
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 2.9,
|
247 |
+
"learning_rate": 0.00012,
|
248 |
+
"loss": 0.9162,
|
249 |
+
"step": 400
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 2.97,
|
253 |
+
"learning_rate": 0.000118,
|
254 |
+
"loss": 0.7737,
|
255 |
+
"step": 410
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 3.04,
|
259 |
+
"learning_rate": 0.000116,
|
260 |
+
"loss": 0.8563,
|
261 |
+
"step": 420
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 3.12,
|
265 |
+
"learning_rate": 0.00011399999999999999,
|
266 |
+
"loss": 0.5843,
|
267 |
+
"step": 430
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 3.19,
|
271 |
+
"learning_rate": 0.00011200000000000001,
|
272 |
+
"loss": 0.6378,
|
273 |
+
"step": 440
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 3.26,
|
277 |
+
"learning_rate": 0.00011000000000000002,
|
278 |
+
"loss": 0.5818,
|
279 |
+
"step": 450
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 3.33,
|
283 |
+
"learning_rate": 0.00010800000000000001,
|
284 |
+
"loss": 0.6841,
|
285 |
+
"step": 460
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 3.41,
|
289 |
+
"learning_rate": 0.00010600000000000002,
|
290 |
+
"loss": 0.6338,
|
291 |
+
"step": 470
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 3.48,
|
295 |
+
"learning_rate": 0.00010400000000000001,
|
296 |
+
"loss": 0.6083,
|
297 |
+
"step": 480
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 3.55,
|
301 |
+
"learning_rate": 0.00010200000000000001,
|
302 |
+
"loss": 0.6408,
|
303 |
+
"step": 490
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 3.62,
|
307 |
+
"learning_rate": 0.0001,
|
308 |
+
"loss": 0.677,
|
309 |
+
"step": 500
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 3.7,
|
313 |
+
"learning_rate": 9.8e-05,
|
314 |
+
"loss": 0.6878,
|
315 |
+
"step": 510
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 3.77,
|
319 |
+
"learning_rate": 9.6e-05,
|
320 |
+
"loss": 0.5942,
|
321 |
+
"step": 520
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 3.84,
|
325 |
+
"learning_rate": 9.4e-05,
|
326 |
+
"loss": 0.5855,
|
327 |
+
"step": 530
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 3.91,
|
331 |
+
"learning_rate": 9.200000000000001e-05,
|
332 |
+
"loss": 0.6314,
|
333 |
+
"step": 540
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 3.99,
|
337 |
+
"learning_rate": 9e-05,
|
338 |
+
"loss": 0.6157,
|
339 |
+
"step": 550
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 4.06,
|
343 |
+
"learning_rate": 8.800000000000001e-05,
|
344 |
+
"loss": 0.399,
|
345 |
+
"step": 560
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 4.13,
|
349 |
+
"learning_rate": 8.6e-05,
|
350 |
+
"loss": 0.3511,
|
351 |
+
"step": 570
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 4.2,
|
355 |
+
"learning_rate": 8.4e-05,
|
356 |
+
"loss": 0.4271,
|
357 |
+
"step": 580
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 4.28,
|
361 |
+
"learning_rate": 8.2e-05,
|
362 |
+
"loss": 0.4539,
|
363 |
+
"step": 590
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 4.35,
|
367 |
+
"learning_rate": 8e-05,
|
368 |
+
"loss": 0.3656,
|
369 |
+
"step": 600
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 4.42,
|
373 |
+
"learning_rate": 7.800000000000001e-05,
|
374 |
+
"loss": 0.4041,
|
375 |
+
"step": 610
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 4.49,
|
379 |
+
"learning_rate": 7.6e-05,
|
380 |
+
"loss": 0.4036,
|
381 |
+
"step": 620
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 4.57,
|
385 |
+
"learning_rate": 7.4e-05,
|
386 |
+
"loss": 0.3964,
|
387 |
+
"step": 630
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 4.64,
|
391 |
+
"learning_rate": 7.2e-05,
|
392 |
+
"loss": 0.4016,
|
393 |
+
"step": 640
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 4.71,
|
397 |
+
"learning_rate": 7e-05,
|
398 |
+
"loss": 0.3499,
|
399 |
+
"step": 650
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 4.78,
|
403 |
+
"learning_rate": 6.800000000000001e-05,
|
404 |
+
"loss": 0.4193,
|
405 |
+
"step": 660
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 4.86,
|
409 |
+
"learning_rate": 6.6e-05,
|
410 |
+
"loss": 0.3946,
|
411 |
+
"step": 670
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 4.93,
|
415 |
+
"learning_rate": 6.400000000000001e-05,
|
416 |
+
"loss": 0.4058,
|
417 |
+
"step": 680
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 5.0,
|
421 |
+
"learning_rate": 6.2e-05,
|
422 |
+
"loss": 0.4132,
|
423 |
+
"step": 690
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 5.07,
|
427 |
+
"learning_rate": 6e-05,
|
428 |
+
"loss": 0.2782,
|
429 |
+
"step": 700
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 5.14,
|
433 |
+
"learning_rate": 5.8e-05,
|
434 |
+
"loss": 0.2496,
|
435 |
+
"step": 710
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 5.22,
|
439 |
+
"learning_rate": 5.6000000000000006e-05,
|
440 |
+
"loss": 0.259,
|
441 |
+
"step": 720
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 5.29,
|
445 |
+
"learning_rate": 5.4000000000000005e-05,
|
446 |
+
"loss": 0.2572,
|
447 |
+
"step": 730
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 5.36,
|
451 |
+
"learning_rate": 5.2000000000000004e-05,
|
452 |
+
"loss": 0.2885,
|
453 |
+
"step": 740
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 5.43,
|
457 |
+
"learning_rate": 5e-05,
|
458 |
+
"loss": 0.2383,
|
459 |
+
"step": 750
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 5.51,
|
463 |
+
"learning_rate": 4.8e-05,
|
464 |
+
"loss": 0.2976,
|
465 |
+
"step": 760
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 5.58,
|
469 |
+
"learning_rate": 4.600000000000001e-05,
|
470 |
+
"loss": 0.287,
|
471 |
+
"step": 770
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 5.65,
|
475 |
+
"learning_rate": 4.4000000000000006e-05,
|
476 |
+
"loss": 0.2737,
|
477 |
+
"step": 780
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 5.72,
|
481 |
+
"learning_rate": 4.2e-05,
|
482 |
+
"loss": 0.2412,
|
483 |
+
"step": 790
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 5.8,
|
487 |
+
"learning_rate": 4e-05,
|
488 |
+
"loss": 0.2736,
|
489 |
+
"step": 800
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 5.87,
|
493 |
+
"learning_rate": 3.8e-05,
|
494 |
+
"loss": 0.278,
|
495 |
+
"step": 810
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 5.94,
|
499 |
+
"learning_rate": 3.6e-05,
|
500 |
+
"loss": 0.2871,
|
501 |
+
"step": 820
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 6.01,
|
505 |
+
"learning_rate": 3.4000000000000007e-05,
|
506 |
+
"loss": 0.243,
|
507 |
+
"step": 830
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 6.09,
|
511 |
+
"learning_rate": 3.2000000000000005e-05,
|
512 |
+
"loss": 0.1926,
|
513 |
+
"step": 840
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 6.16,
|
517 |
+
"learning_rate": 3e-05,
|
518 |
+
"loss": 0.2136,
|
519 |
+
"step": 850
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 6.23,
|
523 |
+
"learning_rate": 2.8000000000000003e-05,
|
524 |
+
"loss": 0.2247,
|
525 |
+
"step": 860
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 6.3,
|
529 |
+
"learning_rate": 2.6000000000000002e-05,
|
530 |
+
"loss": 0.2212,
|
531 |
+
"step": 870
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 6.38,
|
535 |
+
"learning_rate": 2.4e-05,
|
536 |
+
"loss": 0.201,
|
537 |
+
"step": 880
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 6.45,
|
541 |
+
"learning_rate": 2.2000000000000003e-05,
|
542 |
+
"loss": 0.2074,
|
543 |
+
"step": 890
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 6.52,
|
547 |
+
"learning_rate": 2e-05,
|
548 |
+
"loss": 0.2087,
|
549 |
+
"step": 900
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 6.59,
|
553 |
+
"learning_rate": 1.8e-05,
|
554 |
+
"loss": 0.1979,
|
555 |
+
"step": 910
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 6.67,
|
559 |
+
"learning_rate": 1.6000000000000003e-05,
|
560 |
+
"loss": 0.2152,
|
561 |
+
"step": 920
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 6.74,
|
565 |
+
"learning_rate": 1.4000000000000001e-05,
|
566 |
+
"loss": 0.2207,
|
567 |
+
"step": 930
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 6.81,
|
571 |
+
"learning_rate": 1.2e-05,
|
572 |
+
"loss": 0.2088,
|
573 |
+
"step": 940
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 6.88,
|
577 |
+
"learning_rate": 1e-05,
|
578 |
+
"loss": 0.2059,
|
579 |
+
"step": 950
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 6.96,
|
583 |
+
"learning_rate": 8.000000000000001e-06,
|
584 |
+
"loss": 0.2092,
|
585 |
+
"step": 960
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 7.03,
|
589 |
+
"learning_rate": 6e-06,
|
590 |
+
"loss": 0.1882,
|
591 |
+
"step": 970
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 7.1,
|
595 |
+
"learning_rate": 4.000000000000001e-06,
|
596 |
+
"loss": 0.1814,
|
597 |
+
"step": 980
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 7.17,
|
601 |
+
"learning_rate": 2.0000000000000003e-06,
|
602 |
+
"loss": 0.16,
|
603 |
+
"step": 990
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 7.25,
|
607 |
+
"learning_rate": 0.0,
|
608 |
+
"loss": 0.1653,
|
609 |
+
"step": 1000
|
610 |
+
}
|
611 |
+
],
|
612 |
+
"logging_steps": 10,
|
613 |
+
"max_steps": 1000,
|
614 |
+
"num_train_epochs": 8,
|
615 |
+
"save_steps": 500,
|
616 |
+
"total_flos": 9570470597959680.0,
|
617 |
+
"trial_name": null,
|
618 |
+
"trial_params": null
|
619 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cda49281b7cdb43e029edb7bd0a1c12abf57068f025285352d591ab4bf99ea6d
|
3 |
+
size 4027
|