Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +5 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +20 -0
- tokenizer.json +3 -0
- tokenizer_config.json +44 -0
- trainer_state.json +350 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen1.5-1.8B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.12.0
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-1.8B",
|
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": 8,
|
14 |
+
"lora_dropout": 0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 4,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"v_proj",
|
25 |
+
"o_proj",
|
26 |
+
"k_proj",
|
27 |
+
"q_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_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:ba1ca5408e8af734262057456b8bbd1d7d754081c55e4603943225c115fd15f4
|
3 |
+
size 15035264
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eccc1ecc8a61584980c28e575b9c96b5d8b51b76ebd24fb9c0aa6ed6c8ddb6b
|
3 |
+
size 30264642
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d3b7102895eb0637b0cab516bd672f216b2bf79078a83eb301011a90444f44c
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c19d2f5fadc84f3ce6a4d5b503d22a5e6714dc6124098680aee2dcf53d4f0741
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|endoftext|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
|
3 |
+
size 11418266
|
tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|endoftext|>' + '\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|endoftext|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,350 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 11.94915254237288,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 216,
|
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.2711864406779661,
|
13 |
+
"grad_norm": 0.5330628156661987,
|
14 |
+
"learning_rate": 0.00039696155060244166,
|
15 |
+
"loss": 3.0018,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5423728813559322,
|
20 |
+
"grad_norm": 0.34631356596946716,
|
21 |
+
"learning_rate": 0.0003879385241571817,
|
22 |
+
"loss": 2.7414,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.8135593220338984,
|
27 |
+
"grad_norm": 0.4716702997684479,
|
28 |
+
"learning_rate": 0.00037320508075688776,
|
29 |
+
"loss": 2.6142,
|
30 |
+
"step": 15
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0949152542372882,
|
34 |
+
"grad_norm": 0.46511930227279663,
|
35 |
+
"learning_rate": 0.0003532088886237956,
|
36 |
+
"loss": 2.8757,
|
37 |
+
"step": 20
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.3661016949152542,
|
41 |
+
"grad_norm": 0.5249255895614624,
|
42 |
+
"learning_rate": 0.00032855752193730787,
|
43 |
+
"loss": 2.392,
|
44 |
+
"step": 25
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.6372881355932203,
|
48 |
+
"grad_norm": 0.5600208640098572,
|
49 |
+
"learning_rate": 0.00030000000000000003,
|
50 |
+
"loss": 2.3346,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.9084745762711863,
|
55 |
+
"grad_norm": 0.6260833144187927,
|
56 |
+
"learning_rate": 0.00026840402866513377,
|
57 |
+
"loss": 2.2452,
|
58 |
+
"step": 35
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 2.1898305084745764,
|
62 |
+
"grad_norm": 0.7083396911621094,
|
63 |
+
"learning_rate": 0.00023472963553338613,
|
64 |
+
"loss": 2.5452,
|
65 |
+
"step": 40
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 2.461016949152542,
|
69 |
+
"grad_norm": 0.5148910284042358,
|
70 |
+
"learning_rate": 0.0002,
|
71 |
+
"loss": 2.0905,
|
72 |
+
"step": 45
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.7322033898305085,
|
76 |
+
"grad_norm": 0.5956751108169556,
|
77 |
+
"learning_rate": 0.00016527036446661395,
|
78 |
+
"loss": 2.1029,
|
79 |
+
"step": 50
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 3.013559322033898,
|
83 |
+
"grad_norm": 1.3184939622879028,
|
84 |
+
"learning_rate": 0.00013159597133486628,
|
85 |
+
"loss": 2.3754,
|
86 |
+
"step": 55
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 3.2847457627118644,
|
90 |
+
"grad_norm": 0.6270354390144348,
|
91 |
+
"learning_rate": 0.00010000000000000005,
|
92 |
+
"loss": 2.0626,
|
93 |
+
"step": 60
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 3.5559322033898306,
|
97 |
+
"grad_norm": 0.6598231196403503,
|
98 |
+
"learning_rate": 7.144247806269213e-05,
|
99 |
+
"loss": 2.0278,
|
100 |
+
"step": 65
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 3.8271186440677964,
|
104 |
+
"grad_norm": 0.5732411742210388,
|
105 |
+
"learning_rate": 4.679111137620442e-05,
|
106 |
+
"loss": 1.9843,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 4.1084745762711865,
|
111 |
+
"grad_norm": 0.6006195545196533,
|
112 |
+
"learning_rate": 2.679491924311226e-05,
|
113 |
+
"loss": 2.296,
|
114 |
+
"step": 75
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 4.379661016949153,
|
118 |
+
"grad_norm": 0.5978462100028992,
|
119 |
+
"learning_rate": 1.2061475842818338e-05,
|
120 |
+
"loss": 1.9672,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 4.650847457627119,
|
125 |
+
"grad_norm": 0.5773534774780273,
|
126 |
+
"learning_rate": 3.0384493975583962e-06,
|
127 |
+
"loss": 1.9839,
|
128 |
+
"step": 85
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 4.922033898305084,
|
132 |
+
"grad_norm": 0.618421196937561,
|
133 |
+
"learning_rate": 0.0,
|
134 |
+
"loss": 1.9694,
|
135 |
+
"step": 90
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 5.271186440677966,
|
139 |
+
"grad_norm": 0.7557504773139954,
|
140 |
+
"learning_rate": 0.0001463654774478725,
|
141 |
+
"loss": 1.9701,
|
142 |
+
"step": 95
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 5.5423728813559325,
|
146 |
+
"grad_norm": 0.7439705729484558,
|
147 |
+
"learning_rate": 0.00012796445503905797,
|
148 |
+
"loss": 1.944,
|
149 |
+
"step": 100
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 5.5423728813559325,
|
153 |
+
"eval_loss": 2.1080985069274902,
|
154 |
+
"eval_runtime": 54.8392,
|
155 |
+
"eval_samples_per_second": 10.74,
|
156 |
+
"eval_steps_per_second": 1.349,
|
157 |
+
"step": 100
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 5.813559322033898,
|
161 |
+
"grad_norm": 0.866310179233551,
|
162 |
+
"learning_rate": 0.00011024016395990757,
|
163 |
+
"loss": 1.9449,
|
164 |
+
"step": 105
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 6.094915254237288,
|
168 |
+
"grad_norm": 0.7313957810401917,
|
169 |
+
"learning_rate": 9.33591134396618e-05,
|
170 |
+
"loss": 2.2185,
|
171 |
+
"step": 110
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 6.366101694915255,
|
175 |
+
"grad_norm": 0.7987199425697327,
|
176 |
+
"learning_rate": 7.747989096135944e-05,
|
177 |
+
"loss": 1.9012,
|
178 |
+
"step": 115
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 6.63728813559322,
|
182 |
+
"grad_norm": 0.7827264666557312,
|
183 |
+
"learning_rate": 6.27516724262533e-05,
|
184 |
+
"loss": 1.8952,
|
185 |
+
"step": 120
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 6.908474576271186,
|
189 |
+
"grad_norm": 0.8806806206703186,
|
190 |
+
"learning_rate": 4.931282073446786e-05,
|
191 |
+
"loss": 1.8705,
|
192 |
+
"step": 125
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 7.189830508474576,
|
196 |
+
"grad_norm": 0.7403010129928589,
|
197 |
+
"learning_rate": 3.72895859474065e-05,
|
198 |
+
"loss": 2.1358,
|
199 |
+
"step": 130
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 7.461016949152542,
|
203 |
+
"grad_norm": 0.744999349117279,
|
204 |
+
"learning_rate": 2.679491924311226e-05,
|
205 |
+
"loss": 1.831,
|
206 |
+
"step": 135
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 7.7322033898305085,
|
210 |
+
"grad_norm": 0.7374749183654785,
|
211 |
+
"learning_rate": 1.792741180677069e-05,
|
212 |
+
"loss": 1.8739,
|
213 |
+
"step": 140
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 8.013559322033899,
|
217 |
+
"grad_norm": 1.6001635789871216,
|
218 |
+
"learning_rate": 1.0770368624849948e-05,
|
219 |
+
"loss": 2.1764,
|
220 |
+
"step": 145
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 8.284745762711864,
|
224 |
+
"grad_norm": 0.7245858311653137,
|
225 |
+
"learning_rate": 5.391025884035239e-06,
|
226 |
+
"loss": 1.8174,
|
227 |
+
"step": 150
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 8.55593220338983,
|
231 |
+
"grad_norm": 0.6350526213645935,
|
232 |
+
"learning_rate": 1.8399193270309367e-06,
|
233 |
+
"loss": 1.8341,
|
234 |
+
"step": 155
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 8.827118644067797,
|
238 |
+
"grad_norm": 0.7198626399040222,
|
239 |
+
"learning_rate": 1.5040949915399172e-07,
|
240 |
+
"loss": 1.854,
|
241 |
+
"step": 160
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 9.162711864406779,
|
245 |
+
"grad_norm": 0.7952471971511841,
|
246 |
+
"learning_rate": 5.2544532637975206e-05,
|
247 |
+
"loss": 1.8478,
|
248 |
+
"step": 165
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 9.433898305084746,
|
252 |
+
"grad_norm": 0.8388130068778992,
|
253 |
+
"learning_rate": 4.311686701608486e-05,
|
254 |
+
"loss": 1.8267,
|
255 |
+
"step": 170
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 9.705084745762711,
|
259 |
+
"grad_norm": 0.7769240736961365,
|
260 |
+
"learning_rate": 3.451851177169789e-05,
|
261 |
+
"loss": 1.8362,
|
262 |
+
"step": 175
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 9.976271186440679,
|
266 |
+
"grad_norm": 0.8936498761177063,
|
267 |
+
"learning_rate": 2.679491924311226e-05,
|
268 |
+
"loss": 1.8369,
|
269 |
+
"step": 180
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 10.257627118644068,
|
273 |
+
"grad_norm": 0.7819103598594666,
|
274 |
+
"learning_rate": 1.998691762717577e-05,
|
275 |
+
"loss": 2.0798,
|
276 |
+
"step": 185
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 10.528813559322034,
|
280 |
+
"grad_norm": 0.8176268935203552,
|
281 |
+
"learning_rate": 1.4130495154635493e-05,
|
282 |
+
"loss": 1.8395,
|
283 |
+
"step": 190
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 10.8,
|
287 |
+
"grad_norm": 0.7900301814079285,
|
288 |
+
"learning_rate": 9.256609850354636e-06,
|
289 |
+
"loss": 1.7801,
|
290 |
+
"step": 195
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 11.08135593220339,
|
294 |
+
"grad_norm": 0.7704123258590698,
|
295 |
+
"learning_rate": 5.391025884035239e-06,
|
296 |
+
"loss": 2.1206,
|
297 |
+
"step": 200
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 11.08135593220339,
|
301 |
+
"eval_loss": 2.0445444583892822,
|
302 |
+
"eval_runtime": 53.6802,
|
303 |
+
"eval_samples_per_second": 10.972,
|
304 |
+
"eval_steps_per_second": 1.379,
|
305 |
+
"step": 200
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 11.352542372881356,
|
309 |
+
"grad_norm": 0.702042818069458,
|
310 |
+
"learning_rate": 2.554177376525191e-06,
|
311 |
+
"loss": 1.7821,
|
312 |
+
"step": 205
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 11.623728813559323,
|
316 |
+
"grad_norm": 0.7518762946128845,
|
317 |
+
"learning_rate": 7.61060381650891e-07,
|
318 |
+
"loss": 1.8043,
|
319 |
+
"step": 210
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 11.894915254237288,
|
323 |
+
"grad_norm": 0.7772343754768372,
|
324 |
+
"learning_rate": 2.1153614578506286e-08,
|
325 |
+
"loss": 1.8231,
|
326 |
+
"step": 215
|
327 |
+
}
|
328 |
+
],
|
329 |
+
"logging_steps": 5,
|
330 |
+
"max_steps": 216,
|
331 |
+
"num_input_tokens_seen": 0,
|
332 |
+
"num_train_epochs": 12,
|
333 |
+
"save_steps": 100,
|
334 |
+
"stateful_callbacks": {
|
335 |
+
"TrainerControl": {
|
336 |
+
"args": {
|
337 |
+
"should_epoch_stop": false,
|
338 |
+
"should_evaluate": false,
|
339 |
+
"should_log": false,
|
340 |
+
"should_save": true,
|
341 |
+
"should_training_stop": true
|
342 |
+
},
|
343 |
+
"attributes": {}
|
344 |
+
}
|
345 |
+
},
|
346 |
+
"total_flos": 2.5355128486546637e+17,
|
347 |
+
"train_batch_size": 8,
|
348 |
+
"trial_name": null,
|
349 |
+
"trial_params": null
|
350 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a76554c43881870f52e330d389cbe69310077536721f2f2137acc2d698a914db
|
3 |
+
size 5496
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|