Upload model files
Browse files- .gitattributes +5 -35
- README.md +202 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +579 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -1,35 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
1 |
+
adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
|
2 |
+
optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
3 |
+
rng_state.pth filter=lfs diff=lfs merge=lfs -text
|
4 |
+
scheduler.pt filter=lfs diff=lfs merge=lfs -text
|
5 |
+
training_args.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: beomi/KoAlpaca-Polyglot-5.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 |
+
- **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.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
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 |
+
"query_key_value"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0d94c41e26febd6e84b52eb5f1895344b1a1579cea18039b9df7879759eb5b7
|
3 |
+
size 14689152
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:929122f2a02f0d1eecdf045f7fdd70c8ef8450a893a412663116ea11141b38da
|
3 |
+
size 7422330
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b4a4f0d569579ceac3c5854941e7194a47a81cfcf301e32f9f271d358820557
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae0ac8fb7f390e1fbaf23ee211815016a80881fc02c77c959c75e92c660b9685
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,579 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 5.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 7815,
|
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.06397952655150352,
|
13 |
+
"grad_norm": 1.344713568687439,
|
14 |
+
"learning_rate": 0.00029616122840690973,
|
15 |
+
"loss": 2.6677,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.12795905310300704,
|
20 |
+
"grad_norm": 1.3358043432235718,
|
21 |
+
"learning_rate": 0.00029232245681381954,
|
22 |
+
"loss": 2.2932,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.19193857965451055,
|
27 |
+
"grad_norm": 1.3450862169265747,
|
28 |
+
"learning_rate": 0.0002885220729366602,
|
29 |
+
"loss": 2.2158,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.2559181062060141,
|
34 |
+
"grad_norm": 1.1904783248901367,
|
35 |
+
"learning_rate": 0.00028468330134357004,
|
36 |
+
"loss": 2.1907,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.3198976327575176,
|
41 |
+
"grad_norm": 1.3194555044174194,
|
42 |
+
"learning_rate": 0.00028084452975047985,
|
43 |
+
"loss": 2.1725,
|
44 |
+
"step": 500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.3838771593090211,
|
48 |
+
"grad_norm": 1.3454678058624268,
|
49 |
+
"learning_rate": 0.0002770057581573896,
|
50 |
+
"loss": 2.1586,
|
51 |
+
"step": 600
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.44785668586052463,
|
55 |
+
"grad_norm": 1.318642497062683,
|
56 |
+
"learning_rate": 0.0002731669865642994,
|
57 |
+
"loss": 2.1429,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.5118362124120281,
|
62 |
+
"grad_norm": 1.1936390399932861,
|
63 |
+
"learning_rate": 0.0002693282149712092,
|
64 |
+
"loss": 2.0988,
|
65 |
+
"step": 800
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.5758157389635317,
|
69 |
+
"grad_norm": 1.1406426429748535,
|
70 |
+
"learning_rate": 0.000265489443378119,
|
71 |
+
"loss": 2.0834,
|
72 |
+
"step": 900
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.6397952655150352,
|
76 |
+
"grad_norm": 1.2195415496826172,
|
77 |
+
"learning_rate": 0.0002616506717850288,
|
78 |
+
"loss": 2.1004,
|
79 |
+
"step": 1000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.7037747920665387,
|
83 |
+
"grad_norm": 1.2042839527130127,
|
84 |
+
"learning_rate": 0.00025781190019193856,
|
85 |
+
"loss": 2.0883,
|
86 |
+
"step": 1100
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.7677543186180422,
|
90 |
+
"grad_norm": 1.159279465675354,
|
91 |
+
"learning_rate": 0.0002539731285988483,
|
92 |
+
"loss": 2.0852,
|
93 |
+
"step": 1200
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.8317338451695457,
|
97 |
+
"grad_norm": 1.2210711240768433,
|
98 |
+
"learning_rate": 0.00025013435700575813,
|
99 |
+
"loss": 2.0449,
|
100 |
+
"step": 1300
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.8957133717210493,
|
104 |
+
"grad_norm": 1.2941797971725464,
|
105 |
+
"learning_rate": 0.00024629558541266794,
|
106 |
+
"loss": 2.0455,
|
107 |
+
"step": 1400
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.9596928982725528,
|
111 |
+
"grad_norm": 1.1550540924072266,
|
112 |
+
"learning_rate": 0.00024245681381957772,
|
113 |
+
"loss": 2.0293,
|
114 |
+
"step": 1500
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 1.0236724248240563,
|
118 |
+
"grad_norm": 1.3520652055740356,
|
119 |
+
"learning_rate": 0.0002386564299424184,
|
120 |
+
"loss": 1.9799,
|
121 |
+
"step": 1600
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 1.0876519513755598,
|
125 |
+
"grad_norm": 1.375148892402649,
|
126 |
+
"learning_rate": 0.0002348176583493282,
|
127 |
+
"loss": 1.9032,
|
128 |
+
"step": 1700
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 1.1516314779270633,
|
132 |
+
"grad_norm": 1.4116652011871338,
|
133 |
+
"learning_rate": 0.00023097888675623797,
|
134 |
+
"loss": 1.9398,
|
135 |
+
"step": 1800
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.2156110044785668,
|
139 |
+
"grad_norm": 1.2254273891448975,
|
140 |
+
"learning_rate": 0.00022714011516314776,
|
141 |
+
"loss": 1.9097,
|
142 |
+
"step": 1900
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.2795905310300704,
|
146 |
+
"grad_norm": 1.3888587951660156,
|
147 |
+
"learning_rate": 0.00022330134357005757,
|
148 |
+
"loss": 1.9039,
|
149 |
+
"step": 2000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.3435700575815739,
|
153 |
+
"grad_norm": 1.4431171417236328,
|
154 |
+
"learning_rate": 0.00021946257197696736,
|
155 |
+
"loss": 1.9095,
|
156 |
+
"step": 2100
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.4075495841330774,
|
160 |
+
"grad_norm": 1.2467221021652222,
|
161 |
+
"learning_rate": 0.00021562380038387714,
|
162 |
+
"loss": 1.9103,
|
163 |
+
"step": 2200
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.471529110684581,
|
167 |
+
"grad_norm": 1.41363525390625,
|
168 |
+
"learning_rate": 0.00021178502879078693,
|
169 |
+
"loss": 1.9132,
|
170 |
+
"step": 2300
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.5355086372360844,
|
174 |
+
"grad_norm": 1.4501458406448364,
|
175 |
+
"learning_rate": 0.0002079462571976967,
|
176 |
+
"loss": 1.9095,
|
177 |
+
"step": 2400
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.599488163787588,
|
181 |
+
"grad_norm": 1.2889657020568848,
|
182 |
+
"learning_rate": 0.00020410748560460652,
|
183 |
+
"loss": 1.9308,
|
184 |
+
"step": 2500
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.6634676903390915,
|
188 |
+
"grad_norm": 1.4488581418991089,
|
189 |
+
"learning_rate": 0.0002002687140115163,
|
190 |
+
"loss": 1.9161,
|
191 |
+
"step": 2600
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.727447216890595,
|
195 |
+
"grad_norm": 1.3905428647994995,
|
196 |
+
"learning_rate": 0.0001964299424184261,
|
197 |
+
"loss": 1.8958,
|
198 |
+
"step": 2700
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.7914267434420985,
|
202 |
+
"grad_norm": 1.3509632349014282,
|
203 |
+
"learning_rate": 0.00019259117082533588,
|
204 |
+
"loss": 1.8933,
|
205 |
+
"step": 2800
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.855406269993602,
|
209 |
+
"grad_norm": 1.3293097019195557,
|
210 |
+
"learning_rate": 0.00018875239923224566,
|
211 |
+
"loss": 1.8902,
|
212 |
+
"step": 2900
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.9193857965451055,
|
216 |
+
"grad_norm": 1.3575371503829956,
|
217 |
+
"learning_rate": 0.00018491362763915547,
|
218 |
+
"loss": 1.9107,
|
219 |
+
"step": 3000
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.983365323096609,
|
223 |
+
"grad_norm": 1.4029614925384521,
|
224 |
+
"learning_rate": 0.00018107485604606526,
|
225 |
+
"loss": 1.9122,
|
226 |
+
"step": 3100
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 2.0473448496481126,
|
230 |
+
"grad_norm": 1.6483345031738281,
|
231 |
+
"learning_rate": 0.00017723608445297504,
|
232 |
+
"loss": 1.7797,
|
233 |
+
"step": 3200
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 2.111324376199616,
|
237 |
+
"grad_norm": 1.7276026010513306,
|
238 |
+
"learning_rate": 0.00017339731285988483,
|
239 |
+
"loss": 1.7411,
|
240 |
+
"step": 3300
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 2.1753039027511196,
|
244 |
+
"grad_norm": 1.6449826955795288,
|
245 |
+
"learning_rate": 0.00016955854126679461,
|
246 |
+
"loss": 1.7355,
|
247 |
+
"step": 3400
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 2.239283429302623,
|
251 |
+
"grad_norm": 1.606766939163208,
|
252 |
+
"learning_rate": 0.00016571976967370443,
|
253 |
+
"loss": 1.7479,
|
254 |
+
"step": 3500
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 2.3032629558541267,
|
258 |
+
"grad_norm": 1.6743805408477783,
|
259 |
+
"learning_rate": 0.0001618809980806142,
|
260 |
+
"loss": 1.7376,
|
261 |
+
"step": 3600
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 2.36724248240563,
|
265 |
+
"grad_norm": 1.58048415184021,
|
266 |
+
"learning_rate": 0.00015804222648752397,
|
267 |
+
"loss": 1.7499,
|
268 |
+
"step": 3700
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 2.4312220089571337,
|
272 |
+
"grad_norm": 1.7509996891021729,
|
273 |
+
"learning_rate": 0.00015420345489443375,
|
274 |
+
"loss": 1.741,
|
275 |
+
"step": 3800
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 2.495201535508637,
|
279 |
+
"grad_norm": 1.6279881000518799,
|
280 |
+
"learning_rate": 0.00015036468330134354,
|
281 |
+
"loss": 1.7584,
|
282 |
+
"step": 3900
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 2.5591810620601407,
|
286 |
+
"grad_norm": 1.6708228588104248,
|
287 |
+
"learning_rate": 0.00014652591170825335,
|
288 |
+
"loss": 1.7505,
|
289 |
+
"step": 4000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 2.6231605886116443,
|
293 |
+
"grad_norm": 1.628318428993225,
|
294 |
+
"learning_rate": 0.00014268714011516314,
|
295 |
+
"loss": 1.7535,
|
296 |
+
"step": 4100
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 2.6871401151631478,
|
300 |
+
"grad_norm": 1.66116464138031,
|
301 |
+
"learning_rate": 0.00013884836852207292,
|
302 |
+
"loss": 1.7534,
|
303 |
+
"step": 4200
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 2.7511196417146513,
|
307 |
+
"grad_norm": 1.7303767204284668,
|
308 |
+
"learning_rate": 0.0001350095969289827,
|
309 |
+
"loss": 1.7605,
|
310 |
+
"step": 4300
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 2.815099168266155,
|
314 |
+
"grad_norm": 1.6892797946929932,
|
315 |
+
"learning_rate": 0.00013117082533589252,
|
316 |
+
"loss": 1.7343,
|
317 |
+
"step": 4400
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.8790786948176583,
|
321 |
+
"grad_norm": 1.700649380683899,
|
322 |
+
"learning_rate": 0.0001273320537428023,
|
323 |
+
"loss": 1.7545,
|
324 |
+
"step": 4500
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.943058221369162,
|
328 |
+
"grad_norm": 1.7158896923065186,
|
329 |
+
"learning_rate": 0.0001234932821497121,
|
330 |
+
"loss": 1.7472,
|
331 |
+
"step": 4600
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 3.0070377479206654,
|
335 |
+
"grad_norm": 1.5952404737472534,
|
336 |
+
"learning_rate": 0.00011965451055662187,
|
337 |
+
"loss": 1.709,
|
338 |
+
"step": 4700
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 3.071017274472169,
|
342 |
+
"grad_norm": 1.8965271711349487,
|
343 |
+
"learning_rate": 0.00011581573896353166,
|
344 |
+
"loss": 1.5308,
|
345 |
+
"step": 4800
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 3.1349968010236724,
|
349 |
+
"grad_norm": 1.9957573413848877,
|
350 |
+
"learning_rate": 0.00011197696737044146,
|
351 |
+
"loss": 1.564,
|
352 |
+
"step": 4900
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 3.198976327575176,
|
356 |
+
"grad_norm": 2.0544333457946777,
|
357 |
+
"learning_rate": 0.00010813819577735124,
|
358 |
+
"loss": 1.5668,
|
359 |
+
"step": 5000
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 3.2629558541266794,
|
363 |
+
"grad_norm": 2.041703462600708,
|
364 |
+
"learning_rate": 0.00010429942418426103,
|
365 |
+
"loss": 1.5766,
|
366 |
+
"step": 5100
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 3.326935380678183,
|
370 |
+
"grad_norm": 2.300631284713745,
|
371 |
+
"learning_rate": 0.00010046065259117082,
|
372 |
+
"loss": 1.5701,
|
373 |
+
"step": 5200
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 3.3909149072296865,
|
377 |
+
"grad_norm": 1.9454134702682495,
|
378 |
+
"learning_rate": 9.662188099808061e-05,
|
379 |
+
"loss": 1.5701,
|
380 |
+
"step": 5300
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 3.45489443378119,
|
384 |
+
"grad_norm": 2.113377571105957,
|
385 |
+
"learning_rate": 9.278310940499041e-05,
|
386 |
+
"loss": 1.5882,
|
387 |
+
"step": 5400
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 3.5188739603326935,
|
391 |
+
"grad_norm": 2.2492353916168213,
|
392 |
+
"learning_rate": 8.894433781190018e-05,
|
393 |
+
"loss": 1.5778,
|
394 |
+
"step": 5500
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 3.582853486884197,
|
398 |
+
"grad_norm": 2.1024489402770996,
|
399 |
+
"learning_rate": 8.510556621880996e-05,
|
400 |
+
"loss": 1.5926,
|
401 |
+
"step": 5600
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 3.6468330134357005,
|
405 |
+
"grad_norm": 2.1116743087768555,
|
406 |
+
"learning_rate": 8.126679462571976e-05,
|
407 |
+
"loss": 1.5937,
|
408 |
+
"step": 5700
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 3.710812539987204,
|
412 |
+
"grad_norm": 2.013080596923828,
|
413 |
+
"learning_rate": 7.742802303262955e-05,
|
414 |
+
"loss": 1.5913,
|
415 |
+
"step": 5800
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 3.7747920665387076,
|
419 |
+
"grad_norm": 2.1557400226593018,
|
420 |
+
"learning_rate": 7.358925143953934e-05,
|
421 |
+
"loss": 1.6041,
|
422 |
+
"step": 5900
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 3.838771593090211,
|
426 |
+
"grad_norm": 2.10186767578125,
|
427 |
+
"learning_rate": 6.975047984644913e-05,
|
428 |
+
"loss": 1.5799,
|
429 |
+
"step": 6000
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 3.9027511196417146,
|
433 |
+
"grad_norm": 2.129519462585449,
|
434 |
+
"learning_rate": 6.591170825335893e-05,
|
435 |
+
"loss": 1.5946,
|
436 |
+
"step": 6100
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 3.966730646193218,
|
440 |
+
"grad_norm": 2.045646905899048,
|
441 |
+
"learning_rate": 6.20729366602687e-05,
|
442 |
+
"loss": 1.5882,
|
443 |
+
"step": 6200
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 4.030710172744722,
|
447 |
+
"grad_norm": 2.2427146434783936,
|
448 |
+
"learning_rate": 5.82341650671785e-05,
|
449 |
+
"loss": 1.5005,
|
450 |
+
"step": 6300
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 4.094689699296225,
|
454 |
+
"grad_norm": 2.2632296085357666,
|
455 |
+
"learning_rate": 5.439539347408829e-05,
|
456 |
+
"loss": 1.3888,
|
457 |
+
"step": 6400
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 4.158669225847729,
|
461 |
+
"grad_norm": 2.541220188140869,
|
462 |
+
"learning_rate": 5.0556621880998075e-05,
|
463 |
+
"loss": 1.4124,
|
464 |
+
"step": 6500
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 4.222648752399232,
|
468 |
+
"grad_norm": 2.566311836242676,
|
469 |
+
"learning_rate": 4.6717850287907866e-05,
|
470 |
+
"loss": 1.409,
|
471 |
+
"step": 6600
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 4.286628278950736,
|
475 |
+
"grad_norm": 2.425945281982422,
|
476 |
+
"learning_rate": 4.287907869481765e-05,
|
477 |
+
"loss": 1.4134,
|
478 |
+
"step": 6700
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 4.350607805502239,
|
482 |
+
"grad_norm": 2.4377615451812744,
|
483 |
+
"learning_rate": 3.904030710172744e-05,
|
484 |
+
"loss": 1.4257,
|
485 |
+
"step": 6800
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 4.414587332053743,
|
489 |
+
"grad_norm": 2.6660194396972656,
|
490 |
+
"learning_rate": 3.5201535508637234e-05,
|
491 |
+
"loss": 1.4288,
|
492 |
+
"step": 6900
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 4.478566858605246,
|
496 |
+
"grad_norm": 2.393036365509033,
|
497 |
+
"learning_rate": 3.1362763915547026e-05,
|
498 |
+
"loss": 1.4182,
|
499 |
+
"step": 7000
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 4.54254638515675,
|
503 |
+
"grad_norm": 2.6361422538757324,
|
504 |
+
"learning_rate": 2.752399232245681e-05,
|
505 |
+
"loss": 1.4149,
|
506 |
+
"step": 7100
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 4.606525911708253,
|
510 |
+
"grad_norm": 2.6104772090911865,
|
511 |
+
"learning_rate": 2.3685220729366603e-05,
|
512 |
+
"loss": 1.407,
|
513 |
+
"step": 7200
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 4.670505438259757,
|
517 |
+
"grad_norm": 2.4266579151153564,
|
518 |
+
"learning_rate": 1.9846449136276387e-05,
|
519 |
+
"loss": 1.4113,
|
520 |
+
"step": 7300
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 4.73448496481126,
|
524 |
+
"grad_norm": 2.5348973274230957,
|
525 |
+
"learning_rate": 1.600767754318618e-05,
|
526 |
+
"loss": 1.3936,
|
527 |
+
"step": 7400
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 4.798464491362764,
|
531 |
+
"grad_norm": 2.3764045238494873,
|
532 |
+
"learning_rate": 1.2168905950095967e-05,
|
533 |
+
"loss": 1.4097,
|
534 |
+
"step": 7500
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 4.862444017914267,
|
538 |
+
"grad_norm": 2.4267590045928955,
|
539 |
+
"learning_rate": 8.330134357005757e-06,
|
540 |
+
"loss": 1.4209,
|
541 |
+
"step": 7600
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 4.926423544465771,
|
545 |
+
"grad_norm": 2.7150962352752686,
|
546 |
+
"learning_rate": 4.4913627639155465e-06,
|
547 |
+
"loss": 1.4148,
|
548 |
+
"step": 7700
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 4.990403071017274,
|
552 |
+
"grad_norm": 2.550471067428589,
|
553 |
+
"learning_rate": 6.525911708253358e-07,
|
554 |
+
"loss": 1.4254,
|
555 |
+
"step": 7800
|
556 |
+
}
|
557 |
+
],
|
558 |
+
"logging_steps": 100,
|
559 |
+
"max_steps": 7815,
|
560 |
+
"num_input_tokens_seen": 0,
|
561 |
+
"num_train_epochs": 5,
|
562 |
+
"save_steps": 2500,
|
563 |
+
"stateful_callbacks": {
|
564 |
+
"TrainerControl": {
|
565 |
+
"args": {
|
566 |
+
"should_epoch_stop": false,
|
567 |
+
"should_evaluate": false,
|
568 |
+
"should_log": false,
|
569 |
+
"should_save": true,
|
570 |
+
"should_training_stop": true
|
571 |
+
},
|
572 |
+
"attributes": {}
|
573 |
+
}
|
574 |
+
},
|
575 |
+
"total_flos": 3.2180160877992346e+17,
|
576 |
+
"train_batch_size": 16,
|
577 |
+
"trial_name": null,
|
578 |
+
"trial_params": null
|
579 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e050d73f689ff2dfa70a49bc2a70b8327562c6588ce1897c8a51d8827a7743c
|
3 |
+
size 5112
|