Upload 12 files
Browse files- README.md +202 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scaler.pt +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +40 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +89 -0
- trainer_state.json +524 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/codellama-7b-bnb-4bit
|
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.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/codellama-7b-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"up_proj",
|
27 |
+
"q_proj",
|
28 |
+
"o_proj",
|
29 |
+
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"k_proj",
|
32 |
+
"gate_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a75ba24f7b58c53b4b4691a647fb4865d00b68c9e364e12f8e4a015662cc9996
|
3 |
+
size 159967880
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70894608b1f2fd6ce57b63ceee2507324c1bd7b5a5a3eac87f02361d34fcb64c
|
3 |
+
size 320200274
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6d4fbb4eb2a12b17b73babfa38b90bdafc73a682a0af60498a1e002b1fd5b3a
|
3 |
+
size 14244
|
scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02a6b6b8cf99b0c2174cd2e01d3f497f96d31938cf35230876ea28c69c51c665
|
3 |
+
size 988
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c288e8f0186316bc491d8fbed73a999620ce45d9721a64b200870d22a1a84a90
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"▁<PRE>",
|
4 |
+
"▁<MID>",
|
5 |
+
"▁<SUF>",
|
6 |
+
"▁<EOT>",
|
7 |
+
"▁<PRE>",
|
8 |
+
"▁<MID>",
|
9 |
+
"▁<SUF>",
|
10 |
+
"▁<EOT>"
|
11 |
+
],
|
12 |
+
"bos_token": {
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"pad_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
},
|
33 |
+
"unk_token": {
|
34 |
+
"content": "<unk>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": false,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
}
|
40 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32007": {
|
30 |
+
"content": "▁<PRE>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32008": {
|
38 |
+
"content": "▁<SUF>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32009": {
|
46 |
+
"content": "▁<MID>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32010": {
|
54 |
+
"content": "▁<EOT>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"additional_special_tokens": [
|
63 |
+
"▁<PRE>",
|
64 |
+
"▁<MID>",
|
65 |
+
"▁<SUF>",
|
66 |
+
"▁<EOT>",
|
67 |
+
"▁<PRE>",
|
68 |
+
"▁<MID>",
|
69 |
+
"▁<SUF>",
|
70 |
+
"▁<EOT>"
|
71 |
+
],
|
72 |
+
"bos_token": "<s>",
|
73 |
+
"clean_up_tokenization_spaces": false,
|
74 |
+
"eos_token": "</s>",
|
75 |
+
"eot_token": "▁<EOT>",
|
76 |
+
"extra_special_tokens": {},
|
77 |
+
"fill_token": "<FILL_ME>",
|
78 |
+
"legacy": null,
|
79 |
+
"middle_token": "▁<MID>",
|
80 |
+
"model_max_length": 16384,
|
81 |
+
"pad_token": "<unk>",
|
82 |
+
"padding_side": "right",
|
83 |
+
"prefix_token": "▁<PRE>",
|
84 |
+
"sp_model_kwargs": {},
|
85 |
+
"suffix_token": "▁<SUF>",
|
86 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
87 |
+
"unk_token": "<unk>",
|
88 |
+
"use_default_system_prompt": false
|
89 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,524 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 5.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 700,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.07142857142857142,
|
14 |
+
"grad_norm": 0.15036863088607788,
|
15 |
+
"learning_rate": 9.928057553956835e-05,
|
16 |
+
"loss": 1.1077,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.14285714285714285,
|
21 |
+
"grad_norm": 0.193057581782341,
|
22 |
+
"learning_rate": 9.784172661870504e-05,
|
23 |
+
"loss": 1.0083,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.21428571428571427,
|
28 |
+
"grad_norm": 0.08045618236064911,
|
29 |
+
"learning_rate": 9.640287769784174e-05,
|
30 |
+
"loss": 0.7485,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.2857142857142857,
|
35 |
+
"grad_norm": 0.11583670973777771,
|
36 |
+
"learning_rate": 9.496402877697842e-05,
|
37 |
+
"loss": 0.712,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.35714285714285715,
|
42 |
+
"grad_norm": 0.11208095401525497,
|
43 |
+
"learning_rate": 9.35251798561151e-05,
|
44 |
+
"loss": 0.7233,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.42857142857142855,
|
49 |
+
"grad_norm": 0.11208643764257431,
|
50 |
+
"learning_rate": 9.20863309352518e-05,
|
51 |
+
"loss": 0.7492,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.5,
|
56 |
+
"grad_norm": 0.12728804349899292,
|
57 |
+
"learning_rate": 9.06474820143885e-05,
|
58 |
+
"loss": 0.667,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.5714285714285714,
|
63 |
+
"grad_norm": 0.11325202882289886,
|
64 |
+
"learning_rate": 8.920863309352519e-05,
|
65 |
+
"loss": 0.7477,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.6428571428571429,
|
70 |
+
"grad_norm": 0.10744063556194305,
|
71 |
+
"learning_rate": 8.776978417266187e-05,
|
72 |
+
"loss": 0.7106,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.7142857142857143,
|
77 |
+
"grad_norm": 0.11867828667163849,
|
78 |
+
"learning_rate": 8.633093525179857e-05,
|
79 |
+
"loss": 0.6824,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.7857142857142857,
|
84 |
+
"grad_norm": 0.10340498387813568,
|
85 |
+
"learning_rate": 8.489208633093527e-05,
|
86 |
+
"loss": 0.7038,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.8571428571428571,
|
91 |
+
"grad_norm": 0.15735560655593872,
|
92 |
+
"learning_rate": 8.345323741007195e-05,
|
93 |
+
"loss": 0.6034,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.9285714285714286,
|
98 |
+
"grad_norm": 0.16039283573627472,
|
99 |
+
"learning_rate": 8.201438848920863e-05,
|
100 |
+
"loss": 0.6561,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.0,
|
105 |
+
"grad_norm": 0.14552897214889526,
|
106 |
+
"learning_rate": 8.057553956834533e-05,
|
107 |
+
"loss": 0.6506,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 1.0714285714285714,
|
112 |
+
"grad_norm": 0.1838674396276474,
|
113 |
+
"learning_rate": 7.913669064748202e-05,
|
114 |
+
"loss": 0.6045,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.1428571428571428,
|
119 |
+
"grad_norm": 0.195386603474617,
|
120 |
+
"learning_rate": 7.769784172661872e-05,
|
121 |
+
"loss": 0.6637,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 1.2142857142857142,
|
126 |
+
"grad_norm": 0.19899536669254303,
|
127 |
+
"learning_rate": 7.62589928057554e-05,
|
128 |
+
"loss": 0.6108,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 1.2857142857142856,
|
133 |
+
"grad_norm": 0.18925336003303528,
|
134 |
+
"learning_rate": 7.48201438848921e-05,
|
135 |
+
"loss": 0.6481,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 1.3571428571428572,
|
140 |
+
"grad_norm": 0.18190115690231323,
|
141 |
+
"learning_rate": 7.338129496402878e-05,
|
142 |
+
"loss": 0.6594,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 1.4285714285714286,
|
147 |
+
"grad_norm": 0.17894072830677032,
|
148 |
+
"learning_rate": 7.194244604316547e-05,
|
149 |
+
"loss": 0.5453,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 1.5,
|
154 |
+
"grad_norm": 0.20920348167419434,
|
155 |
+
"learning_rate": 7.050359712230215e-05,
|
156 |
+
"loss": 0.5897,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 1.5714285714285714,
|
161 |
+
"grad_norm": 0.20813661813735962,
|
162 |
+
"learning_rate": 6.906474820143886e-05,
|
163 |
+
"loss": 0.5848,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 1.6428571428571428,
|
168 |
+
"grad_norm": 0.24429826438426971,
|
169 |
+
"learning_rate": 6.762589928057555e-05,
|
170 |
+
"loss": 0.6198,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 1.7142857142857144,
|
175 |
+
"grad_norm": 0.22697171568870544,
|
176 |
+
"learning_rate": 6.618705035971223e-05,
|
177 |
+
"loss": 0.5842,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 1.7857142857142856,
|
182 |
+
"grad_norm": 0.2556312084197998,
|
183 |
+
"learning_rate": 6.474820143884892e-05,
|
184 |
+
"loss": 0.5371,
|
185 |
+
"step": 250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 1.8571428571428572,
|
189 |
+
"grad_norm": 0.2177497297525406,
|
190 |
+
"learning_rate": 6.330935251798561e-05,
|
191 |
+
"loss": 0.5704,
|
192 |
+
"step": 260
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 1.9285714285714286,
|
196 |
+
"grad_norm": 0.2518755793571472,
|
197 |
+
"learning_rate": 6.187050359712231e-05,
|
198 |
+
"loss": 0.5212,
|
199 |
+
"step": 270
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 2.0,
|
203 |
+
"grad_norm": 0.25046634674072266,
|
204 |
+
"learning_rate": 6.0431654676258996e-05,
|
205 |
+
"loss": 0.5667,
|
206 |
+
"step": 280
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 2.0714285714285716,
|
210 |
+
"grad_norm": 0.24478240311145782,
|
211 |
+
"learning_rate": 5.899280575539569e-05,
|
212 |
+
"loss": 0.5879,
|
213 |
+
"step": 290
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 2.142857142857143,
|
217 |
+
"grad_norm": 0.2547719478607178,
|
218 |
+
"learning_rate": 5.755395683453237e-05,
|
219 |
+
"loss": 0.5369,
|
220 |
+
"step": 300
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 2.2142857142857144,
|
224 |
+
"grad_norm": 0.2863396108150482,
|
225 |
+
"learning_rate": 5.611510791366906e-05,
|
226 |
+
"loss": 0.5181,
|
227 |
+
"step": 310
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 2.2857142857142856,
|
231 |
+
"grad_norm": 0.28480178117752075,
|
232 |
+
"learning_rate": 5.467625899280576e-05,
|
233 |
+
"loss": 0.4763,
|
234 |
+
"step": 320
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 2.357142857142857,
|
238 |
+
"grad_norm": 0.19697213172912598,
|
239 |
+
"learning_rate": 5.323741007194245e-05,
|
240 |
+
"loss": 0.6052,
|
241 |
+
"step": 330
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 2.4285714285714284,
|
245 |
+
"grad_norm": 0.2452905774116516,
|
246 |
+
"learning_rate": 5.179856115107914e-05,
|
247 |
+
"loss": 0.5286,
|
248 |
+
"step": 340
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 2.5,
|
252 |
+
"grad_norm": 0.2562999427318573,
|
253 |
+
"learning_rate": 5.035971223021583e-05,
|
254 |
+
"loss": 0.5392,
|
255 |
+
"step": 350
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 2.571428571428571,
|
259 |
+
"grad_norm": 0.3020641803741455,
|
260 |
+
"learning_rate": 4.892086330935252e-05,
|
261 |
+
"loss": 0.4734,
|
262 |
+
"step": 360
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 2.642857142857143,
|
266 |
+
"grad_norm": 0.2998867928981781,
|
267 |
+
"learning_rate": 4.748201438848921e-05,
|
268 |
+
"loss": 0.4996,
|
269 |
+
"step": 370
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 2.7142857142857144,
|
273 |
+
"grad_norm": 0.32622605562210083,
|
274 |
+
"learning_rate": 4.60431654676259e-05,
|
275 |
+
"loss": 0.539,
|
276 |
+
"step": 380
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 2.7857142857142856,
|
280 |
+
"grad_norm": 0.2696865499019623,
|
281 |
+
"learning_rate": 4.460431654676259e-05,
|
282 |
+
"loss": 0.5506,
|
283 |
+
"step": 390
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 2.857142857142857,
|
287 |
+
"grad_norm": 0.28632229566574097,
|
288 |
+
"learning_rate": 4.3165467625899284e-05,
|
289 |
+
"loss": 0.4951,
|
290 |
+
"step": 400
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 2.928571428571429,
|
294 |
+
"grad_norm": 0.2761767506599426,
|
295 |
+
"learning_rate": 4.1726618705035975e-05,
|
296 |
+
"loss": 0.4887,
|
297 |
+
"step": 410
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 3.0,
|
301 |
+
"grad_norm": 0.3062366843223572,
|
302 |
+
"learning_rate": 4.0287769784172666e-05,
|
303 |
+
"loss": 0.4837,
|
304 |
+
"step": 420
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 3.0714285714285716,
|
308 |
+
"grad_norm": 0.33878713846206665,
|
309 |
+
"learning_rate": 3.884892086330936e-05,
|
310 |
+
"loss": 0.4278,
|
311 |
+
"step": 430
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 3.142857142857143,
|
315 |
+
"grad_norm": 0.273576557636261,
|
316 |
+
"learning_rate": 3.741007194244605e-05,
|
317 |
+
"loss": 0.4776,
|
318 |
+
"step": 440
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 3.2142857142857144,
|
322 |
+
"grad_norm": 0.314053475856781,
|
323 |
+
"learning_rate": 3.597122302158273e-05,
|
324 |
+
"loss": 0.549,
|
325 |
+
"step": 450
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 3.2857142857142856,
|
329 |
+
"grad_norm": 0.3175768554210663,
|
330 |
+
"learning_rate": 3.453237410071943e-05,
|
331 |
+
"loss": 0.4587,
|
332 |
+
"step": 460
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 3.357142857142857,
|
336 |
+
"grad_norm": 0.287589430809021,
|
337 |
+
"learning_rate": 3.3093525179856116e-05,
|
338 |
+
"loss": 0.4272,
|
339 |
+
"step": 470
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 3.4285714285714284,
|
343 |
+
"grad_norm": 0.32573071122169495,
|
344 |
+
"learning_rate": 3.165467625899281e-05,
|
345 |
+
"loss": 0.4506,
|
346 |
+
"step": 480
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 3.5,
|
350 |
+
"grad_norm": 0.41540372371673584,
|
351 |
+
"learning_rate": 3.0215827338129498e-05,
|
352 |
+
"loss": 0.5129,
|
353 |
+
"step": 490
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 3.571428571428571,
|
357 |
+
"grad_norm": 0.33923348784446716,
|
358 |
+
"learning_rate": 2.8776978417266186e-05,
|
359 |
+
"loss": 0.494,
|
360 |
+
"step": 500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 3.642857142857143,
|
364 |
+
"grad_norm": 0.3455836772918701,
|
365 |
+
"learning_rate": 2.733812949640288e-05,
|
366 |
+
"loss": 0.4687,
|
367 |
+
"step": 510
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 3.7142857142857144,
|
371 |
+
"grad_norm": 0.34565624594688416,
|
372 |
+
"learning_rate": 2.589928057553957e-05,
|
373 |
+
"loss": 0.4534,
|
374 |
+
"step": 520
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 3.7857142857142856,
|
378 |
+
"grad_norm": 0.343277245759964,
|
379 |
+
"learning_rate": 2.446043165467626e-05,
|
380 |
+
"loss": 0.5045,
|
381 |
+
"step": 530
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 3.857142857142857,
|
385 |
+
"grad_norm": 0.31855452060699463,
|
386 |
+
"learning_rate": 2.302158273381295e-05,
|
387 |
+
"loss": 0.4918,
|
388 |
+
"step": 540
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 3.928571428571429,
|
392 |
+
"grad_norm": 0.3254612684249878,
|
393 |
+
"learning_rate": 2.1582733812949642e-05,
|
394 |
+
"loss": 0.4812,
|
395 |
+
"step": 550
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 4.0,
|
399 |
+
"grad_norm": 0.3659997284412384,
|
400 |
+
"learning_rate": 2.0143884892086333e-05,
|
401 |
+
"loss": 0.4657,
|
402 |
+
"step": 560
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 4.071428571428571,
|
406 |
+
"grad_norm": 0.4133649170398712,
|
407 |
+
"learning_rate": 1.8705035971223024e-05,
|
408 |
+
"loss": 0.4157,
|
409 |
+
"step": 570
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 4.142857142857143,
|
413 |
+
"grad_norm": 0.4074523150920868,
|
414 |
+
"learning_rate": 1.7266187050359716e-05,
|
415 |
+
"loss": 0.4519,
|
416 |
+
"step": 580
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 4.214285714285714,
|
420 |
+
"grad_norm": 0.3066883683204651,
|
421 |
+
"learning_rate": 1.5827338129496403e-05,
|
422 |
+
"loss": 0.483,
|
423 |
+
"step": 590
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 4.285714285714286,
|
427 |
+
"grad_norm": 0.3481828272342682,
|
428 |
+
"learning_rate": 1.4388489208633093e-05,
|
429 |
+
"loss": 0.4698,
|
430 |
+
"step": 600
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 4.357142857142857,
|
434 |
+
"grad_norm": 0.3295931816101074,
|
435 |
+
"learning_rate": 1.2949640287769784e-05,
|
436 |
+
"loss": 0.4964,
|
437 |
+
"step": 610
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 4.428571428571429,
|
441 |
+
"grad_norm": 0.4130198061466217,
|
442 |
+
"learning_rate": 1.1510791366906475e-05,
|
443 |
+
"loss": 0.4405,
|
444 |
+
"step": 620
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 4.5,
|
448 |
+
"grad_norm": 0.34325918555259705,
|
449 |
+
"learning_rate": 1.0071942446043167e-05,
|
450 |
+
"loss": 0.4128,
|
451 |
+
"step": 630
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 4.571428571428571,
|
455 |
+
"grad_norm": 0.4057556092739105,
|
456 |
+
"learning_rate": 8.633093525179858e-06,
|
457 |
+
"loss": 0.4438,
|
458 |
+
"step": 640
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 4.642857142857143,
|
462 |
+
"grad_norm": 0.4750465154647827,
|
463 |
+
"learning_rate": 7.1942446043165465e-06,
|
464 |
+
"loss": 0.4443,
|
465 |
+
"step": 650
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 4.714285714285714,
|
469 |
+
"grad_norm": 0.36197009682655334,
|
470 |
+
"learning_rate": 5.755395683453238e-06,
|
471 |
+
"loss": 0.3771,
|
472 |
+
"step": 660
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 4.785714285714286,
|
476 |
+
"grad_norm": 0.40253880620002747,
|
477 |
+
"learning_rate": 4.316546762589929e-06,
|
478 |
+
"loss": 0.4005,
|
479 |
+
"step": 670
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 4.857142857142857,
|
483 |
+
"grad_norm": 0.39900633692741394,
|
484 |
+
"learning_rate": 2.877697841726619e-06,
|
485 |
+
"loss": 0.4658,
|
486 |
+
"step": 680
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 4.928571428571429,
|
490 |
+
"grad_norm": 0.3553173840045929,
|
491 |
+
"learning_rate": 1.4388489208633094e-06,
|
492 |
+
"loss": 0.4362,
|
493 |
+
"step": 690
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 5.0,
|
497 |
+
"grad_norm": 0.38214293122291565,
|
498 |
+
"learning_rate": 0.0,
|
499 |
+
"loss": 0.4493,
|
500 |
+
"step": 700
|
501 |
+
}
|
502 |
+
],
|
503 |
+
"logging_steps": 10,
|
504 |
+
"max_steps": 700,
|
505 |
+
"num_input_tokens_seen": 0,
|
506 |
+
"num_train_epochs": 5,
|
507 |
+
"save_steps": 500,
|
508 |
+
"stateful_callbacks": {
|
509 |
+
"TrainerControl": {
|
510 |
+
"args": {
|
511 |
+
"should_epoch_stop": false,
|
512 |
+
"should_evaluate": false,
|
513 |
+
"should_log": false,
|
514 |
+
"should_save": true,
|
515 |
+
"should_training_stop": true
|
516 |
+
},
|
517 |
+
"attributes": {}
|
518 |
+
}
|
519 |
+
},
|
520 |
+
"total_flos": 3.056291313827021e+17,
|
521 |
+
"train_batch_size": 10,
|
522 |
+
"trial_name": null,
|
523 |
+
"trial_params": null
|
524 |
+
}
|