andandsoso344
commited on
Upload 8 files
Browse files- README.md +200 -1
- adapter_config.json +31 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +396 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,202 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: TheBloke/Llama-2-7B-fp16
|
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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "TheBloke/Llama-2-7B-fp16",
|
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": 16,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"q_proj",
|
26 |
+
"k_proj"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fabe00daddbc285b58749a54dbca97229dd1f082ff0391245aa06dd08f19893c
|
3 |
+
size 67143296
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d9e8361f577cf3609ee05ddfd087d3a6e4b693bd6d27910f90349b1cd8c5e80
|
3 |
+
size 134433530
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67c4cdc5f6dafcef08a66dd943b65182c540b36f78933b74b9aa9611fbaa3957
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:928a22946be953334dd08c26db2fcf64da56496ca0de814083e096cbf43d18a0
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.25283440947532654,
|
3 |
+
"best_model_checkpoint": "tuna6/mistral-saiga-journal-finetune6/checkpoint-1000",
|
4 |
+
"epoch": 0.06540008502011052,
|
5 |
+
"eval_steps": 40,
|
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.0,
|
13 |
+
"grad_norm": 0.6344897150993347,
|
14 |
+
"learning_rate": 0.00028828828828828825,
|
15 |
+
"loss": 0.8513,
|
16 |
+
"step": 40
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0,
|
20 |
+
"eval_loss": 0.6471168398857117,
|
21 |
+
"eval_runtime": 596.3818,
|
22 |
+
"eval_samples_per_second": 12.821,
|
23 |
+
"eval_steps_per_second": 1.603,
|
24 |
+
"step": 40
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.01,
|
28 |
+
"grad_norm": 0.4552938938140869,
|
29 |
+
"learning_rate": 0.00027627627627627627,
|
30 |
+
"loss": 0.5674,
|
31 |
+
"step": 80
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.01,
|
35 |
+
"eval_loss": 0.5346186757087708,
|
36 |
+
"eval_runtime": 595.5393,
|
37 |
+
"eval_samples_per_second": 12.839,
|
38 |
+
"eval_steps_per_second": 1.605,
|
39 |
+
"step": 80
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.01,
|
43 |
+
"grad_norm": 0.505496621131897,
|
44 |
+
"learning_rate": 0.00026426426426426423,
|
45 |
+
"loss": 0.4685,
|
46 |
+
"step": 120
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.01,
|
50 |
+
"eval_loss": 0.45588552951812744,
|
51 |
+
"eval_runtime": 595.3281,
|
52 |
+
"eval_samples_per_second": 12.843,
|
53 |
+
"eval_steps_per_second": 1.606,
|
54 |
+
"step": 120
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.01,
|
58 |
+
"grad_norm": 0.49343597888946533,
|
59 |
+
"learning_rate": 0.00025225225225225225,
|
60 |
+
"loss": 0.4164,
|
61 |
+
"step": 160
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.01,
|
65 |
+
"eval_loss": 0.4150841534137726,
|
66 |
+
"eval_runtime": 595.6775,
|
67 |
+
"eval_samples_per_second": 12.836,
|
68 |
+
"eval_steps_per_second": 1.605,
|
69 |
+
"step": 160
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.01,
|
73 |
+
"grad_norm": 0.7332279682159424,
|
74 |
+
"learning_rate": 0.00024024024024024023,
|
75 |
+
"loss": 0.3707,
|
76 |
+
"step": 200
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.01,
|
80 |
+
"eval_loss": 0.38310083746910095,
|
81 |
+
"eval_runtime": 595.6271,
|
82 |
+
"eval_samples_per_second": 12.837,
|
83 |
+
"eval_steps_per_second": 1.605,
|
84 |
+
"step": 200
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.02,
|
88 |
+
"grad_norm": 0.30062803626060486,
|
89 |
+
"learning_rate": 0.0002282282282282282,
|
90 |
+
"loss": 0.3497,
|
91 |
+
"step": 240
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.02,
|
95 |
+
"eval_loss": 0.3645000457763672,
|
96 |
+
"eval_runtime": 596.1295,
|
97 |
+
"eval_samples_per_second": 12.826,
|
98 |
+
"eval_steps_per_second": 1.604,
|
99 |
+
"step": 240
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.02,
|
103 |
+
"grad_norm": 0.3287501633167267,
|
104 |
+
"learning_rate": 0.0002162162162162162,
|
105 |
+
"loss": 0.296,
|
106 |
+
"step": 280
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.02,
|
110 |
+
"eval_loss": 0.3538116216659546,
|
111 |
+
"eval_runtime": 597.2837,
|
112 |
+
"eval_samples_per_second": 12.801,
|
113 |
+
"eval_steps_per_second": 1.601,
|
114 |
+
"step": 280
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.02,
|
118 |
+
"grad_norm": 0.5396926999092102,
|
119 |
+
"learning_rate": 0.00020420420420420418,
|
120 |
+
"loss": 0.2976,
|
121 |
+
"step": 320
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.02,
|
125 |
+
"eval_loss": 0.3392348885536194,
|
126 |
+
"eval_runtime": 596.5398,
|
127 |
+
"eval_samples_per_second": 12.817,
|
128 |
+
"eval_steps_per_second": 1.603,
|
129 |
+
"step": 320
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.02,
|
133 |
+
"grad_norm": 1.1267449855804443,
|
134 |
+
"learning_rate": 0.00019219219219219217,
|
135 |
+
"loss": 0.3018,
|
136 |
+
"step": 360
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.02,
|
140 |
+
"eval_loss": 0.3298206925392151,
|
141 |
+
"eval_runtime": 596.9832,
|
142 |
+
"eval_samples_per_second": 12.808,
|
143 |
+
"eval_steps_per_second": 1.601,
|
144 |
+
"step": 360
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.03,
|
148 |
+
"grad_norm": 0.375235378742218,
|
149 |
+
"learning_rate": 0.00018018018018018016,
|
150 |
+
"loss": 0.3019,
|
151 |
+
"step": 400
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.03,
|
155 |
+
"eval_loss": 0.3226415514945984,
|
156 |
+
"eval_runtime": 597.4868,
|
157 |
+
"eval_samples_per_second": 12.797,
|
158 |
+
"eval_steps_per_second": 1.6,
|
159 |
+
"step": 400
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.03,
|
163 |
+
"grad_norm": 0.4212028980255127,
|
164 |
+
"learning_rate": 0.00016816816816816817,
|
165 |
+
"loss": 0.323,
|
166 |
+
"step": 440
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.03,
|
170 |
+
"eval_loss": 0.31242895126342773,
|
171 |
+
"eval_runtime": 596.6515,
|
172 |
+
"eval_samples_per_second": 12.815,
|
173 |
+
"eval_steps_per_second": 1.602,
|
174 |
+
"step": 440
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.03,
|
178 |
+
"grad_norm": 0.3362777531147003,
|
179 |
+
"learning_rate": 0.00015615615615615616,
|
180 |
+
"loss": 0.299,
|
181 |
+
"step": 480
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.03,
|
185 |
+
"eval_loss": 0.3068313002586365,
|
186 |
+
"eval_runtime": 596.6534,
|
187 |
+
"eval_samples_per_second": 12.815,
|
188 |
+
"eval_steps_per_second": 1.602,
|
189 |
+
"step": 480
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.03,
|
193 |
+
"grad_norm": 0.29624176025390625,
|
194 |
+
"learning_rate": 0.00014414414414414412,
|
195 |
+
"loss": 0.2671,
|
196 |
+
"step": 520
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.03,
|
200 |
+
"eval_loss": 0.30176782608032227,
|
201 |
+
"eval_runtime": 596.3445,
|
202 |
+
"eval_samples_per_second": 12.821,
|
203 |
+
"eval_steps_per_second": 1.603,
|
204 |
+
"step": 520
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.04,
|
208 |
+
"grad_norm": 0.3254912197589874,
|
209 |
+
"learning_rate": 0.00013213213213213211,
|
210 |
+
"loss": 0.2799,
|
211 |
+
"step": 560
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.04,
|
215 |
+
"eval_loss": 0.2952657639980316,
|
216 |
+
"eval_runtime": 596.6573,
|
217 |
+
"eval_samples_per_second": 12.815,
|
218 |
+
"eval_steps_per_second": 1.602,
|
219 |
+
"step": 560
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.04,
|
223 |
+
"grad_norm": 0.3114880919456482,
|
224 |
+
"learning_rate": 0.00012012012012012012,
|
225 |
+
"loss": 0.2674,
|
226 |
+
"step": 600
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.04,
|
230 |
+
"eval_loss": 0.29019972681999207,
|
231 |
+
"eval_runtime": 596.4197,
|
232 |
+
"eval_samples_per_second": 12.82,
|
233 |
+
"eval_steps_per_second": 1.603,
|
234 |
+
"step": 600
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.04,
|
238 |
+
"grad_norm": 0.2812901437282562,
|
239 |
+
"learning_rate": 0.0001081081081081081,
|
240 |
+
"loss": 0.2395,
|
241 |
+
"step": 640
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.04,
|
245 |
+
"eval_loss": 0.2831648588180542,
|
246 |
+
"eval_runtime": 596.2022,
|
247 |
+
"eval_samples_per_second": 12.825,
|
248 |
+
"eval_steps_per_second": 1.603,
|
249 |
+
"step": 640
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.04,
|
253 |
+
"grad_norm": 0.553597092628479,
|
254 |
+
"learning_rate": 9.609609609609608e-05,
|
255 |
+
"loss": 0.2436,
|
256 |
+
"step": 680
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.04,
|
260 |
+
"eval_loss": 0.27831366658210754,
|
261 |
+
"eval_runtime": 595.5956,
|
262 |
+
"eval_samples_per_second": 12.838,
|
263 |
+
"eval_steps_per_second": 1.605,
|
264 |
+
"step": 680
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.05,
|
268 |
+
"grad_norm": 0.46639448404312134,
|
269 |
+
"learning_rate": 8.408408408408409e-05,
|
270 |
+
"loss": 0.2537,
|
271 |
+
"step": 720
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.05,
|
275 |
+
"eval_loss": 0.27261102199554443,
|
276 |
+
"eval_runtime": 595.7096,
|
277 |
+
"eval_samples_per_second": 12.835,
|
278 |
+
"eval_steps_per_second": 1.605,
|
279 |
+
"step": 720
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.05,
|
283 |
+
"grad_norm": 0.3072221279144287,
|
284 |
+
"learning_rate": 7.207207207207206e-05,
|
285 |
+
"loss": 0.238,
|
286 |
+
"step": 760
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.05,
|
290 |
+
"eval_loss": 0.2690950334072113,
|
291 |
+
"eval_runtime": 595.7471,
|
292 |
+
"eval_samples_per_second": 12.834,
|
293 |
+
"eval_steps_per_second": 1.605,
|
294 |
+
"step": 760
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.05,
|
298 |
+
"grad_norm": 0.3728131055831909,
|
299 |
+
"learning_rate": 6.006006006006006e-05,
|
300 |
+
"loss": 0.2583,
|
301 |
+
"step": 800
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.05,
|
305 |
+
"eval_loss": 0.2644895017147064,
|
306 |
+
"eval_runtime": 595.5546,
|
307 |
+
"eval_samples_per_second": 12.838,
|
308 |
+
"eval_steps_per_second": 1.605,
|
309 |
+
"step": 800
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.05,
|
313 |
+
"grad_norm": 0.4398050010204315,
|
314 |
+
"learning_rate": 4.804804804804804e-05,
|
315 |
+
"loss": 0.2274,
|
316 |
+
"step": 840
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.05,
|
320 |
+
"eval_loss": 0.26183322072029114,
|
321 |
+
"eval_runtime": 595.4684,
|
322 |
+
"eval_samples_per_second": 12.84,
|
323 |
+
"eval_steps_per_second": 1.605,
|
324 |
+
"step": 840
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.06,
|
328 |
+
"grad_norm": 0.37743285298347473,
|
329 |
+
"learning_rate": 3.603603603603603e-05,
|
330 |
+
"loss": 0.2279,
|
331 |
+
"step": 880
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.06,
|
335 |
+
"eval_loss": 0.258406400680542,
|
336 |
+
"eval_runtime": 595.383,
|
337 |
+
"eval_samples_per_second": 12.842,
|
338 |
+
"eval_steps_per_second": 1.606,
|
339 |
+
"step": 880
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.06,
|
343 |
+
"grad_norm": 0.25567543506622314,
|
344 |
+
"learning_rate": 2.402402402402402e-05,
|
345 |
+
"loss": 0.2497,
|
346 |
+
"step": 920
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.06,
|
350 |
+
"eval_loss": 0.25550028681755066,
|
351 |
+
"eval_runtime": 595.2117,
|
352 |
+
"eval_samples_per_second": 12.846,
|
353 |
+
"eval_steps_per_second": 1.606,
|
354 |
+
"step": 920
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.06,
|
358 |
+
"grad_norm": 0.379567414522171,
|
359 |
+
"learning_rate": 1.201201201201201e-05,
|
360 |
+
"loss": 0.2599,
|
361 |
+
"step": 960
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.06,
|
365 |
+
"eval_loss": 0.25368040800094604,
|
366 |
+
"eval_runtime": 595.2349,
|
367 |
+
"eval_samples_per_second": 12.845,
|
368 |
+
"eval_steps_per_second": 1.606,
|
369 |
+
"step": 960
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.07,
|
373 |
+
"grad_norm": 0.3067691922187805,
|
374 |
+
"learning_rate": 0.0,
|
375 |
+
"loss": 0.2332,
|
376 |
+
"step": 1000
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.07,
|
380 |
+
"eval_loss": 0.25283440947532654,
|
381 |
+
"eval_runtime": 595.1198,
|
382 |
+
"eval_samples_per_second": 12.848,
|
383 |
+
"eval_steps_per_second": 1.606,
|
384 |
+
"step": 1000
|
385 |
+
}
|
386 |
+
],
|
387 |
+
"logging_steps": 40,
|
388 |
+
"max_steps": 1000,
|
389 |
+
"num_input_tokens_seen": 0,
|
390 |
+
"num_train_epochs": 1,
|
391 |
+
"save_steps": 40,
|
392 |
+
"total_flos": 3.1676545818624e+16,
|
393 |
+
"train_batch_size": 1,
|
394 |
+
"trial_name": null,
|
395 |
+
"trial_params": null
|
396 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:400506b38bb8330c1940518ea7109940e1e812e944b6c8ae41897efd0efbeed6
|
3 |
+
size 4920
|