Training in progress, epoch 0, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +42 -0
- last-checkpoint/trainer_state.json +409 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: princeton-nlp/Sheared-LLaMA-1.3B
|
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
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "princeton-nlp/Sheared-LLaMA-1.3B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
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": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"o_proj",
|
25 |
+
"q_proj",
|
26 |
+
"down_proj",
|
27 |
+
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c719791f7bb652c7cd29bc97c1acb1ba669eca7bb4ea598135e8fc37881347d4
|
3 |
+
size 60010048
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:402a639fba419b436aa1356ec32926e843b56e0abfe389b777693aa4cd904ad4
|
3 |
+
size 30839892
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ca38b29c5948a4cf0bdef1a107b0ce0d422a3f0bc50c153baa42d6ea6cce750
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d754412c61116546142914503e7369d0cc35d3c380a07e5218f595d76b6d96
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
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": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,409 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.13065490772497143,
|
5 |
+
"eval_steps": 17,
|
6 |
+
"global_step": 200,
|
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.0006532745386248571,
|
13 |
+
"eval_loss": 2.095608949661255,
|
14 |
+
"eval_runtime": 57.0442,
|
15 |
+
"eval_samples_per_second": 45.193,
|
16 |
+
"eval_steps_per_second": 5.662,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0032663726931242854,
|
21 |
+
"grad_norm": 0.21221201121807098,
|
22 |
+
"learning_rate": 5e-05,
|
23 |
+
"loss": 1.6508,
|
24 |
+
"step": 5
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.006532745386248571,
|
28 |
+
"grad_norm": 0.22674362361431122,
|
29 |
+
"learning_rate": 0.0001,
|
30 |
+
"loss": 1.7102,
|
31 |
+
"step": 10
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.009799118079372856,
|
35 |
+
"grad_norm": 0.269519180059433,
|
36 |
+
"learning_rate": 9.98292246503335e-05,
|
37 |
+
"loss": 1.7246,
|
38 |
+
"step": 15
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01110566715662257,
|
42 |
+
"eval_loss": 2.028172254562378,
|
43 |
+
"eval_runtime": 57.359,
|
44 |
+
"eval_samples_per_second": 44.945,
|
45 |
+
"eval_steps_per_second": 5.631,
|
46 |
+
"step": 17
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.013065490772497142,
|
50 |
+
"grad_norm": 0.31122979521751404,
|
51 |
+
"learning_rate": 9.931806517013612e-05,
|
52 |
+
"loss": 1.7273,
|
53 |
+
"step": 20
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 0.01633186346562143,
|
57 |
+
"grad_norm": 0.41586434841156006,
|
58 |
+
"learning_rate": 9.847001329696653e-05,
|
59 |
+
"loss": 1.7933,
|
60 |
+
"step": 25
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.019598236158745713,
|
64 |
+
"grad_norm": 0.5983772277832031,
|
65 |
+
"learning_rate": 9.729086208503174e-05,
|
66 |
+
"loss": 1.7516,
|
67 |
+
"step": 30
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.02221133431324514,
|
71 |
+
"eval_loss": 1.929399013519287,
|
72 |
+
"eval_runtime": 57.6067,
|
73 |
+
"eval_samples_per_second": 44.752,
|
74 |
+
"eval_steps_per_second": 5.607,
|
75 |
+
"step": 34
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.02286460885187,
|
79 |
+
"grad_norm": 0.943932831287384,
|
80 |
+
"learning_rate": 9.578866633275288e-05,
|
81 |
+
"loss": 1.9982,
|
82 |
+
"step": 35
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.026130981544994283,
|
86 |
+
"grad_norm": 1.333251953125,
|
87 |
+
"learning_rate": 9.397368756032445e-05,
|
88 |
+
"loss": 2.1041,
|
89 |
+
"step": 40
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.02939735423811857,
|
93 |
+
"grad_norm": 1.7958847284317017,
|
94 |
+
"learning_rate": 9.185832391312644e-05,
|
95 |
+
"loss": 2.15,
|
96 |
+
"step": 45
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.03266372693124286,
|
100 |
+
"grad_norm": 4.410415172576904,
|
101 |
+
"learning_rate": 8.945702546981969e-05,
|
102 |
+
"loss": 2.5185,
|
103 |
+
"step": 50
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.03331700146986771,
|
107 |
+
"eval_loss": 1.9736422300338745,
|
108 |
+
"eval_runtime": 57.487,
|
109 |
+
"eval_samples_per_second": 44.845,
|
110 |
+
"eval_steps_per_second": 5.619,
|
111 |
+
"step": 51
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.03593009962436714,
|
115 |
+
"grad_norm": 0.5272660255432129,
|
116 |
+
"learning_rate": 8.678619553365659e-05,
|
117 |
+
"loss": 1.6951,
|
118 |
+
"step": 55
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.039196472317491425,
|
122 |
+
"grad_norm": 0.2936265170574188,
|
123 |
+
"learning_rate": 8.386407858128706e-05,
|
124 |
+
"loss": 1.6946,
|
125 |
+
"step": 60
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.04246284501061571,
|
129 |
+
"grad_norm": 0.2740556299686432,
|
130 |
+
"learning_rate": 8.07106356344834e-05,
|
131 |
+
"loss": 1.6546,
|
132 |
+
"step": 65
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epoch": 0.04442266862649028,
|
136 |
+
"eval_loss": 1.8947619199752808,
|
137 |
+
"eval_runtime": 57.6624,
|
138 |
+
"eval_samples_per_second": 44.709,
|
139 |
+
"eval_steps_per_second": 5.602,
|
140 |
+
"step": 68
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.04572921770374,
|
144 |
+
"grad_norm": 0.3228052258491516,
|
145 |
+
"learning_rate": 7.734740790612136e-05,
|
146 |
+
"loss": 1.6589,
|
147 |
+
"step": 70
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.04899559039686428,
|
151 |
+
"grad_norm": 0.42957571148872375,
|
152 |
+
"learning_rate": 7.379736965185368e-05,
|
153 |
+
"loss": 1.7451,
|
154 |
+
"step": 75
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.05226196308998857,
|
158 |
+
"grad_norm": 0.5609195232391357,
|
159 |
+
"learning_rate": 7.008477123264848e-05,
|
160 |
+
"loss": 1.7741,
|
161 |
+
"step": 80
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.05552833578311285,
|
165 |
+
"grad_norm": 0.8654677271842957,
|
166 |
+
"learning_rate": 6.623497346023418e-05,
|
167 |
+
"loss": 1.8785,
|
168 |
+
"step": 85
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 0.05552833578311285,
|
172 |
+
"eval_loss": 1.8576701879501343,
|
173 |
+
"eval_runtime": 57.2998,
|
174 |
+
"eval_samples_per_second": 44.991,
|
175 |
+
"eval_steps_per_second": 5.637,
|
176 |
+
"step": 85
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.05879470847623714,
|
180 |
+
"grad_norm": 1.3158453702926636,
|
181 |
+
"learning_rate": 6.227427435703997e-05,
|
182 |
+
"loss": 2.0237,
|
183 |
+
"step": 90
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.062061081169361425,
|
187 |
+
"grad_norm": 1.6945480108261108,
|
188 |
+
"learning_rate": 5.8229729514036705e-05,
|
189 |
+
"loss": 2.0945,
|
190 |
+
"step": 95
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.06532745386248572,
|
194 |
+
"grad_norm": 3.3736517429351807,
|
195 |
+
"learning_rate": 5.4128967273616625e-05,
|
196 |
+
"loss": 2.3271,
|
197 |
+
"step": 100
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 0.06663400293973543,
|
201 |
+
"eval_loss": 1.8315001726150513,
|
202 |
+
"eval_runtime": 57.6522,
|
203 |
+
"eval_samples_per_second": 44.716,
|
204 |
+
"eval_steps_per_second": 5.603,
|
205 |
+
"step": 102
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.06859382655561,
|
209 |
+
"grad_norm": 0.35630449652671814,
|
210 |
+
"learning_rate": 5e-05,
|
211 |
+
"loss": 1.5742,
|
212 |
+
"step": 105
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.07186019924873428,
|
216 |
+
"grad_norm": 0.3723335266113281,
|
217 |
+
"learning_rate": 4.5871032726383386e-05,
|
218 |
+
"loss": 1.6171,
|
219 |
+
"step": 110
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.07512657194185857,
|
223 |
+
"grad_norm": 0.39353442192077637,
|
224 |
+
"learning_rate": 4.17702704859633e-05,
|
225 |
+
"loss": 1.6489,
|
226 |
+
"step": 115
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.07773967009635799,
|
230 |
+
"eval_loss": 1.8114745616912842,
|
231 |
+
"eval_runtime": 57.6514,
|
232 |
+
"eval_samples_per_second": 44.717,
|
233 |
+
"eval_steps_per_second": 5.603,
|
234 |
+
"step": 119
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.07839294463498285,
|
238 |
+
"grad_norm": 0.37837105989456177,
|
239 |
+
"learning_rate": 3.772572564296005e-05,
|
240 |
+
"loss": 1.6021,
|
241 |
+
"step": 120
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.08165931732810713,
|
245 |
+
"grad_norm": 0.4824821949005127,
|
246 |
+
"learning_rate": 3.3765026539765834e-05,
|
247 |
+
"loss": 1.7757,
|
248 |
+
"step": 125
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.08492569002123142,
|
252 |
+
"grad_norm": 0.612577497959137,
|
253 |
+
"learning_rate": 2.991522876735154e-05,
|
254 |
+
"loss": 1.7622,
|
255 |
+
"step": 130
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.0881920627143557,
|
259 |
+
"grad_norm": 0.9872429370880127,
|
260 |
+
"learning_rate": 2.6202630348146324e-05,
|
261 |
+
"loss": 1.9061,
|
262 |
+
"step": 135
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.08884533725298056,
|
266 |
+
"eval_loss": 1.812151551246643,
|
267 |
+
"eval_runtime": 57.6472,
|
268 |
+
"eval_samples_per_second": 44.72,
|
269 |
+
"eval_steps_per_second": 5.603,
|
270 |
+
"step": 136
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.09145843540748,
|
274 |
+
"grad_norm": 1.347030758857727,
|
275 |
+
"learning_rate": 2.2652592093878666e-05,
|
276 |
+
"loss": 1.9406,
|
277 |
+
"step": 140
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.09472480810060428,
|
281 |
+
"grad_norm": 2.084744453430176,
|
282 |
+
"learning_rate": 1.928936436551661e-05,
|
283 |
+
"loss": 2.0861,
|
284 |
+
"step": 145
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.09799118079372857,
|
288 |
+
"grad_norm": 3.422002077102661,
|
289 |
+
"learning_rate": 1.6135921418712956e-05,
|
290 |
+
"loss": 2.375,
|
291 |
+
"step": 150
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.09995100440960314,
|
295 |
+
"eval_loss": 1.7937358617782593,
|
296 |
+
"eval_runtime": 57.499,
|
297 |
+
"eval_samples_per_second": 44.836,
|
298 |
+
"eval_steps_per_second": 5.617,
|
299 |
+
"step": 153
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.10125755348685285,
|
303 |
+
"grad_norm": 0.30897772312164307,
|
304 |
+
"learning_rate": 1.3213804466343421e-05,
|
305 |
+
"loss": 1.5451,
|
306 |
+
"step": 155
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.10452392617997713,
|
310 |
+
"grad_norm": 0.3643786609172821,
|
311 |
+
"learning_rate": 1.0542974530180327e-05,
|
312 |
+
"loss": 1.6042,
|
313 |
+
"step": 160
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.10779029887310142,
|
317 |
+
"grad_norm": 0.42373302578926086,
|
318 |
+
"learning_rate": 8.141676086873572e-06,
|
319 |
+
"loss": 1.6688,
|
320 |
+
"step": 165
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 0.1110566715662257,
|
324 |
+
"grad_norm": 0.5218139886856079,
|
325 |
+
"learning_rate": 6.026312439675552e-06,
|
326 |
+
"loss": 1.7141,
|
327 |
+
"step": 170
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.1110566715662257,
|
331 |
+
"eval_loss": 1.794013500213623,
|
332 |
+
"eval_runtime": 57.8137,
|
333 |
+
"eval_samples_per_second": 44.592,
|
334 |
+
"eval_steps_per_second": 5.587,
|
335 |
+
"step": 170
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 0.11432304425935,
|
339 |
+
"grad_norm": 0.6702213883399963,
|
340 |
+
"learning_rate": 4.2113336672471245e-06,
|
341 |
+
"loss": 1.7233,
|
342 |
+
"step": 175
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 0.11758941695247428,
|
346 |
+
"grad_norm": 0.9712100028991699,
|
347 |
+
"learning_rate": 2.7091379149682685e-06,
|
348 |
+
"loss": 1.7565,
|
349 |
+
"step": 180
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 0.12085578964559857,
|
353 |
+
"grad_norm": 1.1032600402832031,
|
354 |
+
"learning_rate": 1.5299867030334814e-06,
|
355 |
+
"loss": 1.8817,
|
356 |
+
"step": 185
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 0.12216233872284828,
|
360 |
+
"eval_loss": 1.784209966659546,
|
361 |
+
"eval_runtime": 57.6323,
|
362 |
+
"eval_samples_per_second": 44.732,
|
363 |
+
"eval_steps_per_second": 5.605,
|
364 |
+
"step": 187
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 0.12412216233872285,
|
368 |
+
"grad_norm": 1.3396888971328735,
|
369 |
+
"learning_rate": 6.819348298638839e-07,
|
370 |
+
"loss": 1.8765,
|
371 |
+
"step": 190
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 0.12738853503184713,
|
375 |
+
"grad_norm": 1.7500126361846924,
|
376 |
+
"learning_rate": 1.7077534966650766e-07,
|
377 |
+
"loss": 1.9182,
|
378 |
+
"step": 195
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"epoch": 0.13065490772497143,
|
382 |
+
"grad_norm": 3.3364036083221436,
|
383 |
+
"learning_rate": 0.0,
|
384 |
+
"loss": 2.1906,
|
385 |
+
"step": 200
|
386 |
+
}
|
387 |
+
],
|
388 |
+
"logging_steps": 5,
|
389 |
+
"max_steps": 200,
|
390 |
+
"num_input_tokens_seen": 0,
|
391 |
+
"num_train_epochs": 1,
|
392 |
+
"save_steps": 500,
|
393 |
+
"stateful_callbacks": {
|
394 |
+
"TrainerControl": {
|
395 |
+
"args": {
|
396 |
+
"should_epoch_stop": false,
|
397 |
+
"should_evaluate": false,
|
398 |
+
"should_log": false,
|
399 |
+
"should_save": true,
|
400 |
+
"should_training_stop": true
|
401 |
+
},
|
402 |
+
"attributes": {}
|
403 |
+
}
|
404 |
+
},
|
405 |
+
"total_flos": 5.12349324705792e+16,
|
406 |
+
"train_batch_size": 8,
|
407 |
+
"trial_name": null,
|
408 |
+
"trial_params": null
|
409 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:971f03a631cc9e677ce52205750d9226d27e53874d896c6feb984f5bc2c9f694
|
3 |
+
size 6776
|