Upload folder using huggingface_hub
Browse files- README.md +202 -0
- adapter_config.json +31 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +14 -0
- all_results.json +7 -0
- checkpoint-40/README.md +202 -0
- checkpoint-40/adapter_config.json +31 -0
- checkpoint-40/adapter_model.safetensors +3 -0
- checkpoint-40/added_tokens.json +14 -0
- checkpoint-40/optimizer.pt +3 -0
- checkpoint-40/rng_state.pth +3 -0
- checkpoint-40/scheduler.pt +3 -0
- checkpoint-40/special_tokens_map.json +24 -0
- checkpoint-40/tokenizer.json +0 -0
- checkpoint-40/tokenizer.model +3 -0
- checkpoint-40/tokenizer_config.json +139 -0
- checkpoint-40/trainer_state.json +633 -0
- checkpoint-40/training_args.bin +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +139 -0
- train_results.json +7 -0
- trainer_state.json +687 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: microsoft/Phi-3-mini-4k-instruct
|
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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"qkv_proj",
|
25 |
+
"gate_up_proj",
|
26 |
+
"o_proj"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1aeed342de05ad51c31b4a1fd22ccea120c55f4c998b0091b79a23244ae20d1
|
3 |
+
size 201361312
|
added_tokens.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010,
|
13 |
+
"eos_token": 32011
|
14 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.4361294785211252,
|
4 |
+
"train_runtime": 852.0177,
|
5 |
+
"train_samples_per_second": 1.592,
|
6 |
+
"train_steps_per_second": 0.05
|
7 |
+
}
|
checkpoint-40/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: microsoft/Phi-3-mini-4k-instruct
|
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
|
checkpoint-40/adapter_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"qkv_proj",
|
25 |
+
"gate_up_proj",
|
26 |
+
"o_proj"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
checkpoint-40/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b10a598d1619cd4846294601c7d1f85001b2be71daa4d79ed13c8f52d71860b7
|
3 |
+
size 201361312
|
checkpoint-40/added_tokens.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010,
|
13 |
+
"eos_token": 32011
|
14 |
+
}
|
checkpoint-40/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb175472ad2be171f9605357c276abce58909e6860992bb2b1d5b3178c85243e
|
3 |
+
size 402807738
|
checkpoint-40/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:403bdda7559c9704cffa76004d2deeb3082d540e084ee09663623ab16cb36629
|
3 |
+
size 14180
|
checkpoint-40/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c6822969f5b9e1cabdf082f2757132f7704699742d4c808be8940bfaa38fb13
|
3 |
+
size 1064
|
checkpoint-40/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-40/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-40/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-40/tokenizer_config.json
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<|endoftext|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "<|assistant|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "<|placeholder1|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": true,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "<|placeholder2|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": true,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"32004": {
|
62 |
+
"content": "<|placeholder3|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": true,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"32005": {
|
70 |
+
"content": "<|placeholder4|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": true,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"32006": {
|
78 |
+
"content": "<|system|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": true,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"32007": {
|
86 |
+
"content": "<|end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"32008": {
|
94 |
+
"content": "<|placeholder5|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": true,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"32009": {
|
102 |
+
"content": "<|placeholder6|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": true,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"32010": {
|
110 |
+
"content": "<|user|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": true,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"32011": {
|
118 |
+
"content": "eos_token",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
}
|
125 |
+
},
|
126 |
+
"bos_token": "<s>",
|
127 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
128 |
+
"clean_up_tokenization_spaces": false,
|
129 |
+
"eos_token": "<|endoftext|>",
|
130 |
+
"legacy": false,
|
131 |
+
"model_max_length": 4096,
|
132 |
+
"pad_token": "<unk>",
|
133 |
+
"padding_side": "right",
|
134 |
+
"sp_model_kwargs": {},
|
135 |
+
"tokenizer_class": "LlamaTokenizer",
|
136 |
+
"truncation_side": "left",
|
137 |
+
"unk_token": "<unk>",
|
138 |
+
"use_default_system_prompt": false
|
139 |
+
}
|
checkpoint-40/trainer_state.json
ADDED
@@ -0,0 +1,633 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.0443669557571411,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-06-10_23-12-21/checkpoint-40",
|
4 |
+
"epoch": 0.9302325581395349,
|
5 |
+
"eval_steps": 1,
|
6 |
+
"global_step": 40,
|
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.023255813953488372,
|
13 |
+
"grad_norm": 3.1748037338256836,
|
14 |
+
"learning_rate": 8e-05,
|
15 |
+
"loss": 5.1513,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.023255813953488372,
|
20 |
+
"eval_loss": 5.098567485809326,
|
21 |
+
"eval_runtime": 10.4736,
|
22 |
+
"eval_samples_per_second": 11.171,
|
23 |
+
"eval_steps_per_second": 0.764,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.046511627906976744,
|
28 |
+
"grad_norm": 3.149711847305298,
|
29 |
+
"learning_rate": 0.00016,
|
30 |
+
"loss": 5.1556,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.046511627906976744,
|
35 |
+
"eval_loss": 4.689513683319092,
|
36 |
+
"eval_runtime": 10.5409,
|
37 |
+
"eval_samples_per_second": 11.1,
|
38 |
+
"eval_steps_per_second": 0.759,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.06976744186046512,
|
43 |
+
"grad_norm": 3.1611013412475586,
|
44 |
+
"learning_rate": 0.00024,
|
45 |
+
"loss": 4.6255,
|
46 |
+
"step": 3
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.06976744186046512,
|
50 |
+
"eval_loss": 3.2834692001342773,
|
51 |
+
"eval_runtime": 10.5481,
|
52 |
+
"eval_samples_per_second": 11.092,
|
53 |
+
"eval_steps_per_second": 0.758,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.09302325581395349,
|
58 |
+
"grad_norm": 3.4506750106811523,
|
59 |
+
"learning_rate": 0.00032,
|
60 |
+
"loss": 3.268,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.09302325581395349,
|
65 |
+
"eval_loss": 2.105466604232788,
|
66 |
+
"eval_runtime": 10.6124,
|
67 |
+
"eval_samples_per_second": 11.025,
|
68 |
+
"eval_steps_per_second": 0.754,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.11627906976744186,
|
73 |
+
"grad_norm": 2.139575719833374,
|
74 |
+
"learning_rate": 0.0004,
|
75 |
+
"loss": 2.0627,
|
76 |
+
"step": 5
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.11627906976744186,
|
80 |
+
"eval_loss": 1.586738109588623,
|
81 |
+
"eval_runtime": 10.5613,
|
82 |
+
"eval_samples_per_second": 11.078,
|
83 |
+
"eval_steps_per_second": 0.757,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.13953488372093023,
|
88 |
+
"grad_norm": 1.1181566715240479,
|
89 |
+
"learning_rate": 0.00038947368421052633,
|
90 |
+
"loss": 1.5525,
|
91 |
+
"step": 6
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.13953488372093023,
|
95 |
+
"eval_loss": 1.442232608795166,
|
96 |
+
"eval_runtime": 10.458,
|
97 |
+
"eval_samples_per_second": 11.188,
|
98 |
+
"eval_steps_per_second": 0.765,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.16279069767441862,
|
103 |
+
"grad_norm": 1.6108548641204834,
|
104 |
+
"learning_rate": 0.00037894736842105265,
|
105 |
+
"loss": 1.4249,
|
106 |
+
"step": 7
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.16279069767441862,
|
110 |
+
"eval_loss": 1.2906938791275024,
|
111 |
+
"eval_runtime": 10.5694,
|
112 |
+
"eval_samples_per_second": 11.07,
|
113 |
+
"eval_steps_per_second": 0.757,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.18604651162790697,
|
118 |
+
"grad_norm": 0.19699308276176453,
|
119 |
+
"learning_rate": 0.00036842105263157896,
|
120 |
+
"loss": 1.2713,
|
121 |
+
"step": 8
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.18604651162790697,
|
125 |
+
"eval_loss": 1.2516891956329346,
|
126 |
+
"eval_runtime": 10.4427,
|
127 |
+
"eval_samples_per_second": 11.204,
|
128 |
+
"eval_steps_per_second": 0.766,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.20930232558139536,
|
133 |
+
"grad_norm": 0.12418746948242188,
|
134 |
+
"learning_rate": 0.0003578947368421053,
|
135 |
+
"loss": 1.2447,
|
136 |
+
"step": 9
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.20930232558139536,
|
140 |
+
"eval_loss": 1.2212988138198853,
|
141 |
+
"eval_runtime": 10.4966,
|
142 |
+
"eval_samples_per_second": 11.146,
|
143 |
+
"eval_steps_per_second": 0.762,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.23255813953488372,
|
148 |
+
"grad_norm": 0.10525760799646378,
|
149 |
+
"learning_rate": 0.0003473684210526316,
|
150 |
+
"loss": 1.2071,
|
151 |
+
"step": 10
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.23255813953488372,
|
155 |
+
"eval_loss": 1.1963647603988647,
|
156 |
+
"eval_runtime": 10.5914,
|
157 |
+
"eval_samples_per_second": 11.047,
|
158 |
+
"eval_steps_per_second": 0.755,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2558139534883721,
|
163 |
+
"grad_norm": 0.1781289279460907,
|
164 |
+
"learning_rate": 0.0003368421052631579,
|
165 |
+
"loss": 1.1832,
|
166 |
+
"step": 11
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.2558139534883721,
|
170 |
+
"eval_loss": 1.1730906963348389,
|
171 |
+
"eval_runtime": 10.565,
|
172 |
+
"eval_samples_per_second": 11.074,
|
173 |
+
"eval_steps_per_second": 0.757,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.27906976744186046,
|
178 |
+
"grad_norm": 0.16088849306106567,
|
179 |
+
"learning_rate": 0.0003263157894736842,
|
180 |
+
"loss": 1.1447,
|
181 |
+
"step": 12
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.27906976744186046,
|
185 |
+
"eval_loss": 1.1521227359771729,
|
186 |
+
"eval_runtime": 10.5741,
|
187 |
+
"eval_samples_per_second": 11.065,
|
188 |
+
"eval_steps_per_second": 0.757,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.3023255813953488,
|
193 |
+
"grad_norm": 0.11435263603925705,
|
194 |
+
"learning_rate": 0.00031578947368421053,
|
195 |
+
"loss": 1.1098,
|
196 |
+
"step": 13
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.3023255813953488,
|
200 |
+
"eval_loss": 1.131661295890808,
|
201 |
+
"eval_runtime": 10.5531,
|
202 |
+
"eval_samples_per_second": 11.087,
|
203 |
+
"eval_steps_per_second": 0.758,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.32558139534883723,
|
208 |
+
"grad_norm": 0.0963783711194992,
|
209 |
+
"learning_rate": 0.0003052631578947369,
|
210 |
+
"loss": 1.1298,
|
211 |
+
"step": 14
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.32558139534883723,
|
215 |
+
"eval_loss": 1.115828275680542,
|
216 |
+
"eval_runtime": 10.5575,
|
217 |
+
"eval_samples_per_second": 11.082,
|
218 |
+
"eval_steps_per_second": 0.758,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.3488372093023256,
|
223 |
+
"grad_norm": 0.0737914890050888,
|
224 |
+
"learning_rate": 0.00029473684210526316,
|
225 |
+
"loss": 1.0838,
|
226 |
+
"step": 15
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.3488372093023256,
|
230 |
+
"eval_loss": 1.1041659116744995,
|
231 |
+
"eval_runtime": 10.4999,
|
232 |
+
"eval_samples_per_second": 11.143,
|
233 |
+
"eval_steps_per_second": 0.762,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.37209302325581395,
|
238 |
+
"grad_norm": 0.06079930067062378,
|
239 |
+
"learning_rate": 0.00028421052631578947,
|
240 |
+
"loss": 1.0878,
|
241 |
+
"step": 16
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.37209302325581395,
|
245 |
+
"eval_loss": 1.0959372520446777,
|
246 |
+
"eval_runtime": 10.5731,
|
247 |
+
"eval_samples_per_second": 11.066,
|
248 |
+
"eval_steps_per_second": 0.757,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.3953488372093023,
|
253 |
+
"grad_norm": 0.05798230320215225,
|
254 |
+
"learning_rate": 0.0002736842105263158,
|
255 |
+
"loss": 1.0726,
|
256 |
+
"step": 17
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.3953488372093023,
|
260 |
+
"eval_loss": 1.0892282724380493,
|
261 |
+
"eval_runtime": 10.5989,
|
262 |
+
"eval_samples_per_second": 11.039,
|
263 |
+
"eval_steps_per_second": 0.755,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.4186046511627907,
|
268 |
+
"grad_norm": 0.05506344139575958,
|
269 |
+
"learning_rate": 0.00026315789473684215,
|
270 |
+
"loss": 1.0643,
|
271 |
+
"step": 18
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.4186046511627907,
|
275 |
+
"eval_loss": 1.0838031768798828,
|
276 |
+
"eval_runtime": 10.583,
|
277 |
+
"eval_samples_per_second": 11.055,
|
278 |
+
"eval_steps_per_second": 0.756,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.4418604651162791,
|
283 |
+
"grad_norm": 0.05198650062084198,
|
284 |
+
"learning_rate": 0.0002526315789473684,
|
285 |
+
"loss": 1.0661,
|
286 |
+
"step": 19
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.4418604651162791,
|
290 |
+
"eval_loss": 1.0791563987731934,
|
291 |
+
"eval_runtime": 10.5263,
|
292 |
+
"eval_samples_per_second": 11.115,
|
293 |
+
"eval_steps_per_second": 0.76,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.46511627906976744,
|
298 |
+
"grad_norm": 0.051451779901981354,
|
299 |
+
"learning_rate": 0.00024210526315789475,
|
300 |
+
"loss": 1.062,
|
301 |
+
"step": 20
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.46511627906976744,
|
305 |
+
"eval_loss": 1.0747723579406738,
|
306 |
+
"eval_runtime": 10.5633,
|
307 |
+
"eval_samples_per_second": 11.076,
|
308 |
+
"eval_steps_per_second": 0.757,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.4883720930232558,
|
313 |
+
"grad_norm": 0.04886360839009285,
|
314 |
+
"learning_rate": 0.00023157894736842107,
|
315 |
+
"loss": 1.0482,
|
316 |
+
"step": 21
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.4883720930232558,
|
320 |
+
"eval_loss": 1.0707547664642334,
|
321 |
+
"eval_runtime": 10.5723,
|
322 |
+
"eval_samples_per_second": 11.067,
|
323 |
+
"eval_steps_per_second": 0.757,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.5116279069767442,
|
328 |
+
"grad_norm": 0.04511698707938194,
|
329 |
+
"learning_rate": 0.0002210526315789474,
|
330 |
+
"loss": 1.0526,
|
331 |
+
"step": 22
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.5116279069767442,
|
335 |
+
"eval_loss": 1.0674015283584595,
|
336 |
+
"eval_runtime": 10.5187,
|
337 |
+
"eval_samples_per_second": 11.123,
|
338 |
+
"eval_steps_per_second": 0.761,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.5348837209302325,
|
343 |
+
"grad_norm": 0.049303531646728516,
|
344 |
+
"learning_rate": 0.0002105263157894737,
|
345 |
+
"loss": 1.0154,
|
346 |
+
"step": 23
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.5348837209302325,
|
350 |
+
"eval_loss": 1.0645886659622192,
|
351 |
+
"eval_runtime": 10.5824,
|
352 |
+
"eval_samples_per_second": 11.056,
|
353 |
+
"eval_steps_per_second": 0.756,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.5581395348837209,
|
358 |
+
"grad_norm": 0.13970467448234558,
|
359 |
+
"learning_rate": 0.0002,
|
360 |
+
"loss": 1.0336,
|
361 |
+
"step": 24
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.5581395348837209,
|
365 |
+
"eval_loss": 1.0622761249542236,
|
366 |
+
"eval_runtime": 10.5378,
|
367 |
+
"eval_samples_per_second": 11.103,
|
368 |
+
"eval_steps_per_second": 0.759,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.5813953488372093,
|
373 |
+
"grad_norm": 0.04498777911067009,
|
374 |
+
"learning_rate": 0.00018947368421052632,
|
375 |
+
"loss": 1.0727,
|
376 |
+
"step": 25
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.5813953488372093,
|
380 |
+
"eval_loss": 1.0603291988372803,
|
381 |
+
"eval_runtime": 10.5222,
|
382 |
+
"eval_samples_per_second": 11.119,
|
383 |
+
"eval_steps_per_second": 0.76,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.6046511627906976,
|
388 |
+
"grad_norm": 0.04431827366352081,
|
389 |
+
"learning_rate": 0.00017894736842105264,
|
390 |
+
"loss": 1.035,
|
391 |
+
"step": 26
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.6046511627906976,
|
395 |
+
"eval_loss": 1.0584354400634766,
|
396 |
+
"eval_runtime": 10.5855,
|
397 |
+
"eval_samples_per_second": 11.053,
|
398 |
+
"eval_steps_per_second": 0.756,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.627906976744186,
|
403 |
+
"grad_norm": 0.0488644503057003,
|
404 |
+
"learning_rate": 0.00016842105263157895,
|
405 |
+
"loss": 1.057,
|
406 |
+
"step": 27
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.627906976744186,
|
410 |
+
"eval_loss": 1.0564749240875244,
|
411 |
+
"eval_runtime": 10.5114,
|
412 |
+
"eval_samples_per_second": 11.131,
|
413 |
+
"eval_steps_per_second": 0.761,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.6511627906976745,
|
418 |
+
"grad_norm": 0.04599970951676369,
|
419 |
+
"learning_rate": 0.00015789473684210527,
|
420 |
+
"loss": 1.0386,
|
421 |
+
"step": 28
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.6511627906976745,
|
425 |
+
"eval_loss": 1.0546391010284424,
|
426 |
+
"eval_runtime": 10.536,
|
427 |
+
"eval_samples_per_second": 11.105,
|
428 |
+
"eval_steps_per_second": 0.759,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.6744186046511628,
|
433 |
+
"grad_norm": 0.04661059379577637,
|
434 |
+
"learning_rate": 0.00014736842105263158,
|
435 |
+
"loss": 1.0552,
|
436 |
+
"step": 29
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.6744186046511628,
|
440 |
+
"eval_loss": 1.0529735088348389,
|
441 |
+
"eval_runtime": 10.5645,
|
442 |
+
"eval_samples_per_second": 11.075,
|
443 |
+
"eval_steps_per_second": 0.757,
|
444 |
+
"step": 29
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.6976744186046512,
|
448 |
+
"grad_norm": 0.04191095009446144,
|
449 |
+
"learning_rate": 0.0001368421052631579,
|
450 |
+
"loss": 1.0261,
|
451 |
+
"step": 30
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6976744186046512,
|
455 |
+
"eval_loss": 1.0515702962875366,
|
456 |
+
"eval_runtime": 10.5459,
|
457 |
+
"eval_samples_per_second": 11.094,
|
458 |
+
"eval_steps_per_second": 0.759,
|
459 |
+
"step": 30
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.7209302325581395,
|
463 |
+
"grad_norm": 0.04263598471879959,
|
464 |
+
"learning_rate": 0.0001263157894736842,
|
465 |
+
"loss": 1.0265,
|
466 |
+
"step": 31
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.7209302325581395,
|
470 |
+
"eval_loss": 1.0504158735275269,
|
471 |
+
"eval_runtime": 10.5618,
|
472 |
+
"eval_samples_per_second": 11.078,
|
473 |
+
"eval_steps_per_second": 0.757,
|
474 |
+
"step": 31
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.7441860465116279,
|
478 |
+
"grad_norm": 0.043207377195358276,
|
479 |
+
"learning_rate": 0.00011578947368421053,
|
480 |
+
"loss": 1.038,
|
481 |
+
"step": 32
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.7441860465116279,
|
485 |
+
"eval_loss": 1.049385905265808,
|
486 |
+
"eval_runtime": 10.5765,
|
487 |
+
"eval_samples_per_second": 11.062,
|
488 |
+
"eval_steps_per_second": 0.756,
|
489 |
+
"step": 32
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.7674418604651163,
|
493 |
+
"grad_norm": 0.0437220074236393,
|
494 |
+
"learning_rate": 0.00010526315789473685,
|
495 |
+
"loss": 1.0456,
|
496 |
+
"step": 33
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.7674418604651163,
|
500 |
+
"eval_loss": 1.0484665632247925,
|
501 |
+
"eval_runtime": 10.6182,
|
502 |
+
"eval_samples_per_second": 11.019,
|
503 |
+
"eval_steps_per_second": 0.753,
|
504 |
+
"step": 33
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.7906976744186046,
|
508 |
+
"grad_norm": 0.04280296340584755,
|
509 |
+
"learning_rate": 9.473684210526316e-05,
|
510 |
+
"loss": 1.0339,
|
511 |
+
"step": 34
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.7906976744186046,
|
515 |
+
"eval_loss": 1.047668218612671,
|
516 |
+
"eval_runtime": 10.5375,
|
517 |
+
"eval_samples_per_second": 11.103,
|
518 |
+
"eval_steps_per_second": 0.759,
|
519 |
+
"step": 34
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.813953488372093,
|
523 |
+
"grad_norm": 0.048476554453372955,
|
524 |
+
"learning_rate": 8.421052631578948e-05,
|
525 |
+
"loss": 1.0452,
|
526 |
+
"step": 35
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 0.813953488372093,
|
530 |
+
"eval_loss": 1.0469459295272827,
|
531 |
+
"eval_runtime": 10.5569,
|
532 |
+
"eval_samples_per_second": 11.083,
|
533 |
+
"eval_steps_per_second": 0.758,
|
534 |
+
"step": 35
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.8372093023255814,
|
538 |
+
"grad_norm": 0.03983575850725174,
|
539 |
+
"learning_rate": 7.368421052631579e-05,
|
540 |
+
"loss": 1.0112,
|
541 |
+
"step": 36
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.8372093023255814,
|
545 |
+
"eval_loss": 1.0462400913238525,
|
546 |
+
"eval_runtime": 10.5644,
|
547 |
+
"eval_samples_per_second": 11.075,
|
548 |
+
"eval_steps_per_second": 0.757,
|
549 |
+
"step": 36
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.8604651162790697,
|
553 |
+
"grad_norm": 0.04240667447447777,
|
554 |
+
"learning_rate": 6.31578947368421e-05,
|
555 |
+
"loss": 1.032,
|
556 |
+
"step": 37
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.8604651162790697,
|
560 |
+
"eval_loss": 1.0456737279891968,
|
561 |
+
"eval_runtime": 10.5478,
|
562 |
+
"eval_samples_per_second": 11.092,
|
563 |
+
"eval_steps_per_second": 0.758,
|
564 |
+
"step": 37
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.8837209302325582,
|
568 |
+
"grad_norm": 0.04697669297456741,
|
569 |
+
"learning_rate": 5.2631578947368424e-05,
|
570 |
+
"loss": 1.0216,
|
571 |
+
"step": 38
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.8837209302325582,
|
575 |
+
"eval_loss": 1.0451328754425049,
|
576 |
+
"eval_runtime": 10.5909,
|
577 |
+
"eval_samples_per_second": 11.047,
|
578 |
+
"eval_steps_per_second": 0.755,
|
579 |
+
"step": 38
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.9069767441860465,
|
583 |
+
"grad_norm": 0.04411022737622261,
|
584 |
+
"learning_rate": 4.210526315789474e-05,
|
585 |
+
"loss": 1.0367,
|
586 |
+
"step": 39
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"epoch": 0.9069767441860465,
|
590 |
+
"eval_loss": 1.0447440147399902,
|
591 |
+
"eval_runtime": 10.5309,
|
592 |
+
"eval_samples_per_second": 11.11,
|
593 |
+
"eval_steps_per_second": 0.76,
|
594 |
+
"step": 39
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.9302325581395349,
|
598 |
+
"grad_norm": 0.051756396889686584,
|
599 |
+
"learning_rate": 3.157894736842105e-05,
|
600 |
+
"loss": 1.0144,
|
601 |
+
"step": 40
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.9302325581395349,
|
605 |
+
"eval_loss": 1.0443669557571411,
|
606 |
+
"eval_runtime": 10.545,
|
607 |
+
"eval_samples_per_second": 11.095,
|
608 |
+
"eval_steps_per_second": 0.759,
|
609 |
+
"step": 40
|
610 |
+
}
|
611 |
+
],
|
612 |
+
"logging_steps": 1,
|
613 |
+
"max_steps": 43,
|
614 |
+
"num_input_tokens_seen": 0,
|
615 |
+
"num_train_epochs": 1,
|
616 |
+
"save_steps": 10,
|
617 |
+
"stateful_callbacks": {
|
618 |
+
"TrainerControl": {
|
619 |
+
"args": {
|
620 |
+
"should_epoch_stop": false,
|
621 |
+
"should_evaluate": false,
|
622 |
+
"should_log": false,
|
623 |
+
"should_save": true,
|
624 |
+
"should_training_stop": false
|
625 |
+
},
|
626 |
+
"attributes": {}
|
627 |
+
}
|
628 |
+
},
|
629 |
+
"total_flos": 1.483568811343872e+16,
|
630 |
+
"train_batch_size": 32,
|
631 |
+
"trial_name": null,
|
632 |
+
"trial_params": null
|
633 |
+
}
|
checkpoint-40/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417a57553f0c0ac7b33f24b375a6fbd3ea5498665711fbab7f1379b01809ad0b
|
3 |
+
size 5688
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
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.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,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<|endoftext|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "<|assistant|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "<|placeholder1|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": true,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "<|placeholder2|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": true,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"32004": {
|
62 |
+
"content": "<|placeholder3|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": true,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"32005": {
|
70 |
+
"content": "<|placeholder4|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": true,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"32006": {
|
78 |
+
"content": "<|system|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": true,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"32007": {
|
86 |
+
"content": "<|end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"32008": {
|
94 |
+
"content": "<|placeholder5|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": true,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"32009": {
|
102 |
+
"content": "<|placeholder6|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": true,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"32010": {
|
110 |
+
"content": "<|user|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": true,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"32011": {
|
118 |
+
"content": "eos_token",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
}
|
125 |
+
},
|
126 |
+
"bos_token": "<s>",
|
127 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
128 |
+
"clean_up_tokenization_spaces": false,
|
129 |
+
"eos_token": "<|endoftext|>",
|
130 |
+
"legacy": false,
|
131 |
+
"model_max_length": 4096,
|
132 |
+
"pad_token": "<unk>",
|
133 |
+
"padding_side": "right",
|
134 |
+
"sp_model_kwargs": {},
|
135 |
+
"tokenizer_class": "LlamaTokenizer",
|
136 |
+
"truncation_side": "left",
|
137 |
+
"unk_token": "<unk>",
|
138 |
+
"use_default_system_prompt": false
|
139 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.4361294785211252,
|
4 |
+
"train_runtime": 852.0177,
|
5 |
+
"train_samples_per_second": 1.592,
|
6 |
+
"train_steps_per_second": 0.05
|
7 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,687 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.0443669557571411,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-06-10_23-12-21/checkpoint-40",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 1,
|
6 |
+
"global_step": 43,
|
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.023255813953488372,
|
13 |
+
"grad_norm": 3.1748037338256836,
|
14 |
+
"learning_rate": 8e-05,
|
15 |
+
"loss": 5.1513,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.023255813953488372,
|
20 |
+
"eval_loss": 5.098567485809326,
|
21 |
+
"eval_runtime": 10.4736,
|
22 |
+
"eval_samples_per_second": 11.171,
|
23 |
+
"eval_steps_per_second": 0.764,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.046511627906976744,
|
28 |
+
"grad_norm": 3.149711847305298,
|
29 |
+
"learning_rate": 0.00016,
|
30 |
+
"loss": 5.1556,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.046511627906976744,
|
35 |
+
"eval_loss": 4.689513683319092,
|
36 |
+
"eval_runtime": 10.5409,
|
37 |
+
"eval_samples_per_second": 11.1,
|
38 |
+
"eval_steps_per_second": 0.759,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.06976744186046512,
|
43 |
+
"grad_norm": 3.1611013412475586,
|
44 |
+
"learning_rate": 0.00024,
|
45 |
+
"loss": 4.6255,
|
46 |
+
"step": 3
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.06976744186046512,
|
50 |
+
"eval_loss": 3.2834692001342773,
|
51 |
+
"eval_runtime": 10.5481,
|
52 |
+
"eval_samples_per_second": 11.092,
|
53 |
+
"eval_steps_per_second": 0.758,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.09302325581395349,
|
58 |
+
"grad_norm": 3.4506750106811523,
|
59 |
+
"learning_rate": 0.00032,
|
60 |
+
"loss": 3.268,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.09302325581395349,
|
65 |
+
"eval_loss": 2.105466604232788,
|
66 |
+
"eval_runtime": 10.6124,
|
67 |
+
"eval_samples_per_second": 11.025,
|
68 |
+
"eval_steps_per_second": 0.754,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.11627906976744186,
|
73 |
+
"grad_norm": 2.139575719833374,
|
74 |
+
"learning_rate": 0.0004,
|
75 |
+
"loss": 2.0627,
|
76 |
+
"step": 5
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.11627906976744186,
|
80 |
+
"eval_loss": 1.586738109588623,
|
81 |
+
"eval_runtime": 10.5613,
|
82 |
+
"eval_samples_per_second": 11.078,
|
83 |
+
"eval_steps_per_second": 0.757,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.13953488372093023,
|
88 |
+
"grad_norm": 1.1181566715240479,
|
89 |
+
"learning_rate": 0.00038947368421052633,
|
90 |
+
"loss": 1.5525,
|
91 |
+
"step": 6
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.13953488372093023,
|
95 |
+
"eval_loss": 1.442232608795166,
|
96 |
+
"eval_runtime": 10.458,
|
97 |
+
"eval_samples_per_second": 11.188,
|
98 |
+
"eval_steps_per_second": 0.765,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.16279069767441862,
|
103 |
+
"grad_norm": 1.6108548641204834,
|
104 |
+
"learning_rate": 0.00037894736842105265,
|
105 |
+
"loss": 1.4249,
|
106 |
+
"step": 7
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.16279069767441862,
|
110 |
+
"eval_loss": 1.2906938791275024,
|
111 |
+
"eval_runtime": 10.5694,
|
112 |
+
"eval_samples_per_second": 11.07,
|
113 |
+
"eval_steps_per_second": 0.757,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.18604651162790697,
|
118 |
+
"grad_norm": 0.19699308276176453,
|
119 |
+
"learning_rate": 0.00036842105263157896,
|
120 |
+
"loss": 1.2713,
|
121 |
+
"step": 8
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.18604651162790697,
|
125 |
+
"eval_loss": 1.2516891956329346,
|
126 |
+
"eval_runtime": 10.4427,
|
127 |
+
"eval_samples_per_second": 11.204,
|
128 |
+
"eval_steps_per_second": 0.766,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.20930232558139536,
|
133 |
+
"grad_norm": 0.12418746948242188,
|
134 |
+
"learning_rate": 0.0003578947368421053,
|
135 |
+
"loss": 1.2447,
|
136 |
+
"step": 9
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.20930232558139536,
|
140 |
+
"eval_loss": 1.2212988138198853,
|
141 |
+
"eval_runtime": 10.4966,
|
142 |
+
"eval_samples_per_second": 11.146,
|
143 |
+
"eval_steps_per_second": 0.762,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.23255813953488372,
|
148 |
+
"grad_norm": 0.10525760799646378,
|
149 |
+
"learning_rate": 0.0003473684210526316,
|
150 |
+
"loss": 1.2071,
|
151 |
+
"step": 10
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.23255813953488372,
|
155 |
+
"eval_loss": 1.1963647603988647,
|
156 |
+
"eval_runtime": 10.5914,
|
157 |
+
"eval_samples_per_second": 11.047,
|
158 |
+
"eval_steps_per_second": 0.755,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2558139534883721,
|
163 |
+
"grad_norm": 0.1781289279460907,
|
164 |
+
"learning_rate": 0.0003368421052631579,
|
165 |
+
"loss": 1.1832,
|
166 |
+
"step": 11
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.2558139534883721,
|
170 |
+
"eval_loss": 1.1730906963348389,
|
171 |
+
"eval_runtime": 10.565,
|
172 |
+
"eval_samples_per_second": 11.074,
|
173 |
+
"eval_steps_per_second": 0.757,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.27906976744186046,
|
178 |
+
"grad_norm": 0.16088849306106567,
|
179 |
+
"learning_rate": 0.0003263157894736842,
|
180 |
+
"loss": 1.1447,
|
181 |
+
"step": 12
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.27906976744186046,
|
185 |
+
"eval_loss": 1.1521227359771729,
|
186 |
+
"eval_runtime": 10.5741,
|
187 |
+
"eval_samples_per_second": 11.065,
|
188 |
+
"eval_steps_per_second": 0.757,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.3023255813953488,
|
193 |
+
"grad_norm": 0.11435263603925705,
|
194 |
+
"learning_rate": 0.00031578947368421053,
|
195 |
+
"loss": 1.1098,
|
196 |
+
"step": 13
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.3023255813953488,
|
200 |
+
"eval_loss": 1.131661295890808,
|
201 |
+
"eval_runtime": 10.5531,
|
202 |
+
"eval_samples_per_second": 11.087,
|
203 |
+
"eval_steps_per_second": 0.758,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.32558139534883723,
|
208 |
+
"grad_norm": 0.0963783711194992,
|
209 |
+
"learning_rate": 0.0003052631578947369,
|
210 |
+
"loss": 1.1298,
|
211 |
+
"step": 14
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.32558139534883723,
|
215 |
+
"eval_loss": 1.115828275680542,
|
216 |
+
"eval_runtime": 10.5575,
|
217 |
+
"eval_samples_per_second": 11.082,
|
218 |
+
"eval_steps_per_second": 0.758,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.3488372093023256,
|
223 |
+
"grad_norm": 0.0737914890050888,
|
224 |
+
"learning_rate": 0.00029473684210526316,
|
225 |
+
"loss": 1.0838,
|
226 |
+
"step": 15
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.3488372093023256,
|
230 |
+
"eval_loss": 1.1041659116744995,
|
231 |
+
"eval_runtime": 10.4999,
|
232 |
+
"eval_samples_per_second": 11.143,
|
233 |
+
"eval_steps_per_second": 0.762,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.37209302325581395,
|
238 |
+
"grad_norm": 0.06079930067062378,
|
239 |
+
"learning_rate": 0.00028421052631578947,
|
240 |
+
"loss": 1.0878,
|
241 |
+
"step": 16
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.37209302325581395,
|
245 |
+
"eval_loss": 1.0959372520446777,
|
246 |
+
"eval_runtime": 10.5731,
|
247 |
+
"eval_samples_per_second": 11.066,
|
248 |
+
"eval_steps_per_second": 0.757,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.3953488372093023,
|
253 |
+
"grad_norm": 0.05798230320215225,
|
254 |
+
"learning_rate": 0.0002736842105263158,
|
255 |
+
"loss": 1.0726,
|
256 |
+
"step": 17
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.3953488372093023,
|
260 |
+
"eval_loss": 1.0892282724380493,
|
261 |
+
"eval_runtime": 10.5989,
|
262 |
+
"eval_samples_per_second": 11.039,
|
263 |
+
"eval_steps_per_second": 0.755,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.4186046511627907,
|
268 |
+
"grad_norm": 0.05506344139575958,
|
269 |
+
"learning_rate": 0.00026315789473684215,
|
270 |
+
"loss": 1.0643,
|
271 |
+
"step": 18
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.4186046511627907,
|
275 |
+
"eval_loss": 1.0838031768798828,
|
276 |
+
"eval_runtime": 10.583,
|
277 |
+
"eval_samples_per_second": 11.055,
|
278 |
+
"eval_steps_per_second": 0.756,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.4418604651162791,
|
283 |
+
"grad_norm": 0.05198650062084198,
|
284 |
+
"learning_rate": 0.0002526315789473684,
|
285 |
+
"loss": 1.0661,
|
286 |
+
"step": 19
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.4418604651162791,
|
290 |
+
"eval_loss": 1.0791563987731934,
|
291 |
+
"eval_runtime": 10.5263,
|
292 |
+
"eval_samples_per_second": 11.115,
|
293 |
+
"eval_steps_per_second": 0.76,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.46511627906976744,
|
298 |
+
"grad_norm": 0.051451779901981354,
|
299 |
+
"learning_rate": 0.00024210526315789475,
|
300 |
+
"loss": 1.062,
|
301 |
+
"step": 20
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.46511627906976744,
|
305 |
+
"eval_loss": 1.0747723579406738,
|
306 |
+
"eval_runtime": 10.5633,
|
307 |
+
"eval_samples_per_second": 11.076,
|
308 |
+
"eval_steps_per_second": 0.757,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.4883720930232558,
|
313 |
+
"grad_norm": 0.04886360839009285,
|
314 |
+
"learning_rate": 0.00023157894736842107,
|
315 |
+
"loss": 1.0482,
|
316 |
+
"step": 21
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.4883720930232558,
|
320 |
+
"eval_loss": 1.0707547664642334,
|
321 |
+
"eval_runtime": 10.5723,
|
322 |
+
"eval_samples_per_second": 11.067,
|
323 |
+
"eval_steps_per_second": 0.757,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.5116279069767442,
|
328 |
+
"grad_norm": 0.04511698707938194,
|
329 |
+
"learning_rate": 0.0002210526315789474,
|
330 |
+
"loss": 1.0526,
|
331 |
+
"step": 22
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.5116279069767442,
|
335 |
+
"eval_loss": 1.0674015283584595,
|
336 |
+
"eval_runtime": 10.5187,
|
337 |
+
"eval_samples_per_second": 11.123,
|
338 |
+
"eval_steps_per_second": 0.761,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.5348837209302325,
|
343 |
+
"grad_norm": 0.049303531646728516,
|
344 |
+
"learning_rate": 0.0002105263157894737,
|
345 |
+
"loss": 1.0154,
|
346 |
+
"step": 23
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.5348837209302325,
|
350 |
+
"eval_loss": 1.0645886659622192,
|
351 |
+
"eval_runtime": 10.5824,
|
352 |
+
"eval_samples_per_second": 11.056,
|
353 |
+
"eval_steps_per_second": 0.756,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.5581395348837209,
|
358 |
+
"grad_norm": 0.13970467448234558,
|
359 |
+
"learning_rate": 0.0002,
|
360 |
+
"loss": 1.0336,
|
361 |
+
"step": 24
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.5581395348837209,
|
365 |
+
"eval_loss": 1.0622761249542236,
|
366 |
+
"eval_runtime": 10.5378,
|
367 |
+
"eval_samples_per_second": 11.103,
|
368 |
+
"eval_steps_per_second": 0.759,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.5813953488372093,
|
373 |
+
"grad_norm": 0.04498777911067009,
|
374 |
+
"learning_rate": 0.00018947368421052632,
|
375 |
+
"loss": 1.0727,
|
376 |
+
"step": 25
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.5813953488372093,
|
380 |
+
"eval_loss": 1.0603291988372803,
|
381 |
+
"eval_runtime": 10.5222,
|
382 |
+
"eval_samples_per_second": 11.119,
|
383 |
+
"eval_steps_per_second": 0.76,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.6046511627906976,
|
388 |
+
"grad_norm": 0.04431827366352081,
|
389 |
+
"learning_rate": 0.00017894736842105264,
|
390 |
+
"loss": 1.035,
|
391 |
+
"step": 26
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.6046511627906976,
|
395 |
+
"eval_loss": 1.0584354400634766,
|
396 |
+
"eval_runtime": 10.5855,
|
397 |
+
"eval_samples_per_second": 11.053,
|
398 |
+
"eval_steps_per_second": 0.756,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.627906976744186,
|
403 |
+
"grad_norm": 0.0488644503057003,
|
404 |
+
"learning_rate": 0.00016842105263157895,
|
405 |
+
"loss": 1.057,
|
406 |
+
"step": 27
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.627906976744186,
|
410 |
+
"eval_loss": 1.0564749240875244,
|
411 |
+
"eval_runtime": 10.5114,
|
412 |
+
"eval_samples_per_second": 11.131,
|
413 |
+
"eval_steps_per_second": 0.761,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.6511627906976745,
|
418 |
+
"grad_norm": 0.04599970951676369,
|
419 |
+
"learning_rate": 0.00015789473684210527,
|
420 |
+
"loss": 1.0386,
|
421 |
+
"step": 28
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.6511627906976745,
|
425 |
+
"eval_loss": 1.0546391010284424,
|
426 |
+
"eval_runtime": 10.536,
|
427 |
+
"eval_samples_per_second": 11.105,
|
428 |
+
"eval_steps_per_second": 0.759,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.6744186046511628,
|
433 |
+
"grad_norm": 0.04661059379577637,
|
434 |
+
"learning_rate": 0.00014736842105263158,
|
435 |
+
"loss": 1.0552,
|
436 |
+
"step": 29
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.6744186046511628,
|
440 |
+
"eval_loss": 1.0529735088348389,
|
441 |
+
"eval_runtime": 10.5645,
|
442 |
+
"eval_samples_per_second": 11.075,
|
443 |
+
"eval_steps_per_second": 0.757,
|
444 |
+
"step": 29
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.6976744186046512,
|
448 |
+
"grad_norm": 0.04191095009446144,
|
449 |
+
"learning_rate": 0.0001368421052631579,
|
450 |
+
"loss": 1.0261,
|
451 |
+
"step": 30
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6976744186046512,
|
455 |
+
"eval_loss": 1.0515702962875366,
|
456 |
+
"eval_runtime": 10.5459,
|
457 |
+
"eval_samples_per_second": 11.094,
|
458 |
+
"eval_steps_per_second": 0.759,
|
459 |
+
"step": 30
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.7209302325581395,
|
463 |
+
"grad_norm": 0.04263598471879959,
|
464 |
+
"learning_rate": 0.0001263157894736842,
|
465 |
+
"loss": 1.0265,
|
466 |
+
"step": 31
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.7209302325581395,
|
470 |
+
"eval_loss": 1.0504158735275269,
|
471 |
+
"eval_runtime": 10.5618,
|
472 |
+
"eval_samples_per_second": 11.078,
|
473 |
+
"eval_steps_per_second": 0.757,
|
474 |
+
"step": 31
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.7441860465116279,
|
478 |
+
"grad_norm": 0.043207377195358276,
|
479 |
+
"learning_rate": 0.00011578947368421053,
|
480 |
+
"loss": 1.038,
|
481 |
+
"step": 32
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.7441860465116279,
|
485 |
+
"eval_loss": 1.049385905265808,
|
486 |
+
"eval_runtime": 10.5765,
|
487 |
+
"eval_samples_per_second": 11.062,
|
488 |
+
"eval_steps_per_second": 0.756,
|
489 |
+
"step": 32
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.7674418604651163,
|
493 |
+
"grad_norm": 0.0437220074236393,
|
494 |
+
"learning_rate": 0.00010526315789473685,
|
495 |
+
"loss": 1.0456,
|
496 |
+
"step": 33
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.7674418604651163,
|
500 |
+
"eval_loss": 1.0484665632247925,
|
501 |
+
"eval_runtime": 10.6182,
|
502 |
+
"eval_samples_per_second": 11.019,
|
503 |
+
"eval_steps_per_second": 0.753,
|
504 |
+
"step": 33
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.7906976744186046,
|
508 |
+
"grad_norm": 0.04280296340584755,
|
509 |
+
"learning_rate": 9.473684210526316e-05,
|
510 |
+
"loss": 1.0339,
|
511 |
+
"step": 34
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.7906976744186046,
|
515 |
+
"eval_loss": 1.047668218612671,
|
516 |
+
"eval_runtime": 10.5375,
|
517 |
+
"eval_samples_per_second": 11.103,
|
518 |
+
"eval_steps_per_second": 0.759,
|
519 |
+
"step": 34
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.813953488372093,
|
523 |
+
"grad_norm": 0.048476554453372955,
|
524 |
+
"learning_rate": 8.421052631578948e-05,
|
525 |
+
"loss": 1.0452,
|
526 |
+
"step": 35
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 0.813953488372093,
|
530 |
+
"eval_loss": 1.0469459295272827,
|
531 |
+
"eval_runtime": 10.5569,
|
532 |
+
"eval_samples_per_second": 11.083,
|
533 |
+
"eval_steps_per_second": 0.758,
|
534 |
+
"step": 35
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.8372093023255814,
|
538 |
+
"grad_norm": 0.03983575850725174,
|
539 |
+
"learning_rate": 7.368421052631579e-05,
|
540 |
+
"loss": 1.0112,
|
541 |
+
"step": 36
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.8372093023255814,
|
545 |
+
"eval_loss": 1.0462400913238525,
|
546 |
+
"eval_runtime": 10.5644,
|
547 |
+
"eval_samples_per_second": 11.075,
|
548 |
+
"eval_steps_per_second": 0.757,
|
549 |
+
"step": 36
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.8604651162790697,
|
553 |
+
"grad_norm": 0.04240667447447777,
|
554 |
+
"learning_rate": 6.31578947368421e-05,
|
555 |
+
"loss": 1.032,
|
556 |
+
"step": 37
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.8604651162790697,
|
560 |
+
"eval_loss": 1.0456737279891968,
|
561 |
+
"eval_runtime": 10.5478,
|
562 |
+
"eval_samples_per_second": 11.092,
|
563 |
+
"eval_steps_per_second": 0.758,
|
564 |
+
"step": 37
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.8837209302325582,
|
568 |
+
"grad_norm": 0.04697669297456741,
|
569 |
+
"learning_rate": 5.2631578947368424e-05,
|
570 |
+
"loss": 1.0216,
|
571 |
+
"step": 38
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.8837209302325582,
|
575 |
+
"eval_loss": 1.0451328754425049,
|
576 |
+
"eval_runtime": 10.5909,
|
577 |
+
"eval_samples_per_second": 11.047,
|
578 |
+
"eval_steps_per_second": 0.755,
|
579 |
+
"step": 38
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.9069767441860465,
|
583 |
+
"grad_norm": 0.04411022737622261,
|
584 |
+
"learning_rate": 4.210526315789474e-05,
|
585 |
+
"loss": 1.0367,
|
586 |
+
"step": 39
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"epoch": 0.9069767441860465,
|
590 |
+
"eval_loss": 1.0447440147399902,
|
591 |
+
"eval_runtime": 10.5309,
|
592 |
+
"eval_samples_per_second": 11.11,
|
593 |
+
"eval_steps_per_second": 0.76,
|
594 |
+
"step": 39
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.9302325581395349,
|
598 |
+
"grad_norm": 0.051756396889686584,
|
599 |
+
"learning_rate": 3.157894736842105e-05,
|
600 |
+
"loss": 1.0144,
|
601 |
+
"step": 40
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.9302325581395349,
|
605 |
+
"eval_loss": 1.0443669557571411,
|
606 |
+
"eval_runtime": 10.545,
|
607 |
+
"eval_samples_per_second": 11.095,
|
608 |
+
"eval_steps_per_second": 0.759,
|
609 |
+
"step": 40
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.9534883720930233,
|
613 |
+
"grad_norm": 0.05069413781166077,
|
614 |
+
"learning_rate": 2.105263157894737e-05,
|
615 |
+
"loss": 1.0339,
|
616 |
+
"step": 41
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"epoch": 0.9534883720930233,
|
620 |
+
"eval_loss": 1.0441150665283203,
|
621 |
+
"eval_runtime": 10.5475,
|
622 |
+
"eval_samples_per_second": 11.093,
|
623 |
+
"eval_steps_per_second": 0.758,
|
624 |
+
"step": 41
|
625 |
+
},
|
626 |
+
{
|
627 |
+
"epoch": 0.9767441860465116,
|
628 |
+
"grad_norm": 0.03964732587337494,
|
629 |
+
"learning_rate": 1.0526315789473684e-05,
|
630 |
+
"loss": 1.0046,
|
631 |
+
"step": 42
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"epoch": 0.9767441860465116,
|
635 |
+
"eval_loss": 1.043948769569397,
|
636 |
+
"eval_runtime": 10.5196,
|
637 |
+
"eval_samples_per_second": 11.122,
|
638 |
+
"eval_steps_per_second": 0.76,
|
639 |
+
"step": 42
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 1.0,
|
643 |
+
"grad_norm": 0.06997141987085342,
|
644 |
+
"learning_rate": 0.0,
|
645 |
+
"loss": 1.0082,
|
646 |
+
"step": 43
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 1.0,
|
650 |
+
"eval_loss": 1.0438673496246338,
|
651 |
+
"eval_runtime": 10.5692,
|
652 |
+
"eval_samples_per_second": 11.07,
|
653 |
+
"eval_steps_per_second": 0.757,
|
654 |
+
"step": 43
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.0,
|
658 |
+
"step": 43,
|
659 |
+
"total_flos": 1.5716557095174144e+16,
|
660 |
+
"train_loss": 1.4361294785211252,
|
661 |
+
"train_runtime": 852.0177,
|
662 |
+
"train_samples_per_second": 1.592,
|
663 |
+
"train_steps_per_second": 0.05
|
664 |
+
}
|
665 |
+
],
|
666 |
+
"logging_steps": 1,
|
667 |
+
"max_steps": 43,
|
668 |
+
"num_input_tokens_seen": 0,
|
669 |
+
"num_train_epochs": 1,
|
670 |
+
"save_steps": 10,
|
671 |
+
"stateful_callbacks": {
|
672 |
+
"TrainerControl": {
|
673 |
+
"args": {
|
674 |
+
"should_epoch_stop": false,
|
675 |
+
"should_evaluate": false,
|
676 |
+
"should_log": false,
|
677 |
+
"should_save": true,
|
678 |
+
"should_training_stop": false
|
679 |
+
},
|
680 |
+
"attributes": {}
|
681 |
+
}
|
682 |
+
},
|
683 |
+
"total_flos": 1.5716557095174144e+16,
|
684 |
+
"train_batch_size": 32,
|
685 |
+
"trial_name": null,
|
686 |
+
"trial_params": null
|
687 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417a57553f0c0ac7b33f24b375a6fbd3ea5498665711fbab7f1379b01809ad0b
|
3 |
+
size 5688
|