BrokenSki8
commited on
Commit
•
1df6582
1
Parent(s):
9da5dc5
Upload folder using huggingface_hub
Browse files- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
- trainer_state.json +411 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
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,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
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": 128,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"o_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b986e5628fcddc93d2bcf9557cf4b2a398a48c0b28e5ff6ceb1355b75266c3a
|
3 |
+
size 25271744
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16e3fbc11dc1ad61f97ecee0cef2cf2c6824b8eb254e1febfa99799c70de2255
|
3 |
+
size 50721146
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d262bf1ffd81b0f22b3ae9262caa3482bf809e7a541597c7cf604f673ce136e0
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aec8bbdcc936a90bf199fe8ea45ad0374eda8f82ad8cbe5bcb1b55932d77a3a9
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"bos_token": "<s>",
|
31 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\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 %}",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": false,
|
35 |
+
"model_max_length": 2048,
|
36 |
+
"pad_token": "</s>",
|
37 |
+
"padding_side": "right",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,411 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.349927544593811,
|
3 |
+
"best_model_checkpoint": "checkpoints/sft_2_1_1/checkpoint-2555",
|
4 |
+
"epoch": 7.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2555,
|
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.1506849315068493,
|
13 |
+
"grad_norm": 18.4865665435791,
|
14 |
+
"learning_rate": 5.018248175182482e-07,
|
15 |
+
"loss": 2.5927,
|
16 |
+
"step": 55
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.3013698630136986,
|
20 |
+
"grad_norm": 16.606660842895508,
|
21 |
+
"learning_rate": 1.0036496350364965e-06,
|
22 |
+
"loss": 2.3833,
|
23 |
+
"step": 110
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.4520547945205479,
|
27 |
+
"grad_norm": 6.788235187530518,
|
28 |
+
"learning_rate": 1.5054744525547446e-06,
|
29 |
+
"loss": 1.8868,
|
30 |
+
"step": 165
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.6027397260273972,
|
34 |
+
"grad_norm": 3.3164093494415283,
|
35 |
+
"learning_rate": 2.007299270072993e-06,
|
36 |
+
"loss": 1.5665,
|
37 |
+
"step": 220
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.7534246575342466,
|
41 |
+
"grad_norm": 3.4226760864257812,
|
42 |
+
"learning_rate": 2.509124087591241e-06,
|
43 |
+
"loss": 1.4994,
|
44 |
+
"step": 275
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.9041095890410958,
|
48 |
+
"grad_norm": 3.687007427215576,
|
49 |
+
"learning_rate": 3.0109489051094893e-06,
|
50 |
+
"loss": 1.4708,
|
51 |
+
"step": 330
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.0,
|
55 |
+
"eval_loss": 1.4502822160720825,
|
56 |
+
"eval_runtime": 41.7137,
|
57 |
+
"eval_samples_per_second": 23.973,
|
58 |
+
"eval_steps_per_second": 2.997,
|
59 |
+
"step": 365
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 1.0547945205479452,
|
63 |
+
"grad_norm": 3.667193651199341,
|
64 |
+
"learning_rate": 3.5127737226277376e-06,
|
65 |
+
"loss": 1.4589,
|
66 |
+
"step": 385
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 1.2054794520547945,
|
70 |
+
"grad_norm": 3.444368362426758,
|
71 |
+
"learning_rate": 4.014598540145986e-06,
|
72 |
+
"loss": 1.4383,
|
73 |
+
"step": 440
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 1.356164383561644,
|
77 |
+
"grad_norm": 3.4761803150177,
|
78 |
+
"learning_rate": 4.516423357664234e-06,
|
79 |
+
"loss": 1.4421,
|
80 |
+
"step": 495
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 1.5068493150684932,
|
84 |
+
"grad_norm": 3.8773984909057617,
|
85 |
+
"learning_rate": 4.9999979671535945e-06,
|
86 |
+
"loss": 1.4388,
|
87 |
+
"step": 550
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.6575342465753424,
|
91 |
+
"grad_norm": 3.5462825298309326,
|
92 |
+
"learning_rate": 4.998349002034396e-06,
|
93 |
+
"loss": 1.4198,
|
94 |
+
"step": 605
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 1.808219178082192,
|
98 |
+
"grad_norm": 3.9237027168273926,
|
99 |
+
"learning_rate": 4.993627701726671e-06,
|
100 |
+
"loss": 1.4052,
|
101 |
+
"step": 660
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.958904109589041,
|
105 |
+
"grad_norm": 3.995187997817993,
|
106 |
+
"learning_rate": 4.9858398722315225e-06,
|
107 |
+
"loss": 1.4121,
|
108 |
+
"step": 715
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 2.0,
|
112 |
+
"eval_loss": 1.4027259349822998,
|
113 |
+
"eval_runtime": 41.7142,
|
114 |
+
"eval_samples_per_second": 23.973,
|
115 |
+
"eval_steps_per_second": 2.997,
|
116 |
+
"step": 730
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 2.1095890410958904,
|
120 |
+
"grad_norm": 3.973104238510132,
|
121 |
+
"learning_rate": 4.974995090602673e-06,
|
122 |
+
"loss": 1.4018,
|
123 |
+
"step": 770
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 2.26027397260274,
|
127 |
+
"grad_norm": 4.114542484283447,
|
128 |
+
"learning_rate": 4.9611066931691045e-06,
|
129 |
+
"loss": 1.3977,
|
130 |
+
"step": 825
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 2.410958904109589,
|
134 |
+
"grad_norm": 4.350598335266113,
|
135 |
+
"learning_rate": 4.94419175913477e-06,
|
136 |
+
"loss": 1.3778,
|
137 |
+
"step": 880
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 2.5616438356164384,
|
141 |
+
"grad_norm": 3.951005697250366,
|
142 |
+
"learning_rate": 4.9242710895755e-06,
|
143 |
+
"loss": 1.372,
|
144 |
+
"step": 935
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 2.712328767123288,
|
148 |
+
"grad_norm": 4.071479797363281,
|
149 |
+
"learning_rate": 4.9013691818589635e-06,
|
150 |
+
"loss": 1.3826,
|
151 |
+
"step": 990
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 2.863013698630137,
|
155 |
+
"grad_norm": 3.968268632888794,
|
156 |
+
"learning_rate": 4.87551419951912e-06,
|
157 |
+
"loss": 1.3845,
|
158 |
+
"step": 1045
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 3.0,
|
162 |
+
"eval_loss": 1.3834009170532227,
|
163 |
+
"eval_runtime": 41.778,
|
164 |
+
"eval_samples_per_second": 23.936,
|
165 |
+
"eval_steps_per_second": 2.992,
|
166 |
+
"step": 1095
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 3.0136986301369864,
|
170 |
+
"grad_norm": 4.093992233276367,
|
171 |
+
"learning_rate": 4.8467379376222215e-06,
|
172 |
+
"loss": 1.3736,
|
173 |
+
"step": 1100
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 3.1643835616438354,
|
177 |
+
"grad_norm": 4.021303176879883,
|
178 |
+
"learning_rate": 4.815075783666952e-06,
|
179 |
+
"loss": 1.3547,
|
180 |
+
"step": 1155
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 3.315068493150685,
|
184 |
+
"grad_norm": 4.797937393188477,
|
185 |
+
"learning_rate": 4.780566674066782e-06,
|
186 |
+
"loss": 1.3671,
|
187 |
+
"step": 1210
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 3.4657534246575343,
|
191 |
+
"grad_norm": 4.535392761230469,
|
192 |
+
"learning_rate": 4.743253046268069e-06,
|
193 |
+
"loss": 1.3545,
|
194 |
+
"step": 1265
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 3.616438356164384,
|
198 |
+
"grad_norm": 4.504812717437744,
|
199 |
+
"learning_rate": 4.703180786562761e-06,
|
200 |
+
"loss": 1.3623,
|
201 |
+
"step": 1320
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 3.767123287671233,
|
205 |
+
"grad_norm": 4.607705116271973,
|
206 |
+
"learning_rate": 4.660399173659908e-06,
|
207 |
+
"loss": 1.3487,
|
208 |
+
"step": 1375
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 3.9178082191780823,
|
212 |
+
"grad_norm": 4.659298896789551,
|
213 |
+
"learning_rate": 4.6149608180853545e-06,
|
214 |
+
"loss": 1.3502,
|
215 |
+
"step": 1430
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 4.0,
|
219 |
+
"eval_loss": 1.3703773021697998,
|
220 |
+
"eval_runtime": 41.7996,
|
221 |
+
"eval_samples_per_second": 23.924,
|
222 |
+
"eval_steps_per_second": 2.99,
|
223 |
+
"step": 1460
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 4.068493150684931,
|
227 |
+
"grad_norm": 4.691000461578369,
|
228 |
+
"learning_rate": 4.566921597484149e-06,
|
229 |
+
"loss": 1.3453,
|
230 |
+
"step": 1485
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 4.219178082191781,
|
234 |
+
"grad_norm": 4.80633020401001,
|
235 |
+
"learning_rate": 4.51634058790522e-06,
|
236 |
+
"loss": 1.3329,
|
237 |
+
"step": 1540
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 4.36986301369863,
|
241 |
+
"grad_norm": 5.040696144104004,
|
242 |
+
"learning_rate": 4.463279991152828e-06,
|
243 |
+
"loss": 1.3329,
|
244 |
+
"step": 1595
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"epoch": 4.52054794520548,
|
248 |
+
"grad_norm": 5.084527015686035,
|
249 |
+
"learning_rate": 4.407805058294135e-06,
|
250 |
+
"loss": 1.3453,
|
251 |
+
"step": 1650
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 4.671232876712329,
|
255 |
+
"grad_norm": 5.078038692474365,
|
256 |
+
"learning_rate": 4.349984009416952e-06,
|
257 |
+
"loss": 1.3266,
|
258 |
+
"step": 1705
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 4.821917808219178,
|
262 |
+
"grad_norm": 5.201215744018555,
|
263 |
+
"learning_rate": 4.289887949736347e-06,
|
264 |
+
"loss": 1.3281,
|
265 |
+
"step": 1760
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 4.972602739726027,
|
269 |
+
"grad_norm": 4.974658966064453,
|
270 |
+
"learning_rate": 4.227590782153277e-06,
|
271 |
+
"loss": 1.3168,
|
272 |
+
"step": 1815
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 5.0,
|
276 |
+
"eval_loss": 1.3636702299118042,
|
277 |
+
"eval_runtime": 41.8147,
|
278 |
+
"eval_samples_per_second": 23.915,
|
279 |
+
"eval_steps_per_second": 2.989,
|
280 |
+
"step": 1825
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"epoch": 5.123287671232877,
|
284 |
+
"grad_norm": 5.115445137023926,
|
285 |
+
"learning_rate": 4.16316911637277e-06,
|
286 |
+
"loss": 1.3135,
|
287 |
+
"step": 1870
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"epoch": 5.273972602739726,
|
291 |
+
"grad_norm": 5.82274055480957,
|
292 |
+
"learning_rate": 4.0967021746934436e-06,
|
293 |
+
"loss": 1.3107,
|
294 |
+
"step": 1925
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 5.424657534246576,
|
298 |
+
"grad_norm": 5.606359481811523,
|
299 |
+
"learning_rate": 4.02827169458417e-06,
|
300 |
+
"loss": 1.301,
|
301 |
+
"step": 1980
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 5.575342465753424,
|
305 |
+
"grad_norm": 5.442434787750244,
|
306 |
+
"learning_rate": 3.957961828167748e-06,
|
307 |
+
"loss": 1.3171,
|
308 |
+
"step": 2035
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 5.726027397260274,
|
312 |
+
"grad_norm": 5.444327354431152,
|
313 |
+
"learning_rate": 3.885859038735141e-06,
|
314 |
+
"loss": 1.3045,
|
315 |
+
"step": 2090
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 5.876712328767123,
|
319 |
+
"grad_norm": 5.671774864196777,
|
320 |
+
"learning_rate": 3.8120519944175767e-06,
|
321 |
+
"loss": 1.3036,
|
322 |
+
"step": 2145
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 6.0,
|
326 |
+
"eval_loss": 1.353081464767456,
|
327 |
+
"eval_runtime": 41.6872,
|
328 |
+
"eval_samples_per_second": 23.988,
|
329 |
+
"eval_steps_per_second": 2.999,
|
330 |
+
"step": 2190
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 6.027397260273973,
|
334 |
+
"grad_norm": 5.856392860412598,
|
335 |
+
"learning_rate": 3.7366314591472484e-06,
|
336 |
+
"loss": 1.2882,
|
337 |
+
"step": 2200
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 6.178082191780822,
|
341 |
+
"grad_norm": 6.328695774078369,
|
342 |
+
"learning_rate": 3.659690181040717e-06,
|
343 |
+
"loss": 1.2881,
|
344 |
+
"step": 2255
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"epoch": 6.328767123287671,
|
348 |
+
"grad_norm": 6.592623710632324,
|
349 |
+
"learning_rate": 3.5813227783422654e-06,
|
350 |
+
"loss": 1.278,
|
351 |
+
"step": 2310
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 6.47945205479452,
|
355 |
+
"grad_norm": 6.272197723388672,
|
356 |
+
"learning_rate": 3.5016256230674704e-06,
|
357 |
+
"loss": 1.2799,
|
358 |
+
"step": 2365
|
359 |
+
},
|
360 |
+
{
|
361 |
+
"epoch": 6.63013698630137,
|
362 |
+
"grad_norm": 6.509876251220703,
|
363 |
+
"learning_rate": 3.4206967224900885e-06,
|
364 |
+
"loss": 1.2866,
|
365 |
+
"step": 2420
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"epoch": 6.780821917808219,
|
369 |
+
"grad_norm": 6.4894304275512695,
|
370 |
+
"learning_rate": 3.338635598617975e-06,
|
371 |
+
"loss": 1.2952,
|
372 |
+
"step": 2475
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 6.931506849315069,
|
376 |
+
"grad_norm": 6.477168560028076,
|
377 |
+
"learning_rate": 3.2555431658062837e-06,
|
378 |
+
"loss": 1.2752,
|
379 |
+
"step": 2530
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 7.0,
|
383 |
+
"eval_loss": 1.349927544593811,
|
384 |
+
"eval_runtime": 41.6959,
|
385 |
+
"eval_samples_per_second": 23.983,
|
386 |
+
"eval_steps_per_second": 2.998,
|
387 |
+
"step": 2555
|
388 |
+
}
|
389 |
+
],
|
390 |
+
"logging_steps": 55,
|
391 |
+
"max_steps": 5475,
|
392 |
+
"num_input_tokens_seen": 0,
|
393 |
+
"num_train_epochs": 15,
|
394 |
+
"save_steps": 500,
|
395 |
+
"stateful_callbacks": {
|
396 |
+
"TrainerControl": {
|
397 |
+
"args": {
|
398 |
+
"should_epoch_stop": false,
|
399 |
+
"should_evaluate": false,
|
400 |
+
"should_log": false,
|
401 |
+
"should_save": true,
|
402 |
+
"should_training_stop": false
|
403 |
+
},
|
404 |
+
"attributes": {}
|
405 |
+
}
|
406 |
+
},
|
407 |
+
"total_flos": 3.363484660255949e+16,
|
408 |
+
"train_batch_size": 8,
|
409 |
+
"trial_name": null,
|
410 |
+
"trial_params": null
|
411 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dc90d64b5e632efd749360fafda91c1dfba1232b2e429506f0ee2d83ac7dffd
|
3 |
+
size 5432
|