Upload 8 files
Browse files- README.md +200 -1
- adapter_config.json +48 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +45 -0
- trainer_state.json +721 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,202 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
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.7.1
|
adapter_config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": [
|
11 |
+
0,
|
12 |
+
1,
|
13 |
+
2,
|
14 |
+
3,
|
15 |
+
4,
|
16 |
+
5,
|
17 |
+
6,
|
18 |
+
7,
|
19 |
+
8,
|
20 |
+
9,
|
21 |
+
10,
|
22 |
+
11,
|
23 |
+
12,
|
24 |
+
13,
|
25 |
+
14,
|
26 |
+
15,
|
27 |
+
16,
|
28 |
+
17,
|
29 |
+
18,
|
30 |
+
19,
|
31 |
+
20
|
32 |
+
],
|
33 |
+
"loftq_config": {},
|
34 |
+
"lora_alpha": 16,
|
35 |
+
"lora_dropout": 0.05,
|
36 |
+
"megatron_config": null,
|
37 |
+
"megatron_core": "megatron.core",
|
38 |
+
"modules_to_save": null,
|
39 |
+
"peft_type": "LORA",
|
40 |
+
"r": 8,
|
41 |
+
"rank_pattern": {},
|
42 |
+
"revision": null,
|
43 |
+
"target_modules": [
|
44 |
+
"v_proj",
|
45 |
+
"q_proj"
|
46 |
+
],
|
47 |
+
"task_type": "CAUSAL_LM"
|
48 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d960598619162338285f6d98665643cd3e5ebd01c40b8076e365f1b597eec39
|
3 |
+
size 8956728
|
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": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
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 |
+
"additional_special_tokens": [],
|
32 |
+
"bos_token": "<s>",
|
33 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
34 |
+
"clean_up_tokenization_spaces": false,
|
35 |
+
"eos_token": "</s>",
|
36 |
+
"legacy": true,
|
37 |
+
"model_max_length": 128,
|
38 |
+
"pad_token": "<unk>",
|
39 |
+
"padding_side": "right",
|
40 |
+
"sp_model_kwargs": {},
|
41 |
+
"spaces_between_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"unk_token": "<unk>",
|
44 |
+
"use_default_system_prompt": false
|
45 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,721 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.26504108136761195,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1000,
|
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.0,
|
13 |
+
"grad_norm": 11.295464515686035,
|
14 |
+
"learning_rate": 9e-06,
|
15 |
+
"loss": 11.8817,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.01,
|
20 |
+
"grad_norm": 19.111797332763672,
|
21 |
+
"learning_rate": 9e-06,
|
22 |
+
"loss": 11.3974,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.01,
|
27 |
+
"grad_norm": 9.346492767333984,
|
28 |
+
"learning_rate": 9e-06,
|
29 |
+
"loss": 10.7775,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.01,
|
34 |
+
"grad_norm": 14.614985466003418,
|
35 |
+
"learning_rate": 9e-06,
|
36 |
+
"loss": 11.4679,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.01,
|
41 |
+
"grad_norm": 2.3655669689178467,
|
42 |
+
"learning_rate": 9e-06,
|
43 |
+
"loss": 10.9678,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.02,
|
48 |
+
"grad_norm": 5.735344409942627,
|
49 |
+
"learning_rate": 9e-06,
|
50 |
+
"loss": 11.2729,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02,
|
55 |
+
"grad_norm": 2.9105610847473145,
|
56 |
+
"learning_rate": 9e-06,
|
57 |
+
"loss": 10.2641,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.02,
|
62 |
+
"grad_norm": 2.147580146789551,
|
63 |
+
"learning_rate": 9e-06,
|
64 |
+
"loss": 11.013,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.02,
|
69 |
+
"grad_norm": 1.199955701828003,
|
70 |
+
"learning_rate": 9e-06,
|
71 |
+
"loss": 10.386,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.03,
|
76 |
+
"grad_norm": 1.2018721103668213,
|
77 |
+
"learning_rate": 9e-06,
|
78 |
+
"loss": 10.5926,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.03,
|
83 |
+
"grad_norm": 2.837686061859131,
|
84 |
+
"learning_rate": 9e-06,
|
85 |
+
"loss": 10.262,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.03,
|
90 |
+
"grad_norm": 16.972187042236328,
|
91 |
+
"learning_rate": 9e-06,
|
92 |
+
"loss": 10.9497,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.03,
|
97 |
+
"grad_norm": 2.3430895805358887,
|
98 |
+
"learning_rate": 9e-06,
|
99 |
+
"loss": 10.873,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.04,
|
104 |
+
"grad_norm": 1.7084295749664307,
|
105 |
+
"learning_rate": 9e-06,
|
106 |
+
"loss": 11.4798,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.04,
|
111 |
+
"grad_norm": 9.110677719116211,
|
112 |
+
"learning_rate": 9e-06,
|
113 |
+
"loss": 11.5311,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.04,
|
118 |
+
"grad_norm": 5.313033103942871,
|
119 |
+
"learning_rate": 9e-06,
|
120 |
+
"loss": 10.7384,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.05,
|
125 |
+
"grad_norm": 1.9622620344161987,
|
126 |
+
"learning_rate": 9e-06,
|
127 |
+
"loss": 10.6241,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.05,
|
132 |
+
"grad_norm": 5.918550968170166,
|
133 |
+
"learning_rate": 9e-06,
|
134 |
+
"loss": 10.3353,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.05,
|
139 |
+
"grad_norm": 8.934325218200684,
|
140 |
+
"learning_rate": 9e-06,
|
141 |
+
"loss": 10.6227,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.05,
|
146 |
+
"grad_norm": 3.5179646015167236,
|
147 |
+
"learning_rate": 9e-06,
|
148 |
+
"loss": 11.893,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.06,
|
153 |
+
"grad_norm": 7.267765522003174,
|
154 |
+
"learning_rate": 9e-06,
|
155 |
+
"loss": 10.7318,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.06,
|
160 |
+
"grad_norm": 4.953799247741699,
|
161 |
+
"learning_rate": 9e-06,
|
162 |
+
"loss": 10.3503,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.06,
|
167 |
+
"grad_norm": 8.167949676513672,
|
168 |
+
"learning_rate": 9e-06,
|
169 |
+
"loss": 11.0659,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.06,
|
174 |
+
"grad_norm": 3.700347423553467,
|
175 |
+
"learning_rate": 9e-06,
|
176 |
+
"loss": 10.3495,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.07,
|
181 |
+
"grad_norm": 3.486212730407715,
|
182 |
+
"learning_rate": 9e-06,
|
183 |
+
"loss": 10.0343,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.07,
|
188 |
+
"grad_norm": 2.664926052093506,
|
189 |
+
"learning_rate": 9e-06,
|
190 |
+
"loss": 10.977,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.07,
|
195 |
+
"grad_norm": 2.2788758277893066,
|
196 |
+
"learning_rate": 9e-06,
|
197 |
+
"loss": 10.7265,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.07,
|
202 |
+
"grad_norm": 2.547367811203003,
|
203 |
+
"learning_rate": 9e-06,
|
204 |
+
"loss": 10.5965,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.08,
|
209 |
+
"grad_norm": 5.828494548797607,
|
210 |
+
"learning_rate": 9e-06,
|
211 |
+
"loss": 10.5825,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.08,
|
216 |
+
"grad_norm": 3.869746446609497,
|
217 |
+
"learning_rate": 9e-06,
|
218 |
+
"loss": 10.6817,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.08,
|
223 |
+
"grad_norm": 6.566542625427246,
|
224 |
+
"learning_rate": 9e-06,
|
225 |
+
"loss": 11.4166,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.08,
|
230 |
+
"grad_norm": 3.2000067234039307,
|
231 |
+
"learning_rate": 9e-06,
|
232 |
+
"loss": 10.5373,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.09,
|
237 |
+
"grad_norm": 14.10906982421875,
|
238 |
+
"learning_rate": 9e-06,
|
239 |
+
"loss": 10.1794,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.09,
|
244 |
+
"grad_norm": 6.793337345123291,
|
245 |
+
"learning_rate": 9e-06,
|
246 |
+
"loss": 11.0996,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.09,
|
251 |
+
"grad_norm": 2.9148030281066895,
|
252 |
+
"learning_rate": 9e-06,
|
253 |
+
"loss": 10.0792,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.1,
|
258 |
+
"grad_norm": 8.041594505310059,
|
259 |
+
"learning_rate": 9e-06,
|
260 |
+
"loss": 10.761,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.1,
|
265 |
+
"grad_norm": 6.987390041351318,
|
266 |
+
"learning_rate": 9e-06,
|
267 |
+
"loss": 10.8053,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.1,
|
272 |
+
"grad_norm": 3.1856467723846436,
|
273 |
+
"learning_rate": 9e-06,
|
274 |
+
"loss": 10.7451,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.1,
|
279 |
+
"grad_norm": 6.973601818084717,
|
280 |
+
"learning_rate": 9e-06,
|
281 |
+
"loss": 10.9992,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.11,
|
286 |
+
"grad_norm": 4.062169551849365,
|
287 |
+
"learning_rate": 9e-06,
|
288 |
+
"loss": 10.761,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.11,
|
293 |
+
"grad_norm": 3.9612374305725098,
|
294 |
+
"learning_rate": 9e-06,
|
295 |
+
"loss": 10.311,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.11,
|
300 |
+
"grad_norm": 7.710612773895264,
|
301 |
+
"learning_rate": 9e-06,
|
302 |
+
"loss": 10.5532,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.11,
|
307 |
+
"grad_norm": 3.7663562297821045,
|
308 |
+
"learning_rate": 9e-06,
|
309 |
+
"loss": 10.7776,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.12,
|
314 |
+
"grad_norm": 2.825556755065918,
|
315 |
+
"learning_rate": 9e-06,
|
316 |
+
"loss": 9.9882,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.12,
|
321 |
+
"grad_norm": 5.759881019592285,
|
322 |
+
"learning_rate": 9e-06,
|
323 |
+
"loss": 9.8141,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.12,
|
328 |
+
"grad_norm": 4.936343193054199,
|
329 |
+
"learning_rate": 9e-06,
|
330 |
+
"loss": 11.3302,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.12,
|
335 |
+
"grad_norm": 5.308138370513916,
|
336 |
+
"learning_rate": 9e-06,
|
337 |
+
"loss": 10.2812,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.13,
|
342 |
+
"grad_norm": 3.4589219093322754,
|
343 |
+
"learning_rate": 9e-06,
|
344 |
+
"loss": 10.6503,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.13,
|
349 |
+
"grad_norm": 3.5036466121673584,
|
350 |
+
"learning_rate": 9e-06,
|
351 |
+
"loss": 10.599,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.13,
|
356 |
+
"grad_norm": 3.5134172439575195,
|
357 |
+
"learning_rate": 9e-06,
|
358 |
+
"loss": 10.6681,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.14,
|
363 |
+
"grad_norm": 4.047601699829102,
|
364 |
+
"learning_rate": 9e-06,
|
365 |
+
"loss": 10.5657,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.14,
|
370 |
+
"grad_norm": 5.227710247039795,
|
371 |
+
"learning_rate": 9e-06,
|
372 |
+
"loss": 10.1521,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.14,
|
377 |
+
"grad_norm": 3.6789393424987793,
|
378 |
+
"learning_rate": 9e-06,
|
379 |
+
"loss": 11.3919,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.14,
|
384 |
+
"grad_norm": 5.670515537261963,
|
385 |
+
"learning_rate": 9e-06,
|
386 |
+
"loss": 11.0344,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.15,
|
391 |
+
"grad_norm": 2.813408851623535,
|
392 |
+
"learning_rate": 9e-06,
|
393 |
+
"loss": 10.0968,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.15,
|
398 |
+
"grad_norm": 5.232144832611084,
|
399 |
+
"learning_rate": 9e-06,
|
400 |
+
"loss": 10.745,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.15,
|
405 |
+
"grad_norm": 9.7771635055542,
|
406 |
+
"learning_rate": 9e-06,
|
407 |
+
"loss": 11.311,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.15,
|
412 |
+
"grad_norm": 8.114048957824707,
|
413 |
+
"learning_rate": 9e-06,
|
414 |
+
"loss": 10.2083,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.16,
|
419 |
+
"grad_norm": 5.147491455078125,
|
420 |
+
"learning_rate": 9e-06,
|
421 |
+
"loss": 10.2984,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.16,
|
426 |
+
"grad_norm": 8.014413833618164,
|
427 |
+
"learning_rate": 9e-06,
|
428 |
+
"loss": 10.1533,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.16,
|
433 |
+
"grad_norm": 11.841456413269043,
|
434 |
+
"learning_rate": 9e-06,
|
435 |
+
"loss": 10.4205,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.16,
|
440 |
+
"grad_norm": 5.5549516677856445,
|
441 |
+
"learning_rate": 9e-06,
|
442 |
+
"loss": 10.5929,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.17,
|
447 |
+
"grad_norm": 3.713442325592041,
|
448 |
+
"learning_rate": 9e-06,
|
449 |
+
"loss": 9.9718,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.17,
|
454 |
+
"grad_norm": 6.863169193267822,
|
455 |
+
"learning_rate": 9e-06,
|
456 |
+
"loss": 10.6209,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.17,
|
461 |
+
"grad_norm": 4.174696445465088,
|
462 |
+
"learning_rate": 9e-06,
|
463 |
+
"loss": 10.6878,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.17,
|
468 |
+
"grad_norm": 4.71444034576416,
|
469 |
+
"learning_rate": 9e-06,
|
470 |
+
"loss": 10.4567,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.18,
|
475 |
+
"grad_norm": 5.523930072784424,
|
476 |
+
"learning_rate": 9e-06,
|
477 |
+
"loss": 10.0833,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.18,
|
482 |
+
"grad_norm": 6.862795352935791,
|
483 |
+
"learning_rate": 9e-06,
|
484 |
+
"loss": 10.2016,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.18,
|
489 |
+
"grad_norm": 3.1852409839630127,
|
490 |
+
"learning_rate": 9e-06,
|
491 |
+
"loss": 10.5172,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.19,
|
496 |
+
"grad_norm": 6.443986415863037,
|
497 |
+
"learning_rate": 9e-06,
|
498 |
+
"loss": 10.7537,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.19,
|
503 |
+
"grad_norm": 11.400566101074219,
|
504 |
+
"learning_rate": 9e-06,
|
505 |
+
"loss": 11.0483,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.19,
|
510 |
+
"grad_norm": 7.702329635620117,
|
511 |
+
"learning_rate": 9e-06,
|
512 |
+
"loss": 10.727,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.19,
|
517 |
+
"grad_norm": 4.16178035736084,
|
518 |
+
"learning_rate": 9e-06,
|
519 |
+
"loss": 10.6055,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.2,
|
524 |
+
"grad_norm": 6.605968475341797,
|
525 |
+
"learning_rate": 9e-06,
|
526 |
+
"loss": 10.355,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.2,
|
531 |
+
"grad_norm": 14.701130867004395,
|
532 |
+
"learning_rate": 9e-06,
|
533 |
+
"loss": 10.4721,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.2,
|
538 |
+
"grad_norm": 7.835628509521484,
|
539 |
+
"learning_rate": 9e-06,
|
540 |
+
"loss": 10.4347,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.2,
|
545 |
+
"grad_norm": 7.356694221496582,
|
546 |
+
"learning_rate": 9e-06,
|
547 |
+
"loss": 11.3509,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.21,
|
552 |
+
"grad_norm": 4.329432487487793,
|
553 |
+
"learning_rate": 9e-06,
|
554 |
+
"loss": 10.0169,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.21,
|
559 |
+
"grad_norm": 19.973756790161133,
|
560 |
+
"learning_rate": 9e-06,
|
561 |
+
"loss": 10.0255,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.21,
|
566 |
+
"grad_norm": 2.803788185119629,
|
567 |
+
"learning_rate": 9e-06,
|
568 |
+
"loss": 10.7273,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.21,
|
573 |
+
"grad_norm": 14.293676376342773,
|
574 |
+
"learning_rate": 9e-06,
|
575 |
+
"loss": 9.9237,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.22,
|
580 |
+
"grad_norm": 16.294631958007812,
|
581 |
+
"learning_rate": 9e-06,
|
582 |
+
"loss": 10.4007,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.22,
|
587 |
+
"grad_norm": 3.3935439586639404,
|
588 |
+
"learning_rate": 9e-06,
|
589 |
+
"loss": 10.448,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.22,
|
594 |
+
"grad_norm": 6.49714469909668,
|
595 |
+
"learning_rate": 9e-06,
|
596 |
+
"loss": 10.4483,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.23,
|
601 |
+
"grad_norm": 10.630420684814453,
|
602 |
+
"learning_rate": 9e-06,
|
603 |
+
"loss": 10.897,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.23,
|
608 |
+
"grad_norm": 5.770751476287842,
|
609 |
+
"learning_rate": 9e-06,
|
610 |
+
"loss": 9.9405,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.23,
|
615 |
+
"grad_norm": 8.110162734985352,
|
616 |
+
"learning_rate": 9e-06,
|
617 |
+
"loss": 11.0845,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.23,
|
622 |
+
"grad_norm": 7.8067426681518555,
|
623 |
+
"learning_rate": 9e-06,
|
624 |
+
"loss": 10.547,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.24,
|
629 |
+
"grad_norm": 3.9901771545410156,
|
630 |
+
"learning_rate": 9e-06,
|
631 |
+
"loss": 10.4107,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.24,
|
636 |
+
"grad_norm": 8.162439346313477,
|
637 |
+
"learning_rate": 9e-06,
|
638 |
+
"loss": 11.4275,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.24,
|
643 |
+
"grad_norm": 3.2310473918914795,
|
644 |
+
"learning_rate": 9e-06,
|
645 |
+
"loss": 10.7262,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.24,
|
650 |
+
"grad_norm": 18.924705505371094,
|
651 |
+
"learning_rate": 9e-06,
|
652 |
+
"loss": 10.9865,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.25,
|
657 |
+
"grad_norm": 4.149799823760986,
|
658 |
+
"learning_rate": 9e-06,
|
659 |
+
"loss": 10.5479,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.25,
|
664 |
+
"grad_norm": 9.203178405761719,
|
665 |
+
"learning_rate": 9e-06,
|
666 |
+
"loss": 10.5654,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.25,
|
671 |
+
"grad_norm": 7.544803619384766,
|
672 |
+
"learning_rate": 9e-06,
|
673 |
+
"loss": 9.6395,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.25,
|
678 |
+
"grad_norm": 4.45569372177124,
|
679 |
+
"learning_rate": 9e-06,
|
680 |
+
"loss": 10.9773,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.26,
|
685 |
+
"grad_norm": 10.091376304626465,
|
686 |
+
"learning_rate": 9e-06,
|
687 |
+
"loss": 10.9838,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.26,
|
692 |
+
"grad_norm": 10.069650650024414,
|
693 |
+
"learning_rate": 9e-06,
|
694 |
+
"loss": 10.5794,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.26,
|
699 |
+
"grad_norm": 5.327217102050781,
|
700 |
+
"learning_rate": 9e-06,
|
701 |
+
"loss": 10.3056,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.27,
|
706 |
+
"grad_norm": 20.91196060180664,
|
707 |
+
"learning_rate": 9e-06,
|
708 |
+
"loss": 10.8614,
|
709 |
+
"step": 1000
|
710 |
+
}
|
711 |
+
],
|
712 |
+
"logging_steps": 10,
|
713 |
+
"max_steps": 2500,
|
714 |
+
"num_input_tokens_seen": 0,
|
715 |
+
"num_train_epochs": 1,
|
716 |
+
"save_steps": 500,
|
717 |
+
"total_flos": 3.2776227127296e+17,
|
718 |
+
"train_batch_size": 8,
|
719 |
+
"trial_name": null,
|
720 |
+
"trial_params": null
|
721 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34129deabd5d692a6819c9f36f90bf1e7d2cb4415154628c8ae20143cf21ef50
|
3 |
+
size 4928
|