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-30/README.md +202 -0
- checkpoint-30/adapter_config.json +31 -0
- checkpoint-30/adapter_model.safetensors +3 -0
- checkpoint-30/added_tokens.json +14 -0
- checkpoint-30/optimizer.pt +3 -0
- checkpoint-30/rng_state.pth +3 -0
- checkpoint-30/scheduler.pt +3 -0
- checkpoint-30/special_tokens_map.json +24 -0
- checkpoint-30/tokenizer.json +0 -0
- checkpoint-30/tokenizer.model +3 -0
- checkpoint-30/tokenizer_config.json +139 -0
- checkpoint-30/trainer_state.json +483 -0
- checkpoint-30/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 +597 -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 |
+
"o_proj",
|
24 |
+
"down_proj",
|
25 |
+
"qkv_proj",
|
26 |
+
"gate_up_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:27960ea85c5e90128c40979df6ebd3efcdd74246545d80e16ce4fbef244e9a60
|
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.5526673584371,
|
4 |
+
"train_runtime": 758.4004,
|
5 |
+
"train_samples_per_second": 1.552,
|
6 |
+
"train_steps_per_second": 0.049
|
7 |
+
}
|
checkpoint-30/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-30/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 |
+
"o_proj",
|
24 |
+
"down_proj",
|
25 |
+
"qkv_proj",
|
26 |
+
"gate_up_proj"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
checkpoint-30/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b9b4bfd5a8abb85e5184513e75547c6bcfc885e2b1e86b8f601eda4dc317984
|
3 |
+
size 201361312
|
checkpoint-30/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-30/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:216b12dc5b9a6ceb61dd6218a185077907c9e85f9da126f27314b2627cabebdb
|
3 |
+
size 402807738
|
checkpoint-30/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eac44814ffb9482f32f7d108b872e0833cd2a3012223ddc96b39b2e8d64c66a1
|
3 |
+
size 14180
|
checkpoint-30/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67cc9e39e8feea09990024036c87a4ead2c2c013e11c9bfefa2b47eab30caf86
|
3 |
+
size 1064
|
checkpoint-30/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-30/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-30/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-30/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-30/trainer_state.json
ADDED
@@ -0,0 +1,483 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.6244161128997803,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-06-11_10-58-33/checkpoint-30",
|
4 |
+
"epoch": 0.8108108108108109,
|
5 |
+
"eval_steps": 1,
|
6 |
+
"global_step": 30,
|
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.02702702702702703,
|
13 |
+
"grad_norm": 3.2274646759033203,
|
14 |
+
"learning_rate": 0.0001,
|
15 |
+
"loss": 5.7374,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.02702702702702703,
|
20 |
+
"eval_loss": 5.6431050300598145,
|
21 |
+
"eval_runtime": 10.9746,
|
22 |
+
"eval_samples_per_second": 11.299,
|
23 |
+
"eval_steps_per_second": 0.729,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05405405405405406,
|
28 |
+
"grad_norm": 3.1417839527130127,
|
29 |
+
"learning_rate": 0.0002,
|
30 |
+
"loss": 5.6423,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.05405405405405406,
|
35 |
+
"eval_loss": 5.1099138259887695,
|
36 |
+
"eval_runtime": 11.0219,
|
37 |
+
"eval_samples_per_second": 11.25,
|
38 |
+
"eval_steps_per_second": 0.726,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.08108108108108109,
|
43 |
+
"grad_norm": 3.1990153789520264,
|
44 |
+
"learning_rate": 0.00030000000000000003,
|
45 |
+
"loss": 5.0948,
|
46 |
+
"step": 3
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.08108108108108109,
|
50 |
+
"eval_loss": 3.559605836868286,
|
51 |
+
"eval_runtime": 11.0991,
|
52 |
+
"eval_samples_per_second": 11.172,
|
53 |
+
"eval_steps_per_second": 0.721,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.10810810810810811,
|
58 |
+
"grad_norm": 3.2903366088867188,
|
59 |
+
"learning_rate": 0.0004,
|
60 |
+
"loss": 3.4375,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.10810810810810811,
|
65 |
+
"eval_loss": 2.3610196113586426,
|
66 |
+
"eval_runtime": 11.0573,
|
67 |
+
"eval_samples_per_second": 11.214,
|
68 |
+
"eval_steps_per_second": 0.724,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.13513513513513514,
|
73 |
+
"grad_norm": 1.878879189491272,
|
74 |
+
"learning_rate": 0.0003878787878787879,
|
75 |
+
"loss": 2.2693,
|
76 |
+
"step": 5
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.13513513513513514,
|
80 |
+
"eval_loss": 1.8543975353240967,
|
81 |
+
"eval_runtime": 11.1541,
|
82 |
+
"eval_samples_per_second": 11.117,
|
83 |
+
"eval_steps_per_second": 0.717,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.16216216216216217,
|
88 |
+
"grad_norm": 1.2040495872497559,
|
89 |
+
"learning_rate": 0.0003757575757575758,
|
90 |
+
"loss": 1.7546,
|
91 |
+
"step": 6
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.16216216216216217,
|
95 |
+
"eval_loss": 1.7222554683685303,
|
96 |
+
"eval_runtime": 11.0742,
|
97 |
+
"eval_samples_per_second": 11.197,
|
98 |
+
"eval_steps_per_second": 0.722,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.1891891891891892,
|
103 |
+
"grad_norm": 1.080614447593689,
|
104 |
+
"learning_rate": 0.00036363636363636367,
|
105 |
+
"loss": 1.6633,
|
106 |
+
"step": 7
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.1891891891891892,
|
110 |
+
"eval_loss": 1.610931158065796,
|
111 |
+
"eval_runtime": 11.0872,
|
112 |
+
"eval_samples_per_second": 11.184,
|
113 |
+
"eval_steps_per_second": 0.722,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.21621621621621623,
|
118 |
+
"grad_norm": 0.28874385356903076,
|
119 |
+
"learning_rate": 0.00035151515151515155,
|
120 |
+
"loss": 1.5122,
|
121 |
+
"step": 8
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.21621621621621623,
|
125 |
+
"eval_loss": 1.5804481506347656,
|
126 |
+
"eval_runtime": 11.053,
|
127 |
+
"eval_samples_per_second": 11.219,
|
128 |
+
"eval_steps_per_second": 0.724,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.24324324324324326,
|
133 |
+
"grad_norm": 0.32991790771484375,
|
134 |
+
"learning_rate": 0.00033939393939393943,
|
135 |
+
"loss": 1.4316,
|
136 |
+
"step": 9
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.24324324324324326,
|
140 |
+
"eval_loss": 1.5746935606002808,
|
141 |
+
"eval_runtime": 11.152,
|
142 |
+
"eval_samples_per_second": 11.119,
|
143 |
+
"eval_steps_per_second": 0.717,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.2702702702702703,
|
148 |
+
"grad_norm": 0.5137693285942078,
|
149 |
+
"learning_rate": 0.0003272727272727273,
|
150 |
+
"loss": 1.3161,
|
151 |
+
"step": 10
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.2702702702702703,
|
155 |
+
"eval_loss": 1.651396632194519,
|
156 |
+
"eval_runtime": 11.1562,
|
157 |
+
"eval_samples_per_second": 11.115,
|
158 |
+
"eval_steps_per_second": 0.717,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2972972972972973,
|
163 |
+
"grad_norm": 0.25246673822402954,
|
164 |
+
"learning_rate": 0.00031515151515151515,
|
165 |
+
"loss": 1.207,
|
166 |
+
"step": 11
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.2972972972972973,
|
170 |
+
"eval_loss": 1.7246230840682983,
|
171 |
+
"eval_runtime": 11.1298,
|
172 |
+
"eval_samples_per_second": 11.141,
|
173 |
+
"eval_steps_per_second": 0.719,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.32432432432432434,
|
178 |
+
"grad_norm": 0.2032381296157837,
|
179 |
+
"learning_rate": 0.00030303030303030303,
|
180 |
+
"loss": 1.158,
|
181 |
+
"step": 12
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.32432432432432434,
|
185 |
+
"eval_loss": 1.7255425453186035,
|
186 |
+
"eval_runtime": 11.0733,
|
187 |
+
"eval_samples_per_second": 11.198,
|
188 |
+
"eval_steps_per_second": 0.722,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.35135135135135137,
|
193 |
+
"grad_norm": 0.2133413404226303,
|
194 |
+
"learning_rate": 0.0002909090909090909,
|
195 |
+
"loss": 1.1137,
|
196 |
+
"step": 13
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.35135135135135137,
|
200 |
+
"eval_loss": 1.6880252361297607,
|
201 |
+
"eval_runtime": 11.2007,
|
202 |
+
"eval_samples_per_second": 11.071,
|
203 |
+
"eval_steps_per_second": 0.714,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.3783783783783784,
|
208 |
+
"grad_norm": 0.20175401866436005,
|
209 |
+
"learning_rate": 0.0002787878787878788,
|
210 |
+
"loss": 1.1059,
|
211 |
+
"step": 14
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.3783783783783784,
|
215 |
+
"eval_loss": 1.6500831842422485,
|
216 |
+
"eval_runtime": 11.1367,
|
217 |
+
"eval_samples_per_second": 11.134,
|
218 |
+
"eval_steps_per_second": 0.718,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.40540540540540543,
|
223 |
+
"grad_norm": 0.22595511376857758,
|
224 |
+
"learning_rate": 0.0002666666666666667,
|
225 |
+
"loss": 1.0483,
|
226 |
+
"step": 15
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.40540540540540543,
|
230 |
+
"eval_loss": 1.6288588047027588,
|
231 |
+
"eval_runtime": 11.1914,
|
232 |
+
"eval_samples_per_second": 11.08,
|
233 |
+
"eval_steps_per_second": 0.715,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.43243243243243246,
|
238 |
+
"grad_norm": 0.17468485236167908,
|
239 |
+
"learning_rate": 0.00025454545454545456,
|
240 |
+
"loss": 1.0584,
|
241 |
+
"step": 16
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.43243243243243246,
|
245 |
+
"eval_loss": 1.6247642040252686,
|
246 |
+
"eval_runtime": 11.1035,
|
247 |
+
"eval_samples_per_second": 11.168,
|
248 |
+
"eval_steps_per_second": 0.72,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.4594594594594595,
|
253 |
+
"grad_norm": 0.1654416024684906,
|
254 |
+
"learning_rate": 0.00024242424242424245,
|
255 |
+
"loss": 1.0402,
|
256 |
+
"step": 17
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.4594594594594595,
|
260 |
+
"eval_loss": 1.6316722631454468,
|
261 |
+
"eval_runtime": 11.2065,
|
262 |
+
"eval_samples_per_second": 11.065,
|
263 |
+
"eval_steps_per_second": 0.714,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.4864864864864865,
|
268 |
+
"grad_norm": 0.10361829400062561,
|
269 |
+
"learning_rate": 0.00023030303030303033,
|
270 |
+
"loss": 1.0301,
|
271 |
+
"step": 18
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.4864864864864865,
|
275 |
+
"eval_loss": 1.6415338516235352,
|
276 |
+
"eval_runtime": 11.18,
|
277 |
+
"eval_samples_per_second": 11.091,
|
278 |
+
"eval_steps_per_second": 0.716,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.5135135135135135,
|
283 |
+
"grad_norm": 0.09156349301338196,
|
284 |
+
"learning_rate": 0.00021818181818181818,
|
285 |
+
"loss": 1.0183,
|
286 |
+
"step": 19
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.5135135135135135,
|
290 |
+
"eval_loss": 1.6544169187545776,
|
291 |
+
"eval_runtime": 11.1626,
|
292 |
+
"eval_samples_per_second": 11.109,
|
293 |
+
"eval_steps_per_second": 0.717,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.5405405405405406,
|
298 |
+
"grad_norm": 0.087005615234375,
|
299 |
+
"learning_rate": 0.00020606060606060607,
|
300 |
+
"loss": 1.028,
|
301 |
+
"step": 20
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.5405405405405406,
|
305 |
+
"eval_loss": 1.6620415449142456,
|
306 |
+
"eval_runtime": 11.2393,
|
307 |
+
"eval_samples_per_second": 11.033,
|
308 |
+
"eval_steps_per_second": 0.712,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.5675675675675675,
|
313 |
+
"grad_norm": 0.09235216677188873,
|
314 |
+
"learning_rate": 0.00019393939393939395,
|
315 |
+
"loss": 0.9825,
|
316 |
+
"step": 21
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.5675675675675675,
|
320 |
+
"eval_loss": 1.6642476320266724,
|
321 |
+
"eval_runtime": 11.2278,
|
322 |
+
"eval_samples_per_second": 11.044,
|
323 |
+
"eval_steps_per_second": 0.713,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.5945945945945946,
|
328 |
+
"grad_norm": 0.0915454775094986,
|
329 |
+
"learning_rate": 0.00018181818181818183,
|
330 |
+
"loss": 0.9991,
|
331 |
+
"step": 22
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.5945945945945946,
|
335 |
+
"eval_loss": 1.6625572443008423,
|
336 |
+
"eval_runtime": 11.1424,
|
337 |
+
"eval_samples_per_second": 11.129,
|
338 |
+
"eval_steps_per_second": 0.718,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.6216216216216216,
|
343 |
+
"grad_norm": 0.09213992953300476,
|
344 |
+
"learning_rate": 0.00016969696969696972,
|
345 |
+
"loss": 1.0211,
|
346 |
+
"step": 23
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.6216216216216216,
|
350 |
+
"eval_loss": 1.6593235731124878,
|
351 |
+
"eval_runtime": 11.1978,
|
352 |
+
"eval_samples_per_second": 11.074,
|
353 |
+
"eval_steps_per_second": 0.714,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.6486486486486487,
|
358 |
+
"grad_norm": 0.0854020044207573,
|
359 |
+
"learning_rate": 0.00015757575757575757,
|
360 |
+
"loss": 1.0291,
|
361 |
+
"step": 24
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.6486486486486487,
|
365 |
+
"eval_loss": 1.6526458263397217,
|
366 |
+
"eval_runtime": 11.2323,
|
367 |
+
"eval_samples_per_second": 11.04,
|
368 |
+
"eval_steps_per_second": 0.712,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.6756756756756757,
|
373 |
+
"grad_norm": 0.08045388758182526,
|
374 |
+
"learning_rate": 0.00014545454545454546,
|
375 |
+
"loss": 0.9887,
|
376 |
+
"step": 25
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.6756756756756757,
|
380 |
+
"eval_loss": 1.6451815366744995,
|
381 |
+
"eval_runtime": 11.1905,
|
382 |
+
"eval_samples_per_second": 11.081,
|
383 |
+
"eval_steps_per_second": 0.715,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.7027027027027027,
|
388 |
+
"grad_norm": 0.07576093822717667,
|
389 |
+
"learning_rate": 0.00013333333333333334,
|
390 |
+
"loss": 1.0044,
|
391 |
+
"step": 26
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.7027027027027027,
|
395 |
+
"eval_loss": 1.6377238035202026,
|
396 |
+
"eval_runtime": 11.1714,
|
397 |
+
"eval_samples_per_second": 11.1,
|
398 |
+
"eval_steps_per_second": 0.716,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.7297297297297297,
|
403 |
+
"grad_norm": 0.07311829924583435,
|
404 |
+
"learning_rate": 0.00012121212121212122,
|
405 |
+
"loss": 0.9772,
|
406 |
+
"step": 27
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.7297297297297297,
|
410 |
+
"eval_loss": 1.6314424276351929,
|
411 |
+
"eval_runtime": 11.1489,
|
412 |
+
"eval_samples_per_second": 11.122,
|
413 |
+
"eval_steps_per_second": 0.718,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.7567567567567568,
|
418 |
+
"grad_norm": 0.07776332646608353,
|
419 |
+
"learning_rate": 0.00010909090909090909,
|
420 |
+
"loss": 0.9902,
|
421 |
+
"step": 28
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.7567567567567568,
|
425 |
+
"eval_loss": 1.625641942024231,
|
426 |
+
"eval_runtime": 11.1261,
|
427 |
+
"eval_samples_per_second": 11.145,
|
428 |
+
"eval_steps_per_second": 0.719,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.7837837837837838,
|
433 |
+
"grad_norm": 0.07536856085062027,
|
434 |
+
"learning_rate": 9.696969696969698e-05,
|
435 |
+
"loss": 0.9902,
|
436 |
+
"step": 29
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.7837837837837838,
|
440 |
+
"eval_loss": 1.6233930587768555,
|
441 |
+
"eval_runtime": 11.1754,
|
442 |
+
"eval_samples_per_second": 11.096,
|
443 |
+
"eval_steps_per_second": 0.716,
|
444 |
+
"step": 29
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.8108108108108109,
|
448 |
+
"grad_norm": 0.07941398024559021,
|
449 |
+
"learning_rate": 8.484848484848486e-05,
|
450 |
+
"loss": 0.9784,
|
451 |
+
"step": 30
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.8108108108108109,
|
455 |
+
"eval_loss": 1.6244161128997803,
|
456 |
+
"eval_runtime": 11.2511,
|
457 |
+
"eval_samples_per_second": 11.021,
|
458 |
+
"eval_steps_per_second": 0.711,
|
459 |
+
"step": 30
|
460 |
+
}
|
461 |
+
],
|
462 |
+
"logging_steps": 1,
|
463 |
+
"max_steps": 37,
|
464 |
+
"num_input_tokens_seen": 0,
|
465 |
+
"num_train_epochs": 1,
|
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": false
|
475 |
+
},
|
476 |
+
"attributes": {}
|
477 |
+
}
|
478 |
+
},
|
479 |
+
"total_flos": 1.112676608507904e+16,
|
480 |
+
"train_batch_size": 32,
|
481 |
+
"trial_name": null,
|
482 |
+
"trial_params": null
|
483 |
+
}
|
checkpoint-30/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb3142b18989e7c2d16024033b2170dd8aada190fd9a38b7a18b5251cf944dde
|
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.5526673584371,
|
4 |
+
"train_runtime": 758.4004,
|
5 |
+
"train_samples_per_second": 1.552,
|
6 |
+
"train_steps_per_second": 0.049
|
7 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,597 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.6244161128997803,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-06-11_10-58-33/checkpoint-30",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 1,
|
6 |
+
"global_step": 37,
|
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.02702702702702703,
|
13 |
+
"grad_norm": 3.2274646759033203,
|
14 |
+
"learning_rate": 0.0001,
|
15 |
+
"loss": 5.7374,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.02702702702702703,
|
20 |
+
"eval_loss": 5.6431050300598145,
|
21 |
+
"eval_runtime": 10.9746,
|
22 |
+
"eval_samples_per_second": 11.299,
|
23 |
+
"eval_steps_per_second": 0.729,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05405405405405406,
|
28 |
+
"grad_norm": 3.1417839527130127,
|
29 |
+
"learning_rate": 0.0002,
|
30 |
+
"loss": 5.6423,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.05405405405405406,
|
35 |
+
"eval_loss": 5.1099138259887695,
|
36 |
+
"eval_runtime": 11.0219,
|
37 |
+
"eval_samples_per_second": 11.25,
|
38 |
+
"eval_steps_per_second": 0.726,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.08108108108108109,
|
43 |
+
"grad_norm": 3.1990153789520264,
|
44 |
+
"learning_rate": 0.00030000000000000003,
|
45 |
+
"loss": 5.0948,
|
46 |
+
"step": 3
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.08108108108108109,
|
50 |
+
"eval_loss": 3.559605836868286,
|
51 |
+
"eval_runtime": 11.0991,
|
52 |
+
"eval_samples_per_second": 11.172,
|
53 |
+
"eval_steps_per_second": 0.721,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.10810810810810811,
|
58 |
+
"grad_norm": 3.2903366088867188,
|
59 |
+
"learning_rate": 0.0004,
|
60 |
+
"loss": 3.4375,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.10810810810810811,
|
65 |
+
"eval_loss": 2.3610196113586426,
|
66 |
+
"eval_runtime": 11.0573,
|
67 |
+
"eval_samples_per_second": 11.214,
|
68 |
+
"eval_steps_per_second": 0.724,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.13513513513513514,
|
73 |
+
"grad_norm": 1.878879189491272,
|
74 |
+
"learning_rate": 0.0003878787878787879,
|
75 |
+
"loss": 2.2693,
|
76 |
+
"step": 5
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.13513513513513514,
|
80 |
+
"eval_loss": 1.8543975353240967,
|
81 |
+
"eval_runtime": 11.1541,
|
82 |
+
"eval_samples_per_second": 11.117,
|
83 |
+
"eval_steps_per_second": 0.717,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.16216216216216217,
|
88 |
+
"grad_norm": 1.2040495872497559,
|
89 |
+
"learning_rate": 0.0003757575757575758,
|
90 |
+
"loss": 1.7546,
|
91 |
+
"step": 6
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.16216216216216217,
|
95 |
+
"eval_loss": 1.7222554683685303,
|
96 |
+
"eval_runtime": 11.0742,
|
97 |
+
"eval_samples_per_second": 11.197,
|
98 |
+
"eval_steps_per_second": 0.722,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.1891891891891892,
|
103 |
+
"grad_norm": 1.080614447593689,
|
104 |
+
"learning_rate": 0.00036363636363636367,
|
105 |
+
"loss": 1.6633,
|
106 |
+
"step": 7
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.1891891891891892,
|
110 |
+
"eval_loss": 1.610931158065796,
|
111 |
+
"eval_runtime": 11.0872,
|
112 |
+
"eval_samples_per_second": 11.184,
|
113 |
+
"eval_steps_per_second": 0.722,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.21621621621621623,
|
118 |
+
"grad_norm": 0.28874385356903076,
|
119 |
+
"learning_rate": 0.00035151515151515155,
|
120 |
+
"loss": 1.5122,
|
121 |
+
"step": 8
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.21621621621621623,
|
125 |
+
"eval_loss": 1.5804481506347656,
|
126 |
+
"eval_runtime": 11.053,
|
127 |
+
"eval_samples_per_second": 11.219,
|
128 |
+
"eval_steps_per_second": 0.724,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.24324324324324326,
|
133 |
+
"grad_norm": 0.32991790771484375,
|
134 |
+
"learning_rate": 0.00033939393939393943,
|
135 |
+
"loss": 1.4316,
|
136 |
+
"step": 9
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.24324324324324326,
|
140 |
+
"eval_loss": 1.5746935606002808,
|
141 |
+
"eval_runtime": 11.152,
|
142 |
+
"eval_samples_per_second": 11.119,
|
143 |
+
"eval_steps_per_second": 0.717,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.2702702702702703,
|
148 |
+
"grad_norm": 0.5137693285942078,
|
149 |
+
"learning_rate": 0.0003272727272727273,
|
150 |
+
"loss": 1.3161,
|
151 |
+
"step": 10
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.2702702702702703,
|
155 |
+
"eval_loss": 1.651396632194519,
|
156 |
+
"eval_runtime": 11.1562,
|
157 |
+
"eval_samples_per_second": 11.115,
|
158 |
+
"eval_steps_per_second": 0.717,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2972972972972973,
|
163 |
+
"grad_norm": 0.25246673822402954,
|
164 |
+
"learning_rate": 0.00031515151515151515,
|
165 |
+
"loss": 1.207,
|
166 |
+
"step": 11
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.2972972972972973,
|
170 |
+
"eval_loss": 1.7246230840682983,
|
171 |
+
"eval_runtime": 11.1298,
|
172 |
+
"eval_samples_per_second": 11.141,
|
173 |
+
"eval_steps_per_second": 0.719,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.32432432432432434,
|
178 |
+
"grad_norm": 0.2032381296157837,
|
179 |
+
"learning_rate": 0.00030303030303030303,
|
180 |
+
"loss": 1.158,
|
181 |
+
"step": 12
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.32432432432432434,
|
185 |
+
"eval_loss": 1.7255425453186035,
|
186 |
+
"eval_runtime": 11.0733,
|
187 |
+
"eval_samples_per_second": 11.198,
|
188 |
+
"eval_steps_per_second": 0.722,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.35135135135135137,
|
193 |
+
"grad_norm": 0.2133413404226303,
|
194 |
+
"learning_rate": 0.0002909090909090909,
|
195 |
+
"loss": 1.1137,
|
196 |
+
"step": 13
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.35135135135135137,
|
200 |
+
"eval_loss": 1.6880252361297607,
|
201 |
+
"eval_runtime": 11.2007,
|
202 |
+
"eval_samples_per_second": 11.071,
|
203 |
+
"eval_steps_per_second": 0.714,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.3783783783783784,
|
208 |
+
"grad_norm": 0.20175401866436005,
|
209 |
+
"learning_rate": 0.0002787878787878788,
|
210 |
+
"loss": 1.1059,
|
211 |
+
"step": 14
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.3783783783783784,
|
215 |
+
"eval_loss": 1.6500831842422485,
|
216 |
+
"eval_runtime": 11.1367,
|
217 |
+
"eval_samples_per_second": 11.134,
|
218 |
+
"eval_steps_per_second": 0.718,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.40540540540540543,
|
223 |
+
"grad_norm": 0.22595511376857758,
|
224 |
+
"learning_rate": 0.0002666666666666667,
|
225 |
+
"loss": 1.0483,
|
226 |
+
"step": 15
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.40540540540540543,
|
230 |
+
"eval_loss": 1.6288588047027588,
|
231 |
+
"eval_runtime": 11.1914,
|
232 |
+
"eval_samples_per_second": 11.08,
|
233 |
+
"eval_steps_per_second": 0.715,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.43243243243243246,
|
238 |
+
"grad_norm": 0.17468485236167908,
|
239 |
+
"learning_rate": 0.00025454545454545456,
|
240 |
+
"loss": 1.0584,
|
241 |
+
"step": 16
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.43243243243243246,
|
245 |
+
"eval_loss": 1.6247642040252686,
|
246 |
+
"eval_runtime": 11.1035,
|
247 |
+
"eval_samples_per_second": 11.168,
|
248 |
+
"eval_steps_per_second": 0.72,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.4594594594594595,
|
253 |
+
"grad_norm": 0.1654416024684906,
|
254 |
+
"learning_rate": 0.00024242424242424245,
|
255 |
+
"loss": 1.0402,
|
256 |
+
"step": 17
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.4594594594594595,
|
260 |
+
"eval_loss": 1.6316722631454468,
|
261 |
+
"eval_runtime": 11.2065,
|
262 |
+
"eval_samples_per_second": 11.065,
|
263 |
+
"eval_steps_per_second": 0.714,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.4864864864864865,
|
268 |
+
"grad_norm": 0.10361829400062561,
|
269 |
+
"learning_rate": 0.00023030303030303033,
|
270 |
+
"loss": 1.0301,
|
271 |
+
"step": 18
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.4864864864864865,
|
275 |
+
"eval_loss": 1.6415338516235352,
|
276 |
+
"eval_runtime": 11.18,
|
277 |
+
"eval_samples_per_second": 11.091,
|
278 |
+
"eval_steps_per_second": 0.716,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.5135135135135135,
|
283 |
+
"grad_norm": 0.09156349301338196,
|
284 |
+
"learning_rate": 0.00021818181818181818,
|
285 |
+
"loss": 1.0183,
|
286 |
+
"step": 19
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.5135135135135135,
|
290 |
+
"eval_loss": 1.6544169187545776,
|
291 |
+
"eval_runtime": 11.1626,
|
292 |
+
"eval_samples_per_second": 11.109,
|
293 |
+
"eval_steps_per_second": 0.717,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.5405405405405406,
|
298 |
+
"grad_norm": 0.087005615234375,
|
299 |
+
"learning_rate": 0.00020606060606060607,
|
300 |
+
"loss": 1.028,
|
301 |
+
"step": 20
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.5405405405405406,
|
305 |
+
"eval_loss": 1.6620415449142456,
|
306 |
+
"eval_runtime": 11.2393,
|
307 |
+
"eval_samples_per_second": 11.033,
|
308 |
+
"eval_steps_per_second": 0.712,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.5675675675675675,
|
313 |
+
"grad_norm": 0.09235216677188873,
|
314 |
+
"learning_rate": 0.00019393939393939395,
|
315 |
+
"loss": 0.9825,
|
316 |
+
"step": 21
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.5675675675675675,
|
320 |
+
"eval_loss": 1.6642476320266724,
|
321 |
+
"eval_runtime": 11.2278,
|
322 |
+
"eval_samples_per_second": 11.044,
|
323 |
+
"eval_steps_per_second": 0.713,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.5945945945945946,
|
328 |
+
"grad_norm": 0.0915454775094986,
|
329 |
+
"learning_rate": 0.00018181818181818183,
|
330 |
+
"loss": 0.9991,
|
331 |
+
"step": 22
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.5945945945945946,
|
335 |
+
"eval_loss": 1.6625572443008423,
|
336 |
+
"eval_runtime": 11.1424,
|
337 |
+
"eval_samples_per_second": 11.129,
|
338 |
+
"eval_steps_per_second": 0.718,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.6216216216216216,
|
343 |
+
"grad_norm": 0.09213992953300476,
|
344 |
+
"learning_rate": 0.00016969696969696972,
|
345 |
+
"loss": 1.0211,
|
346 |
+
"step": 23
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.6216216216216216,
|
350 |
+
"eval_loss": 1.6593235731124878,
|
351 |
+
"eval_runtime": 11.1978,
|
352 |
+
"eval_samples_per_second": 11.074,
|
353 |
+
"eval_steps_per_second": 0.714,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.6486486486486487,
|
358 |
+
"grad_norm": 0.0854020044207573,
|
359 |
+
"learning_rate": 0.00015757575757575757,
|
360 |
+
"loss": 1.0291,
|
361 |
+
"step": 24
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.6486486486486487,
|
365 |
+
"eval_loss": 1.6526458263397217,
|
366 |
+
"eval_runtime": 11.2323,
|
367 |
+
"eval_samples_per_second": 11.04,
|
368 |
+
"eval_steps_per_second": 0.712,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.6756756756756757,
|
373 |
+
"grad_norm": 0.08045388758182526,
|
374 |
+
"learning_rate": 0.00014545454545454546,
|
375 |
+
"loss": 0.9887,
|
376 |
+
"step": 25
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.6756756756756757,
|
380 |
+
"eval_loss": 1.6451815366744995,
|
381 |
+
"eval_runtime": 11.1905,
|
382 |
+
"eval_samples_per_second": 11.081,
|
383 |
+
"eval_steps_per_second": 0.715,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.7027027027027027,
|
388 |
+
"grad_norm": 0.07576093822717667,
|
389 |
+
"learning_rate": 0.00013333333333333334,
|
390 |
+
"loss": 1.0044,
|
391 |
+
"step": 26
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.7027027027027027,
|
395 |
+
"eval_loss": 1.6377238035202026,
|
396 |
+
"eval_runtime": 11.1714,
|
397 |
+
"eval_samples_per_second": 11.1,
|
398 |
+
"eval_steps_per_second": 0.716,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.7297297297297297,
|
403 |
+
"grad_norm": 0.07311829924583435,
|
404 |
+
"learning_rate": 0.00012121212121212122,
|
405 |
+
"loss": 0.9772,
|
406 |
+
"step": 27
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.7297297297297297,
|
410 |
+
"eval_loss": 1.6314424276351929,
|
411 |
+
"eval_runtime": 11.1489,
|
412 |
+
"eval_samples_per_second": 11.122,
|
413 |
+
"eval_steps_per_second": 0.718,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.7567567567567568,
|
418 |
+
"grad_norm": 0.07776332646608353,
|
419 |
+
"learning_rate": 0.00010909090909090909,
|
420 |
+
"loss": 0.9902,
|
421 |
+
"step": 28
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.7567567567567568,
|
425 |
+
"eval_loss": 1.625641942024231,
|
426 |
+
"eval_runtime": 11.1261,
|
427 |
+
"eval_samples_per_second": 11.145,
|
428 |
+
"eval_steps_per_second": 0.719,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.7837837837837838,
|
433 |
+
"grad_norm": 0.07536856085062027,
|
434 |
+
"learning_rate": 9.696969696969698e-05,
|
435 |
+
"loss": 0.9902,
|
436 |
+
"step": 29
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.7837837837837838,
|
440 |
+
"eval_loss": 1.6233930587768555,
|
441 |
+
"eval_runtime": 11.1754,
|
442 |
+
"eval_samples_per_second": 11.096,
|
443 |
+
"eval_steps_per_second": 0.716,
|
444 |
+
"step": 29
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.8108108108108109,
|
448 |
+
"grad_norm": 0.07941398024559021,
|
449 |
+
"learning_rate": 8.484848484848486e-05,
|
450 |
+
"loss": 0.9784,
|
451 |
+
"step": 30
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.8108108108108109,
|
455 |
+
"eval_loss": 1.6244161128997803,
|
456 |
+
"eval_runtime": 11.2511,
|
457 |
+
"eval_samples_per_second": 11.021,
|
458 |
+
"eval_steps_per_second": 0.711,
|
459 |
+
"step": 30
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.8378378378378378,
|
463 |
+
"grad_norm": 0.07617861032485962,
|
464 |
+
"learning_rate": 7.272727272727273e-05,
|
465 |
+
"loss": 1.0064,
|
466 |
+
"step": 31
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.8378378378378378,
|
470 |
+
"eval_loss": 1.62636399269104,
|
471 |
+
"eval_runtime": 11.1098,
|
472 |
+
"eval_samples_per_second": 11.161,
|
473 |
+
"eval_steps_per_second": 0.72,
|
474 |
+
"step": 31
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.8648648648648649,
|
478 |
+
"grad_norm": 0.06959453225135803,
|
479 |
+
"learning_rate": 6.060606060606061e-05,
|
480 |
+
"loss": 0.9764,
|
481 |
+
"step": 32
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.8648648648648649,
|
485 |
+
"eval_loss": 1.6286530494689941,
|
486 |
+
"eval_runtime": 11.2497,
|
487 |
+
"eval_samples_per_second": 11.023,
|
488 |
+
"eval_steps_per_second": 0.711,
|
489 |
+
"step": 32
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.8918918918918919,
|
493 |
+
"grad_norm": 0.07171300053596497,
|
494 |
+
"learning_rate": 4.848484848484849e-05,
|
495 |
+
"loss": 0.9921,
|
496 |
+
"step": 33
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.8918918918918919,
|
500 |
+
"eval_loss": 1.630918264389038,
|
501 |
+
"eval_runtime": 11.1794,
|
502 |
+
"eval_samples_per_second": 11.092,
|
503 |
+
"eval_steps_per_second": 0.716,
|
504 |
+
"step": 33
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.918918918918919,
|
508 |
+
"grad_norm": 0.07644116133451462,
|
509 |
+
"learning_rate": 3.6363636363636364e-05,
|
510 |
+
"loss": 0.9716,
|
511 |
+
"step": 34
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.918918918918919,
|
515 |
+
"eval_loss": 1.63330078125,
|
516 |
+
"eval_runtime": 11.1352,
|
517 |
+
"eval_samples_per_second": 11.136,
|
518 |
+
"eval_steps_per_second": 0.718,
|
519 |
+
"step": 34
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.9459459459459459,
|
523 |
+
"grad_norm": 0.07242273539304733,
|
524 |
+
"learning_rate": 2.4242424242424244e-05,
|
525 |
+
"loss": 0.9781,
|
526 |
+
"step": 35
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 0.9459459459459459,
|
530 |
+
"eval_loss": 1.634429931640625,
|
531 |
+
"eval_runtime": 11.203,
|
532 |
+
"eval_samples_per_second": 11.069,
|
533 |
+
"eval_steps_per_second": 0.714,
|
534 |
+
"step": 35
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.972972972972973,
|
538 |
+
"grad_norm": 0.069486603140831,
|
539 |
+
"learning_rate": 1.2121212121212122e-05,
|
540 |
+
"loss": 0.9592,
|
541 |
+
"step": 36
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.972972972972973,
|
545 |
+
"eval_loss": 1.6349563598632812,
|
546 |
+
"eval_runtime": 11.1077,
|
547 |
+
"eval_samples_per_second": 11.163,
|
548 |
+
"eval_steps_per_second": 0.72,
|
549 |
+
"step": 36
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.0,
|
553 |
+
"grad_norm": 0.07558272778987885,
|
554 |
+
"learning_rate": 0.0,
|
555 |
+
"loss": 0.9368,
|
556 |
+
"step": 37
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.0,
|
560 |
+
"eval_loss": 1.6352812051773071,
|
561 |
+
"eval_runtime": 11.1164,
|
562 |
+
"eval_samples_per_second": 11.155,
|
563 |
+
"eval_steps_per_second": 0.72,
|
564 |
+
"step": 37
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 1.0,
|
568 |
+
"step": 37,
|
569 |
+
"total_flos": 1.3641878835560448e+16,
|
570 |
+
"train_loss": 1.5526673584371,
|
571 |
+
"train_runtime": 758.4004,
|
572 |
+
"train_samples_per_second": 1.552,
|
573 |
+
"train_steps_per_second": 0.049
|
574 |
+
}
|
575 |
+
],
|
576 |
+
"logging_steps": 1,
|
577 |
+
"max_steps": 37,
|
578 |
+
"num_input_tokens_seen": 0,
|
579 |
+
"num_train_epochs": 1,
|
580 |
+
"save_steps": 10,
|
581 |
+
"stateful_callbacks": {
|
582 |
+
"TrainerControl": {
|
583 |
+
"args": {
|
584 |
+
"should_epoch_stop": false,
|
585 |
+
"should_evaluate": false,
|
586 |
+
"should_log": false,
|
587 |
+
"should_save": true,
|
588 |
+
"should_training_stop": false
|
589 |
+
},
|
590 |
+
"attributes": {}
|
591 |
+
}
|
592 |
+
},
|
593 |
+
"total_flos": 1.3641878835560448e+16,
|
594 |
+
"train_batch_size": 32,
|
595 |
+
"trial_name": null,
|
596 |
+
"trial_params": null
|
597 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb3142b18989e7c2d16024033b2170dd8aada190fd9a38b7a18b5251cf944dde
|
3 |
+
size 5688
|