Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- chat_template.json +3 -0
- optimizer.pt +3 -0
- preprocessor_config.json +29 -0
- processor_config.json +4 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +33 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +593 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/gemma-3-12b-it-unsloth-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.15.0
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/gemma-3-12b-it-unsloth-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 64,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
+
"v_proj",
|
30 |
+
"k_proj",
|
31 |
+
"q_proj",
|
32 |
+
"o_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1bb11fe3e84a68fa4748aee22983c757bb4a5a7904c0105249a8348ede5e264
|
3 |
+
size 1095431224
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<image_soft_token>": 262144
|
3 |
+
}
|
chat_template.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chat_template": "{{ bos_token }}\n{%- if messages[0]['role'] == 'system' -%}\n {%- if messages[0]['content'] is string -%}\n {%- set first_user_prefix = messages[0]['content'] + '\n\n' -%}\n {%- else -%}\n {%- set first_user_prefix = messages[0]['content'][0]['text'] + '\n\n' -%}\n {%- endif -%}\n {%- set loop_messages = messages[1:] -%}\n{%- else -%}\n {%- set first_user_prefix = \"\" -%}\n {%- set loop_messages = messages -%}\n{%- endif -%}\n{%- for message in loop_messages -%}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}\n {{ raise_exception(\"Conversation roles must alternate user/assistant/user/assistant/...\") }}\n {%- endif -%}\n {%- if (message['role'] == 'assistant') -%}\n {%- set role = \"model\" -%}\n {%- else -%}\n {%- set role = message['role'] -%}\n {%- endif -%}\n {{ '<start_of_turn>' + role + '\n' + (first_user_prefix if loop.first else \"\") }}\n {%- if message['content'] is string -%}\n {{ message['content'] | trim }}\n {%- elif message['content'] is iterable -%}\n {%- for item in message['content'] -%}\n {%- if item['type'] == 'image' -%}\n {{ '<start_of_image>' }}\n {%- elif item['type'] == 'text' -%}\n {{ item['text'] | trim }}\n {%- endif -%}\n {%- endfor -%}\n {%- else -%}\n {{ raise_exception(\"Invalid content type\") }}\n {%- endif -%}\n {{ '<end_of_turn>\n' }}\n{%- endfor -%}\n{%- if add_generation_prompt -%}\n {{'<start_of_turn>model\n'}}\n{%- endif -%}\n"
|
3 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:537ffa36e63143b907143262b41c7b96754350334f00e17044f8898e85b27714
|
3 |
+
size 532739028
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pan_and_scan": null,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"image_mean": [
|
8 |
+
0.5,
|
9 |
+
0.5,
|
10 |
+
0.5
|
11 |
+
],
|
12 |
+
"image_processor_type": "Gemma3ImageProcessor",
|
13 |
+
"image_seq_length": 256,
|
14 |
+
"image_std": [
|
15 |
+
0.5,
|
16 |
+
0.5,
|
17 |
+
0.5
|
18 |
+
],
|
19 |
+
"pan_and_scan_max_num_crops": null,
|
20 |
+
"pan_and_scan_min_crop_size": null,
|
21 |
+
"pan_and_scan_min_ratio_to_activate": null,
|
22 |
+
"processor_class": "Gemma3Processor",
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"height": 896,
|
27 |
+
"width": 896
|
28 |
+
}
|
29 |
+
}
|
processor_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_seq_length": 256,
|
3 |
+
"processor_class": "Gemma3Processor"
|
4 |
+
}
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f13c3a9830caa5f9be85242b37bd5ec6ae6eb8912ae6fec48c662b7458a7997
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a7809204a55240a609057a3bcfe861cee3420879349ba34f0392c1d74139cf3
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"boi_token": "<start_of_image>",
|
3 |
+
"bos_token": {
|
4 |
+
"content": "<bos>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
"eoi_token": "<end_of_image>",
|
11 |
+
"eos_token": {
|
12 |
+
"content": "<end_of_turn>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
},
|
18 |
+
"image_token": "<image_soft_token>",
|
19 |
+
"pad_token": {
|
20 |
+
"content": "<pad>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"unk_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
}
|
33 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4201e7b539fef153e1fe3058db39e600717b3323fee690d37e92fa52fb2b5af2
|
3 |
+
size 33384667
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
3 |
+
size 4689074
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
trainer_state.json
ADDED
@@ -0,0 +1,593 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.4339419978517722,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 800,
|
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.04296455424274973,
|
13 |
+
"grad_norm": 1.6397182941436768,
|
14 |
+
"learning_rate": 5e-06,
|
15 |
+
"loss": 3.4918,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08592910848549946,
|
20 |
+
"grad_norm": 1.1852494478225708,
|
21 |
+
"learning_rate": 4.998023493068255e-06,
|
22 |
+
"loss": 3.1439,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.1288936627282492,
|
27 |
+
"grad_norm": 0.813017725944519,
|
28 |
+
"learning_rate": 4.99209709753674e-06,
|
29 |
+
"loss": 2.7821,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.17185821697099893,
|
34 |
+
"grad_norm": 0.8324390053749084,
|
35 |
+
"learning_rate": 4.982230184254934e-06,
|
36 |
+
"loss": 2.5004,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.21482277121374865,
|
41 |
+
"grad_norm": 0.7486415505409241,
|
42 |
+
"learning_rate": 4.968438354840834e-06,
|
43 |
+
"loss": 2.2932,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.2577873254564984,
|
48 |
+
"grad_norm": 0.8176449537277222,
|
49 |
+
"learning_rate": 4.950743417011591e-06,
|
50 |
+
"loss": 2.0388,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.3007518796992481,
|
55 |
+
"grad_norm": 1.1593029499053955,
|
56 |
+
"learning_rate": 4.929173350101025e-06,
|
57 |
+
"loss": 1.798,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.34371643394199786,
|
62 |
+
"grad_norm": 0.8432386517524719,
|
63 |
+
"learning_rate": 4.903762260818552e-06,
|
64 |
+
"loss": 1.5069,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.3866809881847476,
|
69 |
+
"grad_norm": 0.5978631973266602,
|
70 |
+
"learning_rate": 4.874550329319457e-06,
|
71 |
+
"loss": 1.2985,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.4296455424274973,
|
76 |
+
"grad_norm": 0.43345287442207336,
|
77 |
+
"learning_rate": 4.84158374567182e-06,
|
78 |
+
"loss": 1.1899,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.47261009667024706,
|
83 |
+
"grad_norm": 0.41255077719688416,
|
84 |
+
"learning_rate": 4.804914636820517e-06,
|
85 |
+
"loss": 1.207,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.5155746509129968,
|
90 |
+
"grad_norm": 0.3531062602996826,
|
91 |
+
"learning_rate": 4.764600984163809e-06,
|
92 |
+
"loss": 1.097,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.5585392051557465,
|
97 |
+
"grad_norm": 0.3125358819961548,
|
98 |
+
"learning_rate": 4.72070653187283e-06,
|
99 |
+
"loss": 1.0538,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.6015037593984962,
|
104 |
+
"grad_norm": 0.3715002238750458,
|
105 |
+
"learning_rate": 4.673300686098957e-06,
|
106 |
+
"loss": 1.0238,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.644468313641246,
|
111 |
+
"grad_norm": 0.3236304819583893,
|
112 |
+
"learning_rate": 4.622458405228411e-06,
|
113 |
+
"loss": 1.0329,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.6874328678839957,
|
118 |
+
"grad_norm": 0.389879435300827,
|
119 |
+
"learning_rate": 4.568260081357644e-06,
|
120 |
+
"loss": 1.0452,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.7303974221267454,
|
125 |
+
"grad_norm": 0.3259812593460083,
|
126 |
+
"learning_rate": 4.510791413176912e-06,
|
127 |
+
"loss": 1.0407,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.7733619763694952,
|
132 |
+
"grad_norm": 0.3405851125717163,
|
133 |
+
"learning_rate": 4.450143270463031e-06,
|
134 |
+
"loss": 1.0219,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.8163265306122449,
|
139 |
+
"grad_norm": 0.35685139894485474,
|
140 |
+
"learning_rate": 4.386411550395576e-06,
|
141 |
+
"loss": 0.9988,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.8592910848549946,
|
146 |
+
"grad_norm": 0.3287046253681183,
|
147 |
+
"learning_rate": 4.319697025923736e-06,
|
148 |
+
"loss": 1.0164,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.9022556390977443,
|
153 |
+
"grad_norm": 0.33687785267829895,
|
154 |
+
"learning_rate": 4.250105186423564e-06,
|
155 |
+
"loss": 0.9938,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.9452201933404941,
|
160 |
+
"grad_norm": 0.40256965160369873,
|
161 |
+
"learning_rate": 4.177746070897593e-06,
|
162 |
+
"loss": 1.001,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.9881847475832438,
|
167 |
+
"grad_norm": 0.48085835576057434,
|
168 |
+
"learning_rate": 4.10273409398055e-06,
|
169 |
+
"loss": 1.0145,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.0300751879699248,
|
174 |
+
"grad_norm": 0.4048563241958618,
|
175 |
+
"learning_rate": 4.025187865026311e-06,
|
176 |
+
"loss": 0.9861,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.0730397422126745,
|
181 |
+
"grad_norm": 0.34213146567344666,
|
182 |
+
"learning_rate": 3.945230000562121e-06,
|
183 |
+
"loss": 0.9843,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.1160042964554242,
|
188 |
+
"grad_norm": 0.3930899500846863,
|
189 |
+
"learning_rate": 3.862986930406669e-06,
|
190 |
+
"loss": 0.9539,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.158968850698174,
|
195 |
+
"grad_norm": 0.41636350750923157,
|
196 |
+
"learning_rate": 3.7785886977585562e-06,
|
197 |
+
"loss": 0.9629,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.2019334049409238,
|
202 |
+
"grad_norm": 0.3695228397846222,
|
203 |
+
"learning_rate": 3.6921687535712657e-06,
|
204 |
+
"loss": 0.9778,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.2448979591836735,
|
209 |
+
"grad_norm": 0.3623664677143097,
|
210 |
+
"learning_rate": 3.6038637455397802e-06,
|
211 |
+
"loss": 0.9613,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.2878625134264232,
|
216 |
+
"grad_norm": 0.4789970815181732,
|
217 |
+
"learning_rate": 3.513813302032485e-06,
|
218 |
+
"loss": 0.9671,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.330827067669173,
|
223 |
+
"grad_norm": 0.4214249849319458,
|
224 |
+
"learning_rate": 3.4221598113100196e-06,
|
225 |
+
"loss": 0.9597,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 1.3737916219119226,
|
230 |
+
"grad_norm": 0.4314541518688202,
|
231 |
+
"learning_rate": 3.32904819638017e-06,
|
232 |
+
"loss": 0.9872,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.4167561761546725,
|
237 |
+
"grad_norm": 0.45763522386550903,
|
238 |
+
"learning_rate": 3.234625685844803e-06,
|
239 |
+
"loss": 1.006,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.459720730397422,
|
244 |
+
"grad_norm": 0.41263076663017273,
|
245 |
+
"learning_rate": 3.139041581101187e-06,
|
246 |
+
"loss": 0.973,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.502685284640172,
|
251 |
+
"grad_norm": 0.5277674198150635,
|
252 |
+
"learning_rate": 3.0424470202657953e-06,
|
253 |
+
"loss": 0.9525,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.5456498388829216,
|
258 |
+
"grad_norm": 0.5219724178314209,
|
259 |
+
"learning_rate": 2.9449947391938768e-06,
|
260 |
+
"loss": 0.9516,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.5886143931256713,
|
265 |
+
"grad_norm": 0.47409552335739136,
|
266 |
+
"learning_rate": 2.8468388299726714e-06,
|
267 |
+
"loss": 0.9599,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.631578947368421,
|
272 |
+
"grad_norm": 0.4466871917247772,
|
273 |
+
"learning_rate": 2.7481344972701545e-06,
|
274 |
+
"loss": 0.952,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.6745435016111707,
|
279 |
+
"grad_norm": 0.4826906621456146,
|
280 |
+
"learning_rate": 2.64903781292455e-06,
|
281 |
+
"loss": 0.9492,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 1.7175080558539206,
|
286 |
+
"grad_norm": 0.4338424801826477,
|
287 |
+
"learning_rate": 2.5497054691626754e-06,
|
288 |
+
"loss": 0.9584,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 1.76047261009667,
|
293 |
+
"grad_norm": 0.6052074432373047,
|
294 |
+
"learning_rate": 2.4502945308373246e-06,
|
295 |
+
"loss": 0.9446,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.80343716433942,
|
300 |
+
"grad_norm": 0.5061154961585999,
|
301 |
+
"learning_rate": 2.3509621870754505e-06,
|
302 |
+
"loss": 0.9369,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.8464017185821697,
|
307 |
+
"grad_norm": 0.47927358746528625,
|
308 |
+
"learning_rate": 2.2518655027298468e-06,
|
309 |
+
"loss": 1.0038,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 1.8893662728249194,
|
314 |
+
"grad_norm": 0.4831957221031189,
|
315 |
+
"learning_rate": 2.15316117002733e-06,
|
316 |
+
"loss": 0.9501,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 1.9323308270676691,
|
321 |
+
"grad_norm": 0.4502115249633789,
|
322 |
+
"learning_rate": 2.055005260806125e-06,
|
323 |
+
"loss": 0.9333,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.9752953813104188,
|
328 |
+
"grad_norm": 0.6315404772758484,
|
329 |
+
"learning_rate": 1.957552979734205e-06,
|
330 |
+
"loss": 0.9279,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 2.0171858216970997,
|
335 |
+
"grad_norm": 0.5396577715873718,
|
336 |
+
"learning_rate": 1.8609584188988135e-06,
|
337 |
+
"loss": 0.9254,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 2.0601503759398496,
|
342 |
+
"grad_norm": 0.49860578775405884,
|
343 |
+
"learning_rate": 1.7653743141551983e-06,
|
344 |
+
"loss": 0.9307,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.1031149301825995,
|
349 |
+
"grad_norm": 0.4839128255844116,
|
350 |
+
"learning_rate": 1.6709518036198307e-06,
|
351 |
+
"loss": 0.9491,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 2.146079484425349,
|
356 |
+
"grad_norm": 0.4922753572463989,
|
357 |
+
"learning_rate": 1.5778401886899808e-06,
|
358 |
+
"loss": 0.9209,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.189044038668099,
|
363 |
+
"grad_norm": 0.6326885223388672,
|
364 |
+
"learning_rate": 1.4861866979675155e-06,
|
365 |
+
"loss": 0.9163,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 2.2320085929108484,
|
370 |
+
"grad_norm": 0.5038188099861145,
|
371 |
+
"learning_rate": 1.3961362544602215e-06,
|
372 |
+
"loss": 0.934,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 2.2749731471535983,
|
377 |
+
"grad_norm": 0.5759682059288025,
|
378 |
+
"learning_rate": 1.3078312464287355e-06,
|
379 |
+
"loss": 0.9335,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.317937701396348,
|
384 |
+
"grad_norm": 0.5074816942214966,
|
385 |
+
"learning_rate": 1.2214113022414448e-06,
|
386 |
+
"loss": 0.9194,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 2.3609022556390977,
|
391 |
+
"grad_norm": 0.5167147517204285,
|
392 |
+
"learning_rate": 1.1370130695933317e-06,
|
393 |
+
"loss": 0.9442,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 2.4038668098818476,
|
398 |
+
"grad_norm": 0.4864475131034851,
|
399 |
+
"learning_rate": 1.0547699994378787e-06,
|
400 |
+
"loss": 0.9248,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 2.446831364124597,
|
405 |
+
"grad_norm": 0.5640864968299866,
|
406 |
+
"learning_rate": 9.74812134973689e-07,
|
407 |
+
"loss": 0.9063,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 2.489795918367347,
|
412 |
+
"grad_norm": 0.5532556772232056,
|
413 |
+
"learning_rate": 8.972659060194505e-07,
|
414 |
+
"loss": 0.9045,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 2.5327604726100965,
|
419 |
+
"grad_norm": 0.539094090461731,
|
420 |
+
"learning_rate": 8.222539291024079e-07,
|
421 |
+
"loss": 0.9115,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 2.5757250268528464,
|
426 |
+
"grad_norm": 0.5470451712608337,
|
427 |
+
"learning_rate": 7.49894813576437e-07,
|
428 |
+
"loss": 0.9261,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 2.6186895810955964,
|
433 |
+
"grad_norm": 0.6289984583854675,
|
434 |
+
"learning_rate": 6.803029740762648e-07,
|
435 |
+
"loss": 0.9183,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 2.661654135338346,
|
440 |
+
"grad_norm": 0.6060165166854858,
|
441 |
+
"learning_rate": 6.135884496044245e-07,
|
442 |
+
"loss": 0.9308,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 2.7046186895810957,
|
447 |
+
"grad_norm": 0.5452494025230408,
|
448 |
+
"learning_rate": 5.4985672953697e-07,
|
449 |
+
"loss": 0.9702,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 2.7475832438238452,
|
454 |
+
"grad_norm": 0.577720582485199,
|
455 |
+
"learning_rate": 4.892085868230881e-07,
|
456 |
+
"loss": 0.9176,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 2.790547798066595,
|
461 |
+
"grad_norm": 0.5641165375709534,
|
462 |
+
"learning_rate": 4.317399186423574e-07,
|
463 |
+
"loss": 0.9452,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 2.833512352309345,
|
468 |
+
"grad_norm": 0.5322738289833069,
|
469 |
+
"learning_rate": 3.7754159477158994e-07,
|
470 |
+
"loss": 0.9271,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 2.8764769065520945,
|
475 |
+
"grad_norm": 0.6401134133338928,
|
476 |
+
"learning_rate": 3.266993139010438e-07,
|
477 |
+
"loss": 0.9151,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 2.919441460794844,
|
482 |
+
"grad_norm": 0.653149425983429,
|
483 |
+
"learning_rate": 2.792934681271708e-07,
|
484 |
+
"loss": 0.8951,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 2.962406015037594,
|
489 |
+
"grad_norm": 0.5724528431892395,
|
490 |
+
"learning_rate": 2.3539901583619186e-07,
|
491 |
+
"loss": 0.9102,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 3.004296455424275,
|
496 |
+
"grad_norm": 0.5610048174858093,
|
497 |
+
"learning_rate": 1.9508536317948358e-07,
|
498 |
+
"loss": 0.8989,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 3.0472610096670247,
|
503 |
+
"grad_norm": 0.6965809464454651,
|
504 |
+
"learning_rate": 1.584162543281806e-07,
|
505 |
+
"loss": 0.9079,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 3.090225563909774,
|
510 |
+
"grad_norm": 0.594599723815918,
|
511 |
+
"learning_rate": 1.2544967068054332e-07,
|
512 |
+
"loss": 0.9214,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 3.133190118152524,
|
517 |
+
"grad_norm": 0.5906569361686707,
|
518 |
+
"learning_rate": 9.623773918144896e-08,
|
519 |
+
"loss": 0.9054,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 3.176154672395274,
|
524 |
+
"grad_norm": 0.5923225283622742,
|
525 |
+
"learning_rate": 7.082664989897486e-08,
|
526 |
+
"loss": 0.9305,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 3.2191192266380235,
|
531 |
+
"grad_norm": 0.5577116012573242,
|
532 |
+
"learning_rate": 4.9256582988409795e-08,
|
533 |
+
"loss": 0.9231,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 3.2620837808807734,
|
538 |
+
"grad_norm": 0.5889368057250977,
|
539 |
+
"learning_rate": 3.15616451591666e-08,
|
540 |
+
"loss": 0.9072,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 3.305048335123523,
|
545 |
+
"grad_norm": 0.5589332580566406,
|
546 |
+
"learning_rate": 1.7769815745066476e-08,
|
547 |
+
"loss": 0.9138,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 3.348012889366273,
|
552 |
+
"grad_norm": 0.646337628364563,
|
553 |
+
"learning_rate": 7.90290246326042e-09,
|
554 |
+
"loss": 0.9175,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 3.3909774436090228,
|
559 |
+
"grad_norm": 0.6335355043411255,
|
560 |
+
"learning_rate": 1.976506931745392e-09,
|
561 |
+
"loss": 0.9135,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 3.4339419978517722,
|
566 |
+
"grad_norm": 0.7010214924812317,
|
567 |
+
"learning_rate": 0.0,
|
568 |
+
"loss": 0.9279,
|
569 |
+
"step": 800
|
570 |
+
}
|
571 |
+
],
|
572 |
+
"logging_steps": 10,
|
573 |
+
"max_steps": 800,
|
574 |
+
"num_input_tokens_seen": 0,
|
575 |
+
"num_train_epochs": 4,
|
576 |
+
"save_steps": 50,
|
577 |
+
"stateful_callbacks": {
|
578 |
+
"TrainerControl": {
|
579 |
+
"args": {
|
580 |
+
"should_epoch_stop": false,
|
581 |
+
"should_evaluate": false,
|
582 |
+
"should_log": false,
|
583 |
+
"should_save": true,
|
584 |
+
"should_training_stop": true
|
585 |
+
},
|
586 |
+
"attributes": {}
|
587 |
+
}
|
588 |
+
},
|
589 |
+
"total_flos": 1.9266685807744512e+17,
|
590 |
+
"train_batch_size": 4,
|
591 |
+
"trial_name": null,
|
592 |
+
"trial_params": null
|
593 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb03e9879eb833a3fba3eb2e4f5380c341348d338d76f9cb7329493b918a56d6
|
3 |
+
size 5624
|