Upload 8 files
Browse files- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +623 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: OrionStarAI/Orion-14B-Chat
|
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.10.0
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "OrionStarAI/Orion-14B-Chat",
|
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 |
+
"v_proj",
|
24 |
+
"o_proj",
|
25 |
+
"up_proj",
|
26 |
+
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"k_proj",
|
29 |
+
"gate_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ace3ed82ba42945ee106a93dc34163aa5fcd034526e868465950442bbca1aa3
|
3 |
+
size 131146352
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf91fdcbea7886a5b71d54573f888076e9b1c527e80c50d8c15fc1ec57fe6243
|
3 |
+
size 66300052
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f4fd7a40d86339dbc23894c5c179489834fadbbc76b62ccd3213d2d4ee98cfc
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53aec3049cb5b088f287e246c1d272bbf588e809783cafa2774453dceff29123
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,623 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.4995688416211555,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 869,
|
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.005748778384593274,
|
13 |
+
"grad_norm": 0.2938028872013092,
|
14 |
+
"learning_rate": 0.00019884991374353076,
|
15 |
+
"loss": 1.6628,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.011497556769186549,
|
20 |
+
"grad_norm": 0.3830048143863678,
|
21 |
+
"learning_rate": 0.00019769982748706153,
|
22 |
+
"loss": 1.6496,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.01724633515377982,
|
27 |
+
"grad_norm": 0.4060358703136444,
|
28 |
+
"learning_rate": 0.0001965497412305923,
|
29 |
+
"loss": 1.7256,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.022995113538373097,
|
34 |
+
"grad_norm": 0.5167760848999023,
|
35 |
+
"learning_rate": 0.00019539965497412308,
|
36 |
+
"loss": 1.6794,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.02874389192296637,
|
41 |
+
"grad_norm": 0.6911216974258423,
|
42 |
+
"learning_rate": 0.00019424956871765382,
|
43 |
+
"loss": 1.5963,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.03449267030755964,
|
48 |
+
"grad_norm": 0.31871354579925537,
|
49 |
+
"learning_rate": 0.0001930994824611846,
|
50 |
+
"loss": 1.5135,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.04024144869215292,
|
55 |
+
"grad_norm": 0.39952483773231506,
|
56 |
+
"learning_rate": 0.00019194939620471537,
|
57 |
+
"loss": 1.6085,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.045990227076746194,
|
62 |
+
"grad_norm": 0.41288745403289795,
|
63 |
+
"learning_rate": 0.00019079930994824612,
|
64 |
+
"loss": 1.6859,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.051739005461339464,
|
69 |
+
"grad_norm": 0.4836778938770294,
|
70 |
+
"learning_rate": 0.0001896492236917769,
|
71 |
+
"loss": 1.6274,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.05748778384593274,
|
76 |
+
"grad_norm": 0.4766373932361603,
|
77 |
+
"learning_rate": 0.00018849913743530764,
|
78 |
+
"loss": 1.5129,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.06323656223052601,
|
83 |
+
"grad_norm": 0.2662126123905182,
|
84 |
+
"learning_rate": 0.00018734905117883844,
|
85 |
+
"loss": 1.4384,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.06898534061511928,
|
90 |
+
"grad_norm": 0.3767457604408264,
|
91 |
+
"learning_rate": 0.0001861989649223692,
|
92 |
+
"loss": 1.6441,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.07473411899971256,
|
97 |
+
"grad_norm": 0.4548560380935669,
|
98 |
+
"learning_rate": 0.00018504887866589996,
|
99 |
+
"loss": 1.6924,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.08048289738430583,
|
104 |
+
"grad_norm": 0.5088890790939331,
|
105 |
+
"learning_rate": 0.0001838987924094307,
|
106 |
+
"loss": 1.697,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.0862316757688991,
|
111 |
+
"grad_norm": 0.5671955943107605,
|
112 |
+
"learning_rate": 0.00018274870615296148,
|
113 |
+
"loss": 1.5808,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.09198045415349239,
|
118 |
+
"grad_norm": 0.29215964674949646,
|
119 |
+
"learning_rate": 0.00018159861989649226,
|
120 |
+
"loss": 1.45,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.09772923253808566,
|
125 |
+
"grad_norm": 0.35935425758361816,
|
126 |
+
"learning_rate": 0.000180448533640023,
|
127 |
+
"loss": 1.6451,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.10347801092267893,
|
132 |
+
"grad_norm": 0.4360915720462799,
|
133 |
+
"learning_rate": 0.00017929844738355378,
|
134 |
+
"loss": 1.7019,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.1092267893072722,
|
139 |
+
"grad_norm": 0.4999966323375702,
|
140 |
+
"learning_rate": 0.00017814836112708455,
|
141 |
+
"loss": 1.5653,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.11497556769186548,
|
146 |
+
"grad_norm": 0.5156017541885376,
|
147 |
+
"learning_rate": 0.0001769982748706153,
|
148 |
+
"loss": 1.5735,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.12072434607645875,
|
153 |
+
"grad_norm": 0.3292418420314789,
|
154 |
+
"learning_rate": 0.00017584818861414607,
|
155 |
+
"loss": 1.4132,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.12647312446105202,
|
160 |
+
"grad_norm": 0.3863539397716522,
|
161 |
+
"learning_rate": 0.00017469810235767682,
|
162 |
+
"loss": 1.7054,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.1322219028456453,
|
167 |
+
"grad_norm": 0.4310935437679291,
|
168 |
+
"learning_rate": 0.0001735480161012076,
|
169 |
+
"loss": 1.675,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.13797068123023856,
|
174 |
+
"grad_norm": 0.4518499970436096,
|
175 |
+
"learning_rate": 0.00017239792984473837,
|
176 |
+
"loss": 1.6641,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.14371945961483185,
|
181 |
+
"grad_norm": 0.5671528577804565,
|
182 |
+
"learning_rate": 0.00017124784358826914,
|
183 |
+
"loss": 1.5681,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.14946823799942513,
|
188 |
+
"grad_norm": 0.3146788477897644,
|
189 |
+
"learning_rate": 0.0001700977573317999,
|
190 |
+
"loss": 1.403,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.15521701638401839,
|
195 |
+
"grad_norm": 0.36530089378356934,
|
196 |
+
"learning_rate": 0.00016894767107533066,
|
197 |
+
"loss": 1.593,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.16096579476861167,
|
202 |
+
"grad_norm": 0.42733046412467957,
|
203 |
+
"learning_rate": 0.00016779758481886143,
|
204 |
+
"loss": 1.5687,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.16671457315320495,
|
209 |
+
"grad_norm": 0.5040749311447144,
|
210 |
+
"learning_rate": 0.00016664749856239218,
|
211 |
+
"loss": 1.6346,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.1724633515377982,
|
216 |
+
"grad_norm": 0.5336003303527832,
|
217 |
+
"learning_rate": 0.00016549741230592296,
|
218 |
+
"loss": 1.5254,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.1782121299223915,
|
223 |
+
"grad_norm": 0.3091271221637726,
|
224 |
+
"learning_rate": 0.0001643473260494537,
|
225 |
+
"loss": 1.4515,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.18396090830698478,
|
230 |
+
"grad_norm": 0.3968886137008667,
|
231 |
+
"learning_rate": 0.0001631972397929845,
|
232 |
+
"loss": 1.6312,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.18970968669157803,
|
237 |
+
"grad_norm": 0.4489680826663971,
|
238 |
+
"learning_rate": 0.00016204715353651525,
|
239 |
+
"loss": 1.7258,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.19545846507617132,
|
244 |
+
"grad_norm": 0.4624669551849365,
|
245 |
+
"learning_rate": 0.000160897067280046,
|
246 |
+
"loss": 1.6146,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.2012072434607646,
|
251 |
+
"grad_norm": 0.5633083581924438,
|
252 |
+
"learning_rate": 0.00015974698102357677,
|
253 |
+
"loss": 1.6382,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.20695602184535786,
|
258 |
+
"grad_norm": 0.3374802768230438,
|
259 |
+
"learning_rate": 0.00015859689476710754,
|
260 |
+
"loss": 1.4553,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.21270480022995114,
|
265 |
+
"grad_norm": 0.4309818148612976,
|
266 |
+
"learning_rate": 0.00015744680851063832,
|
267 |
+
"loss": 1.6593,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.2184535786145444,
|
272 |
+
"grad_norm": 0.46262791752815247,
|
273 |
+
"learning_rate": 0.00015629672225416907,
|
274 |
+
"loss": 1.6802,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.22420235699913768,
|
279 |
+
"grad_norm": 0.4825744330883026,
|
280 |
+
"learning_rate": 0.00015514663599769984,
|
281 |
+
"loss": 1.6255,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.22995113538373096,
|
286 |
+
"grad_norm": 0.591460108757019,
|
287 |
+
"learning_rate": 0.00015399654974123059,
|
288 |
+
"loss": 1.5197,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.23569991376832422,
|
293 |
+
"grad_norm": 0.3320823609828949,
|
294 |
+
"learning_rate": 0.00015284646348476136,
|
295 |
+
"loss": 1.4004,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.2414486921529175,
|
300 |
+
"grad_norm": 0.34803909063339233,
|
301 |
+
"learning_rate": 0.00015169637722829213,
|
302 |
+
"loss": 1.5954,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.2471974705375108,
|
307 |
+
"grad_norm": 0.5106065273284912,
|
308 |
+
"learning_rate": 0.00015054629097182288,
|
309 |
+
"loss": 1.6279,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.25294624892210404,
|
314 |
+
"grad_norm": 0.4582754373550415,
|
315 |
+
"learning_rate": 0.00014939620471535365,
|
316 |
+
"loss": 1.6484,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.2586950273066973,
|
321 |
+
"grad_norm": 0.5719057321548462,
|
322 |
+
"learning_rate": 0.00014824611845888443,
|
323 |
+
"loss": 1.5372,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.2644438056912906,
|
328 |
+
"grad_norm": 0.3501335382461548,
|
329 |
+
"learning_rate": 0.0001470960322024152,
|
330 |
+
"loss": 1.4965,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.27019258407588387,
|
335 |
+
"grad_norm": 0.4248180389404297,
|
336 |
+
"learning_rate": 0.00014594594594594595,
|
337 |
+
"loss": 1.6372,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.2759413624604771,
|
342 |
+
"grad_norm": 0.4604983627796173,
|
343 |
+
"learning_rate": 0.0001447958596894767,
|
344 |
+
"loss": 1.6831,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.28169014084507044,
|
349 |
+
"grad_norm": 0.49557194113731384,
|
350 |
+
"learning_rate": 0.0001436457734330075,
|
351 |
+
"loss": 1.6291,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.2874389192296637,
|
356 |
+
"grad_norm": 0.5804151296615601,
|
357 |
+
"learning_rate": 0.00014249568717653824,
|
358 |
+
"loss": 1.5121,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.29318769761425695,
|
363 |
+
"grad_norm": 0.32185882329940796,
|
364 |
+
"learning_rate": 0.00014134560092006902,
|
365 |
+
"loss": 1.3265,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.29893647599885026,
|
370 |
+
"grad_norm": 0.43680480122566223,
|
371 |
+
"learning_rate": 0.00014019551466359976,
|
372 |
+
"loss": 1.6395,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.3046852543834435,
|
377 |
+
"grad_norm": 0.43666109442710876,
|
378 |
+
"learning_rate": 0.00013904542840713054,
|
379 |
+
"loss": 1.6053,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.31043403276803677,
|
384 |
+
"grad_norm": 0.5884769558906555,
|
385 |
+
"learning_rate": 0.0001378953421506613,
|
386 |
+
"loss": 1.5107,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.3161828111526301,
|
391 |
+
"grad_norm": 0.550571084022522,
|
392 |
+
"learning_rate": 0.00013674525589419206,
|
393 |
+
"loss": 1.4786,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.32193158953722334,
|
398 |
+
"grad_norm": 0.3260933756828308,
|
399 |
+
"learning_rate": 0.00013559516963772283,
|
400 |
+
"loss": 1.3915,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.3276803679218166,
|
405 |
+
"grad_norm": 0.4298531711101532,
|
406 |
+
"learning_rate": 0.0001344450833812536,
|
407 |
+
"loss": 1.6312,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.3334291463064099,
|
412 |
+
"grad_norm": 0.41621682047843933,
|
413 |
+
"learning_rate": 0.00013329499712478438,
|
414 |
+
"loss": 1.7011,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.33917792469100316,
|
419 |
+
"grad_norm": 0.503123939037323,
|
420 |
+
"learning_rate": 0.00013214491086831513,
|
421 |
+
"loss": 1.6278,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.3449267030755964,
|
426 |
+
"grad_norm": 0.5612988471984863,
|
427 |
+
"learning_rate": 0.0001309948246118459,
|
428 |
+
"loss": 1.5496,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.35067548146018973,
|
433 |
+
"grad_norm": 0.30884167551994324,
|
434 |
+
"learning_rate": 0.00012984473835537665,
|
435 |
+
"loss": 1.3783,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.356424259844783,
|
440 |
+
"grad_norm": 0.38166049122810364,
|
441 |
+
"learning_rate": 0.00012869465209890742,
|
442 |
+
"loss": 1.6325,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.36217303822937624,
|
447 |
+
"grad_norm": 0.46435585618019104,
|
448 |
+
"learning_rate": 0.0001275445658424382,
|
449 |
+
"loss": 1.5714,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.36792181661396955,
|
454 |
+
"grad_norm": 0.519219696521759,
|
455 |
+
"learning_rate": 0.00012639447958596894,
|
456 |
+
"loss": 1.6039,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3736705949985628,
|
461 |
+
"grad_norm": 0.5796424746513367,
|
462 |
+
"learning_rate": 0.00012524439332949972,
|
463 |
+
"loss": 1.5514,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.37941937338315607,
|
468 |
+
"grad_norm": 0.33003556728363037,
|
469 |
+
"learning_rate": 0.0001240943070730305,
|
470 |
+
"loss": 1.3369,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.3851681517677494,
|
475 |
+
"grad_norm": 0.4149388372898102,
|
476 |
+
"learning_rate": 0.00012294422081656124,
|
477 |
+
"loss": 1.6476,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.39091693015234263,
|
482 |
+
"grad_norm": 0.4466363191604614,
|
483 |
+
"learning_rate": 0.00012179413456009201,
|
484 |
+
"loss": 1.6509,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.3966657085369359,
|
489 |
+
"grad_norm": 0.4742002487182617,
|
490 |
+
"learning_rate": 0.00012064404830362277,
|
491 |
+
"loss": 1.5489,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.4024144869215292,
|
496 |
+
"grad_norm": 0.5517780184745789,
|
497 |
+
"learning_rate": 0.00011949396204715355,
|
498 |
+
"loss": 1.5387,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.40816326530612246,
|
503 |
+
"grad_norm": 0.35710763931274414,
|
504 |
+
"learning_rate": 0.0001183438757906843,
|
505 |
+
"loss": 1.4545,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.4139120436907157,
|
510 |
+
"grad_norm": 0.41391485929489136,
|
511 |
+
"learning_rate": 0.00011719378953421507,
|
512 |
+
"loss": 1.6186,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.41966082207530897,
|
517 |
+
"grad_norm": 0.5189250111579895,
|
518 |
+
"learning_rate": 0.00011604370327774583,
|
519 |
+
"loss": 1.5587,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.4254096004599023,
|
524 |
+
"grad_norm": 0.5240320563316345,
|
525 |
+
"learning_rate": 0.00011489361702127661,
|
526 |
+
"loss": 1.5797,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.43115837884449554,
|
531 |
+
"grad_norm": 0.5366072654724121,
|
532 |
+
"learning_rate": 0.00011374353076480737,
|
533 |
+
"loss": 1.5239,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.4369071572290888,
|
538 |
+
"grad_norm": 0.3197398781776428,
|
539 |
+
"learning_rate": 0.00011259344450833813,
|
540 |
+
"loss": 1.3993,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.4426559356136821,
|
545 |
+
"grad_norm": 0.40943774580955505,
|
546 |
+
"learning_rate": 0.0001114433582518689,
|
547 |
+
"loss": 1.6386,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.44840471399827536,
|
552 |
+
"grad_norm": 0.4211066663265228,
|
553 |
+
"learning_rate": 0.00011029327199539966,
|
554 |
+
"loss": 1.7505,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.4541534923828686,
|
559 |
+
"grad_norm": 0.49914664030075073,
|
560 |
+
"learning_rate": 0.00010914318573893043,
|
561 |
+
"loss": 1.5971,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.45990227076746193,
|
566 |
+
"grad_norm": 0.6292922496795654,
|
567 |
+
"learning_rate": 0.00010799309948246119,
|
568 |
+
"loss": 1.4803,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.4656510491520552,
|
573 |
+
"grad_norm": 0.33277174830436707,
|
574 |
+
"learning_rate": 0.00010684301322599195,
|
575 |
+
"loss": 1.3304,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.47139982753664844,
|
580 |
+
"grad_norm": 0.4129539132118225,
|
581 |
+
"learning_rate": 0.00010569292696952271,
|
582 |
+
"loss": 1.6433,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.47714860592124175,
|
587 |
+
"grad_norm": 0.4538571238517761,
|
588 |
+
"learning_rate": 0.0001045428407130535,
|
589 |
+
"loss": 1.6312,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.482897384305835,
|
594 |
+
"grad_norm": 0.45976096391677856,
|
595 |
+
"learning_rate": 0.00010339275445658424,
|
596 |
+
"loss": 1.6072,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.48864616269042827,
|
601 |
+
"grad_norm": 0.5682007074356079,
|
602 |
+
"learning_rate": 0.000102242668200115,
|
603 |
+
"loss": 1.4456,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.4943949410750216,
|
608 |
+
"grad_norm": 0.3143990635871887,
|
609 |
+
"learning_rate": 0.00010109258194364577,
|
610 |
+
"loss": 1.3646,
|
611 |
+
"step": 860
|
612 |
+
}
|
613 |
+
],
|
614 |
+
"logging_steps": 10,
|
615 |
+
"max_steps": 1739,
|
616 |
+
"num_input_tokens_seen": 0,
|
617 |
+
"num_train_epochs": 1,
|
618 |
+
"save_steps": 869,
|
619 |
+
"total_flos": 1.981739729436672e+17,
|
620 |
+
"train_batch_size": 2,
|
621 |
+
"trial_name": null,
|
622 |
+
"trial_params": null
|
623 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6a7dc3708d818480c2f86ec30d8c9b90f123fdf8ef605b3571333c8f8bef0cb
|
3 |
+
size 4984
|