Upload folder using huggingface_hub
Browse files- README.md +196 -16
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scaler.pt +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +40 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +89 -0
- trainer_state.json +376 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,22 +1,202 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/codellama-7b
|
3 |
-
|
4 |
-
- text-generation-inference
|
5 |
-
- transformers
|
6 |
-
- unsloth
|
7 |
-
- llama
|
8 |
-
- trl
|
9 |
-
license: apache-2.0
|
10 |
-
language:
|
11 |
-
- en
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** unsloth/codellama-7b-bnb-4bit
|
19 |
|
20 |
-
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/codellama-7b
|
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.14.0
|
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"down_proj",
|
|
|
27 |
"q_proj",
|
28 |
-
"v_proj",
|
29 |
-
"up_proj",
|
30 |
"gate_proj",
|
31 |
-
"
|
32 |
-
"k_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"up_proj",
|
28 |
"down_proj",
|
29 |
+
"o_proj",
|
30 |
"q_proj",
|
|
|
|
|
31 |
"gate_proj",
|
32 |
+
"v_proj"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 159967880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e5825365e8f35ad2be0fba4551dd0bb1a89c29127006b550f42dbe48103b58c
|
3 |
size 159967880
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6572214ae96790947225891855adcce0a29f6be3999bd0eb846418c1764c449e
|
3 |
+
size 81730644
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
|
3 |
+
size 14244
|
scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c801982aae9be06d302403c1fff693e53dedf89c1d3b689ee29fedad84a96d23
|
3 |
+
size 988
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5836d5feabbfa4a8a0dfb2d2daf51efcfd7a4705772f290bfa6fbba9841feacb
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"▁<PRE>",
|
4 |
+
"▁<MID>",
|
5 |
+
"▁<SUF>",
|
6 |
+
"▁<EOT>",
|
7 |
+
"▁<PRE>",
|
8 |
+
"▁<MID>",
|
9 |
+
"▁<SUF>",
|
10 |
+
"▁<EOT>"
|
11 |
+
],
|
12 |
+
"bos_token": {
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"pad_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
},
|
33 |
+
"unk_token": {
|
34 |
+
"content": "<unk>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": false,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
}
|
40 |
+
}
|
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:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"32007": {
|
30 |
+
"content": "▁<PRE>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32008": {
|
38 |
+
"content": "▁<SUF>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32009": {
|
46 |
+
"content": "▁<MID>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32010": {
|
54 |
+
"content": "▁<EOT>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"additional_special_tokens": [
|
63 |
+
"▁<PRE>",
|
64 |
+
"▁<MID>",
|
65 |
+
"▁<SUF>",
|
66 |
+
"▁<EOT>",
|
67 |
+
"▁<PRE>",
|
68 |
+
"▁<MID>",
|
69 |
+
"▁<SUF>",
|
70 |
+
"▁<EOT>"
|
71 |
+
],
|
72 |
+
"bos_token": "<s>",
|
73 |
+
"clean_up_tokenization_spaces": false,
|
74 |
+
"eos_token": "</s>",
|
75 |
+
"eot_token": "▁<EOT>",
|
76 |
+
"extra_special_tokens": {},
|
77 |
+
"fill_token": "<FILL_ME>",
|
78 |
+
"legacy": null,
|
79 |
+
"middle_token": "▁<MID>",
|
80 |
+
"model_max_length": 16384,
|
81 |
+
"pad_token": "<unk>",
|
82 |
+
"padding_side": "right",
|
83 |
+
"prefix_token": "▁<PRE>",
|
84 |
+
"sp_model_kwargs": {},
|
85 |
+
"suffix_token": "▁<SUF>",
|
86 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
87 |
+
"unk_token": "<unk>",
|
88 |
+
"use_default_system_prompt": false
|
89 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,376 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 4849,
|
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.00020622808826562179,
|
13 |
+
"grad_norm": 0.23989851772785187,
|
14 |
+
"learning_rate": 2.061855670103093e-07,
|
15 |
+
"loss": 0.3507,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.02062280882656218,
|
20 |
+
"grad_norm": 0.46579787135124207,
|
21 |
+
"learning_rate": 2.0618556701030927e-05,
|
22 |
+
"loss": 0.6141,
|
23 |
+
"step": 100
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.04124561765312436,
|
27 |
+
"grad_norm": 0.20079994201660156,
|
28 |
+
"learning_rate": 4.1237113402061855e-05,
|
29 |
+
"loss": 0.6044,
|
30 |
+
"step": 200
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06186842647968653,
|
34 |
+
"grad_norm": 0.33593931794166565,
|
35 |
+
"learning_rate": 6.185567010309279e-05,
|
36 |
+
"loss": 0.5863,
|
37 |
+
"step": 300
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08249123530624872,
|
41 |
+
"grad_norm": 0.5399625897407532,
|
42 |
+
"learning_rate": 8.247422680412371e-05,
|
43 |
+
"loss": 0.5629,
|
44 |
+
"step": 400
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.10311404413281089,
|
48 |
+
"grad_norm": 0.5116047859191895,
|
49 |
+
"learning_rate": 0.00010309278350515463,
|
50 |
+
"loss": 0.4852,
|
51 |
+
"step": 500
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.12373685295937306,
|
55 |
+
"grad_norm": 0.39057251811027527,
|
56 |
+
"learning_rate": 0.00012371134020618558,
|
57 |
+
"loss": 0.5038,
|
58 |
+
"step": 600
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.14435966178593523,
|
62 |
+
"grad_norm": 0.35319826006889343,
|
63 |
+
"learning_rate": 0.0001443298969072165,
|
64 |
+
"loss": 0.4892,
|
65 |
+
"step": 700
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.16498247061249743,
|
69 |
+
"grad_norm": 0.2662217319011688,
|
70 |
+
"learning_rate": 0.00016494845360824742,
|
71 |
+
"loss": 0.5089,
|
72 |
+
"step": 800
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.1856052794390596,
|
76 |
+
"grad_norm": 0.535358190536499,
|
77 |
+
"learning_rate": 0.00018556701030927837,
|
78 |
+
"loss": 0.4885,
|
79 |
+
"step": 900
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.20622808826562178,
|
83 |
+
"grad_norm": 0.2716768682003021,
|
84 |
+
"learning_rate": 0.00019997048441912246,
|
85 |
+
"loss": 0.5124,
|
86 |
+
"step": 1000
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.22685089709218395,
|
90 |
+
"grad_norm": 0.4777716100215912,
|
91 |
+
"learning_rate": 0.00019944624754044668,
|
92 |
+
"loss": 0.4911,
|
93 |
+
"step": 1100
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.24747370591874612,
|
97 |
+
"grad_norm": 0.2679508626461029,
|
98 |
+
"learning_rate": 0.00019827006532530193,
|
99 |
+
"loss": 0.4793,
|
100 |
+
"step": 1200
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.2680965147453083,
|
104 |
+
"grad_norm": 0.4718882739543915,
|
105 |
+
"learning_rate": 0.00019644964853733152,
|
106 |
+
"loss": 0.4712,
|
107 |
+
"step": 1300
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.28871932357187047,
|
111 |
+
"grad_norm": 0.2879483699798584,
|
112 |
+
"learning_rate": 0.00019399693138486107,
|
113 |
+
"loss": 0.5119,
|
114 |
+
"step": 1400
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.30934213239843267,
|
118 |
+
"grad_norm": 0.5847165584564209,
|
119 |
+
"learning_rate": 0.0001909279932831403,
|
120 |
+
"loss": 0.4973,
|
121 |
+
"step": 1500
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.32996494122499487,
|
125 |
+
"grad_norm": 0.3073234558105469,
|
126 |
+
"learning_rate": 0.0001872629534416197,
|
127 |
+
"loss": 0.4996,
|
128 |
+
"step": 1600
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.350587750051557,
|
132 |
+
"grad_norm": 0.2527044713497162,
|
133 |
+
"learning_rate": 0.00018302583896732187,
|
134 |
+
"loss": 0.4805,
|
135 |
+
"step": 1700
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3712105588781192,
|
139 |
+
"grad_norm": 0.2731375992298126,
|
140 |
+
"learning_rate": 0.00017824442734898997,
|
141 |
+
"loss": 0.4934,
|
142 |
+
"step": 1800
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.39183336770468136,
|
146 |
+
"grad_norm": 0.4609294533729553,
|
147 |
+
"learning_rate": 0.00017295006435464848,
|
148 |
+
"loss": 0.4947,
|
149 |
+
"step": 1900
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.41245617653124356,
|
153 |
+
"grad_norm": 0.4430903494358063,
|
154 |
+
"learning_rate": 0.0001671774585363957,
|
155 |
+
"loss": 0.4581,
|
156 |
+
"step": 2000
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.43307898535780576,
|
160 |
+
"grad_norm": 0.39363059401512146,
|
161 |
+
"learning_rate": 0.00016096445368960415,
|
162 |
+
"loss": 0.4923,
|
163 |
+
"step": 2100
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.4537017941843679,
|
167 |
+
"grad_norm": 0.3113062083721161,
|
168 |
+
"learning_rate": 0.000154351780758231,
|
169 |
+
"loss": 0.5157,
|
170 |
+
"step": 2200
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.4743246030109301,
|
174 |
+
"grad_norm": 0.5598001480102539,
|
175 |
+
"learning_rate": 0.00014738279081268692,
|
176 |
+
"loss": 0.4948,
|
177 |
+
"step": 2300
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.49494741183749225,
|
181 |
+
"grad_norm": 0.5283440351486206,
|
182 |
+
"learning_rate": 0.00014010317085079503,
|
183 |
+
"loss": 0.4905,
|
184 |
+
"step": 2400
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.5155702206640544,
|
188 |
+
"grad_norm": 0.6192511916160583,
|
189 |
+
"learning_rate": 0.00013256064428497966,
|
190 |
+
"loss": 0.4947,
|
191 |
+
"step": 2500
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.5361930294906166,
|
195 |
+
"grad_norm": 0.385551393032074,
|
196 |
+
"learning_rate": 0.00012480465807921773,
|
197 |
+
"loss": 0.5283,
|
198 |
+
"step": 2600
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.5568158383171788,
|
202 |
+
"grad_norm": 0.40230363607406616,
|
203 |
+
"learning_rate": 0.00011688605858680692,
|
204 |
+
"loss": 0.5069,
|
205 |
+
"step": 2700
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.5774386471437409,
|
209 |
+
"grad_norm": 0.4681544005870819,
|
210 |
+
"learning_rate": 0.00010885675821407844,
|
211 |
+
"loss": 0.5028,
|
212 |
+
"step": 2800
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.5980614559703031,
|
216 |
+
"grad_norm": 0.35956326127052307,
|
217 |
+
"learning_rate": 0.00010076939509532679,
|
218 |
+
"loss": 0.5358,
|
219 |
+
"step": 2900
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.6186842647968653,
|
223 |
+
"grad_norm": 0.4002954065799713,
|
224 |
+
"learning_rate": 9.267698801004341e-05,
|
225 |
+
"loss": 0.4941,
|
226 |
+
"step": 3000
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.6393070736234275,
|
230 |
+
"grad_norm": 0.5405189990997314,
|
231 |
+
"learning_rate": 8.463258880473373e-05,
|
232 |
+
"loss": 0.5329,
|
233 |
+
"step": 3100
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.6599298824499897,
|
237 |
+
"grad_norm": 0.3197394609451294,
|
238 |
+
"learning_rate": 7.668893459795486e-05,
|
239 |
+
"loss": 0.5125,
|
240 |
+
"step": 3200
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.6805526912765518,
|
244 |
+
"grad_norm": 0.3258844017982483,
|
245 |
+
"learning_rate": 6.889810204863274e-05,
|
246 |
+
"loss": 0.5353,
|
247 |
+
"step": 3300
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.701175500103114,
|
251 |
+
"grad_norm": 0.4742829203605652,
|
252 |
+
"learning_rate": 6.131116595419178e-05,
|
253 |
+
"loss": 0.5276,
|
254 |
+
"step": 3400
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.7217983089296762,
|
258 |
+
"grad_norm": 0.2836833894252777,
|
259 |
+
"learning_rate": 5.397786441664373e-05,
|
260 |
+
"loss": 0.5076,
|
261 |
+
"step": 3500
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.7424211177562384,
|
265 |
+
"grad_norm": 0.3171875476837158,
|
266 |
+
"learning_rate": 4.6946272771725984e-05,
|
267 |
+
"loss": 0.5163,
|
268 |
+
"step": 3600
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.7630439265828006,
|
272 |
+
"grad_norm": 0.24590329825878143,
|
273 |
+
"learning_rate": 4.026248841872946e-05,
|
274 |
+
"loss": 0.5259,
|
275 |
+
"step": 3700
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.7836667354093627,
|
279 |
+
"grad_norm": 0.6508501768112183,
|
280 |
+
"learning_rate": 3.397032861719556e-05,
|
281 |
+
"loss": 0.5589,
|
282 |
+
"step": 3800
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.8042895442359249,
|
286 |
+
"grad_norm": 0.4867592751979828,
|
287 |
+
"learning_rate": 2.811104323165301e-05,
|
288 |
+
"loss": 0.5646,
|
289 |
+
"step": 3900
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.8249123530624871,
|
293 |
+
"grad_norm": 0.312364399433136,
|
294 |
+
"learning_rate": 2.2723044307569775e-05,
|
295 |
+
"loss": 0.5721,
|
296 |
+
"step": 4000
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.8455351618890493,
|
300 |
+
"grad_norm": 0.4810425341129303,
|
301 |
+
"learning_rate": 1.7887852500751822e-05,
|
302 |
+
"loss": 0.5181,
|
303 |
+
"step": 4100
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.8661579707156115,
|
307 |
+
"grad_norm": 0.3198936879634857,
|
308 |
+
"learning_rate": 1.3539539439376515e-05,
|
309 |
+
"loss": 0.5756,
|
310 |
+
"step": 4200
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.8867807795421736,
|
314 |
+
"grad_norm": 0.4786675274372101,
|
315 |
+
"learning_rate": 9.75804006323886e-06,
|
316 |
+
"loss": 0.5487,
|
317 |
+
"step": 4300
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.9074035883687358,
|
321 |
+
"grad_norm": 0.4790056347846985,
|
322 |
+
"learning_rate": 6.568144959657263e-06,
|
323 |
+
"loss": 0.5506,
|
324 |
+
"step": 4400
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.928026397195298,
|
328 |
+
"grad_norm": 0.587523877620697,
|
329 |
+
"learning_rate": 4.013449264074187e-06,
|
330 |
+
"loss": 0.5741,
|
331 |
+
"step": 4500
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.9486492060218602,
|
335 |
+
"grad_norm": 0.41147923469543457,
|
336 |
+
"learning_rate": 2.059119419840494e-06,
|
337 |
+
"loss": 0.5414,
|
338 |
+
"step": 4600
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.9692720148484224,
|
342 |
+
"grad_norm": 0.5501502752304077,
|
343 |
+
"learning_rate": 7.468660935561755e-07,
|
344 |
+
"loss": 0.6101,
|
345 |
+
"step": 4700
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.9898948236749845,
|
349 |
+
"grad_norm": 0.45654186606407166,
|
350 |
+
"learning_rate": 8.529209787123682e-08,
|
351 |
+
"loss": 0.5645,
|
352 |
+
"step": 4800
|
353 |
+
}
|
354 |
+
],
|
355 |
+
"logging_steps": 100,
|
356 |
+
"max_steps": 4849,
|
357 |
+
"num_input_tokens_seen": 0,
|
358 |
+
"num_train_epochs": 1,
|
359 |
+
"save_steps": 500,
|
360 |
+
"stateful_callbacks": {
|
361 |
+
"TrainerControl": {
|
362 |
+
"args": {
|
363 |
+
"should_epoch_stop": false,
|
364 |
+
"should_evaluate": false,
|
365 |
+
"should_log": false,
|
366 |
+
"should_save": true,
|
367 |
+
"should_training_stop": true
|
368 |
+
},
|
369 |
+
"attributes": {}
|
370 |
+
}
|
371 |
+
},
|
372 |
+
"total_flos": 2.3135703548790374e+17,
|
373 |
+
"train_batch_size": 2,
|
374 |
+
"trial_name": null,
|
375 |
+
"trial_params": null
|
376 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcdb031000815991decb49e64c1ff52b41b328f05666ceaf823e770ffa5bde97
|
3 |
+
size 5624
|