Upload 11 files
Browse files- README.md +204 -0
- adapter_config.json +29 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +32 -0
- trainer_state.json +420 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: NousResearch/Llama-2-7b-hf
|
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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.7.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 64,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"o_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"use_rslora": false
|
29 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:797219a213fbd2e39427b990d5b79ae7e44bd70d25fa6e818b66484c83f69917
|
3 |
+
size 33588528
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97e243acf9616a12285a6b3b9c9badfeef5ae2cbf6bdca88c8e895243b66c585
|
3 |
+
size 67259962
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68a4911cf45fb9bb9f6e986103cce3bcdbd7faaece5db72dbe14be4e820de412
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6cfba172d74647a36deead213211dad2ade05f5db182a88ff069dfd5877f204
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"__type": "AddedToken",
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
"clean_up_tokenization_spaces": false,
|
11 |
+
"eos_token": {
|
12 |
+
"__type": "AddedToken",
|
13 |
+
"content": "</s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"legacy": false,
|
20 |
+
"model_max_length": 1000000000000000019884624838656,
|
21 |
+
"pad_token": null,
|
22 |
+
"sp_model_kwargs": {},
|
23 |
+
"tokenizer_class": "LlamaTokenizer",
|
24 |
+
"unk_token": {
|
25 |
+
"__type": "AddedToken",
|
26 |
+
"content": "<unk>",
|
27 |
+
"lstrip": false,
|
28 |
+
"normalized": true,
|
29 |
+
"rstrip": false,
|
30 |
+
"single_word": false
|
31 |
+
}
|
32 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.984,
|
5 |
+
"global_step": 62,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.03,
|
12 |
+
"learning_rate": 2.5e-05,
|
13 |
+
"loss": 2.4811,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.06,
|
18 |
+
"learning_rate": 5e-05,
|
19 |
+
"loss": 2.7677,
|
20 |
+
"step": 2
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.1,
|
24 |
+
"learning_rate": 7.500000000000001e-05,
|
25 |
+
"loss": 2.8184,
|
26 |
+
"step": 3
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.13,
|
30 |
+
"learning_rate": 0.0001,
|
31 |
+
"loss": 2.7164,
|
32 |
+
"step": 4
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.16,
|
36 |
+
"learning_rate": 9.992667069255619e-05,
|
37 |
+
"loss": 2.6905,
|
38 |
+
"step": 5
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.19,
|
42 |
+
"learning_rate": 9.970689785771798e-05,
|
43 |
+
"loss": 2.4758,
|
44 |
+
"step": 6
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.22,
|
48 |
+
"learning_rate": 9.934132612707632e-05,
|
49 |
+
"loss": 2.1961,
|
50 |
+
"step": 7
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 0.26,
|
54 |
+
"learning_rate": 9.883102778550434e-05,
|
55 |
+
"loss": 2.1084,
|
56 |
+
"step": 8
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.29,
|
60 |
+
"learning_rate": 9.817749962596115e-05,
|
61 |
+
"loss": 1.9172,
|
62 |
+
"step": 9
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.32,
|
66 |
+
"learning_rate": 9.738265855914013e-05,
|
67 |
+
"loss": 1.7626,
|
68 |
+
"step": 10
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 0.35,
|
72 |
+
"learning_rate": 9.644883599083958e-05,
|
73 |
+
"loss": 1.6495,
|
74 |
+
"step": 11
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.38,
|
78 |
+
"learning_rate": 9.537877098354786e-05,
|
79 |
+
"loss": 1.3566,
|
80 |
+
"step": 12
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.42,
|
84 |
+
"learning_rate": 9.417560222230115e-05,
|
85 |
+
"loss": 1.2721,
|
86 |
+
"step": 13
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.42,
|
90 |
+
"eval_loss": 1.381595492362976,
|
91 |
+
"eval_runtime": 1.4441,
|
92 |
+
"eval_samples_per_second": 34.623,
|
93 |
+
"eval_steps_per_second": 4.847,
|
94 |
+
"step": 13
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.45,
|
98 |
+
"learning_rate": 9.284285880837946e-05,
|
99 |
+
"loss": 1.1247,
|
100 |
+
"step": 14
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.48,
|
104 |
+
"learning_rate": 9.138444990784453e-05,
|
105 |
+
"loss": 1.3827,
|
106 |
+
"step": 15
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.51,
|
110 |
+
"learning_rate": 8.980465328528219e-05,
|
111 |
+
"loss": 1.4877,
|
112 |
+
"step": 16
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 0.54,
|
116 |
+
"learning_rate": 8.810810275638183e-05,
|
117 |
+
"loss": 1.4821,
|
118 |
+
"step": 17
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.58,
|
122 |
+
"learning_rate": 8.629977459615655e-05,
|
123 |
+
"loss": 1.3786,
|
124 |
+
"step": 18
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 0.61,
|
128 |
+
"learning_rate": 8.438497294267117e-05,
|
129 |
+
"loss": 1.2494,
|
130 |
+
"step": 19
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 0.64,
|
134 |
+
"learning_rate": 8.236931423909138e-05,
|
135 |
+
"loss": 1.1829,
|
136 |
+
"step": 20
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.67,
|
140 |
+
"learning_rate": 8.025871075968828e-05,
|
141 |
+
"loss": 1.0193,
|
142 |
+
"step": 21
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.7,
|
146 |
+
"learning_rate": 7.805935326811912e-05,
|
147 |
+
"loss": 1.4785,
|
148 |
+
"step": 22
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"epoch": 0.74,
|
152 |
+
"learning_rate": 7.577769285885109e-05,
|
153 |
+
"loss": 1.4004,
|
154 |
+
"step": 23
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.77,
|
158 |
+
"learning_rate": 7.342042203498951e-05,
|
159 |
+
"loss": 1.3328,
|
160 |
+
"step": 24
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epoch": 0.8,
|
164 |
+
"learning_rate": 7.099445507801323e-05,
|
165 |
+
"loss": 1.2686,
|
166 |
+
"step": 25
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.83,
|
170 |
+
"learning_rate": 6.850690776699573e-05,
|
171 |
+
"loss": 1.0142,
|
172 |
+
"step": 26
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.83,
|
176 |
+
"eval_loss": 1.1247260570526123,
|
177 |
+
"eval_runtime": 1.4412,
|
178 |
+
"eval_samples_per_second": 34.693,
|
179 |
+
"eval_steps_per_second": 4.857,
|
180 |
+
"step": 26
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 0.86,
|
184 |
+
"learning_rate": 6.5965076506799e-05,
|
185 |
+
"loss": 0.9446,
|
186 |
+
"step": 27
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.9,
|
190 |
+
"learning_rate": 6.337641692646106e-05,
|
191 |
+
"loss": 0.8311,
|
192 |
+
"step": 28
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.93,
|
196 |
+
"learning_rate": 6.0748522010551215e-05,
|
197 |
+
"loss": 1.3538,
|
198 |
+
"step": 29
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.96,
|
202 |
+
"learning_rate": 5.808909982763825e-05,
|
203 |
+
"loss": 1.1263,
|
204 |
+
"step": 30
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.99,
|
208 |
+
"learning_rate": 5.540595092119709e-05,
|
209 |
+
"loss": 0.9153,
|
210 |
+
"step": 31
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epoch": 1.02,
|
214 |
+
"learning_rate": 5.270694542927088e-05,
|
215 |
+
"loss": 0.9691,
|
216 |
+
"step": 32
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 1.06,
|
220 |
+
"learning_rate": 5e-05,
|
221 |
+
"loss": 1.377,
|
222 |
+
"step": 33
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 1.09,
|
226 |
+
"learning_rate": 4.729305457072913e-05,
|
227 |
+
"loss": 1.242,
|
228 |
+
"step": 34
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 1.12,
|
232 |
+
"learning_rate": 4.4594049078802925e-05,
|
233 |
+
"loss": 1.2525,
|
234 |
+
"step": 35
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 1.15,
|
238 |
+
"learning_rate": 4.1910900172361764e-05,
|
239 |
+
"loss": 1.0716,
|
240 |
+
"step": 36
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.18,
|
244 |
+
"learning_rate": 3.92514779894488e-05,
|
245 |
+
"loss": 0.9491,
|
246 |
+
"step": 37
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 1.22,
|
250 |
+
"learning_rate": 3.6623583073538966e-05,
|
251 |
+
"loss": 0.7949,
|
252 |
+
"step": 38
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"epoch": 1.25,
|
256 |
+
"learning_rate": 3.403492349320101e-05,
|
257 |
+
"loss": 1.1087,
|
258 |
+
"step": 39
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 1.25,
|
262 |
+
"eval_loss": 1.0872222185134888,
|
263 |
+
"eval_runtime": 1.4388,
|
264 |
+
"eval_samples_per_second": 34.752,
|
265 |
+
"eval_steps_per_second": 4.865,
|
266 |
+
"step": 39
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 1.28,
|
270 |
+
"learning_rate": 3.149309223300428e-05,
|
271 |
+
"loss": 1.3412,
|
272 |
+
"step": 40
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 1.31,
|
276 |
+
"learning_rate": 2.900554492198677e-05,
|
277 |
+
"loss": 1.1742,
|
278 |
+
"step": 41
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 1.34,
|
282 |
+
"learning_rate": 2.65795779650105e-05,
|
283 |
+
"loss": 1.0373,
|
284 |
+
"step": 42
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 1.38,
|
288 |
+
"learning_rate": 2.422230714114891e-05,
|
289 |
+
"loss": 1.0752,
|
290 |
+
"step": 43
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 1.41,
|
294 |
+
"learning_rate": 2.194064673188089e-05,
|
295 |
+
"loss": 0.8705,
|
296 |
+
"step": 44
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.44,
|
300 |
+
"learning_rate": 1.9741289240311755e-05,
|
301 |
+
"loss": 0.8475,
|
302 |
+
"step": 45
|
303 |
+
},
|
304 |
+
{
|
305 |
+
"epoch": 1.47,
|
306 |
+
"learning_rate": 1.7630685760908622e-05,
|
307 |
+
"loss": 1.2784,
|
308 |
+
"step": 46
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 1.5,
|
312 |
+
"learning_rate": 1.561502705732883e-05,
|
313 |
+
"loss": 1.4262,
|
314 |
+
"step": 47
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 1.54,
|
318 |
+
"learning_rate": 1.3700225403843469e-05,
|
319 |
+
"loss": 1.1989,
|
320 |
+
"step": 48
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 1.57,
|
324 |
+
"learning_rate": 1.1891897243618182e-05,
|
325 |
+
"loss": 1.0853,
|
326 |
+
"step": 49
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 1.6,
|
330 |
+
"learning_rate": 1.0195346714717813e-05,
|
331 |
+
"loss": 0.8383,
|
332 |
+
"step": 50
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 1.63,
|
336 |
+
"learning_rate": 8.615550092155478e-06,
|
337 |
+
"loss": 0.9405,
|
338 |
+
"step": 51
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.66,
|
342 |
+
"learning_rate": 7.157141191620548e-06,
|
343 |
+
"loss": 0.837,
|
344 |
+
"step": 52
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"epoch": 1.66,
|
348 |
+
"eval_loss": 1.077386736869812,
|
349 |
+
"eval_runtime": 1.4402,
|
350 |
+
"eval_samples_per_second": 34.716,
|
351 |
+
"eval_steps_per_second": 4.86,
|
352 |
+
"step": 52
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.7,
|
356 |
+
"learning_rate": 5.824397777698859e-06,
|
357 |
+
"loss": 1.1777,
|
358 |
+
"step": 53
|
359 |
+
},
|
360 |
+
{
|
361 |
+
"epoch": 1.73,
|
362 |
+
"learning_rate": 4.621229016452156e-06,
|
363 |
+
"loss": 1.2908,
|
364 |
+
"step": 54
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 1.76,
|
368 |
+
"learning_rate": 3.551164009160429e-06,
|
369 |
+
"loss": 1.2032,
|
370 |
+
"step": 55
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 1.79,
|
374 |
+
"learning_rate": 2.6173414408598827e-06,
|
375 |
+
"loss": 1.0568,
|
376 |
+
"step": 56
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 1.82,
|
380 |
+
"learning_rate": 1.8225003740388547e-06,
|
381 |
+
"loss": 1.029,
|
382 |
+
"step": 57
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 1.86,
|
386 |
+
"learning_rate": 1.1689722144956671e-06,
|
387 |
+
"loss": 1.0957,
|
388 |
+
"step": 58
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 1.89,
|
392 |
+
"learning_rate": 6.58673872923693e-07,
|
393 |
+
"loss": 0.7948,
|
394 |
+
"step": 59
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.92,
|
398 |
+
"learning_rate": 2.9310214228202013e-07,
|
399 |
+
"loss": 1.1412,
|
400 |
+
"step": 60
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"epoch": 1.95,
|
404 |
+
"learning_rate": 7.332930744380906e-08,
|
405 |
+
"loss": 1.3215,
|
406 |
+
"step": 61
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 1.98,
|
410 |
+
"learning_rate": 0.0,
|
411 |
+
"loss": 1.0566,
|
412 |
+
"step": 62
|
413 |
+
}
|
414 |
+
],
|
415 |
+
"max_steps": 62,
|
416 |
+
"num_train_epochs": 2,
|
417 |
+
"total_flos": 1589370366787584.0,
|
418 |
+
"trial_name": null,
|
419 |
+
"trial_params": null
|
420 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54005dcd85bb368aea9a2fffe1529adef068e529492ccf1dc34ffc1fe4fa391e
|
3 |
+
size 4408
|