Upload folder using huggingface_hub
Browse files- README.md +206 -1
- adapter_config.json +30 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- special_tokens_map.json +18 -0
- tokenizer.model +3 -0
- tokenizer_config.json +50 -0
- trainer_state.json +390 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,208 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: allenai/tulu-2-dpo-70b
|
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 |
+
## Training procedure
|
203 |
+
|
204 |
+
|
205 |
+
### Framework versions
|
206 |
+
|
207 |
+
|
208 |
+
- PEFT 0.6.2
|
adapter_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "allenai/tulu-2-dpo-70b",
|
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 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"gate_proj",
|
20 |
+
"k_proj",
|
21 |
+
"up_proj",
|
22 |
+
"lm_head",
|
23 |
+
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"embed_tokens",
|
27 |
+
"v_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM"
|
30 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:589036b50dc5de2de2cbcb49718727624a91ef2c5358785a3dc1f649685b9bdd
|
3 |
+
size 416913160
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<PAD>": 32000
|
3 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": {
|
5 |
+
"content": "<PAD>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"unk_token": {
|
12 |
+
"content": "<unk>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": true,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
}
|
18 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": true,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<PAD>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<s>",
|
39 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
40 |
+
"clean_up_tokenization_spaces": false,
|
41 |
+
"eos_token": "</s>",
|
42 |
+
"legacy": true,
|
43 |
+
"model_max_length": 4096,
|
44 |
+
"pad_token": "<PAD>",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"tokenizer_class": "LlamaTokenizer",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"use_default_system_prompt": false
|
50 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,390 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 10,
|
6 |
+
"global_step": 54,
|
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.04,
|
13 |
+
"learning_rate": 0.0,
|
14 |
+
"loss": 0.9219,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.07,
|
19 |
+
"learning_rate": 0.0001292029674220179,
|
20 |
+
"loss": 0.8431,
|
21 |
+
"step": 2
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.11,
|
25 |
+
"learning_rate": 0.00020478185834579558,
|
26 |
+
"loss": 0.8259,
|
27 |
+
"step": 3
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.15,
|
31 |
+
"learning_rate": 0.0002584059348440358,
|
32 |
+
"loss": 0.8513,
|
33 |
+
"step": 4
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.19,
|
37 |
+
"learning_rate": 0.0003,
|
38 |
+
"loss": 0.8788,
|
39 |
+
"step": 5
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.22,
|
43 |
+
"learning_rate": 0.0003,
|
44 |
+
"loss": 0.8157,
|
45 |
+
"step": 6
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.26,
|
49 |
+
"learning_rate": 0.0003,
|
50 |
+
"loss": 0.8119,
|
51 |
+
"step": 7
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.3,
|
55 |
+
"learning_rate": 0.0003,
|
56 |
+
"loss": 0.8002,
|
57 |
+
"step": 8
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.33,
|
61 |
+
"learning_rate": 0.0003,
|
62 |
+
"loss": 0.743,
|
63 |
+
"step": 9
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.37,
|
67 |
+
"learning_rate": 0.0003,
|
68 |
+
"loss": 0.793,
|
69 |
+
"step": 10
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.37,
|
73 |
+
"eval_accuracy": 0.22686079972512133,
|
74 |
+
"eval_loss": 0.7526410222053528,
|
75 |
+
"eval_runtime": 229.5348,
|
76 |
+
"eval_samples_per_second": 0.157,
|
77 |
+
"eval_steps_per_second": 0.009,
|
78 |
+
"step": 10
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"epoch": 0.41,
|
82 |
+
"learning_rate": 0.0003,
|
83 |
+
"loss": 0.7927,
|
84 |
+
"step": 11
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.44,
|
88 |
+
"learning_rate": 0.0003,
|
89 |
+
"loss": 0.7881,
|
90 |
+
"step": 12
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"epoch": 0.48,
|
94 |
+
"learning_rate": 0.0003,
|
95 |
+
"loss": 0.7832,
|
96 |
+
"step": 13
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.52,
|
100 |
+
"learning_rate": 0.0003,
|
101 |
+
"loss": 0.7478,
|
102 |
+
"step": 14
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 0.56,
|
106 |
+
"learning_rate": 0.0003,
|
107 |
+
"loss": 0.7615,
|
108 |
+
"step": 15
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.59,
|
112 |
+
"learning_rate": 0.0003,
|
113 |
+
"loss": 0.741,
|
114 |
+
"step": 16
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.63,
|
118 |
+
"learning_rate": 0.0003,
|
119 |
+
"loss": 0.7564,
|
120 |
+
"step": 17
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"epoch": 0.67,
|
124 |
+
"learning_rate": 0.0003,
|
125 |
+
"loss": 0.7315,
|
126 |
+
"step": 18
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"epoch": 0.7,
|
130 |
+
"learning_rate": 0.0003,
|
131 |
+
"loss": 0.7531,
|
132 |
+
"step": 19
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epoch": 0.74,
|
136 |
+
"learning_rate": 0.0003,
|
137 |
+
"loss": 0.7549,
|
138 |
+
"step": 20
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"epoch": 0.74,
|
142 |
+
"eval_accuracy": 0.22750504660052398,
|
143 |
+
"eval_loss": 0.7324042320251465,
|
144 |
+
"eval_runtime": 224.0786,
|
145 |
+
"eval_samples_per_second": 0.161,
|
146 |
+
"eval_steps_per_second": 0.009,
|
147 |
+
"step": 20
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.78,
|
151 |
+
"learning_rate": 0.0003,
|
152 |
+
"loss": 0.7742,
|
153 |
+
"step": 21
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.81,
|
157 |
+
"learning_rate": 0.0003,
|
158 |
+
"loss": 0.7763,
|
159 |
+
"step": 22
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.85,
|
163 |
+
"learning_rate": 0.0003,
|
164 |
+
"loss": 0.6916,
|
165 |
+
"step": 23
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.89,
|
169 |
+
"learning_rate": 0.0003,
|
170 |
+
"loss": 0.6979,
|
171 |
+
"step": 24
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.93,
|
175 |
+
"learning_rate": 0.0003,
|
176 |
+
"loss": 0.7256,
|
177 |
+
"step": 25
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.96,
|
181 |
+
"learning_rate": 0.0003,
|
182 |
+
"loss": 0.7626,
|
183 |
+
"step": 26
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 1.0,
|
187 |
+
"learning_rate": 0.0003,
|
188 |
+
"loss": 0.7329,
|
189 |
+
"step": 27
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 1.04,
|
193 |
+
"learning_rate": 0.0003,
|
194 |
+
"loss": 0.6927,
|
195 |
+
"step": 28
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 1.07,
|
199 |
+
"learning_rate": 0.0003,
|
200 |
+
"loss": 0.6781,
|
201 |
+
"step": 29
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 1.11,
|
205 |
+
"learning_rate": 0.0003,
|
206 |
+
"loss": 0.672,
|
207 |
+
"step": 30
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 1.11,
|
211 |
+
"eval_accuracy": 0.2278271700382253,
|
212 |
+
"eval_loss": 0.7340984344482422,
|
213 |
+
"eval_runtime": 224.2193,
|
214 |
+
"eval_samples_per_second": 0.161,
|
215 |
+
"eval_steps_per_second": 0.009,
|
216 |
+
"step": 30
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 1.15,
|
220 |
+
"learning_rate": 0.0003,
|
221 |
+
"loss": 0.6875,
|
222 |
+
"step": 31
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 1.19,
|
226 |
+
"learning_rate": 0.0003,
|
227 |
+
"loss": 0.7242,
|
228 |
+
"step": 32
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 1.22,
|
232 |
+
"learning_rate": 0.0003,
|
233 |
+
"loss": 0.7121,
|
234 |
+
"step": 33
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 1.26,
|
238 |
+
"learning_rate": 0.0003,
|
239 |
+
"loss": 0.6614,
|
240 |
+
"step": 34
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.3,
|
244 |
+
"learning_rate": 0.0003,
|
245 |
+
"loss": 0.6649,
|
246 |
+
"step": 35
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 1.33,
|
250 |
+
"learning_rate": 0.0003,
|
251 |
+
"loss": 0.6056,
|
252 |
+
"step": 36
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"epoch": 1.37,
|
256 |
+
"learning_rate": 0.0003,
|
257 |
+
"loss": 0.656,
|
258 |
+
"step": 37
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 1.41,
|
262 |
+
"learning_rate": 0.0003,
|
263 |
+
"loss": 0.6624,
|
264 |
+
"step": 38
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 1.44,
|
268 |
+
"learning_rate": 0.0003,
|
269 |
+
"loss": 0.6428,
|
270 |
+
"step": 39
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 1.48,
|
274 |
+
"learning_rate": 0.0003,
|
275 |
+
"loss": 0.6425,
|
276 |
+
"step": 40
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 1.48,
|
280 |
+
"eval_accuracy": 0.22737619722544344,
|
281 |
+
"eval_loss": 0.7448343634605408,
|
282 |
+
"eval_runtime": 223.9913,
|
283 |
+
"eval_samples_per_second": 0.161,
|
284 |
+
"eval_steps_per_second": 0.009,
|
285 |
+
"step": 40
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 1.52,
|
289 |
+
"learning_rate": 0.0003,
|
290 |
+
"loss": 0.6096,
|
291 |
+
"step": 41
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 1.56,
|
295 |
+
"learning_rate": 0.0003,
|
296 |
+
"loss": 0.6172,
|
297 |
+
"step": 42
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 1.59,
|
301 |
+
"learning_rate": 0.0003,
|
302 |
+
"loss": 0.5967,
|
303 |
+
"step": 43
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.63,
|
307 |
+
"learning_rate": 0.0003,
|
308 |
+
"loss": 0.5958,
|
309 |
+
"step": 44
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 1.67,
|
313 |
+
"learning_rate": 0.0003,
|
314 |
+
"loss": 0.5921,
|
315 |
+
"step": 45
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 1.7,
|
319 |
+
"learning_rate": 0.0003,
|
320 |
+
"loss": 0.6026,
|
321 |
+
"step": 46
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 1.74,
|
325 |
+
"learning_rate": 0.0003,
|
326 |
+
"loss": 0.5941,
|
327 |
+
"step": 47
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 1.78,
|
331 |
+
"learning_rate": 0.0003,
|
332 |
+
"loss": 0.612,
|
333 |
+
"step": 48
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 1.81,
|
337 |
+
"learning_rate": 0.0003,
|
338 |
+
"loss": 0.6084,
|
339 |
+
"step": 49
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 1.85,
|
343 |
+
"learning_rate": 0.0003,
|
344 |
+
"loss": 0.5446,
|
345 |
+
"step": 50
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.85,
|
349 |
+
"eval_accuracy": 0.22646351415195637,
|
350 |
+
"eval_loss": 0.7739428281784058,
|
351 |
+
"eval_runtime": 223.8688,
|
352 |
+
"eval_samples_per_second": 0.161,
|
353 |
+
"eval_steps_per_second": 0.009,
|
354 |
+
"step": 50
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 1.89,
|
358 |
+
"learning_rate": 0.0003,
|
359 |
+
"loss": 0.5375,
|
360 |
+
"step": 51
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 1.93,
|
364 |
+
"learning_rate": 0.0003,
|
365 |
+
"loss": 0.5548,
|
366 |
+
"step": 52
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.96,
|
370 |
+
"learning_rate": 0.0003,
|
371 |
+
"loss": 0.6092,
|
372 |
+
"step": 53
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 2.0,
|
376 |
+
"learning_rate": 0.0003,
|
377 |
+
"loss": 0.4286,
|
378 |
+
"step": 54
|
379 |
+
}
|
380 |
+
],
|
381 |
+
"logging_steps": 1.0,
|
382 |
+
"max_steps": 135,
|
383 |
+
"num_input_tokens_seen": 0,
|
384 |
+
"num_train_epochs": 5,
|
385 |
+
"save_steps": 500,
|
386 |
+
"total_flos": 68912311697408.0,
|
387 |
+
"train_batch_size": 2,
|
388 |
+
"trial_name": null,
|
389 |
+
"trial_params": null
|
390 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c10e2406c45753a1eb70d61a651d9a39c3e4b3972c1b87a803b1b0296b9d2f51
|
3 |
+
size 6904
|