Initial commit
Browse files- README.md +202 -0
- adapter_config.json +35 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +508 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: meta-llama/Llama-2-7b-chat-hf
|
3 |
+
library_name: peft
|
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.1
|
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
|
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": 64,
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"lm_head",
|
24 |
+
"up_proj",
|
25 |
+
"q_proj",
|
26 |
+
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"down_proj"
|
31 |
+
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a02d21b4b042969048c8340d7a2b367d9f3e0c454660d987b88c9ed17652261
|
3 |
+
size 848784976
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c95d437f2424e40e85cda0b7eb4d736ffb25e2935cdc62b88ddc5d885420c0a
|
3 |
+
size 164224478
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1afbb2b111466e487b23df10230c683ff1e502cf1c777fa7156870bcb61407a4
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2106c385366372d71c48ec368f27d1580055c20df9ca7a3a209cc7d61c928a41
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,508 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 6.0,
|
5 |
+
"eval_steps": 5,
|
6 |
+
"global_step": 30936,
|
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.0969743987587277,
|
13 |
+
"grad_norm": 5.50258207321167,
|
14 |
+
"learning_rate": 2.451704876061911e-05,
|
15 |
+
"loss": 0.7801,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.1939487975174554,
|
20 |
+
"grad_norm": 2.8141658306121826,
|
21 |
+
"learning_rate": 2.4032157958027852e-05,
|
22 |
+
"loss": 0.4736,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.29092319627618307,
|
27 |
+
"grad_norm": 1.9647445678710938,
|
28 |
+
"learning_rate": 2.3547267155436597e-05,
|
29 |
+
"loss": 0.3846,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.3878975950349108,
|
34 |
+
"grad_norm": 0.9280088543891907,
|
35 |
+
"learning_rate": 2.306334613445052e-05,
|
36 |
+
"loss": 0.3573,
|
37 |
+
"step": 2000
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.4848719937936385,
|
41 |
+
"grad_norm": 4.660079479217529,
|
42 |
+
"learning_rate": 2.2578455331859266e-05,
|
43 |
+
"loss": 0.3135,
|
44 |
+
"step": 2500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.5818463925523661,
|
48 |
+
"grad_norm": 2.9539144039154053,
|
49 |
+
"learning_rate": 2.209356452926801e-05,
|
50 |
+
"loss": 0.2992,
|
51 |
+
"step": 3000
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.6788207913110939,
|
55 |
+
"grad_norm": 1.4715936183929443,
|
56 |
+
"learning_rate": 2.1608673726676753e-05,
|
57 |
+
"loss": 0.2836,
|
58 |
+
"step": 3500
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.7757951900698216,
|
62 |
+
"grad_norm": 1.7886435985565186,
|
63 |
+
"learning_rate": 2.1123782924085498e-05,
|
64 |
+
"loss": 0.2698,
|
65 |
+
"step": 4000
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.8727695888285493,
|
69 |
+
"grad_norm": 1.0143980979919434,
|
70 |
+
"learning_rate": 2.063889212149424e-05,
|
71 |
+
"loss": 0.2549,
|
72 |
+
"step": 4500
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.969743987587277,
|
76 |
+
"grad_norm": 4.67170524597168,
|
77 |
+
"learning_rate": 2.0154001318902985e-05,
|
78 |
+
"loss": 0.255,
|
79 |
+
"step": 5000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 1.0,
|
83 |
+
"eval_loss": 0.22126668691635132,
|
84 |
+
"eval_runtime": 1558.3887,
|
85 |
+
"eval_samples_per_second": 2.836,
|
86 |
+
"eval_steps_per_second": 0.355,
|
87 |
+
"step": 5156
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.0667183863460046,
|
91 |
+
"grad_norm": 1.17802894115448,
|
92 |
+
"learning_rate": 1.966911051631173e-05,
|
93 |
+
"loss": 0.198,
|
94 |
+
"step": 5500
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 1.1636927851047323,
|
98 |
+
"grad_norm": 2.5160129070281982,
|
99 |
+
"learning_rate": 1.9184219713720472e-05,
|
100 |
+
"loss": 0.195,
|
101 |
+
"step": 6000
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.26066718386346,
|
105 |
+
"grad_norm": 2.1824357509613037,
|
106 |
+
"learning_rate": 1.8699328911129217e-05,
|
107 |
+
"loss": 0.1864,
|
108 |
+
"step": 6500
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 1.3576415826221877,
|
112 |
+
"grad_norm": 1.4108847379684448,
|
113 |
+
"learning_rate": 1.821443810853796e-05,
|
114 |
+
"loss": 0.1948,
|
115 |
+
"step": 7000
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.4546159813809154,
|
119 |
+
"grad_norm": 1.5844694375991821,
|
120 |
+
"learning_rate": 1.7730517087551886e-05,
|
121 |
+
"loss": 0.1793,
|
122 |
+
"step": 7500
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 1.5515903801396431,
|
126 |
+
"grad_norm": 0.8616577386856079,
|
127 |
+
"learning_rate": 1.7245626284960627e-05,
|
128 |
+
"loss": 0.1804,
|
129 |
+
"step": 8000
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 1.6485647788983708,
|
133 |
+
"grad_norm": 2.6326045989990234,
|
134 |
+
"learning_rate": 1.6760735482369372e-05,
|
135 |
+
"loss": 0.1719,
|
136 |
+
"step": 8500
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 1.7455391776570985,
|
140 |
+
"grad_norm": 1.3256356716156006,
|
141 |
+
"learning_rate": 1.6275844679778114e-05,
|
142 |
+
"loss": 0.1768,
|
143 |
+
"step": 9000
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 1.8425135764158262,
|
147 |
+
"grad_norm": 2.5661003589630127,
|
148 |
+
"learning_rate": 1.579192365879204e-05,
|
149 |
+
"loss": 0.171,
|
150 |
+
"step": 9500
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 1.939487975174554,
|
154 |
+
"grad_norm": 3.0119805335998535,
|
155 |
+
"learning_rate": 1.5307032856200783e-05,
|
156 |
+
"loss": 0.1654,
|
157 |
+
"step": 10000
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 2.0,
|
161 |
+
"eval_loss": 0.16889868676662445,
|
162 |
+
"eval_runtime": 1543.9946,
|
163 |
+
"eval_samples_per_second": 2.863,
|
164 |
+
"eval_steps_per_second": 0.358,
|
165 |
+
"step": 10312
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 2.0364623739332814,
|
169 |
+
"grad_norm": 2.474855661392212,
|
170 |
+
"learning_rate": 1.4825051398425075e-05,
|
171 |
+
"loss": 0.1434,
|
172 |
+
"step": 10500
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 2.133436772692009,
|
176 |
+
"grad_norm": 1.4645425081253052,
|
177 |
+
"learning_rate": 1.4343069940649367e-05,
|
178 |
+
"loss": 0.1296,
|
179 |
+
"step": 11000
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 2.230411171450737,
|
183 |
+
"grad_norm": 1.1075003147125244,
|
184 |
+
"learning_rate": 1.3858179138058112e-05,
|
185 |
+
"loss": 0.1346,
|
186 |
+
"step": 11500
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 2.3273855702094646,
|
190 |
+
"grad_norm": 2.3721115589141846,
|
191 |
+
"learning_rate": 1.3373288335466855e-05,
|
192 |
+
"loss": 0.1247,
|
193 |
+
"step": 12000
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 2.4243599689681923,
|
197 |
+
"grad_norm": 0.8129625916481018,
|
198 |
+
"learning_rate": 1.2888397532875595e-05,
|
199 |
+
"loss": 0.1184,
|
200 |
+
"step": 12500
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 2.52133436772692,
|
204 |
+
"grad_norm": 2.1738102436065674,
|
205 |
+
"learning_rate": 1.240350673028434e-05,
|
206 |
+
"loss": 0.1227,
|
207 |
+
"step": 13000
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 2.6183087664856477,
|
211 |
+
"grad_norm": 2.0540452003479004,
|
212 |
+
"learning_rate": 1.1918615927693085e-05,
|
213 |
+
"loss": 0.1193,
|
214 |
+
"step": 13500
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 2.7152831652443754,
|
218 |
+
"grad_norm": 1.0573948621749878,
|
219 |
+
"learning_rate": 1.1433725125101828e-05,
|
220 |
+
"loss": 0.1184,
|
221 |
+
"step": 14000
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 2.812257564003103,
|
225 |
+
"grad_norm": 0.6909541487693787,
|
226 |
+
"learning_rate": 1.094883432251057e-05,
|
227 |
+
"loss": 0.1133,
|
228 |
+
"step": 14500
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 2.909231962761831,
|
232 |
+
"grad_norm": 3.4285881519317627,
|
233 |
+
"learning_rate": 1.0463943519919314e-05,
|
234 |
+
"loss": 0.1221,
|
235 |
+
"step": 15000
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 3.0,
|
239 |
+
"eval_loss": 0.1472880095243454,
|
240 |
+
"eval_runtime": 1543.9214,
|
241 |
+
"eval_samples_per_second": 2.863,
|
242 |
+
"eval_steps_per_second": 0.358,
|
243 |
+
"step": 15468
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 3.0062063615205585,
|
247 |
+
"grad_norm": 1.0781619548797607,
|
248 |
+
"learning_rate": 9.979052717328059e-06,
|
249 |
+
"loss": 0.1055,
|
250 |
+
"step": 15500
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 3.1031807602792862,
|
254 |
+
"grad_norm": 1.153516411781311,
|
255 |
+
"learning_rate": 9.494161914736802e-06,
|
256 |
+
"loss": 0.0921,
|
257 |
+
"step": 16000
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 3.200155159038014,
|
261 |
+
"grad_norm": 0.8690130114555359,
|
262 |
+
"learning_rate": 9.009271112145545e-06,
|
263 |
+
"loss": 0.0914,
|
264 |
+
"step": 16500
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 3.2971295577967417,
|
268 |
+
"grad_norm": 0.9147763848304749,
|
269 |
+
"learning_rate": 8.524380309554289e-06,
|
270 |
+
"loss": 0.0955,
|
271 |
+
"step": 17000
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 3.3941039565554694,
|
275 |
+
"grad_norm": 0.4283031225204468,
|
276 |
+
"learning_rate": 8.039489506963032e-06,
|
277 |
+
"loss": 0.0983,
|
278 |
+
"step": 17500
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 3.491078355314197,
|
282 |
+
"grad_norm": 1.6501576900482178,
|
283 |
+
"learning_rate": 7.554598704371776e-06,
|
284 |
+
"loss": 0.0937,
|
285 |
+
"step": 18000
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 3.588052754072925,
|
289 |
+
"grad_norm": 1.2180219888687134,
|
290 |
+
"learning_rate": 7.069707901780519e-06,
|
291 |
+
"loss": 0.0915,
|
292 |
+
"step": 18500
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 3.6850271528316525,
|
296 |
+
"grad_norm": 1.027410864830017,
|
297 |
+
"learning_rate": 6.584817099189262e-06,
|
298 |
+
"loss": 0.091,
|
299 |
+
"step": 19000
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 3.78200155159038,
|
303 |
+
"grad_norm": 1.701826810836792,
|
304 |
+
"learning_rate": 6.100896078203189e-06,
|
305 |
+
"loss": 0.0938,
|
306 |
+
"step": 19500
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 3.878975950349108,
|
310 |
+
"grad_norm": 1.8526573181152344,
|
311 |
+
"learning_rate": 5.616005275611932e-06,
|
312 |
+
"loss": 0.0946,
|
313 |
+
"step": 20000
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 3.9759503491078356,
|
317 |
+
"grad_norm": 2.527759075164795,
|
318 |
+
"learning_rate": 5.131114473020676e-06,
|
319 |
+
"loss": 0.0879,
|
320 |
+
"step": 20500
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 4.0,
|
324 |
+
"eval_loss": 0.13828447461128235,
|
325 |
+
"eval_runtime": 1543.3031,
|
326 |
+
"eval_samples_per_second": 2.864,
|
327 |
+
"eval_steps_per_second": 0.358,
|
328 |
+
"step": 20624
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"epoch": 4.072924747866563,
|
332 |
+
"grad_norm": 1.2997472286224365,
|
333 |
+
"learning_rate": 1.482330921856514e-05,
|
334 |
+
"loss": 0.0851,
|
335 |
+
"step": 21000
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 4.169899146625291,
|
339 |
+
"grad_norm": 2.8086001873016357,
|
340 |
+
"learning_rate": 1.4580868519560117e-05,
|
341 |
+
"loss": 0.092,
|
342 |
+
"step": 21500
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 4.266873545384018,
|
346 |
+
"grad_norm": 1.3651138544082642,
|
347 |
+
"learning_rate": 1.4338427820555092e-05,
|
348 |
+
"loss": 0.091,
|
349 |
+
"step": 22000
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 4.363847944142746,
|
353 |
+
"grad_norm": 1.5494824647903442,
|
354 |
+
"learning_rate": 1.409598712155007e-05,
|
355 |
+
"loss": 0.0916,
|
356 |
+
"step": 22500
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 4.460822342901474,
|
360 |
+
"grad_norm": 1.5494245290756226,
|
361 |
+
"learning_rate": 1.3854031303943058e-05,
|
362 |
+
"loss": 0.0919,
|
363 |
+
"step": 23000
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 4.557796741660201,
|
367 |
+
"grad_norm": 2.636620044708252,
|
368 |
+
"learning_rate": 1.3611590604938032e-05,
|
369 |
+
"loss": 0.0936,
|
370 |
+
"step": 23500
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 4.654771140418929,
|
374 |
+
"grad_norm": 1.1111247539520264,
|
375 |
+
"learning_rate": 1.3369149905933009e-05,
|
376 |
+
"loss": 0.0918,
|
377 |
+
"step": 24000
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 4.751745539177657,
|
381 |
+
"grad_norm": 1.1152452230453491,
|
382 |
+
"learning_rate": 1.3126709206927986e-05,
|
383 |
+
"loss": 0.095,
|
384 |
+
"step": 24500
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 4.848719937936385,
|
388 |
+
"grad_norm": 1.1507107019424438,
|
389 |
+
"learning_rate": 1.2884268507922962e-05,
|
390 |
+
"loss": 0.0933,
|
391 |
+
"step": 25000
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 4.945694336695112,
|
395 |
+
"grad_norm": 0.9500592350959778,
|
396 |
+
"learning_rate": 1.2641827808917939e-05,
|
397 |
+
"loss": 0.0951,
|
398 |
+
"step": 25500
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"epoch": 5.0,
|
402 |
+
"eval_loss": 0.14213640987873077,
|
403 |
+
"eval_runtime": 1544.0177,
|
404 |
+
"eval_samples_per_second": 2.863,
|
405 |
+
"eval_steps_per_second": 0.358,
|
406 |
+
"step": 25780
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 5.04266873545384,
|
410 |
+
"grad_norm": 1.6337387561798096,
|
411 |
+
"learning_rate": 1.2399871991310926e-05,
|
412 |
+
"loss": 0.0852,
|
413 |
+
"step": 26000
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 5.139643134212568,
|
417 |
+
"grad_norm": 0.6484285593032837,
|
418 |
+
"learning_rate": 1.2157431292305903e-05,
|
419 |
+
"loss": 0.0751,
|
420 |
+
"step": 26500
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 5.236617532971295,
|
424 |
+
"grad_norm": 1.9428491592407227,
|
425 |
+
"learning_rate": 1.1914990593300878e-05,
|
426 |
+
"loss": 0.0789,
|
427 |
+
"step": 27000
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 5.333591931730023,
|
431 |
+
"grad_norm": 1.7594366073608398,
|
432 |
+
"learning_rate": 1.1672549894295855e-05,
|
433 |
+
"loss": 0.0795,
|
434 |
+
"step": 27500
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 5.430566330488751,
|
438 |
+
"grad_norm": 0.4171479046344757,
|
439 |
+
"learning_rate": 1.1430109195290833e-05,
|
440 |
+
"loss": 0.0775,
|
441 |
+
"step": 28000
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 5.5275407292474785,
|
445 |
+
"grad_norm": 1.192670226097107,
|
446 |
+
"learning_rate": 1.118766849628581e-05,
|
447 |
+
"loss": 0.0822,
|
448 |
+
"step": 28500
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 5.624515128006206,
|
452 |
+
"grad_norm": 1.016116976737976,
|
453 |
+
"learning_rate": 1.0945227797280785e-05,
|
454 |
+
"loss": 0.0811,
|
455 |
+
"step": 29000
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 5.721489526764934,
|
459 |
+
"grad_norm": 0.925920307636261,
|
460 |
+
"learning_rate": 1.0702787098275762e-05,
|
461 |
+
"loss": 0.0767,
|
462 |
+
"step": 29500
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 5.818463925523662,
|
466 |
+
"grad_norm": 1.05020010471344,
|
467 |
+
"learning_rate": 1.046083128066875e-05,
|
468 |
+
"loss": 0.0784,
|
469 |
+
"step": 30000
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 5.915438324282389,
|
473 |
+
"grad_norm": 1.8532640933990479,
|
474 |
+
"learning_rate": 1.0218390581663725e-05,
|
475 |
+
"loss": 0.0777,
|
476 |
+
"step": 30500
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"epoch": 6.0,
|
480 |
+
"eval_loss": 0.14130142331123352,
|
481 |
+
"eval_runtime": 1544.1253,
|
482 |
+
"eval_samples_per_second": 2.862,
|
483 |
+
"eval_steps_per_second": 0.358,
|
484 |
+
"step": 30936
|
485 |
+
}
|
486 |
+
],
|
487 |
+
"logging_steps": 500,
|
488 |
+
"max_steps": 51560,
|
489 |
+
"num_input_tokens_seen": 0,
|
490 |
+
"num_train_epochs": 10,
|
491 |
+
"save_steps": 1,
|
492 |
+
"stateful_callbacks": {
|
493 |
+
"TrainerControl": {
|
494 |
+
"args": {
|
495 |
+
"should_epoch_stop": false,
|
496 |
+
"should_evaluate": false,
|
497 |
+
"should_log": false,
|
498 |
+
"should_save": true,
|
499 |
+
"should_training_stop": false
|
500 |
+
},
|
501 |
+
"attributes": {}
|
502 |
+
}
|
503 |
+
},
|
504 |
+
"total_flos": 1.2712794309494047e+18,
|
505 |
+
"train_batch_size": 2,
|
506 |
+
"trial_name": null,
|
507 |
+
"trial_params": null
|
508 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a99ac9ed0100852da6186acc42a9510c4cea341cd3f7e907f7fb00e493e45c7d
|
3 |
+
size 5112
|