tarabukinivan
commited on
Commit
•
bc0dc91
1
Parent(s):
48822fc
Training in progress, step 30, 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 +275 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: HuggingFaceH4/tiny-random-LlamaForCausalLM
|
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": "HuggingFaceH4/tiny-random-LlamaForCausalLM",
|
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": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"k_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj",
|
28 |
+
"up_proj",
|
29 |
+
"o_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:60f84bd2fc97c808af575a0b851b70f214e909bb3b851f244d137598fdb18b85
|
3 |
+
size 27024
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a72600b2013e8fb6a75dd2d9513ec4f9ae4c8992be10fb3b29760c5bceec135
|
3 |
+
size 70922
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:372c9c91189dafe7a0013b948ff9907e60fc7ad4b32cc7ac3bccb3f603cf2268
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2def2cd24154d8cecbaa07c36ae27e5ebb9b7273a78abfea27aa67c480e4ae2b
|
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": 2048,
|
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,275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.005264081417792595,
|
5 |
+
"eval_steps": 8,
|
6 |
+
"global_step": 30,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.00017546938059308652,
|
13 |
+
"grad_norm": 0.021896077319979668,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 10.3889,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.00017546938059308652,
|
20 |
+
"eval_loss": 10.378170013427734,
|
21 |
+
"eval_runtime": 20.1811,
|
22 |
+
"eval_samples_per_second": 118.923,
|
23 |
+
"eval_steps_per_second": 59.462,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00035093876118617303,
|
28 |
+
"grad_norm": 0.02895743027329445,
|
29 |
+
"learning_rate": 4e-05,
|
30 |
+
"loss": 10.3799,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0005264081417792595,
|
35 |
+
"grad_norm": 0.03139834105968475,
|
36 |
+
"learning_rate": 6e-05,
|
37 |
+
"loss": 10.3833,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0007018775223723461,
|
42 |
+
"grad_norm": 0.03180989623069763,
|
43 |
+
"learning_rate": 8e-05,
|
44 |
+
"loss": 10.3725,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0008773469029654326,
|
49 |
+
"grad_norm": 0.04147100821137428,
|
50 |
+
"learning_rate": 0.0001,
|
51 |
+
"loss": 10.3725,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.001052816283558519,
|
56 |
+
"grad_norm": 0.034542471170425415,
|
57 |
+
"learning_rate": 0.00012,
|
58 |
+
"loss": 10.3629,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0012282856641516056,
|
63 |
+
"grad_norm": 0.030410971492528915,
|
64 |
+
"learning_rate": 0.00014,
|
65 |
+
"loss": 10.3853,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0014037550447446921,
|
70 |
+
"grad_norm": 0.026322724297642708,
|
71 |
+
"learning_rate": 0.00016,
|
72 |
+
"loss": 10.3725,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.0014037550447446921,
|
77 |
+
"eval_loss": 10.377918243408203,
|
78 |
+
"eval_runtime": 20.1636,
|
79 |
+
"eval_samples_per_second": 119.026,
|
80 |
+
"eval_steps_per_second": 59.513,
|
81 |
+
"step": 8
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.0015792244253377786,
|
85 |
+
"grad_norm": 0.023104362189769745,
|
86 |
+
"learning_rate": 0.00018,
|
87 |
+
"loss": 10.3882,
|
88 |
+
"step": 9
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.001754693805930865,
|
92 |
+
"grad_norm": 0.0319962278008461,
|
93 |
+
"learning_rate": 0.0002,
|
94 |
+
"loss": 10.3865,
|
95 |
+
"step": 10
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 0.0019301631865239516,
|
99 |
+
"grad_norm": 0.031027458608150482,
|
100 |
+
"learning_rate": 0.00019876883405951377,
|
101 |
+
"loss": 10.3821,
|
102 |
+
"step": 11
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 0.002105632567117038,
|
106 |
+
"grad_norm": 0.04138890653848648,
|
107 |
+
"learning_rate": 0.00019510565162951537,
|
108 |
+
"loss": 10.3692,
|
109 |
+
"step": 12
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.0022811019477101246,
|
113 |
+
"grad_norm": 0.02614734135568142,
|
114 |
+
"learning_rate": 0.0001891006524188368,
|
115 |
+
"loss": 10.3891,
|
116 |
+
"step": 13
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.0024565713283032113,
|
120 |
+
"grad_norm": 0.02401694655418396,
|
121 |
+
"learning_rate": 0.00018090169943749476,
|
122 |
+
"loss": 10.3821,
|
123 |
+
"step": 14
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.0026320407088962976,
|
127 |
+
"grad_norm": 0.03232363983988762,
|
128 |
+
"learning_rate": 0.00017071067811865476,
|
129 |
+
"loss": 10.3736,
|
130 |
+
"step": 15
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 0.0028075100894893843,
|
134 |
+
"grad_norm": 0.02802196890115738,
|
135 |
+
"learning_rate": 0.00015877852522924732,
|
136 |
+
"loss": 10.3833,
|
137 |
+
"step": 16
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.0028075100894893843,
|
141 |
+
"eval_loss": 10.37726879119873,
|
142 |
+
"eval_runtime": 20.1987,
|
143 |
+
"eval_samples_per_second": 118.819,
|
144 |
+
"eval_steps_per_second": 59.41,
|
145 |
+
"step": 16
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.0029829794700824705,
|
149 |
+
"grad_norm": 0.032058119773864746,
|
150 |
+
"learning_rate": 0.00014539904997395468,
|
151 |
+
"loss": 10.3759,
|
152 |
+
"step": 17
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 0.0031584488506755572,
|
156 |
+
"grad_norm": 0.03021497279405594,
|
157 |
+
"learning_rate": 0.00013090169943749476,
|
158 |
+
"loss": 10.3804,
|
159 |
+
"step": 18
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.0033339182312686435,
|
163 |
+
"grad_norm": 0.02468908578157425,
|
164 |
+
"learning_rate": 0.0001156434465040231,
|
165 |
+
"loss": 10.3832,
|
166 |
+
"step": 19
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.00350938761186173,
|
170 |
+
"grad_norm": 0.03662308305501938,
|
171 |
+
"learning_rate": 0.0001,
|
172 |
+
"loss": 10.3869,
|
173 |
+
"step": 20
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 0.0036848569924548165,
|
177 |
+
"grad_norm": 0.031086675822734833,
|
178 |
+
"learning_rate": 8.435655349597689e-05,
|
179 |
+
"loss": 10.3756,
|
180 |
+
"step": 21
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 0.003860326373047903,
|
184 |
+
"grad_norm": 0.030318187549710274,
|
185 |
+
"learning_rate": 6.909830056250527e-05,
|
186 |
+
"loss": 10.372,
|
187 |
+
"step": 22
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 0.00403579575364099,
|
191 |
+
"grad_norm": 0.03376461938023567,
|
192 |
+
"learning_rate": 5.4600950026045326e-05,
|
193 |
+
"loss": 10.377,
|
194 |
+
"step": 23
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 0.004211265134234076,
|
198 |
+
"grad_norm": 0.02785138599574566,
|
199 |
+
"learning_rate": 4.12214747707527e-05,
|
200 |
+
"loss": 10.3689,
|
201 |
+
"step": 24
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.004211265134234076,
|
205 |
+
"eval_loss": 10.376875877380371,
|
206 |
+
"eval_runtime": 20.1626,
|
207 |
+
"eval_samples_per_second": 119.032,
|
208 |
+
"eval_steps_per_second": 59.516,
|
209 |
+
"step": 24
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 0.0043867345148271624,
|
213 |
+
"grad_norm": 0.02769087813794613,
|
214 |
+
"learning_rate": 2.9289321881345254e-05,
|
215 |
+
"loss": 10.374,
|
216 |
+
"step": 25
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 0.004562203895420249,
|
220 |
+
"grad_norm": 0.03563356772065163,
|
221 |
+
"learning_rate": 1.9098300562505266e-05,
|
222 |
+
"loss": 10.38,
|
223 |
+
"step": 26
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 0.004737673276013336,
|
227 |
+
"grad_norm": 0.0283515527844429,
|
228 |
+
"learning_rate": 1.0899347581163221e-05,
|
229 |
+
"loss": 10.379,
|
230 |
+
"step": 27
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 0.0049131426566064226,
|
234 |
+
"grad_norm": 0.029156768694519997,
|
235 |
+
"learning_rate": 4.8943483704846475e-06,
|
236 |
+
"loss": 10.3778,
|
237 |
+
"step": 28
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.005088612037199508,
|
241 |
+
"grad_norm": 0.02999081462621689,
|
242 |
+
"learning_rate": 1.231165940486234e-06,
|
243 |
+
"loss": 10.377,
|
244 |
+
"step": 29
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"epoch": 0.005264081417792595,
|
248 |
+
"grad_norm": 0.031297340989112854,
|
249 |
+
"learning_rate": 0.0,
|
250 |
+
"loss": 10.3777,
|
251 |
+
"step": 30
|
252 |
+
}
|
253 |
+
],
|
254 |
+
"logging_steps": 1,
|
255 |
+
"max_steps": 30,
|
256 |
+
"num_input_tokens_seen": 0,
|
257 |
+
"num_train_epochs": 1,
|
258 |
+
"save_steps": 70,
|
259 |
+
"stateful_callbacks": {
|
260 |
+
"TrainerControl": {
|
261 |
+
"args": {
|
262 |
+
"should_epoch_stop": false,
|
263 |
+
"should_evaluate": false,
|
264 |
+
"should_log": false,
|
265 |
+
"should_save": true,
|
266 |
+
"should_training_stop": true
|
267 |
+
},
|
268 |
+
"attributes": {}
|
269 |
+
}
|
270 |
+
},
|
271 |
+
"total_flos": 1551708979200.0,
|
272 |
+
"train_batch_size": 2,
|
273 |
+
"trial_name": null,
|
274 |
+
"trial_params": null
|
275 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:018556eb706255f35327cd7f503bca7e2f49fb29fdf7ea867ba002295f39086f
|
3 |
+
size 6712
|