Upload folder using huggingface_hub
Browse files- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +13 -0
- all_results.json +7 -0
- checkpoint-40/README.md +202 -0
- checkpoint-40/adapter_config.json +34 -0
- checkpoint-40/adapter_model.safetensors +3 -0
- checkpoint-40/added_tokens.json +13 -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 +130 -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 +130 -0
- train_results.json +7 -0
- trainer_state.json +777 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
|
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,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
|
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,
|
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": "unsloth",
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": true
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9fc24833fa97c6a62a82c979a9c5c0406c32dab5389a00f918214c61f6a6a1a
|
3 |
+
size 239135488
|
added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.1717130614786733,
|
4 |
+
"train_runtime": 1068.0664,
|
5 |
+
"train_samples_per_second": 1.444,
|
6 |
+
"train_steps_per_second": 0.046
|
7 |
+
}
|
checkpoint-40/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
|
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,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
|
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,
|
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": "unsloth",
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": true
|
34 |
+
}
|
checkpoint-40/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d78593a580ed88525fce4ab2a14f9a849907afa67323674227c448c27a381a4
|
3 |
+
size 239135488
|
checkpoint-40/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
checkpoint-40/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:873632c74dbc141e3bac4ea295bd9e8a22b74c4bea3f73769c816ae14f56ffde
|
3 |
+
size 478419450
|
checkpoint-40/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e26d7e9270a2f2e8e3666d9ce5b61112d0b7bac422c8b8e621e4adfa87df503
|
3 |
+
size 14244
|
checkpoint-40/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8533fc130ddbed67a39a265e440309b7b960ce5090ecffba4def3bec5d4077b8
|
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,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
118 |
+
"bos_token": "<s>",
|
119 |
+
"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 %}",
|
120 |
+
"clean_up_tokenization_spaces": false,
|
121 |
+
"eos_token": "<|endoftext|>",
|
122 |
+
"legacy": false,
|
123 |
+
"model_max_length": 4096,
|
124 |
+
"pad_token": "<unk>",
|
125 |
+
"padding_side": "right",
|
126 |
+
"sp_model_kwargs": {},
|
127 |
+
"tokenizer_class": "LlamaTokenizer",
|
128 |
+
"unk_token": "<unk>",
|
129 |
+
"use_default_system_prompt": false
|
130 |
+
}
|
checkpoint-40/trainer_state.json
ADDED
@@ -0,0 +1,633 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.0333940982818604,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-06-10_16-11-56/checkpoint-40",
|
4 |
+
"epoch": 0.8163265306122449,
|
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.02040816326530612,
|
13 |
+
"grad_norm": 20.516210556030273,
|
14 |
+
"learning_rate": 8e-05,
|
15 |
+
"loss": 4.7411,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.02040816326530612,
|
20 |
+
"eval_loss": 4.733951568603516,
|
21 |
+
"eval_runtime": 7.8124,
|
22 |
+
"eval_samples_per_second": 7.424,
|
23 |
+
"eval_steps_per_second": 0.512,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.04081632653061224,
|
28 |
+
"grad_norm": 20.680587768554688,
|
29 |
+
"learning_rate": 0.00016,
|
30 |
+
"loss": 4.755,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.04081632653061224,
|
35 |
+
"eval_loss": 2.225498676300049,
|
36 |
+
"eval_runtime": 7.7691,
|
37 |
+
"eval_samples_per_second": 7.465,
|
38 |
+
"eval_steps_per_second": 0.515,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.061224489795918366,
|
43 |
+
"grad_norm": 11.66711711883545,
|
44 |
+
"learning_rate": 0.00024,
|
45 |
+
"loss": 2.2003,
|
46 |
+
"step": 3
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.061224489795918366,
|
50 |
+
"eval_loss": 1.4929580688476562,
|
51 |
+
"eval_runtime": 7.6881,
|
52 |
+
"eval_samples_per_second": 7.544,
|
53 |
+
"eval_steps_per_second": 0.52,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.08163265306122448,
|
58 |
+
"grad_norm": 3.128970146179199,
|
59 |
+
"learning_rate": 0.00032,
|
60 |
+
"loss": 1.6439,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.08163265306122448,
|
65 |
+
"eval_loss": 1.3402283191680908,
|
66 |
+
"eval_runtime": 7.708,
|
67 |
+
"eval_samples_per_second": 7.525,
|
68 |
+
"eval_steps_per_second": 0.519,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.10204081632653061,
|
73 |
+
"grad_norm": 3.4351813793182373,
|
74 |
+
"learning_rate": 0.0004,
|
75 |
+
"loss": 1.3756,
|
76 |
+
"step": 5
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.10204081632653061,
|
80 |
+
"eval_loss": 1.227684497833252,
|
81 |
+
"eval_runtime": 7.7491,
|
82 |
+
"eval_samples_per_second": 7.485,
|
83 |
+
"eval_steps_per_second": 0.516,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.12244897959183673,
|
88 |
+
"grad_norm": 2.636197328567505,
|
89 |
+
"learning_rate": 0.00039090909090909096,
|
90 |
+
"loss": 1.2884,
|
91 |
+
"step": 6
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.12244897959183673,
|
95 |
+
"eval_loss": 1.25971519947052,
|
96 |
+
"eval_runtime": 7.8734,
|
97 |
+
"eval_samples_per_second": 7.367,
|
98 |
+
"eval_steps_per_second": 0.508,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.14285714285714285,
|
103 |
+
"grad_norm": 1.7103031873703003,
|
104 |
+
"learning_rate": 0.00038181818181818184,
|
105 |
+
"loss": 1.3103,
|
106 |
+
"step": 7
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.14285714285714285,
|
110 |
+
"eval_loss": 1.1791292428970337,
|
111 |
+
"eval_runtime": 7.7644,
|
112 |
+
"eval_samples_per_second": 7.47,
|
113 |
+
"eval_steps_per_second": 0.515,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.16326530612244897,
|
118 |
+
"grad_norm": 0.9646056294441223,
|
119 |
+
"learning_rate": 0.00037272727272727273,
|
120 |
+
"loss": 1.1536,
|
121 |
+
"step": 8
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.16326530612244897,
|
125 |
+
"eval_loss": 1.3148419857025146,
|
126 |
+
"eval_runtime": 7.8433,
|
127 |
+
"eval_samples_per_second": 7.395,
|
128 |
+
"eval_steps_per_second": 0.51,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.1836734693877551,
|
133 |
+
"grad_norm": 1.4100276231765747,
|
134 |
+
"learning_rate": 0.00036363636363636367,
|
135 |
+
"loss": 1.1972,
|
136 |
+
"step": 9
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.1836734693877551,
|
140 |
+
"eval_loss": 1.2365388870239258,
|
141 |
+
"eval_runtime": 7.8198,
|
142 |
+
"eval_samples_per_second": 7.417,
|
143 |
+
"eval_steps_per_second": 0.512,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.20408163265306123,
|
148 |
+
"grad_norm": 0.9489567875862122,
|
149 |
+
"learning_rate": 0.00035454545454545455,
|
150 |
+
"loss": 1.1192,
|
151 |
+
"step": 10
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.20408163265306123,
|
155 |
+
"eval_loss": 1.1423839330673218,
|
156 |
+
"eval_runtime": 7.8348,
|
157 |
+
"eval_samples_per_second": 7.403,
|
158 |
+
"eval_steps_per_second": 0.511,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.22448979591836735,
|
163 |
+
"grad_norm": 0.364205926656723,
|
164 |
+
"learning_rate": 0.0003454545454545455,
|
165 |
+
"loss": 1.0749,
|
166 |
+
"step": 11
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.22448979591836735,
|
170 |
+
"eval_loss": 1.108851432800293,
|
171 |
+
"eval_runtime": 7.8222,
|
172 |
+
"eval_samples_per_second": 7.415,
|
173 |
+
"eval_steps_per_second": 0.511,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.24489795918367346,
|
178 |
+
"grad_norm": 0.4010220170021057,
|
179 |
+
"learning_rate": 0.0003363636363636364,
|
180 |
+
"loss": 1.0388,
|
181 |
+
"step": 12
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.24489795918367346,
|
185 |
+
"eval_loss": 1.1047261953353882,
|
186 |
+
"eval_runtime": 7.768,
|
187 |
+
"eval_samples_per_second": 7.466,
|
188 |
+
"eval_steps_per_second": 0.515,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.2653061224489796,
|
193 |
+
"grad_norm": 0.26062682271003723,
|
194 |
+
"learning_rate": 0.0003272727272727273,
|
195 |
+
"loss": 1.0671,
|
196 |
+
"step": 13
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.2653061224489796,
|
200 |
+
"eval_loss": 1.138075828552246,
|
201 |
+
"eval_runtime": 7.8236,
|
202 |
+
"eval_samples_per_second": 7.413,
|
203 |
+
"eval_steps_per_second": 0.511,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.2857142857142857,
|
208 |
+
"grad_norm": 0.5915237665176392,
|
209 |
+
"learning_rate": 0.0003181818181818182,
|
210 |
+
"loss": 1.0291,
|
211 |
+
"step": 14
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.2857142857142857,
|
215 |
+
"eval_loss": 1.0997107028961182,
|
216 |
+
"eval_runtime": 7.8857,
|
217 |
+
"eval_samples_per_second": 7.355,
|
218 |
+
"eval_steps_per_second": 0.507,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.30612244897959184,
|
223 |
+
"grad_norm": 0.29103440046310425,
|
224 |
+
"learning_rate": 0.0003090909090909091,
|
225 |
+
"loss": 0.9446,
|
226 |
+
"step": 15
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.30612244897959184,
|
230 |
+
"eval_loss": 1.0747274160385132,
|
231 |
+
"eval_runtime": 7.7626,
|
232 |
+
"eval_samples_per_second": 7.472,
|
233 |
+
"eval_steps_per_second": 0.515,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.32653061224489793,
|
238 |
+
"grad_norm": 0.49479591846466064,
|
239 |
+
"learning_rate": 0.00030000000000000003,
|
240 |
+
"loss": 0.9729,
|
241 |
+
"step": 16
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.32653061224489793,
|
245 |
+
"eval_loss": 1.0710903406143188,
|
246 |
+
"eval_runtime": 7.742,
|
247 |
+
"eval_samples_per_second": 7.492,
|
248 |
+
"eval_steps_per_second": 0.517,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.3469387755102041,
|
253 |
+
"grad_norm": 0.33930784463882446,
|
254 |
+
"learning_rate": 0.0002909090909090909,
|
255 |
+
"loss": 1.0033,
|
256 |
+
"step": 17
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.3469387755102041,
|
260 |
+
"eval_loss": 1.0736569166183472,
|
261 |
+
"eval_runtime": 7.7392,
|
262 |
+
"eval_samples_per_second": 7.494,
|
263 |
+
"eval_steps_per_second": 0.517,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.3673469387755102,
|
268 |
+
"grad_norm": 0.14431457221508026,
|
269 |
+
"learning_rate": 0.00028181818181818185,
|
270 |
+
"loss": 0.9444,
|
271 |
+
"step": 18
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.3673469387755102,
|
275 |
+
"eval_loss": 1.093230962753296,
|
276 |
+
"eval_runtime": 7.7853,
|
277 |
+
"eval_samples_per_second": 7.45,
|
278 |
+
"eval_steps_per_second": 0.514,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.3877551020408163,
|
283 |
+
"grad_norm": 0.34998685121536255,
|
284 |
+
"learning_rate": 0.00027272727272727274,
|
285 |
+
"loss": 0.9754,
|
286 |
+
"step": 19
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.3877551020408163,
|
290 |
+
"eval_loss": 1.0835151672363281,
|
291 |
+
"eval_runtime": 7.7735,
|
292 |
+
"eval_samples_per_second": 7.461,
|
293 |
+
"eval_steps_per_second": 0.515,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.40816326530612246,
|
298 |
+
"grad_norm": 0.24697448313236237,
|
299 |
+
"learning_rate": 0.0002636363636363636,
|
300 |
+
"loss": 0.9219,
|
301 |
+
"step": 20
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.40816326530612246,
|
305 |
+
"eval_loss": 1.0648112297058105,
|
306 |
+
"eval_runtime": 7.7263,
|
307 |
+
"eval_samples_per_second": 7.507,
|
308 |
+
"eval_steps_per_second": 0.518,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.42857142857142855,
|
313 |
+
"grad_norm": 0.14658571779727936,
|
314 |
+
"learning_rate": 0.00025454545454545456,
|
315 |
+
"loss": 0.9978,
|
316 |
+
"step": 21
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.42857142857142855,
|
320 |
+
"eval_loss": 1.0575088262557983,
|
321 |
+
"eval_runtime": 7.7823,
|
322 |
+
"eval_samples_per_second": 7.453,
|
323 |
+
"eval_steps_per_second": 0.514,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.4489795918367347,
|
328 |
+
"grad_norm": 0.16511592268943787,
|
329 |
+
"learning_rate": 0.00024545454545454545,
|
330 |
+
"loss": 0.9567,
|
331 |
+
"step": 22
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.4489795918367347,
|
335 |
+
"eval_loss": 1.055058479309082,
|
336 |
+
"eval_runtime": 7.768,
|
337 |
+
"eval_samples_per_second": 7.467,
|
338 |
+
"eval_steps_per_second": 0.515,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.46938775510204084,
|
343 |
+
"grad_norm": 0.1519726663827896,
|
344 |
+
"learning_rate": 0.0002363636363636364,
|
345 |
+
"loss": 0.9364,
|
346 |
+
"step": 23
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.46938775510204084,
|
350 |
+
"eval_loss": 1.053310751914978,
|
351 |
+
"eval_runtime": 7.7426,
|
352 |
+
"eval_samples_per_second": 7.491,
|
353 |
+
"eval_steps_per_second": 0.517,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.4897959183673469,
|
358 |
+
"grad_norm": 0.1743665635585785,
|
359 |
+
"learning_rate": 0.0002272727272727273,
|
360 |
+
"loss": 0.9467,
|
361 |
+
"step": 24
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.4897959183673469,
|
365 |
+
"eval_loss": 1.0527348518371582,
|
366 |
+
"eval_runtime": 7.7567,
|
367 |
+
"eval_samples_per_second": 7.477,
|
368 |
+
"eval_steps_per_second": 0.516,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.5102040816326531,
|
373 |
+
"grad_norm": 0.13117213547229767,
|
374 |
+
"learning_rate": 0.00021818181818181818,
|
375 |
+
"loss": 0.9849,
|
376 |
+
"step": 25
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.5102040816326531,
|
380 |
+
"eval_loss": 1.0531996488571167,
|
381 |
+
"eval_runtime": 7.8342,
|
382 |
+
"eval_samples_per_second": 7.403,
|
383 |
+
"eval_steps_per_second": 0.511,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.5306122448979592,
|
388 |
+
"grad_norm": 0.15746016800403595,
|
389 |
+
"learning_rate": 0.0002090909090909091,
|
390 |
+
"loss": 0.9442,
|
391 |
+
"step": 26
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.5306122448979592,
|
395 |
+
"eval_loss": 1.0544291734695435,
|
396 |
+
"eval_runtime": 7.7804,
|
397 |
+
"eval_samples_per_second": 7.455,
|
398 |
+
"eval_steps_per_second": 0.514,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.5510204081632653,
|
403 |
+
"grad_norm": 0.210020512342453,
|
404 |
+
"learning_rate": 0.0002,
|
405 |
+
"loss": 0.8907,
|
406 |
+
"step": 27
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.5510204081632653,
|
410 |
+
"eval_loss": 1.0516557693481445,
|
411 |
+
"eval_runtime": 7.7543,
|
412 |
+
"eval_samples_per_second": 7.48,
|
413 |
+
"eval_steps_per_second": 0.516,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.5714285714285714,
|
418 |
+
"grad_norm": 0.1952683925628662,
|
419 |
+
"learning_rate": 0.00019090909090909092,
|
420 |
+
"loss": 0.9028,
|
421 |
+
"step": 28
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.5714285714285714,
|
425 |
+
"eval_loss": 1.0470374822616577,
|
426 |
+
"eval_runtime": 7.7964,
|
427 |
+
"eval_samples_per_second": 7.439,
|
428 |
+
"eval_steps_per_second": 0.513,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.5918367346938775,
|
433 |
+
"grad_norm": 0.12711568176746368,
|
434 |
+
"learning_rate": 0.00018181818181818183,
|
435 |
+
"loss": 0.9236,
|
436 |
+
"step": 29
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.5918367346938775,
|
440 |
+
"eval_loss": 1.0439784526824951,
|
441 |
+
"eval_runtime": 7.7312,
|
442 |
+
"eval_samples_per_second": 7.502,
|
443 |
+
"eval_steps_per_second": 0.517,
|
444 |
+
"step": 29
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.6122448979591837,
|
448 |
+
"grad_norm": 0.1451597958803177,
|
449 |
+
"learning_rate": 0.00017272727272727275,
|
450 |
+
"loss": 0.872,
|
451 |
+
"step": 30
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6122448979591837,
|
455 |
+
"eval_loss": 1.0427075624465942,
|
456 |
+
"eval_runtime": 7.7694,
|
457 |
+
"eval_samples_per_second": 7.465,
|
458 |
+
"eval_steps_per_second": 0.515,
|
459 |
+
"step": 30
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.6326530612244898,
|
463 |
+
"grad_norm": 0.13339708745479584,
|
464 |
+
"learning_rate": 0.00016363636363636366,
|
465 |
+
"loss": 0.9643,
|
466 |
+
"step": 31
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.6326530612244898,
|
470 |
+
"eval_loss": 1.0416866540908813,
|
471 |
+
"eval_runtime": 7.7544,
|
472 |
+
"eval_samples_per_second": 7.48,
|
473 |
+
"eval_steps_per_second": 0.516,
|
474 |
+
"step": 31
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.6530612244897959,
|
478 |
+
"grad_norm": 0.12144018709659576,
|
479 |
+
"learning_rate": 0.00015454545454545454,
|
480 |
+
"loss": 0.9042,
|
481 |
+
"step": 32
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.6530612244897959,
|
485 |
+
"eval_loss": 1.040906548500061,
|
486 |
+
"eval_runtime": 7.7547,
|
487 |
+
"eval_samples_per_second": 7.479,
|
488 |
+
"eval_steps_per_second": 0.516,
|
489 |
+
"step": 32
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.673469387755102,
|
493 |
+
"grad_norm": 0.12495947629213333,
|
494 |
+
"learning_rate": 0.00014545454545454546,
|
495 |
+
"loss": 1.0005,
|
496 |
+
"step": 33
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.673469387755102,
|
500 |
+
"eval_loss": 1.040427803993225,
|
501 |
+
"eval_runtime": 7.8674,
|
502 |
+
"eval_samples_per_second": 7.372,
|
503 |
+
"eval_steps_per_second": 0.508,
|
504 |
+
"step": 33
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.6938775510204082,
|
508 |
+
"grad_norm": 0.11797568202018738,
|
509 |
+
"learning_rate": 0.00013636363636363637,
|
510 |
+
"loss": 0.8941,
|
511 |
+
"step": 34
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.6938775510204082,
|
515 |
+
"eval_loss": 1.0402781963348389,
|
516 |
+
"eval_runtime": 7.815,
|
517 |
+
"eval_samples_per_second": 7.422,
|
518 |
+
"eval_steps_per_second": 0.512,
|
519 |
+
"step": 34
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.7142857142857143,
|
523 |
+
"grad_norm": 0.13842004537582397,
|
524 |
+
"learning_rate": 0.00012727272727272728,
|
525 |
+
"loss": 0.9387,
|
526 |
+
"step": 35
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 0.7142857142857143,
|
530 |
+
"eval_loss": 1.0394043922424316,
|
531 |
+
"eval_runtime": 7.8286,
|
532 |
+
"eval_samples_per_second": 7.409,
|
533 |
+
"eval_steps_per_second": 0.511,
|
534 |
+
"step": 35
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.7346938775510204,
|
538 |
+
"grad_norm": 0.13169452548027039,
|
539 |
+
"learning_rate": 0.0001181818181818182,
|
540 |
+
"loss": 0.892,
|
541 |
+
"step": 36
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.7346938775510204,
|
545 |
+
"eval_loss": 1.0382304191589355,
|
546 |
+
"eval_runtime": 7.7509,
|
547 |
+
"eval_samples_per_second": 7.483,
|
548 |
+
"eval_steps_per_second": 0.516,
|
549 |
+
"step": 36
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.7551020408163265,
|
553 |
+
"grad_norm": 0.12079770863056183,
|
554 |
+
"learning_rate": 0.00010909090909090909,
|
555 |
+
"loss": 0.9791,
|
556 |
+
"step": 37
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.7551020408163265,
|
560 |
+
"eval_loss": 1.0367978811264038,
|
561 |
+
"eval_runtime": 7.7475,
|
562 |
+
"eval_samples_per_second": 7.486,
|
563 |
+
"eval_steps_per_second": 0.516,
|
564 |
+
"step": 37
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.7755102040816326,
|
568 |
+
"grad_norm": 0.13031338155269623,
|
569 |
+
"learning_rate": 0.0001,
|
570 |
+
"loss": 0.9312,
|
571 |
+
"step": 38
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.7755102040816326,
|
575 |
+
"eval_loss": 1.0354607105255127,
|
576 |
+
"eval_runtime": 7.8232,
|
577 |
+
"eval_samples_per_second": 7.414,
|
578 |
+
"eval_steps_per_second": 0.511,
|
579 |
+
"step": 38
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.7959183673469388,
|
583 |
+
"grad_norm": 0.1265690177679062,
|
584 |
+
"learning_rate": 9.090909090909092e-05,
|
585 |
+
"loss": 0.9093,
|
586 |
+
"step": 39
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"epoch": 0.7959183673469388,
|
590 |
+
"eval_loss": 1.0342280864715576,
|
591 |
+
"eval_runtime": 7.8639,
|
592 |
+
"eval_samples_per_second": 7.375,
|
593 |
+
"eval_steps_per_second": 0.509,
|
594 |
+
"step": 39
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.8163265306122449,
|
598 |
+
"grad_norm": 0.12322778254747391,
|
599 |
+
"learning_rate": 8.181818181818183e-05,
|
600 |
+
"loss": 0.9181,
|
601 |
+
"step": 40
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.8163265306122449,
|
605 |
+
"eval_loss": 1.0333940982818604,
|
606 |
+
"eval_runtime": 7.8466,
|
607 |
+
"eval_samples_per_second": 7.392,
|
608 |
+
"eval_steps_per_second": 0.51,
|
609 |
+
"step": 40
|
610 |
+
}
|
611 |
+
],
|
612 |
+
"logging_steps": 1,
|
613 |
+
"max_steps": 49,
|
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": 2.974559326175232e+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:29712b884b5801d45c7c5938d392bf89935913e6040ae15c0331e64d840476f7
|
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,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
118 |
+
"bos_token": "<s>",
|
119 |
+
"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 %}",
|
120 |
+
"clean_up_tokenization_spaces": false,
|
121 |
+
"eos_token": "<|endoftext|>",
|
122 |
+
"legacy": false,
|
123 |
+
"model_max_length": 4096,
|
124 |
+
"pad_token": "<unk>",
|
125 |
+
"padding_side": "right",
|
126 |
+
"sp_model_kwargs": {},
|
127 |
+
"tokenizer_class": "LlamaTokenizer",
|
128 |
+
"unk_token": "<unk>",
|
129 |
+
"use_default_system_prompt": false
|
130 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.1717130614786733,
|
4 |
+
"train_runtime": 1068.0664,
|
5 |
+
"train_samples_per_second": 1.444,
|
6 |
+
"train_steps_per_second": 0.046
|
7 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,777 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.0333940982818604,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-06-10_16-11-56/checkpoint-40",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 1,
|
6 |
+
"global_step": 49,
|
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.02040816326530612,
|
13 |
+
"grad_norm": 20.516210556030273,
|
14 |
+
"learning_rate": 8e-05,
|
15 |
+
"loss": 4.7411,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.02040816326530612,
|
20 |
+
"eval_loss": 4.733951568603516,
|
21 |
+
"eval_runtime": 7.8124,
|
22 |
+
"eval_samples_per_second": 7.424,
|
23 |
+
"eval_steps_per_second": 0.512,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.04081632653061224,
|
28 |
+
"grad_norm": 20.680587768554688,
|
29 |
+
"learning_rate": 0.00016,
|
30 |
+
"loss": 4.755,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.04081632653061224,
|
35 |
+
"eval_loss": 2.225498676300049,
|
36 |
+
"eval_runtime": 7.7691,
|
37 |
+
"eval_samples_per_second": 7.465,
|
38 |
+
"eval_steps_per_second": 0.515,
|
39 |
+
"step": 2
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.061224489795918366,
|
43 |
+
"grad_norm": 11.66711711883545,
|
44 |
+
"learning_rate": 0.00024,
|
45 |
+
"loss": 2.2003,
|
46 |
+
"step": 3
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.061224489795918366,
|
50 |
+
"eval_loss": 1.4929580688476562,
|
51 |
+
"eval_runtime": 7.6881,
|
52 |
+
"eval_samples_per_second": 7.544,
|
53 |
+
"eval_steps_per_second": 0.52,
|
54 |
+
"step": 3
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.08163265306122448,
|
58 |
+
"grad_norm": 3.128970146179199,
|
59 |
+
"learning_rate": 0.00032,
|
60 |
+
"loss": 1.6439,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.08163265306122448,
|
65 |
+
"eval_loss": 1.3402283191680908,
|
66 |
+
"eval_runtime": 7.708,
|
67 |
+
"eval_samples_per_second": 7.525,
|
68 |
+
"eval_steps_per_second": 0.519,
|
69 |
+
"step": 4
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.10204081632653061,
|
73 |
+
"grad_norm": 3.4351813793182373,
|
74 |
+
"learning_rate": 0.0004,
|
75 |
+
"loss": 1.3756,
|
76 |
+
"step": 5
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.10204081632653061,
|
80 |
+
"eval_loss": 1.227684497833252,
|
81 |
+
"eval_runtime": 7.7491,
|
82 |
+
"eval_samples_per_second": 7.485,
|
83 |
+
"eval_steps_per_second": 0.516,
|
84 |
+
"step": 5
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.12244897959183673,
|
88 |
+
"grad_norm": 2.636197328567505,
|
89 |
+
"learning_rate": 0.00039090909090909096,
|
90 |
+
"loss": 1.2884,
|
91 |
+
"step": 6
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.12244897959183673,
|
95 |
+
"eval_loss": 1.25971519947052,
|
96 |
+
"eval_runtime": 7.8734,
|
97 |
+
"eval_samples_per_second": 7.367,
|
98 |
+
"eval_steps_per_second": 0.508,
|
99 |
+
"step": 6
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.14285714285714285,
|
103 |
+
"grad_norm": 1.7103031873703003,
|
104 |
+
"learning_rate": 0.00038181818181818184,
|
105 |
+
"loss": 1.3103,
|
106 |
+
"step": 7
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 0.14285714285714285,
|
110 |
+
"eval_loss": 1.1791292428970337,
|
111 |
+
"eval_runtime": 7.7644,
|
112 |
+
"eval_samples_per_second": 7.47,
|
113 |
+
"eval_steps_per_second": 0.515,
|
114 |
+
"step": 7
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.16326530612244897,
|
118 |
+
"grad_norm": 0.9646056294441223,
|
119 |
+
"learning_rate": 0.00037272727272727273,
|
120 |
+
"loss": 1.1536,
|
121 |
+
"step": 8
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.16326530612244897,
|
125 |
+
"eval_loss": 1.3148419857025146,
|
126 |
+
"eval_runtime": 7.8433,
|
127 |
+
"eval_samples_per_second": 7.395,
|
128 |
+
"eval_steps_per_second": 0.51,
|
129 |
+
"step": 8
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.1836734693877551,
|
133 |
+
"grad_norm": 1.4100276231765747,
|
134 |
+
"learning_rate": 0.00036363636363636367,
|
135 |
+
"loss": 1.1972,
|
136 |
+
"step": 9
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.1836734693877551,
|
140 |
+
"eval_loss": 1.2365388870239258,
|
141 |
+
"eval_runtime": 7.8198,
|
142 |
+
"eval_samples_per_second": 7.417,
|
143 |
+
"eval_steps_per_second": 0.512,
|
144 |
+
"step": 9
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.20408163265306123,
|
148 |
+
"grad_norm": 0.9489567875862122,
|
149 |
+
"learning_rate": 0.00035454545454545455,
|
150 |
+
"loss": 1.1192,
|
151 |
+
"step": 10
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.20408163265306123,
|
155 |
+
"eval_loss": 1.1423839330673218,
|
156 |
+
"eval_runtime": 7.8348,
|
157 |
+
"eval_samples_per_second": 7.403,
|
158 |
+
"eval_steps_per_second": 0.511,
|
159 |
+
"step": 10
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.22448979591836735,
|
163 |
+
"grad_norm": 0.364205926656723,
|
164 |
+
"learning_rate": 0.0003454545454545455,
|
165 |
+
"loss": 1.0749,
|
166 |
+
"step": 11
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.22448979591836735,
|
170 |
+
"eval_loss": 1.108851432800293,
|
171 |
+
"eval_runtime": 7.8222,
|
172 |
+
"eval_samples_per_second": 7.415,
|
173 |
+
"eval_steps_per_second": 0.511,
|
174 |
+
"step": 11
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.24489795918367346,
|
178 |
+
"grad_norm": 0.4010220170021057,
|
179 |
+
"learning_rate": 0.0003363636363636364,
|
180 |
+
"loss": 1.0388,
|
181 |
+
"step": 12
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.24489795918367346,
|
185 |
+
"eval_loss": 1.1047261953353882,
|
186 |
+
"eval_runtime": 7.768,
|
187 |
+
"eval_samples_per_second": 7.466,
|
188 |
+
"eval_steps_per_second": 0.515,
|
189 |
+
"step": 12
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.2653061224489796,
|
193 |
+
"grad_norm": 0.26062682271003723,
|
194 |
+
"learning_rate": 0.0003272727272727273,
|
195 |
+
"loss": 1.0671,
|
196 |
+
"step": 13
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.2653061224489796,
|
200 |
+
"eval_loss": 1.138075828552246,
|
201 |
+
"eval_runtime": 7.8236,
|
202 |
+
"eval_samples_per_second": 7.413,
|
203 |
+
"eval_steps_per_second": 0.511,
|
204 |
+
"step": 13
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.2857142857142857,
|
208 |
+
"grad_norm": 0.5915237665176392,
|
209 |
+
"learning_rate": 0.0003181818181818182,
|
210 |
+
"loss": 1.0291,
|
211 |
+
"step": 14
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.2857142857142857,
|
215 |
+
"eval_loss": 1.0997107028961182,
|
216 |
+
"eval_runtime": 7.8857,
|
217 |
+
"eval_samples_per_second": 7.355,
|
218 |
+
"eval_steps_per_second": 0.507,
|
219 |
+
"step": 14
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.30612244897959184,
|
223 |
+
"grad_norm": 0.29103440046310425,
|
224 |
+
"learning_rate": 0.0003090909090909091,
|
225 |
+
"loss": 0.9446,
|
226 |
+
"step": 15
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.30612244897959184,
|
230 |
+
"eval_loss": 1.0747274160385132,
|
231 |
+
"eval_runtime": 7.7626,
|
232 |
+
"eval_samples_per_second": 7.472,
|
233 |
+
"eval_steps_per_second": 0.515,
|
234 |
+
"step": 15
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.32653061224489793,
|
238 |
+
"grad_norm": 0.49479591846466064,
|
239 |
+
"learning_rate": 0.00030000000000000003,
|
240 |
+
"loss": 0.9729,
|
241 |
+
"step": 16
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.32653061224489793,
|
245 |
+
"eval_loss": 1.0710903406143188,
|
246 |
+
"eval_runtime": 7.742,
|
247 |
+
"eval_samples_per_second": 7.492,
|
248 |
+
"eval_steps_per_second": 0.517,
|
249 |
+
"step": 16
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.3469387755102041,
|
253 |
+
"grad_norm": 0.33930784463882446,
|
254 |
+
"learning_rate": 0.0002909090909090909,
|
255 |
+
"loss": 1.0033,
|
256 |
+
"step": 17
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.3469387755102041,
|
260 |
+
"eval_loss": 1.0736569166183472,
|
261 |
+
"eval_runtime": 7.7392,
|
262 |
+
"eval_samples_per_second": 7.494,
|
263 |
+
"eval_steps_per_second": 0.517,
|
264 |
+
"step": 17
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.3673469387755102,
|
268 |
+
"grad_norm": 0.14431457221508026,
|
269 |
+
"learning_rate": 0.00028181818181818185,
|
270 |
+
"loss": 0.9444,
|
271 |
+
"step": 18
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.3673469387755102,
|
275 |
+
"eval_loss": 1.093230962753296,
|
276 |
+
"eval_runtime": 7.7853,
|
277 |
+
"eval_samples_per_second": 7.45,
|
278 |
+
"eval_steps_per_second": 0.514,
|
279 |
+
"step": 18
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.3877551020408163,
|
283 |
+
"grad_norm": 0.34998685121536255,
|
284 |
+
"learning_rate": 0.00027272727272727274,
|
285 |
+
"loss": 0.9754,
|
286 |
+
"step": 19
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.3877551020408163,
|
290 |
+
"eval_loss": 1.0835151672363281,
|
291 |
+
"eval_runtime": 7.7735,
|
292 |
+
"eval_samples_per_second": 7.461,
|
293 |
+
"eval_steps_per_second": 0.515,
|
294 |
+
"step": 19
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.40816326530612246,
|
298 |
+
"grad_norm": 0.24697448313236237,
|
299 |
+
"learning_rate": 0.0002636363636363636,
|
300 |
+
"loss": 0.9219,
|
301 |
+
"step": 20
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.40816326530612246,
|
305 |
+
"eval_loss": 1.0648112297058105,
|
306 |
+
"eval_runtime": 7.7263,
|
307 |
+
"eval_samples_per_second": 7.507,
|
308 |
+
"eval_steps_per_second": 0.518,
|
309 |
+
"step": 20
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.42857142857142855,
|
313 |
+
"grad_norm": 0.14658571779727936,
|
314 |
+
"learning_rate": 0.00025454545454545456,
|
315 |
+
"loss": 0.9978,
|
316 |
+
"step": 21
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 0.42857142857142855,
|
320 |
+
"eval_loss": 1.0575088262557983,
|
321 |
+
"eval_runtime": 7.7823,
|
322 |
+
"eval_samples_per_second": 7.453,
|
323 |
+
"eval_steps_per_second": 0.514,
|
324 |
+
"step": 21
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.4489795918367347,
|
328 |
+
"grad_norm": 0.16511592268943787,
|
329 |
+
"learning_rate": 0.00024545454545454545,
|
330 |
+
"loss": 0.9567,
|
331 |
+
"step": 22
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.4489795918367347,
|
335 |
+
"eval_loss": 1.055058479309082,
|
336 |
+
"eval_runtime": 7.768,
|
337 |
+
"eval_samples_per_second": 7.467,
|
338 |
+
"eval_steps_per_second": 0.515,
|
339 |
+
"step": 22
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.46938775510204084,
|
343 |
+
"grad_norm": 0.1519726663827896,
|
344 |
+
"learning_rate": 0.0002363636363636364,
|
345 |
+
"loss": 0.9364,
|
346 |
+
"step": 23
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.46938775510204084,
|
350 |
+
"eval_loss": 1.053310751914978,
|
351 |
+
"eval_runtime": 7.7426,
|
352 |
+
"eval_samples_per_second": 7.491,
|
353 |
+
"eval_steps_per_second": 0.517,
|
354 |
+
"step": 23
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.4897959183673469,
|
358 |
+
"grad_norm": 0.1743665635585785,
|
359 |
+
"learning_rate": 0.0002272727272727273,
|
360 |
+
"loss": 0.9467,
|
361 |
+
"step": 24
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.4897959183673469,
|
365 |
+
"eval_loss": 1.0527348518371582,
|
366 |
+
"eval_runtime": 7.7567,
|
367 |
+
"eval_samples_per_second": 7.477,
|
368 |
+
"eval_steps_per_second": 0.516,
|
369 |
+
"step": 24
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.5102040816326531,
|
373 |
+
"grad_norm": 0.13117213547229767,
|
374 |
+
"learning_rate": 0.00021818181818181818,
|
375 |
+
"loss": 0.9849,
|
376 |
+
"step": 25
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.5102040816326531,
|
380 |
+
"eval_loss": 1.0531996488571167,
|
381 |
+
"eval_runtime": 7.8342,
|
382 |
+
"eval_samples_per_second": 7.403,
|
383 |
+
"eval_steps_per_second": 0.511,
|
384 |
+
"step": 25
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.5306122448979592,
|
388 |
+
"grad_norm": 0.15746016800403595,
|
389 |
+
"learning_rate": 0.0002090909090909091,
|
390 |
+
"loss": 0.9442,
|
391 |
+
"step": 26
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.5306122448979592,
|
395 |
+
"eval_loss": 1.0544291734695435,
|
396 |
+
"eval_runtime": 7.7804,
|
397 |
+
"eval_samples_per_second": 7.455,
|
398 |
+
"eval_steps_per_second": 0.514,
|
399 |
+
"step": 26
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.5510204081632653,
|
403 |
+
"grad_norm": 0.210020512342453,
|
404 |
+
"learning_rate": 0.0002,
|
405 |
+
"loss": 0.8907,
|
406 |
+
"step": 27
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.5510204081632653,
|
410 |
+
"eval_loss": 1.0516557693481445,
|
411 |
+
"eval_runtime": 7.7543,
|
412 |
+
"eval_samples_per_second": 7.48,
|
413 |
+
"eval_steps_per_second": 0.516,
|
414 |
+
"step": 27
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.5714285714285714,
|
418 |
+
"grad_norm": 0.1952683925628662,
|
419 |
+
"learning_rate": 0.00019090909090909092,
|
420 |
+
"loss": 0.9028,
|
421 |
+
"step": 28
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.5714285714285714,
|
425 |
+
"eval_loss": 1.0470374822616577,
|
426 |
+
"eval_runtime": 7.7964,
|
427 |
+
"eval_samples_per_second": 7.439,
|
428 |
+
"eval_steps_per_second": 0.513,
|
429 |
+
"step": 28
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.5918367346938775,
|
433 |
+
"grad_norm": 0.12711568176746368,
|
434 |
+
"learning_rate": 0.00018181818181818183,
|
435 |
+
"loss": 0.9236,
|
436 |
+
"step": 29
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.5918367346938775,
|
440 |
+
"eval_loss": 1.0439784526824951,
|
441 |
+
"eval_runtime": 7.7312,
|
442 |
+
"eval_samples_per_second": 7.502,
|
443 |
+
"eval_steps_per_second": 0.517,
|
444 |
+
"step": 29
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.6122448979591837,
|
448 |
+
"grad_norm": 0.1451597958803177,
|
449 |
+
"learning_rate": 0.00017272727272727275,
|
450 |
+
"loss": 0.872,
|
451 |
+
"step": 30
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6122448979591837,
|
455 |
+
"eval_loss": 1.0427075624465942,
|
456 |
+
"eval_runtime": 7.7694,
|
457 |
+
"eval_samples_per_second": 7.465,
|
458 |
+
"eval_steps_per_second": 0.515,
|
459 |
+
"step": 30
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.6326530612244898,
|
463 |
+
"grad_norm": 0.13339708745479584,
|
464 |
+
"learning_rate": 0.00016363636363636366,
|
465 |
+
"loss": 0.9643,
|
466 |
+
"step": 31
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.6326530612244898,
|
470 |
+
"eval_loss": 1.0416866540908813,
|
471 |
+
"eval_runtime": 7.7544,
|
472 |
+
"eval_samples_per_second": 7.48,
|
473 |
+
"eval_steps_per_second": 0.516,
|
474 |
+
"step": 31
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.6530612244897959,
|
478 |
+
"grad_norm": 0.12144018709659576,
|
479 |
+
"learning_rate": 0.00015454545454545454,
|
480 |
+
"loss": 0.9042,
|
481 |
+
"step": 32
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.6530612244897959,
|
485 |
+
"eval_loss": 1.040906548500061,
|
486 |
+
"eval_runtime": 7.7547,
|
487 |
+
"eval_samples_per_second": 7.479,
|
488 |
+
"eval_steps_per_second": 0.516,
|
489 |
+
"step": 32
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.673469387755102,
|
493 |
+
"grad_norm": 0.12495947629213333,
|
494 |
+
"learning_rate": 0.00014545454545454546,
|
495 |
+
"loss": 1.0005,
|
496 |
+
"step": 33
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.673469387755102,
|
500 |
+
"eval_loss": 1.040427803993225,
|
501 |
+
"eval_runtime": 7.8674,
|
502 |
+
"eval_samples_per_second": 7.372,
|
503 |
+
"eval_steps_per_second": 0.508,
|
504 |
+
"step": 33
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.6938775510204082,
|
508 |
+
"grad_norm": 0.11797568202018738,
|
509 |
+
"learning_rate": 0.00013636363636363637,
|
510 |
+
"loss": 0.8941,
|
511 |
+
"step": 34
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.6938775510204082,
|
515 |
+
"eval_loss": 1.0402781963348389,
|
516 |
+
"eval_runtime": 7.815,
|
517 |
+
"eval_samples_per_second": 7.422,
|
518 |
+
"eval_steps_per_second": 0.512,
|
519 |
+
"step": 34
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.7142857142857143,
|
523 |
+
"grad_norm": 0.13842004537582397,
|
524 |
+
"learning_rate": 0.00012727272727272728,
|
525 |
+
"loss": 0.9387,
|
526 |
+
"step": 35
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 0.7142857142857143,
|
530 |
+
"eval_loss": 1.0394043922424316,
|
531 |
+
"eval_runtime": 7.8286,
|
532 |
+
"eval_samples_per_second": 7.409,
|
533 |
+
"eval_steps_per_second": 0.511,
|
534 |
+
"step": 35
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.7346938775510204,
|
538 |
+
"grad_norm": 0.13169452548027039,
|
539 |
+
"learning_rate": 0.0001181818181818182,
|
540 |
+
"loss": 0.892,
|
541 |
+
"step": 36
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.7346938775510204,
|
545 |
+
"eval_loss": 1.0382304191589355,
|
546 |
+
"eval_runtime": 7.7509,
|
547 |
+
"eval_samples_per_second": 7.483,
|
548 |
+
"eval_steps_per_second": 0.516,
|
549 |
+
"step": 36
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.7551020408163265,
|
553 |
+
"grad_norm": 0.12079770863056183,
|
554 |
+
"learning_rate": 0.00010909090909090909,
|
555 |
+
"loss": 0.9791,
|
556 |
+
"step": 37
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.7551020408163265,
|
560 |
+
"eval_loss": 1.0367978811264038,
|
561 |
+
"eval_runtime": 7.7475,
|
562 |
+
"eval_samples_per_second": 7.486,
|
563 |
+
"eval_steps_per_second": 0.516,
|
564 |
+
"step": 37
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.7755102040816326,
|
568 |
+
"grad_norm": 0.13031338155269623,
|
569 |
+
"learning_rate": 0.0001,
|
570 |
+
"loss": 0.9312,
|
571 |
+
"step": 38
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.7755102040816326,
|
575 |
+
"eval_loss": 1.0354607105255127,
|
576 |
+
"eval_runtime": 7.8232,
|
577 |
+
"eval_samples_per_second": 7.414,
|
578 |
+
"eval_steps_per_second": 0.511,
|
579 |
+
"step": 38
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.7959183673469388,
|
583 |
+
"grad_norm": 0.1265690177679062,
|
584 |
+
"learning_rate": 9.090909090909092e-05,
|
585 |
+
"loss": 0.9093,
|
586 |
+
"step": 39
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"epoch": 0.7959183673469388,
|
590 |
+
"eval_loss": 1.0342280864715576,
|
591 |
+
"eval_runtime": 7.8639,
|
592 |
+
"eval_samples_per_second": 7.375,
|
593 |
+
"eval_steps_per_second": 0.509,
|
594 |
+
"step": 39
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.8163265306122449,
|
598 |
+
"grad_norm": 0.12322778254747391,
|
599 |
+
"learning_rate": 8.181818181818183e-05,
|
600 |
+
"loss": 0.9181,
|
601 |
+
"step": 40
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.8163265306122449,
|
605 |
+
"eval_loss": 1.0333940982818604,
|
606 |
+
"eval_runtime": 7.8466,
|
607 |
+
"eval_samples_per_second": 7.392,
|
608 |
+
"eval_steps_per_second": 0.51,
|
609 |
+
"step": 40
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.8367346938775511,
|
613 |
+
"grad_norm": 0.13320668041706085,
|
614 |
+
"learning_rate": 7.272727272727273e-05,
|
615 |
+
"loss": 0.8642,
|
616 |
+
"step": 41
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"epoch": 0.8367346938775511,
|
620 |
+
"eval_loss": 1.0329786539077759,
|
621 |
+
"eval_runtime": 7.7007,
|
622 |
+
"eval_samples_per_second": 7.532,
|
623 |
+
"eval_steps_per_second": 0.519,
|
624 |
+
"step": 41
|
625 |
+
},
|
626 |
+
{
|
627 |
+
"epoch": 0.8571428571428571,
|
628 |
+
"grad_norm": 0.1269012689590454,
|
629 |
+
"learning_rate": 6.363636363636364e-05,
|
630 |
+
"loss": 0.9378,
|
631 |
+
"step": 42
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"epoch": 0.8571428571428571,
|
635 |
+
"eval_loss": 1.0328903198242188,
|
636 |
+
"eval_runtime": 7.8286,
|
637 |
+
"eval_samples_per_second": 7.409,
|
638 |
+
"eval_steps_per_second": 0.511,
|
639 |
+
"step": 42
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.8775510204081632,
|
643 |
+
"grad_norm": 0.13395856320858002,
|
644 |
+
"learning_rate": 5.4545454545454546e-05,
|
645 |
+
"loss": 0.8944,
|
646 |
+
"step": 43
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.8775510204081632,
|
650 |
+
"eval_loss": 1.0329813957214355,
|
651 |
+
"eval_runtime": 7.741,
|
652 |
+
"eval_samples_per_second": 7.493,
|
653 |
+
"eval_steps_per_second": 0.517,
|
654 |
+
"step": 43
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.8979591836734694,
|
658 |
+
"grad_norm": 0.13417017459869385,
|
659 |
+
"learning_rate": 4.545454545454546e-05,
|
660 |
+
"loss": 0.8439,
|
661 |
+
"step": 44
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.8979591836734694,
|
665 |
+
"eval_loss": 1.033360242843628,
|
666 |
+
"eval_runtime": 7.8192,
|
667 |
+
"eval_samples_per_second": 7.418,
|
668 |
+
"eval_steps_per_second": 0.512,
|
669 |
+
"step": 44
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.9183673469387755,
|
673 |
+
"grad_norm": 0.12144576758146286,
|
674 |
+
"learning_rate": 3.6363636363636364e-05,
|
675 |
+
"loss": 0.8755,
|
676 |
+
"step": 45
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.9183673469387755,
|
680 |
+
"eval_loss": 1.033748745918274,
|
681 |
+
"eval_runtime": 7.7165,
|
682 |
+
"eval_samples_per_second": 7.516,
|
683 |
+
"eval_steps_per_second": 0.518,
|
684 |
+
"step": 45
|
685 |
+
},
|
686 |
+
{
|
687 |
+
"epoch": 0.9387755102040817,
|
688 |
+
"grad_norm": 0.1293192207813263,
|
689 |
+
"learning_rate": 2.7272727272727273e-05,
|
690 |
+
"loss": 0.882,
|
691 |
+
"step": 46
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"epoch": 0.9387755102040817,
|
695 |
+
"eval_loss": 1.034084677696228,
|
696 |
+
"eval_runtime": 7.6836,
|
697 |
+
"eval_samples_per_second": 7.549,
|
698 |
+
"eval_steps_per_second": 0.521,
|
699 |
+
"step": 46
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.9591836734693877,
|
703 |
+
"grad_norm": 0.13552704453468323,
|
704 |
+
"learning_rate": 1.8181818181818182e-05,
|
705 |
+
"loss": 0.9249,
|
706 |
+
"step": 47
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"epoch": 0.9591836734693877,
|
710 |
+
"eval_loss": 1.0341947078704834,
|
711 |
+
"eval_runtime": 7.7207,
|
712 |
+
"eval_samples_per_second": 7.512,
|
713 |
+
"eval_steps_per_second": 0.518,
|
714 |
+
"step": 47
|
715 |
+
},
|
716 |
+
{
|
717 |
+
"epoch": 0.9795918367346939,
|
718 |
+
"grad_norm": 0.11890257894992828,
|
719 |
+
"learning_rate": 9.090909090909091e-06,
|
720 |
+
"loss": 0.9159,
|
721 |
+
"step": 48
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 0.9795918367346939,
|
725 |
+
"eval_loss": 1.0341988801956177,
|
726 |
+
"eval_runtime": 7.7862,
|
727 |
+
"eval_samples_per_second": 7.449,
|
728 |
+
"eval_steps_per_second": 0.514,
|
729 |
+
"step": 48
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 1.0,
|
733 |
+
"grad_norm": 0.25241100788116455,
|
734 |
+
"learning_rate": 0.0,
|
735 |
+
"loss": 0.8313,
|
736 |
+
"step": 49
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"epoch": 1.0,
|
740 |
+
"eval_loss": 1.0341778993606567,
|
741 |
+
"eval_runtime": 7.7578,
|
742 |
+
"eval_samples_per_second": 7.476,
|
743 |
+
"eval_steps_per_second": 0.516,
|
744 |
+
"step": 49
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 1.0,
|
748 |
+
"step": 49,
|
749 |
+
"total_flos": 3.583414438251725e+16,
|
750 |
+
"train_loss": 1.1717130614786733,
|
751 |
+
"train_runtime": 1068.0664,
|
752 |
+
"train_samples_per_second": 1.444,
|
753 |
+
"train_steps_per_second": 0.046
|
754 |
+
}
|
755 |
+
],
|
756 |
+
"logging_steps": 1,
|
757 |
+
"max_steps": 49,
|
758 |
+
"num_input_tokens_seen": 0,
|
759 |
+
"num_train_epochs": 1,
|
760 |
+
"save_steps": 10,
|
761 |
+
"stateful_callbacks": {
|
762 |
+
"TrainerControl": {
|
763 |
+
"args": {
|
764 |
+
"should_epoch_stop": false,
|
765 |
+
"should_evaluate": false,
|
766 |
+
"should_log": false,
|
767 |
+
"should_save": true,
|
768 |
+
"should_training_stop": false
|
769 |
+
},
|
770 |
+
"attributes": {}
|
771 |
+
}
|
772 |
+
},
|
773 |
+
"total_flos": 3.583414438251725e+16,
|
774 |
+
"train_batch_size": 32,
|
775 |
+
"trial_name": null,
|
776 |
+
"trial_params": null
|
777 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29712b884b5801d45c7c5938d392bf89935913e6040ae15c0331e64d840476f7
|
3 |
+
size 5688
|