vitorandrade
commited on
Commit
•
440a69a
1
Parent(s):
8946a0b
Upload 14 files
Browse files- README.md +202 -0
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +40 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +325 -0
- trainer_state.json +483 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/phi-2
|
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.11.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
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": 16,
|
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 |
+
"fc2",
|
24 |
+
"q_proj",
|
25 |
+
"v_proj",
|
26 |
+
"fc1",
|
27 |
+
"dense",
|
28 |
+
"k_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:836db6ba5213b86be4a4571578452aa8aabd50de0b46aa1e943c279b7580966b
|
3 |
+
size 47242496
|
added_tokens.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"\t\t": 50294,
|
3 |
+
"\t\t\t": 50293,
|
4 |
+
"\t\t\t\t": 50292,
|
5 |
+
"\t\t\t\t\t": 50291,
|
6 |
+
"\t\t\t\t\t\t": 50290,
|
7 |
+
"\t\t\t\t\t\t\t": 50289,
|
8 |
+
"\t\t\t\t\t\t\t\t": 50288,
|
9 |
+
"\t\t\t\t\t\t\t\t\t": 50287,
|
10 |
+
" ": 50286,
|
11 |
+
" ": 50285,
|
12 |
+
" ": 50284,
|
13 |
+
" ": 50283,
|
14 |
+
" ": 50282,
|
15 |
+
" ": 50281,
|
16 |
+
" ": 50280,
|
17 |
+
" ": 50279,
|
18 |
+
" ": 50278,
|
19 |
+
" ": 50277,
|
20 |
+
" ": 50276,
|
21 |
+
" ": 50275,
|
22 |
+
" ": 50274,
|
23 |
+
" ": 50273,
|
24 |
+
" ": 50272,
|
25 |
+
" ": 50271,
|
26 |
+
" ": 50270,
|
27 |
+
" ": 50269,
|
28 |
+
" ": 50268,
|
29 |
+
" ": 50267,
|
30 |
+
" ": 50266,
|
31 |
+
" ": 50265,
|
32 |
+
" ": 50264,
|
33 |
+
" ": 50263,
|
34 |
+
" ": 50262,
|
35 |
+
" ": 50261,
|
36 |
+
" ": 50260,
|
37 |
+
" ": 50259,
|
38 |
+
" ": 50258,
|
39 |
+
" ": 50257
|
40 |
+
}
|
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:2b61d54be3776786d2fc187f44064a5de265c205b5e5f917670f2e537a593f69
|
3 |
+
size 94599226
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00acd1320f57f6400e21aa660c55aad0f2afef58070d4657e32f4f7c9dfb7892
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20374b9ce355f11e9edb49681e41eebe542315634b5fda6eec73f8247a8005f1
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,325 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"50256": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"50257": {
|
13 |
+
"content": " ",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": false
|
19 |
+
},
|
20 |
+
"50258": {
|
21 |
+
"content": " ",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": false
|
27 |
+
},
|
28 |
+
"50259": {
|
29 |
+
"content": " ",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": false
|
35 |
+
},
|
36 |
+
"50260": {
|
37 |
+
"content": " ",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": false
|
43 |
+
},
|
44 |
+
"50261": {
|
45 |
+
"content": " ",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": false
|
51 |
+
},
|
52 |
+
"50262": {
|
53 |
+
"content": " ",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": true,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": false
|
59 |
+
},
|
60 |
+
"50263": {
|
61 |
+
"content": " ",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": true,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": false
|
67 |
+
},
|
68 |
+
"50264": {
|
69 |
+
"content": " ",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": true,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": false
|
75 |
+
},
|
76 |
+
"50265": {
|
77 |
+
"content": " ",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": true,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": false
|
83 |
+
},
|
84 |
+
"50266": {
|
85 |
+
"content": " ",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": true,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": false
|
91 |
+
},
|
92 |
+
"50267": {
|
93 |
+
"content": " ",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": true,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": false
|
99 |
+
},
|
100 |
+
"50268": {
|
101 |
+
"content": " ",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": true,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": false
|
107 |
+
},
|
108 |
+
"50269": {
|
109 |
+
"content": " ",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": true,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": false
|
115 |
+
},
|
116 |
+
"50270": {
|
117 |
+
"content": " ",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": true,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": false
|
123 |
+
},
|
124 |
+
"50271": {
|
125 |
+
"content": " ",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": true,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": false
|
131 |
+
},
|
132 |
+
"50272": {
|
133 |
+
"content": " ",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": true,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": false
|
139 |
+
},
|
140 |
+
"50273": {
|
141 |
+
"content": " ",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": true,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": false
|
147 |
+
},
|
148 |
+
"50274": {
|
149 |
+
"content": " ",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": true,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": false
|
155 |
+
},
|
156 |
+
"50275": {
|
157 |
+
"content": " ",
|
158 |
+
"lstrip": false,
|
159 |
+
"normalized": true,
|
160 |
+
"rstrip": false,
|
161 |
+
"single_word": false,
|
162 |
+
"special": false
|
163 |
+
},
|
164 |
+
"50276": {
|
165 |
+
"content": " ",
|
166 |
+
"lstrip": false,
|
167 |
+
"normalized": true,
|
168 |
+
"rstrip": false,
|
169 |
+
"single_word": false,
|
170 |
+
"special": false
|
171 |
+
},
|
172 |
+
"50277": {
|
173 |
+
"content": " ",
|
174 |
+
"lstrip": false,
|
175 |
+
"normalized": true,
|
176 |
+
"rstrip": false,
|
177 |
+
"single_word": false,
|
178 |
+
"special": false
|
179 |
+
},
|
180 |
+
"50278": {
|
181 |
+
"content": " ",
|
182 |
+
"lstrip": false,
|
183 |
+
"normalized": true,
|
184 |
+
"rstrip": false,
|
185 |
+
"single_word": false,
|
186 |
+
"special": false
|
187 |
+
},
|
188 |
+
"50279": {
|
189 |
+
"content": " ",
|
190 |
+
"lstrip": false,
|
191 |
+
"normalized": true,
|
192 |
+
"rstrip": false,
|
193 |
+
"single_word": false,
|
194 |
+
"special": false
|
195 |
+
},
|
196 |
+
"50280": {
|
197 |
+
"content": " ",
|
198 |
+
"lstrip": false,
|
199 |
+
"normalized": true,
|
200 |
+
"rstrip": false,
|
201 |
+
"single_word": false,
|
202 |
+
"special": false
|
203 |
+
},
|
204 |
+
"50281": {
|
205 |
+
"content": " ",
|
206 |
+
"lstrip": false,
|
207 |
+
"normalized": true,
|
208 |
+
"rstrip": false,
|
209 |
+
"single_word": false,
|
210 |
+
"special": false
|
211 |
+
},
|
212 |
+
"50282": {
|
213 |
+
"content": " ",
|
214 |
+
"lstrip": false,
|
215 |
+
"normalized": true,
|
216 |
+
"rstrip": false,
|
217 |
+
"single_word": false,
|
218 |
+
"special": false
|
219 |
+
},
|
220 |
+
"50283": {
|
221 |
+
"content": " ",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": true,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false,
|
226 |
+
"special": false
|
227 |
+
},
|
228 |
+
"50284": {
|
229 |
+
"content": " ",
|
230 |
+
"lstrip": false,
|
231 |
+
"normalized": true,
|
232 |
+
"rstrip": false,
|
233 |
+
"single_word": false,
|
234 |
+
"special": false
|
235 |
+
},
|
236 |
+
"50285": {
|
237 |
+
"content": " ",
|
238 |
+
"lstrip": false,
|
239 |
+
"normalized": true,
|
240 |
+
"rstrip": false,
|
241 |
+
"single_word": false,
|
242 |
+
"special": false
|
243 |
+
},
|
244 |
+
"50286": {
|
245 |
+
"content": " ",
|
246 |
+
"lstrip": false,
|
247 |
+
"normalized": true,
|
248 |
+
"rstrip": false,
|
249 |
+
"single_word": false,
|
250 |
+
"special": false
|
251 |
+
},
|
252 |
+
"50287": {
|
253 |
+
"content": "\t\t\t\t\t\t\t\t\t",
|
254 |
+
"lstrip": false,
|
255 |
+
"normalized": true,
|
256 |
+
"rstrip": false,
|
257 |
+
"single_word": false,
|
258 |
+
"special": false
|
259 |
+
},
|
260 |
+
"50288": {
|
261 |
+
"content": "\t\t\t\t\t\t\t\t",
|
262 |
+
"lstrip": false,
|
263 |
+
"normalized": true,
|
264 |
+
"rstrip": false,
|
265 |
+
"single_word": false,
|
266 |
+
"special": false
|
267 |
+
},
|
268 |
+
"50289": {
|
269 |
+
"content": "\t\t\t\t\t\t\t",
|
270 |
+
"lstrip": false,
|
271 |
+
"normalized": true,
|
272 |
+
"rstrip": false,
|
273 |
+
"single_word": false,
|
274 |
+
"special": false
|
275 |
+
},
|
276 |
+
"50290": {
|
277 |
+
"content": "\t\t\t\t\t\t",
|
278 |
+
"lstrip": false,
|
279 |
+
"normalized": true,
|
280 |
+
"rstrip": false,
|
281 |
+
"single_word": false,
|
282 |
+
"special": false
|
283 |
+
},
|
284 |
+
"50291": {
|
285 |
+
"content": "\t\t\t\t\t",
|
286 |
+
"lstrip": false,
|
287 |
+
"normalized": true,
|
288 |
+
"rstrip": false,
|
289 |
+
"single_word": false,
|
290 |
+
"special": false
|
291 |
+
},
|
292 |
+
"50292": {
|
293 |
+
"content": "\t\t\t\t",
|
294 |
+
"lstrip": false,
|
295 |
+
"normalized": true,
|
296 |
+
"rstrip": false,
|
297 |
+
"single_word": false,
|
298 |
+
"special": false
|
299 |
+
},
|
300 |
+
"50293": {
|
301 |
+
"content": "\t\t\t",
|
302 |
+
"lstrip": false,
|
303 |
+
"normalized": true,
|
304 |
+
"rstrip": false,
|
305 |
+
"single_word": false,
|
306 |
+
"special": false
|
307 |
+
},
|
308 |
+
"50294": {
|
309 |
+
"content": "\t\t",
|
310 |
+
"lstrip": false,
|
311 |
+
"normalized": true,
|
312 |
+
"rstrip": false,
|
313 |
+
"single_word": false,
|
314 |
+
"special": false
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"bos_token": "<|endoftext|>",
|
318 |
+
"clean_up_tokenization_spaces": true,
|
319 |
+
"eos_token": "<|endoftext|>",
|
320 |
+
"model_max_length": 2048,
|
321 |
+
"pad_token": "<|endoftext|>",
|
322 |
+
"return_token_type_ids": false,
|
323 |
+
"tokenizer_class": "CodeGenTokenizer",
|
324 |
+
"unk_token": "<|endoftext|>"
|
325 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,483 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 9.056603773584905,
|
5 |
+
"eval_steps": 10,
|
6 |
+
"global_step": 300,
|
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.3018867924528302,
|
13 |
+
"grad_norm": 0.12168226391077042,
|
14 |
+
"learning_rate": 6.666666666666667e-06,
|
15 |
+
"loss": 2.5839,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.3018867924528302,
|
20 |
+
"eval_loss": 2.4508910179138184,
|
21 |
+
"eval_runtime": 356.5361,
|
22 |
+
"eval_samples_per_second": 0.367,
|
23 |
+
"eval_steps_per_second": 0.367,
|
24 |
+
"step": 10
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.6037735849056604,
|
28 |
+
"grad_norm": 0.13410530984401703,
|
29 |
+
"learning_rate": 1.3333333333333333e-05,
|
30 |
+
"loss": 2.5791,
|
31 |
+
"step": 20
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.6037735849056604,
|
35 |
+
"eval_loss": 2.438781261444092,
|
36 |
+
"eval_runtime": 355.7723,
|
37 |
+
"eval_samples_per_second": 0.368,
|
38 |
+
"eval_steps_per_second": 0.368,
|
39 |
+
"step": 20
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.9056603773584906,
|
43 |
+
"grad_norm": 0.16412803530693054,
|
44 |
+
"learning_rate": 2e-05,
|
45 |
+
"loss": 2.561,
|
46 |
+
"step": 30
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.9056603773584906,
|
50 |
+
"eval_loss": 2.409200429916382,
|
51 |
+
"eval_runtime": 356.6858,
|
52 |
+
"eval_samples_per_second": 0.367,
|
53 |
+
"eval_steps_per_second": 0.367,
|
54 |
+
"step": 30
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 1.2075471698113207,
|
58 |
+
"grad_norm": 0.1962829828262329,
|
59 |
+
"learning_rate": 1.9932383577419432e-05,
|
60 |
+
"loss": 2.515,
|
61 |
+
"step": 40
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 1.2075471698113207,
|
65 |
+
"eval_loss": 2.369290828704834,
|
66 |
+
"eval_runtime": 356.4653,
|
67 |
+
"eval_samples_per_second": 0.367,
|
68 |
+
"eval_steps_per_second": 0.367,
|
69 |
+
"step": 40
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 1.509433962264151,
|
73 |
+
"grad_norm": 0.2138909250497818,
|
74 |
+
"learning_rate": 1.973044870579824e-05,
|
75 |
+
"loss": 2.4646,
|
76 |
+
"step": 50
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 1.509433962264151,
|
80 |
+
"eval_loss": 2.330085039138794,
|
81 |
+
"eval_runtime": 355.0797,
|
82 |
+
"eval_samples_per_second": 0.369,
|
83 |
+
"eval_steps_per_second": 0.369,
|
84 |
+
"step": 50
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 1.8113207547169812,
|
88 |
+
"grad_norm": 0.24827434122562408,
|
89 |
+
"learning_rate": 1.9396926207859085e-05,
|
90 |
+
"loss": 2.4343,
|
91 |
+
"step": 60
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 1.8113207547169812,
|
95 |
+
"eval_loss": 2.2919955253601074,
|
96 |
+
"eval_runtime": 355.0754,
|
97 |
+
"eval_samples_per_second": 0.369,
|
98 |
+
"eval_steps_per_second": 0.369,
|
99 |
+
"step": 60
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 2.1132075471698113,
|
103 |
+
"grad_norm": 0.27827900648117065,
|
104 |
+
"learning_rate": 1.8936326403234125e-05,
|
105 |
+
"loss": 2.4112,
|
106 |
+
"step": 70
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 2.1132075471698113,
|
110 |
+
"eval_loss": 2.257754325866699,
|
111 |
+
"eval_runtime": 355.8986,
|
112 |
+
"eval_samples_per_second": 0.368,
|
113 |
+
"eval_steps_per_second": 0.368,
|
114 |
+
"step": 70
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 2.4150943396226414,
|
118 |
+
"grad_norm": 0.26660796999931335,
|
119 |
+
"learning_rate": 1.8354878114129368e-05,
|
120 |
+
"loss": 2.3651,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 2.4150943396226414,
|
125 |
+
"eval_loss": 2.2276153564453125,
|
126 |
+
"eval_runtime": 355.81,
|
127 |
+
"eval_samples_per_second": 0.368,
|
128 |
+
"eval_steps_per_second": 0.368,
|
129 |
+
"step": 80
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 2.7169811320754715,
|
133 |
+
"grad_norm": 0.2869923412799835,
|
134 |
+
"learning_rate": 1.766044443118978e-05,
|
135 |
+
"loss": 2.3413,
|
136 |
+
"step": 90
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 2.7169811320754715,
|
140 |
+
"eval_loss": 2.1996243000030518,
|
141 |
+
"eval_runtime": 356.1237,
|
142 |
+
"eval_samples_per_second": 0.368,
|
143 |
+
"eval_steps_per_second": 0.368,
|
144 |
+
"step": 90
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 3.018867924528302,
|
148 |
+
"grad_norm": 0.29539480805397034,
|
149 |
+
"learning_rate": 1.686241637868734e-05,
|
150 |
+
"loss": 2.309,
|
151 |
+
"step": 100
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 3.018867924528302,
|
155 |
+
"eval_loss": 2.175126552581787,
|
156 |
+
"eval_runtime": 355.2283,
|
157 |
+
"eval_samples_per_second": 0.369,
|
158 |
+
"eval_steps_per_second": 0.369,
|
159 |
+
"step": 100
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 3.3207547169811322,
|
163 |
+
"grad_norm": 0.2869047224521637,
|
164 |
+
"learning_rate": 1.5971585917027864e-05,
|
165 |
+
"loss": 2.2908,
|
166 |
+
"step": 110
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 3.3207547169811322,
|
170 |
+
"eval_loss": 2.1576268672943115,
|
171 |
+
"eval_runtime": 354.9528,
|
172 |
+
"eval_samples_per_second": 0.369,
|
173 |
+
"eval_steps_per_second": 0.369,
|
174 |
+
"step": 110
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 3.6226415094339623,
|
178 |
+
"grad_norm": 0.29853248596191406,
|
179 |
+
"learning_rate": 1.5000000000000002e-05,
|
180 |
+
"loss": 2.2538,
|
181 |
+
"step": 120
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 3.6226415094339623,
|
185 |
+
"eval_loss": 2.1427152156829834,
|
186 |
+
"eval_runtime": 355.8889,
|
187 |
+
"eval_samples_per_second": 0.368,
|
188 |
+
"eval_steps_per_second": 0.368,
|
189 |
+
"step": 120
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 3.9245283018867925,
|
193 |
+
"grad_norm": 0.3196108043193817,
|
194 |
+
"learning_rate": 1.396079766039157e-05,
|
195 |
+
"loss": 2.262,
|
196 |
+
"step": 130
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 3.9245283018867925,
|
200 |
+
"eval_loss": 2.1301257610321045,
|
201 |
+
"eval_runtime": 356.3065,
|
202 |
+
"eval_samples_per_second": 0.368,
|
203 |
+
"eval_steps_per_second": 0.368,
|
204 |
+
"step": 130
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 4.226415094339623,
|
208 |
+
"grad_norm": 0.32266777753829956,
|
209 |
+
"learning_rate": 1.2868032327110904e-05,
|
210 |
+
"loss": 2.2209,
|
211 |
+
"step": 140
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 4.226415094339623,
|
215 |
+
"eval_loss": 2.119654893875122,
|
216 |
+
"eval_runtime": 354.8329,
|
217 |
+
"eval_samples_per_second": 0.369,
|
218 |
+
"eval_steps_per_second": 0.369,
|
219 |
+
"step": 140
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 4.528301886792453,
|
223 |
+
"grad_norm": 0.32279086112976074,
|
224 |
+
"learning_rate": 1.1736481776669307e-05,
|
225 |
+
"loss": 2.2248,
|
226 |
+
"step": 150
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 4.528301886792453,
|
230 |
+
"eval_loss": 2.11035418510437,
|
231 |
+
"eval_runtime": 355.4708,
|
232 |
+
"eval_samples_per_second": 0.369,
|
233 |
+
"eval_steps_per_second": 0.369,
|
234 |
+
"step": 150
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 4.830188679245283,
|
238 |
+
"grad_norm": 0.3195267617702484,
|
239 |
+
"learning_rate": 1.0581448289104759e-05,
|
240 |
+
"loss": 2.2249,
|
241 |
+
"step": 160
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 4.830188679245283,
|
245 |
+
"eval_loss": 2.102231025695801,
|
246 |
+
"eval_runtime": 355.8543,
|
247 |
+
"eval_samples_per_second": 0.368,
|
248 |
+
"eval_steps_per_second": 0.368,
|
249 |
+
"step": 160
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 5.132075471698113,
|
253 |
+
"grad_norm": 0.3310501277446747,
|
254 |
+
"learning_rate": 9.418551710895243e-06,
|
255 |
+
"loss": 2.2063,
|
256 |
+
"step": 170
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 5.132075471698113,
|
260 |
+
"eval_loss": 2.094794750213623,
|
261 |
+
"eval_runtime": 357.0843,
|
262 |
+
"eval_samples_per_second": 0.367,
|
263 |
+
"eval_steps_per_second": 0.367,
|
264 |
+
"step": 170
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 5.433962264150943,
|
268 |
+
"grad_norm": 0.33955734968185425,
|
269 |
+
"learning_rate": 8.263518223330698e-06,
|
270 |
+
"loss": 2.1997,
|
271 |
+
"step": 180
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 5.433962264150943,
|
275 |
+
"eval_loss": 2.0882046222686768,
|
276 |
+
"eval_runtime": 356.6814,
|
277 |
+
"eval_samples_per_second": 0.367,
|
278 |
+
"eval_steps_per_second": 0.367,
|
279 |
+
"step": 180
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 5.735849056603773,
|
283 |
+
"grad_norm": 0.3333246111869812,
|
284 |
+
"learning_rate": 7.131967672889101e-06,
|
285 |
+
"loss": 2.1985,
|
286 |
+
"step": 190
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 5.735849056603773,
|
290 |
+
"eval_loss": 2.0826594829559326,
|
291 |
+
"eval_runtime": 355.813,
|
292 |
+
"eval_samples_per_second": 0.368,
|
293 |
+
"eval_steps_per_second": 0.368,
|
294 |
+
"step": 190
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 6.037735849056604,
|
298 |
+
"grad_norm": 0.34075412154197693,
|
299 |
+
"learning_rate": 6.039202339608432e-06,
|
300 |
+
"loss": 2.1992,
|
301 |
+
"step": 200
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 6.037735849056604,
|
305 |
+
"eval_loss": 2.078132390975952,
|
306 |
+
"eval_runtime": 357.7349,
|
307 |
+
"eval_samples_per_second": 0.366,
|
308 |
+
"eval_steps_per_second": 0.366,
|
309 |
+
"step": 200
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 6.339622641509434,
|
313 |
+
"grad_norm": 0.3513352870941162,
|
314 |
+
"learning_rate": 5.000000000000003e-06,
|
315 |
+
"loss": 2.1851,
|
316 |
+
"step": 210
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 6.339622641509434,
|
320 |
+
"eval_loss": 2.0746688842773438,
|
321 |
+
"eval_runtime": 355.6074,
|
322 |
+
"eval_samples_per_second": 0.368,
|
323 |
+
"eval_steps_per_second": 0.368,
|
324 |
+
"step": 210
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 6.6415094339622645,
|
328 |
+
"grad_norm": 0.359353631734848,
|
329 |
+
"learning_rate": 4.028414082972141e-06,
|
330 |
+
"loss": 2.178,
|
331 |
+
"step": 220
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 6.6415094339622645,
|
335 |
+
"eval_loss": 2.0718541145324707,
|
336 |
+
"eval_runtime": 354.8685,
|
337 |
+
"eval_samples_per_second": 0.369,
|
338 |
+
"eval_steps_per_second": 0.369,
|
339 |
+
"step": 220
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 6.943396226415095,
|
343 |
+
"grad_norm": 0.3545942008495331,
|
344 |
+
"learning_rate": 3.1375836213126653e-06,
|
345 |
+
"loss": 2.1698,
|
346 |
+
"step": 230
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 6.943396226415095,
|
350 |
+
"eval_loss": 2.069652557373047,
|
351 |
+
"eval_runtime": 356.0491,
|
352 |
+
"eval_samples_per_second": 0.368,
|
353 |
+
"eval_steps_per_second": 0.368,
|
354 |
+
"step": 230
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 7.245283018867925,
|
358 |
+
"grad_norm": 0.35219329595565796,
|
359 |
+
"learning_rate": 2.339555568810221e-06,
|
360 |
+
"loss": 2.1768,
|
361 |
+
"step": 240
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 7.245283018867925,
|
365 |
+
"eval_loss": 2.068044424057007,
|
366 |
+
"eval_runtime": 355.5515,
|
367 |
+
"eval_samples_per_second": 0.368,
|
368 |
+
"eval_steps_per_second": 0.368,
|
369 |
+
"step": 240
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 7.547169811320755,
|
373 |
+
"grad_norm": 0.3606317341327667,
|
374 |
+
"learning_rate": 1.6451218858706374e-06,
|
375 |
+
"loss": 2.17,
|
376 |
+
"step": 250
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 7.547169811320755,
|
380 |
+
"eval_loss": 2.0668373107910156,
|
381 |
+
"eval_runtime": 355.9606,
|
382 |
+
"eval_samples_per_second": 0.368,
|
383 |
+
"eval_steps_per_second": 0.368,
|
384 |
+
"step": 250
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 7.849056603773585,
|
388 |
+
"grad_norm": 0.345058798789978,
|
389 |
+
"learning_rate": 1.0636735967658785e-06,
|
390 |
+
"loss": 2.1755,
|
391 |
+
"step": 260
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 7.849056603773585,
|
395 |
+
"eval_loss": 2.066086769104004,
|
396 |
+
"eval_runtime": 354.824,
|
397 |
+
"eval_samples_per_second": 0.369,
|
398 |
+
"eval_steps_per_second": 0.369,
|
399 |
+
"step": 260
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 8.150943396226415,
|
403 |
+
"grad_norm": 0.3428496718406677,
|
404 |
+
"learning_rate": 6.030737921409169e-07,
|
405 |
+
"loss": 2.1665,
|
406 |
+
"step": 270
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 8.150943396226415,
|
410 |
+
"eval_loss": 2.065619707107544,
|
411 |
+
"eval_runtime": 355.814,
|
412 |
+
"eval_samples_per_second": 0.368,
|
413 |
+
"eval_steps_per_second": 0.368,
|
414 |
+
"step": 270
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 8.452830188679245,
|
418 |
+
"grad_norm": 0.34520721435546875,
|
419 |
+
"learning_rate": 2.6955129420176193e-07,
|
420 |
+
"loss": 2.1752,
|
421 |
+
"step": 280
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 8.452830188679245,
|
425 |
+
"eval_loss": 2.0653860569000244,
|
426 |
+
"eval_runtime": 357.4979,
|
427 |
+
"eval_samples_per_second": 0.366,
|
428 |
+
"eval_steps_per_second": 0.366,
|
429 |
+
"step": 280
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 8.754716981132075,
|
433 |
+
"grad_norm": 0.3415066599845886,
|
434 |
+
"learning_rate": 6.761642258056977e-08,
|
435 |
+
"loss": 2.1724,
|
436 |
+
"step": 290
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 8.754716981132075,
|
440 |
+
"eval_loss": 2.065295934677124,
|
441 |
+
"eval_runtime": 357.1321,
|
442 |
+
"eval_samples_per_second": 0.367,
|
443 |
+
"eval_steps_per_second": 0.367,
|
444 |
+
"step": 290
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 9.056603773584905,
|
448 |
+
"grad_norm": 0.35265278816223145,
|
449 |
+
"learning_rate": 0.0,
|
450 |
+
"loss": 2.168,
|
451 |
+
"step": 300
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 9.056603773584905,
|
455 |
+
"eval_loss": 2.0652811527252197,
|
456 |
+
"eval_runtime": 357.0379,
|
457 |
+
"eval_samples_per_second": 0.367,
|
458 |
+
"eval_steps_per_second": 0.367,
|
459 |
+
"step": 300
|
460 |
+
}
|
461 |
+
],
|
462 |
+
"logging_steps": 10,
|
463 |
+
"max_steps": 300,
|
464 |
+
"num_input_tokens_seen": 0,
|
465 |
+
"num_train_epochs": 10,
|
466 |
+
"save_steps": 10,
|
467 |
+
"stateful_callbacks": {
|
468 |
+
"TrainerControl": {
|
469 |
+
"args": {
|
470 |
+
"should_epoch_stop": false,
|
471 |
+
"should_evaluate": false,
|
472 |
+
"should_log": false,
|
473 |
+
"should_save": true,
|
474 |
+
"should_training_stop": true
|
475 |
+
},
|
476 |
+
"attributes": {}
|
477 |
+
}
|
478 |
+
},
|
479 |
+
"total_flos": 1.97219261251584e+17,
|
480 |
+
"train_batch_size": 4,
|
481 |
+
"trial_name": null,
|
482 |
+
"trial_params": null
|
483 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f65acf41c3dffa61f91d36447a291291d816db100a90d20dbb375584643e8b7
|
3 |
+
size 5048
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|