Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +31 -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 +804 -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-4b-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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/gemma-3-4b-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": 8,
|
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": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:k_proj|v_proj|q_proj|out_proj|fc1|fc2|o_proj|gate_proj|up_proj|down_proj).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:k_proj|v_proj|q_proj|out_proj|fc1|fc2|o_proj|gate_proj|up_proj|down_proj)))",
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"trainable_token_indices": null,
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aaeeaf4f45fc7eaf29202ba22549dfd5940a8a18d471fe6d059e22ad8ccee8f
|
3 |
+
size 59675008
|
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:c2d31ec10ed63ada5221a093e4c7d46f6e36896e0f1a264b1769a0d42ba56493
|
3 |
+
size 30825092
|
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:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:901abe9c577da6d49bd74f99c6ebe7e9c67dbca0824b753bc4bbc938a94b4eda
|
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:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
3 |
+
size 33384568
|
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,804 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.013256206314774645,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 110,
|
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.00012051096649795132,
|
14 |
+
"grad_norm": 0.7307866811752319,
|
15 |
+
"learning_rate": 4e-05,
|
16 |
+
"loss": 1.2502,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.00024102193299590263,
|
21 |
+
"grad_norm": 0.7944597601890564,
|
22 |
+
"learning_rate": 8e-05,
|
23 |
+
"loss": 1.0923,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00036153289949385393,
|
28 |
+
"grad_norm": 0.8116863965988159,
|
29 |
+
"learning_rate": 0.00012,
|
30 |
+
"loss": 1.4372,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.00048204386599180526,
|
35 |
+
"grad_norm": 0.6883746981620789,
|
36 |
+
"learning_rate": 0.00016,
|
37 |
+
"loss": 1.2503,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0006025548324897565,
|
42 |
+
"grad_norm": 0.6956741809844971,
|
43 |
+
"learning_rate": 0.0002,
|
44 |
+
"loss": 1.135,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0007230657989877079,
|
49 |
+
"grad_norm": 0.7852187752723694,
|
50 |
+
"learning_rate": 0.0001980952380952381,
|
51 |
+
"loss": 1.0132,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0008435767654856592,
|
56 |
+
"grad_norm": 0.4692592918872833,
|
57 |
+
"learning_rate": 0.0001961904761904762,
|
58 |
+
"loss": 0.7826,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0009640877319836105,
|
63 |
+
"grad_norm": 0.27623867988586426,
|
64 |
+
"learning_rate": 0.0001942857142857143,
|
65 |
+
"loss": 0.664,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0010845986984815619,
|
70 |
+
"grad_norm": 0.21396474540233612,
|
71 |
+
"learning_rate": 0.0001923809523809524,
|
72 |
+
"loss": 0.9179,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.001205109664979513,
|
77 |
+
"grad_norm": 0.1967506855726242,
|
78 |
+
"learning_rate": 0.00019047619047619048,
|
79 |
+
"loss": 0.6711,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0013256206314774645,
|
84 |
+
"grad_norm": 0.20955657958984375,
|
85 |
+
"learning_rate": 0.00018857142857142857,
|
86 |
+
"loss": 0.8331,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0014461315979754157,
|
91 |
+
"grad_norm": 0.2680826485157013,
|
92 |
+
"learning_rate": 0.0001866666666666667,
|
93 |
+
"loss": 0.8829,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.0015666425644733672,
|
98 |
+
"grad_norm": 0.25052550435066223,
|
99 |
+
"learning_rate": 0.00018476190476190478,
|
100 |
+
"loss": 0.7536,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.0016871535309713184,
|
105 |
+
"grad_norm": 0.27972114086151123,
|
106 |
+
"learning_rate": 0.00018285714285714286,
|
107 |
+
"loss": 0.8129,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.0018076644974692696,
|
112 |
+
"grad_norm": 0.23484091460704803,
|
113 |
+
"learning_rate": 0.00018095238095238095,
|
114 |
+
"loss": 0.8715,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.001928175463967221,
|
119 |
+
"grad_norm": 0.2122180461883545,
|
120 |
+
"learning_rate": 0.00017904761904761907,
|
121 |
+
"loss": 0.9421,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0020486864304651723,
|
126 |
+
"grad_norm": 0.19645242393016815,
|
127 |
+
"learning_rate": 0.00017714285714285713,
|
128 |
+
"loss": 0.6596,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.0021691973969631237,
|
133 |
+
"grad_norm": 0.21645572781562805,
|
134 |
+
"learning_rate": 0.00017523809523809525,
|
135 |
+
"loss": 0.764,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.002289708363461075,
|
140 |
+
"grad_norm": 0.15910537540912628,
|
141 |
+
"learning_rate": 0.00017333333333333334,
|
142 |
+
"loss": 0.7156,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.002410219329959026,
|
147 |
+
"grad_norm": 0.1565140336751938,
|
148 |
+
"learning_rate": 0.00017142857142857143,
|
149 |
+
"loss": 0.6023,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.0025307302964569776,
|
154 |
+
"grad_norm": 0.17277204990386963,
|
155 |
+
"learning_rate": 0.00016952380952380954,
|
156 |
+
"loss": 0.5594,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.002651241262954929,
|
161 |
+
"grad_norm": 0.17323294281959534,
|
162 |
+
"learning_rate": 0.00016761904761904763,
|
163 |
+
"loss": 0.681,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.00277175222945288,
|
168 |
+
"grad_norm": 0.1539444774389267,
|
169 |
+
"learning_rate": 0.00016571428571428575,
|
170 |
+
"loss": 0.7535,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0028922631959508315,
|
175 |
+
"grad_norm": 0.16936075687408447,
|
176 |
+
"learning_rate": 0.0001638095238095238,
|
177 |
+
"loss": 0.5524,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.003012774162448783,
|
182 |
+
"grad_norm": 0.1893339455127716,
|
183 |
+
"learning_rate": 0.00016190476190476192,
|
184 |
+
"loss": 0.802,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.0031332851289467343,
|
189 |
+
"grad_norm": 0.17078277468681335,
|
190 |
+
"learning_rate": 0.00016,
|
191 |
+
"loss": 0.677,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.0032537960954446853,
|
196 |
+
"grad_norm": 0.1889839768409729,
|
197 |
+
"learning_rate": 0.0001580952380952381,
|
198 |
+
"loss": 0.5551,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.003374307061942637,
|
203 |
+
"grad_norm": 0.2148876190185547,
|
204 |
+
"learning_rate": 0.0001561904761904762,
|
205 |
+
"loss": 0.6161,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.0034948180284405882,
|
210 |
+
"grad_norm": 0.1392691731452942,
|
211 |
+
"learning_rate": 0.0001542857142857143,
|
212 |
+
"loss": 0.5348,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.0036153289949385392,
|
217 |
+
"grad_norm": 0.17458081245422363,
|
218 |
+
"learning_rate": 0.00015238095238095237,
|
219 |
+
"loss": 0.7913,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.0037358399614364907,
|
224 |
+
"grad_norm": 0.1562052071094513,
|
225 |
+
"learning_rate": 0.00015047619047619048,
|
226 |
+
"loss": 0.8158,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.003856350927934442,
|
231 |
+
"grad_norm": 0.1435224562883377,
|
232 |
+
"learning_rate": 0.00014857142857142857,
|
233 |
+
"loss": 0.7528,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.0039768618944323935,
|
238 |
+
"grad_norm": 0.14048519730567932,
|
239 |
+
"learning_rate": 0.00014666666666666666,
|
240 |
+
"loss": 0.6955,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.0040973728609303445,
|
245 |
+
"grad_norm": 0.16571789979934692,
|
246 |
+
"learning_rate": 0.00014476190476190475,
|
247 |
+
"loss": 0.5537,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.0042178838274282955,
|
252 |
+
"grad_norm": 0.165692538022995,
|
253 |
+
"learning_rate": 0.00014285714285714287,
|
254 |
+
"loss": 0.7134,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.004338394793926247,
|
259 |
+
"grad_norm": 0.1822883039712906,
|
260 |
+
"learning_rate": 0.00014095238095238096,
|
261 |
+
"loss": 0.5432,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.004458905760424198,
|
266 |
+
"grad_norm": 0.1414850652217865,
|
267 |
+
"learning_rate": 0.00013904761904761905,
|
268 |
+
"loss": 0.6703,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.00457941672692215,
|
273 |
+
"grad_norm": 0.15394528210163116,
|
274 |
+
"learning_rate": 0.00013714285714285716,
|
275 |
+
"loss": 0.6561,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.004699927693420101,
|
280 |
+
"grad_norm": 0.1435491144657135,
|
281 |
+
"learning_rate": 0.00013523809523809525,
|
282 |
+
"loss": 0.5644,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.004820438659918052,
|
287 |
+
"grad_norm": 0.16691423952579498,
|
288 |
+
"learning_rate": 0.00013333333333333334,
|
289 |
+
"loss": 0.7856,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.004940949626416004,
|
294 |
+
"grad_norm": 0.14211532473564148,
|
295 |
+
"learning_rate": 0.00013142857142857143,
|
296 |
+
"loss": 0.6399,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.005061460592913955,
|
301 |
+
"grad_norm": 0.18083994090557098,
|
302 |
+
"learning_rate": 0.00012952380952380954,
|
303 |
+
"loss": 0.715,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.005181971559411906,
|
308 |
+
"grad_norm": 0.15873770415782928,
|
309 |
+
"learning_rate": 0.0001276190476190476,
|
310 |
+
"loss": 0.7614,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.005302482525909858,
|
315 |
+
"grad_norm": 0.14993314445018768,
|
316 |
+
"learning_rate": 0.00012571428571428572,
|
317 |
+
"loss": 0.6105,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.005422993492407809,
|
322 |
+
"grad_norm": 0.18779931962490082,
|
323 |
+
"learning_rate": 0.0001238095238095238,
|
324 |
+
"loss": 1.0716,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.00554350445890576,
|
329 |
+
"grad_norm": 0.15650784969329834,
|
330 |
+
"learning_rate": 0.00012190476190476193,
|
331 |
+
"loss": 0.738,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.005664015425403712,
|
336 |
+
"grad_norm": 0.1431063711643219,
|
337 |
+
"learning_rate": 0.00012,
|
338 |
+
"loss": 0.5219,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.005784526391901663,
|
343 |
+
"grad_norm": 0.1359708309173584,
|
344 |
+
"learning_rate": 0.0001180952380952381,
|
345 |
+
"loss": 0.5886,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.005905037358399614,
|
350 |
+
"grad_norm": 0.16217978298664093,
|
351 |
+
"learning_rate": 0.00011619047619047621,
|
352 |
+
"loss": 0.7634,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.006025548324897566,
|
357 |
+
"grad_norm": 0.16889767348766327,
|
358 |
+
"learning_rate": 0.00011428571428571428,
|
359 |
+
"loss": 0.7717,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.006146059291395517,
|
364 |
+
"grad_norm": 0.21841812133789062,
|
365 |
+
"learning_rate": 0.00011238095238095239,
|
366 |
+
"loss": 0.937,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.006266570257893469,
|
371 |
+
"grad_norm": 0.17994704842567444,
|
372 |
+
"learning_rate": 0.00011047619047619049,
|
373 |
+
"loss": 0.8443,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.00638708122439142,
|
378 |
+
"grad_norm": 0.15717928111553192,
|
379 |
+
"learning_rate": 0.00010857142857142856,
|
380 |
+
"loss": 0.7624,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.006507592190889371,
|
385 |
+
"grad_norm": 0.16110721230506897,
|
386 |
+
"learning_rate": 0.00010666666666666667,
|
387 |
+
"loss": 0.7228,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.0066281031573873226,
|
392 |
+
"grad_norm": 0.14764989912509918,
|
393 |
+
"learning_rate": 0.00010476190476190477,
|
394 |
+
"loss": 0.6782,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.006748614123885274,
|
399 |
+
"grad_norm": 0.1577727496623993,
|
400 |
+
"learning_rate": 0.00010285714285714286,
|
401 |
+
"loss": 0.7367,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.006869125090383225,
|
406 |
+
"grad_norm": 0.17438825964927673,
|
407 |
+
"learning_rate": 0.00010095238095238096,
|
408 |
+
"loss": 0.65,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.0069896360568811764,
|
413 |
+
"grad_norm": 0.1775740683078766,
|
414 |
+
"learning_rate": 9.904761904761905e-05,
|
415 |
+
"loss": 0.7797,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.0071101470233791274,
|
420 |
+
"grad_norm": 0.18453216552734375,
|
421 |
+
"learning_rate": 9.714285714285715e-05,
|
422 |
+
"loss": 0.9153,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.0072306579898770785,
|
427 |
+
"grad_norm": 0.16022688150405884,
|
428 |
+
"learning_rate": 9.523809523809524e-05,
|
429 |
+
"loss": 0.7798,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.00735116895637503,
|
434 |
+
"grad_norm": 0.16944445669651031,
|
435 |
+
"learning_rate": 9.333333333333334e-05,
|
436 |
+
"loss": 0.8193,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.007471679922872981,
|
441 |
+
"grad_norm": 0.14207735657691956,
|
442 |
+
"learning_rate": 9.142857142857143e-05,
|
443 |
+
"loss": 0.5361,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.007592190889370932,
|
448 |
+
"grad_norm": 0.16854678094387054,
|
449 |
+
"learning_rate": 8.952380952380953e-05,
|
450 |
+
"loss": 0.7976,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.007712701855868884,
|
455 |
+
"grad_norm": 0.17764142155647278,
|
456 |
+
"learning_rate": 8.761904761904762e-05,
|
457 |
+
"loss": 0.6938,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.007833212822366835,
|
462 |
+
"grad_norm": 0.21041354537010193,
|
463 |
+
"learning_rate": 8.571428571428571e-05,
|
464 |
+
"loss": 0.8384,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.007953723788864787,
|
469 |
+
"grad_norm": 0.18576891720294952,
|
470 |
+
"learning_rate": 8.380952380952382e-05,
|
471 |
+
"loss": 0.6401,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.008074234755362737,
|
476 |
+
"grad_norm": 0.20624496042728424,
|
477 |
+
"learning_rate": 8.19047619047619e-05,
|
478 |
+
"loss": 0.7563,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.008194745721860689,
|
483 |
+
"grad_norm": 0.18236589431762695,
|
484 |
+
"learning_rate": 8e-05,
|
485 |
+
"loss": 0.748,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.008315256688358641,
|
490 |
+
"grad_norm": 0.15884153544902802,
|
491 |
+
"learning_rate": 7.80952380952381e-05,
|
492 |
+
"loss": 0.649,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.008435767654856591,
|
497 |
+
"grad_norm": 0.18527762591838837,
|
498 |
+
"learning_rate": 7.619047619047618e-05,
|
499 |
+
"loss": 0.5163,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.008556278621354543,
|
504 |
+
"grad_norm": 0.166184663772583,
|
505 |
+
"learning_rate": 7.428571428571429e-05,
|
506 |
+
"loss": 0.7672,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.008676789587852495,
|
511 |
+
"grad_norm": 0.19784916937351227,
|
512 |
+
"learning_rate": 7.238095238095238e-05,
|
513 |
+
"loss": 0.7482,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.008797300554350447,
|
518 |
+
"grad_norm": 0.16908536851406097,
|
519 |
+
"learning_rate": 7.047619047619048e-05,
|
520 |
+
"loss": 0.7461,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.008917811520848397,
|
525 |
+
"grad_norm": 0.18411517143249512,
|
526 |
+
"learning_rate": 6.857142857142858e-05,
|
527 |
+
"loss": 0.5697,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.009038322487346349,
|
532 |
+
"grad_norm": 0.15351906418800354,
|
533 |
+
"learning_rate": 6.666666666666667e-05,
|
534 |
+
"loss": 0.6597,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.0091588334538443,
|
539 |
+
"grad_norm": 0.17720364034175873,
|
540 |
+
"learning_rate": 6.476190476190477e-05,
|
541 |
+
"loss": 0.808,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.00927934442034225,
|
546 |
+
"grad_norm": 0.18325303494930267,
|
547 |
+
"learning_rate": 6.285714285714286e-05,
|
548 |
+
"loss": 0.7917,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.009399855386840203,
|
553 |
+
"grad_norm": 0.1679506152868271,
|
554 |
+
"learning_rate": 6.0952380952380964e-05,
|
555 |
+
"loss": 0.6326,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.009520366353338154,
|
560 |
+
"grad_norm": 0.19260190427303314,
|
561 |
+
"learning_rate": 5.904761904761905e-05,
|
562 |
+
"loss": 0.5601,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.009640877319836105,
|
567 |
+
"grad_norm": 0.15009605884552002,
|
568 |
+
"learning_rate": 5.714285714285714e-05,
|
569 |
+
"loss": 0.6072,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.009761388286334056,
|
574 |
+
"grad_norm": 0.15776121616363525,
|
575 |
+
"learning_rate": 5.5238095238095244e-05,
|
576 |
+
"loss": 0.6753,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.009881899252832008,
|
581 |
+
"grad_norm": 0.18575388193130493,
|
582 |
+
"learning_rate": 5.333333333333333e-05,
|
583 |
+
"loss": 0.6219,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.010002410219329958,
|
588 |
+
"grad_norm": 0.21978633105754852,
|
589 |
+
"learning_rate": 5.142857142857143e-05,
|
590 |
+
"loss": 0.8581,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.01012292118582791,
|
595 |
+
"grad_norm": 0.1704164743423462,
|
596 |
+
"learning_rate": 4.9523809523809525e-05,
|
597 |
+
"loss": 0.6461,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.010243432152325862,
|
602 |
+
"grad_norm": 0.18057820200920105,
|
603 |
+
"learning_rate": 4.761904761904762e-05,
|
604 |
+
"loss": 0.7416,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.010363943118823812,
|
609 |
+
"grad_norm": 0.15225447714328766,
|
610 |
+
"learning_rate": 4.5714285714285716e-05,
|
611 |
+
"loss": 0.4868,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.010484454085321764,
|
616 |
+
"grad_norm": 0.17193946242332458,
|
617 |
+
"learning_rate": 4.380952380952381e-05,
|
618 |
+
"loss": 0.8092,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.010604965051819716,
|
623 |
+
"grad_norm": 0.194380983710289,
|
624 |
+
"learning_rate": 4.190476190476191e-05,
|
625 |
+
"loss": 0.8461,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.010725476018317666,
|
630 |
+
"grad_norm": 0.2139783650636673,
|
631 |
+
"learning_rate": 4e-05,
|
632 |
+
"loss": 0.6548,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.010845986984815618,
|
637 |
+
"grad_norm": 0.16700893640518188,
|
638 |
+
"learning_rate": 3.809523809523809e-05,
|
639 |
+
"loss": 0.5584,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.01096649795131357,
|
644 |
+
"grad_norm": 0.1971975564956665,
|
645 |
+
"learning_rate": 3.619047619047619e-05,
|
646 |
+
"loss": 0.8535,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.01108700891781152,
|
651 |
+
"grad_norm": 0.19667109847068787,
|
652 |
+
"learning_rate": 3.428571428571429e-05,
|
653 |
+
"loss": 0.8635,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.011207519884309472,
|
658 |
+
"grad_norm": 0.18818983435630798,
|
659 |
+
"learning_rate": 3.2380952380952386e-05,
|
660 |
+
"loss": 0.8435,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.011328030850807424,
|
665 |
+
"grad_norm": 0.16365501284599304,
|
666 |
+
"learning_rate": 3.0476190476190482e-05,
|
667 |
+
"loss": 0.6243,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.011448541817305374,
|
672 |
+
"grad_norm": 0.20358283817768097,
|
673 |
+
"learning_rate": 2.857142857142857e-05,
|
674 |
+
"loss": 0.6483,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.011569052783803326,
|
679 |
+
"grad_norm": 0.17696398496627808,
|
680 |
+
"learning_rate": 2.6666666666666667e-05,
|
681 |
+
"loss": 0.6057,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.011689563750301278,
|
686 |
+
"grad_norm": 0.15508583188056946,
|
687 |
+
"learning_rate": 2.4761904761904762e-05,
|
688 |
+
"loss": 0.524,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.011810074716799228,
|
693 |
+
"grad_norm": 0.18458549678325653,
|
694 |
+
"learning_rate": 2.2857142857142858e-05,
|
695 |
+
"loss": 0.8364,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.01193058568329718,
|
700 |
+
"grad_norm": 0.1944003403186798,
|
701 |
+
"learning_rate": 2.0952380952380954e-05,
|
702 |
+
"loss": 0.5383,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.012051096649795132,
|
707 |
+
"grad_norm": 0.4217074513435364,
|
708 |
+
"learning_rate": 1.9047619047619046e-05,
|
709 |
+
"loss": 0.6774,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.012171607616293083,
|
714 |
+
"grad_norm": 0.20350486040115356,
|
715 |
+
"learning_rate": 1.7142857142857145e-05,
|
716 |
+
"loss": 0.6871,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.012292118582791034,
|
721 |
+
"grad_norm": 0.19154471158981323,
|
722 |
+
"learning_rate": 1.5238095238095241e-05,
|
723 |
+
"loss": 0.7226,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.012412629549288986,
|
728 |
+
"grad_norm": 0.17253194749355316,
|
729 |
+
"learning_rate": 1.3333333333333333e-05,
|
730 |
+
"loss": 0.7514,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.012533140515786937,
|
735 |
+
"grad_norm": 0.14699283242225647,
|
736 |
+
"learning_rate": 1.1428571428571429e-05,
|
737 |
+
"loss": 0.5358,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.012653651482284888,
|
742 |
+
"grad_norm": 0.19192050397396088,
|
743 |
+
"learning_rate": 9.523809523809523e-06,
|
744 |
+
"loss": 0.9153,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.01277416244878284,
|
749 |
+
"grad_norm": 0.15646027028560638,
|
750 |
+
"learning_rate": 7.6190476190476205e-06,
|
751 |
+
"loss": 0.5182,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.012894673415280791,
|
756 |
+
"grad_norm": 0.18160918354988098,
|
757 |
+
"learning_rate": 5.7142857142857145e-06,
|
758 |
+
"loss": 0.5822,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.013015184381778741,
|
763 |
+
"grad_norm": 0.19203059375286102,
|
764 |
+
"learning_rate": 3.8095238095238102e-06,
|
765 |
+
"loss": 0.7678,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.013135695348276693,
|
770 |
+
"grad_norm": 0.20908264815807343,
|
771 |
+
"learning_rate": 1.9047619047619051e-06,
|
772 |
+
"loss": 0.8563,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.013256206314774645,
|
777 |
+
"grad_norm": 0.16366459429264069,
|
778 |
+
"learning_rate": 0.0,
|
779 |
+
"loss": 0.4258,
|
780 |
+
"step": 110
|
781 |
+
}
|
782 |
+
],
|
783 |
+
"logging_steps": 1,
|
784 |
+
"max_steps": 110,
|
785 |
+
"num_input_tokens_seen": 0,
|
786 |
+
"num_train_epochs": 1,
|
787 |
+
"save_steps": 55,
|
788 |
+
"stateful_callbacks": {
|
789 |
+
"TrainerControl": {
|
790 |
+
"args": {
|
791 |
+
"should_epoch_stop": false,
|
792 |
+
"should_evaluate": false,
|
793 |
+
"should_log": false,
|
794 |
+
"should_save": true,
|
795 |
+
"should_training_stop": true
|
796 |
+
},
|
797 |
+
"attributes": {}
|
798 |
+
}
|
799 |
+
},
|
800 |
+
"total_flos": 3.103938402981235e+16,
|
801 |
+
"train_batch_size": 2,
|
802 |
+
"trial_name": null,
|
803 |
+
"trial_params": null
|
804 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e78d9e9740351e2b1b3b1897ecee95b7a4bd19239aad7acb92a951d6d1190a45
|
3 |
+
size 5624
|