lleticiasilvaa
commited on
Commit
•
eb6fe61
1
Parent(s):
56fd2a2
Training in progress, step 5250, checkpoint
Browse files- checkpoint-5250/README.md +202 -0
- checkpoint-5250/adapter_config.json +37 -0
- checkpoint-5250/adapter_model.safetensors +3 -0
- checkpoint-5250/optimizer.pt +3 -0
- checkpoint-5250/rng_state.pth +3 -0
- checkpoint-5250/scheduler.pt +3 -0
- checkpoint-5250/special_tokens_map.json +24 -0
- checkpoint-5250/tokenizer.json +0 -0
- checkpoint-5250/tokenizer.model +3 -0
- checkpoint-5250/tokenizer_config.json +44 -0
- checkpoint-5250/trainer_state.json +348 -0
- checkpoint-5250/training_args.bin +3 -0
checkpoint-5250/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-5250/adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 128,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 64,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"down_proj",
|
27 |
+
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_proj",
|
30 |
+
"q_proj",
|
31 |
+
"o_proj",
|
32 |
+
"up_proj"
|
33 |
+
],
|
34 |
+
"task_type": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
checkpoint-5250/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8914af9dcc66eb300ff14c3dce2b4e44f869f941cfe70c93e3701fb9251def3
|
3 |
+
size 201892112
|
checkpoint-5250/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8de4faed0aee0e71fb564753009eabd7acfe0a58509c229eba5a297336a06c7
|
3 |
+
size 103665482
|
checkpoint-5250/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5025bbaa13f611ef3751ffeb79c58cecfdff1f1e28a0256fb3c38d4e68dd725d
|
3 |
+
size 14308
|
checkpoint-5250/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e730640e226952add089b7c3e311a2b8992d9db012b0e331774921dd75f70e59
|
3 |
+
size 1064
|
checkpoint-5250/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": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-5250/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5250/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-5250/tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": true,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": false,
|
36 |
+
"map_device": "auto",
|
37 |
+
"model_max_length": 2048,
|
38 |
+
"pad_token": "</s>",
|
39 |
+
"padding_side": "right",
|
40 |
+
"sp_model_kwargs": {},
|
41 |
+
"tokenizer_class": "LlamaTokenizer",
|
42 |
+
"unk_token": "<unk>",
|
43 |
+
"use_default_system_prompt": false
|
44 |
+
}
|
checkpoint-5250/trainer_state.json
ADDED
@@ -0,0 +1,348 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.901855525732291,
|
5 |
+
"eval_steps": 250,
|
6 |
+
"global_step": 5250,
|
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.2333994631812347,
|
13 |
+
"grad_norm": 1.2788289785385132,
|
14 |
+
"learning_rate": 9.992757124875143e-05,
|
15 |
+
"loss": 0.3573,
|
16 |
+
"step": 250
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.2333994631812347,
|
20 |
+
"eval_loss": 0.18718622624874115,
|
21 |
+
"eval_runtime": 18.4863,
|
22 |
+
"eval_samples_per_second": 4.706,
|
23 |
+
"eval_steps_per_second": 4.706,
|
24 |
+
"step": 250
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.4667989263624694,
|
28 |
+
"grad_norm": 1.7301123142242432,
|
29 |
+
"learning_rate": 9.895259863857224e-05,
|
30 |
+
"loss": 0.1155,
|
31 |
+
"step": 500
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.4667989263624694,
|
35 |
+
"eval_loss": 0.11222057044506073,
|
36 |
+
"eval_runtime": 18.4689,
|
37 |
+
"eval_samples_per_second": 4.711,
|
38 |
+
"eval_steps_per_second": 4.711,
|
39 |
+
"step": 500
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.7001983895437041,
|
43 |
+
"grad_norm": 0.40849488973617554,
|
44 |
+
"learning_rate": 9.686044398977847e-05,
|
45 |
+
"loss": 0.079,
|
46 |
+
"step": 750
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.7001983895437041,
|
50 |
+
"eval_loss": 0.0827888771891594,
|
51 |
+
"eval_runtime": 18.4255,
|
52 |
+
"eval_samples_per_second": 4.722,
|
53 |
+
"eval_steps_per_second": 4.722,
|
54 |
+
"step": 750
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.9335978527249388,
|
58 |
+
"grad_norm": 0.27379560470581055,
|
59 |
+
"learning_rate": 9.369885385026829e-05,
|
60 |
+
"loss": 0.0672,
|
61 |
+
"step": 1000
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.9335978527249388,
|
65 |
+
"eval_loss": 0.07405883818864822,
|
66 |
+
"eval_runtime": 18.0866,
|
67 |
+
"eval_samples_per_second": 4.81,
|
68 |
+
"eval_steps_per_second": 4.81,
|
69 |
+
"step": 1000
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 1.1669973159061735,
|
73 |
+
"grad_norm": 0.15424582362174988,
|
74 |
+
"learning_rate": 8.953998111520053e-05,
|
75 |
+
"loss": 0.0555,
|
76 |
+
"step": 1250
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 1.1669973159061735,
|
80 |
+
"eval_loss": 0.07201890647411346,
|
81 |
+
"eval_runtime": 18.1777,
|
82 |
+
"eval_samples_per_second": 4.786,
|
83 |
+
"eval_steps_per_second": 4.786,
|
84 |
+
"step": 1250
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 1.4003967790874081,
|
88 |
+
"grad_norm": 0.1671038419008255,
|
89 |
+
"learning_rate": 8.447873837450339e-05,
|
90 |
+
"loss": 0.055,
|
91 |
+
"step": 1500
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 1.4003967790874081,
|
95 |
+
"eval_loss": 0.07005530595779419,
|
96 |
+
"eval_runtime": 18.0977,
|
97 |
+
"eval_samples_per_second": 4.807,
|
98 |
+
"eval_steps_per_second": 4.807,
|
99 |
+
"step": 1500
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 1.6337962422686427,
|
103 |
+
"grad_norm": 0.12481052428483963,
|
104 |
+
"learning_rate": 7.863063184521596e-05,
|
105 |
+
"loss": 0.053,
|
106 |
+
"step": 1750
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 1.6337962422686427,
|
110 |
+
"eval_loss": 0.06806331127882004,
|
111 |
+
"eval_runtime": 18.1718,
|
112 |
+
"eval_samples_per_second": 4.788,
|
113 |
+
"eval_steps_per_second": 4.788,
|
114 |
+
"step": 1750
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 1.8671957054498773,
|
118 |
+
"grad_norm": 0.14744804799556732,
|
119 |
+
"learning_rate": 7.212912532203201e-05,
|
120 |
+
"loss": 0.0526,
|
121 |
+
"step": 2000
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 1.8671957054498773,
|
125 |
+
"eval_loss": 0.06636130809783936,
|
126 |
+
"eval_runtime": 18.0865,
|
127 |
+
"eval_samples_per_second": 4.81,
|
128 |
+
"eval_steps_per_second": 4.81,
|
129 |
+
"step": 2000
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 2.100595168631112,
|
133 |
+
"grad_norm": 0.07688289880752563,
|
134 |
+
"learning_rate": 6.51225943052036e-05,
|
135 |
+
"loss": 0.047,
|
136 |
+
"step": 2250
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 2.100595168631112,
|
140 |
+
"eval_loss": 0.06469345092773438,
|
141 |
+
"eval_runtime": 18.051,
|
142 |
+
"eval_samples_per_second": 4.82,
|
143 |
+
"eval_steps_per_second": 4.82,
|
144 |
+
"step": 2250
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 2.333994631812347,
|
148 |
+
"grad_norm": 0.09491775184869766,
|
149 |
+
"learning_rate": 5.777093981781615e-05,
|
150 |
+
"loss": 0.0406,
|
151 |
+
"step": 2500
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 2.333994631812347,
|
155 |
+
"eval_loss": 0.06455763429403305,
|
156 |
+
"eval_runtime": 18.0482,
|
157 |
+
"eval_samples_per_second": 4.82,
|
158 |
+
"eval_steps_per_second": 4.82,
|
159 |
+
"step": 2500
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 2.5673940949935816,
|
163 |
+
"grad_norm": 0.09282498061656952,
|
164 |
+
"learning_rate": 5.024193919091694e-05,
|
165 |
+
"loss": 0.0411,
|
166 |
+
"step": 2750
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 2.5673940949935816,
|
170 |
+
"eval_loss": 0.062036558985710144,
|
171 |
+
"eval_runtime": 18.1073,
|
172 |
+
"eval_samples_per_second": 4.805,
|
173 |
+
"eval_steps_per_second": 4.805,
|
174 |
+
"step": 2750
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 2.8010269576379976,
|
178 |
+
"grad_norm": 0.08291701227426529,
|
179 |
+
"learning_rate": 4.270741709782294e-05,
|
180 |
+
"loss": 0.0352,
|
181 |
+
"step": 3000
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 2.8010269576379976,
|
185 |
+
"eval_loss": 0.06604798883199692,
|
186 |
+
"eval_runtime": 17.9809,
|
187 |
+
"eval_samples_per_second": 4.838,
|
188 |
+
"eval_steps_per_second": 4.838,
|
189 |
+
"step": 3000
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 3.034426420819232,
|
193 |
+
"grad_norm": 0.19006969034671783,
|
194 |
+
"learning_rate": 3.533932422115467e-05,
|
195 |
+
"loss": 0.0337,
|
196 |
+
"step": 3250
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 3.034426420819232,
|
200 |
+
"eval_loss": 0.06463699042797089,
|
201 |
+
"eval_runtime": 18.651,
|
202 |
+
"eval_samples_per_second": 4.665,
|
203 |
+
"eval_steps_per_second": 4.665,
|
204 |
+
"step": 3250
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 3.267825884000467,
|
208 |
+
"grad_norm": 0.25927212834358215,
|
209 |
+
"learning_rate": 2.8305813044122097e-05,
|
210 |
+
"loss": 0.0326,
|
211 |
+
"step": 3500
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 3.267825884000467,
|
215 |
+
"eval_loss": 0.06334705650806427,
|
216 |
+
"eval_runtime": 18.2494,
|
217 |
+
"eval_samples_per_second": 4.767,
|
218 |
+
"eval_steps_per_second": 4.767,
|
219 |
+
"step": 3500
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 3.5012253471817014,
|
223 |
+
"grad_norm": 0.16726678609848022,
|
224 |
+
"learning_rate": 2.1767400323218395e-05,
|
225 |
+
"loss": 0.0323,
|
226 |
+
"step": 3750
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 3.5012253471817014,
|
230 |
+
"eval_loss": 0.06246271729469299,
|
231 |
+
"eval_runtime": 18.773,
|
232 |
+
"eval_samples_per_second": 4.634,
|
233 |
+
"eval_steps_per_second": 4.634,
|
234 |
+
"step": 3750
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 3.734624810362936,
|
238 |
+
"grad_norm": 0.17899206280708313,
|
239 |
+
"learning_rate": 1.587330382125886e-05,
|
240 |
+
"loss": 0.0321,
|
241 |
+
"step": 4000
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 3.734624810362936,
|
245 |
+
"eval_loss": 0.06137511879205704,
|
246 |
+
"eval_runtime": 18.2283,
|
247 |
+
"eval_samples_per_second": 4.773,
|
248 |
+
"eval_steps_per_second": 4.773,
|
249 |
+
"step": 4000
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 3.968024273544171,
|
253 |
+
"grad_norm": 0.18272684514522552,
|
254 |
+
"learning_rate": 1.0758036902783486e-05,
|
255 |
+
"loss": 0.0317,
|
256 |
+
"step": 4250
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 3.968024273544171,
|
260 |
+
"eval_loss": 0.061556510627269745,
|
261 |
+
"eval_runtime": 18.3575,
|
262 |
+
"eval_samples_per_second": 4.739,
|
263 |
+
"eval_steps_per_second": 4.739,
|
264 |
+
"step": 4250
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 4.201423736725405,
|
268 |
+
"grad_norm": 0.08759083598852158,
|
269 |
+
"learning_rate": 6.538338708981339e-06,
|
270 |
+
"loss": 0.0271,
|
271 |
+
"step": 4500
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 4.201423736725405,
|
275 |
+
"eval_loss": 0.06755289435386658,
|
276 |
+
"eval_runtime": 18.3197,
|
277 |
+
"eval_samples_per_second": 4.749,
|
278 |
+
"eval_steps_per_second": 4.749,
|
279 |
+
"step": 4500
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 4.43482319990664,
|
283 |
+
"grad_norm": 0.1162794902920723,
|
284 |
+
"learning_rate": 3.310509970796161e-06,
|
285 |
+
"loss": 0.0258,
|
286 |
+
"step": 4750
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 4.43482319990664,
|
290 |
+
"eval_loss": 0.06878142058849335,
|
291 |
+
"eval_runtime": 18.2508,
|
292 |
+
"eval_samples_per_second": 4.767,
|
293 |
+
"eval_steps_per_second": 4.767,
|
294 |
+
"step": 4750
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 4.6682226630878745,
|
298 |
+
"grad_norm": 0.11602241545915604,
|
299 |
+
"learning_rate": 1.148215261515445e-06,
|
300 |
+
"loss": 0.0257,
|
301 |
+
"step": 5000
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 4.6682226630878745,
|
305 |
+
"eval_loss": 0.0677771121263504,
|
306 |
+
"eval_runtime": 18.0738,
|
307 |
+
"eval_samples_per_second": 4.814,
|
308 |
+
"eval_steps_per_second": 4.814,
|
309 |
+
"step": 5000
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 4.901855525732291,
|
313 |
+
"grad_norm": 0.09153954684734344,
|
314 |
+
"learning_rate": 1.0080184519835056e-07,
|
315 |
+
"loss": 0.0227,
|
316 |
+
"step": 5250
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 4.901855525732291,
|
320 |
+
"eval_loss": 0.06972444802522659,
|
321 |
+
"eval_runtime": 18.058,
|
322 |
+
"eval_samples_per_second": 4.818,
|
323 |
+
"eval_steps_per_second": 4.818,
|
324 |
+
"step": 5250
|
325 |
+
}
|
326 |
+
],
|
327 |
+
"logging_steps": 250,
|
328 |
+
"max_steps": 5355,
|
329 |
+
"num_input_tokens_seen": 0,
|
330 |
+
"num_train_epochs": 5,
|
331 |
+
"save_steps": 250,
|
332 |
+
"stateful_callbacks": {
|
333 |
+
"TrainerControl": {
|
334 |
+
"args": {
|
335 |
+
"should_epoch_stop": false,
|
336 |
+
"should_evaluate": false,
|
337 |
+
"should_log": false,
|
338 |
+
"should_save": true,
|
339 |
+
"should_training_stop": false
|
340 |
+
},
|
341 |
+
"attributes": {}
|
342 |
+
}
|
343 |
+
},
|
344 |
+
"total_flos": 1.9002919929174835e+17,
|
345 |
+
"train_batch_size": 1,
|
346 |
+
"trial_name": null,
|
347 |
+
"trial_params": null
|
348 |
+
}
|
checkpoint-5250/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cc7671253189160c68645d0729d520f76a915ff3d79cd4020b8a2bfe76b8f7d
|
3 |
+
size 5496
|