Upload 16 files
Browse files- .gitattributes +1 -0
- README.md +202 -3
- 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 +279 -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
CHANGED
@@ -1,3 +1,202 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/gemma-3-27b-it
|
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.2
|
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-27b-it",
|
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": 16,
|
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:61842e09dd7a11ec6bce61041baa22faac92e9cbd414a01516606838eb304af4
|
3 |
+
size 454196424
|
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:965cf22fd8b40ae1e8dcc91d72ab944a0a58b2ee52d4444ae3dd4f04e14ec259
|
3 |
+
size 231601269
|
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:a8e2011629d8bed3ef560fa11175cac55684c4e12a72634bb24abf767b6c7399
|
3 |
+
size 14645
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f42276f705e83c7d00bc5b61cc908b081e3309003edf82dd21b424960c4b8d4
|
3 |
+
size 1465
|
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,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 4.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 3564,
|
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.11231222799382283,
|
14 |
+
"grad_norm": 0.39166563749313354,
|
15 |
+
"learning_rate": 1.98e-05,
|
16 |
+
"loss": 1.4955,
|
17 |
+
"step": 100
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.22462445598764566,
|
21 |
+
"grad_norm": 0.4607338309288025,
|
22 |
+
"learning_rate": 1.9717948717948722e-05,
|
23 |
+
"loss": 1.2752,
|
24 |
+
"step": 200
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.3369366839814685,
|
28 |
+
"grad_norm": 0.7553314566612244,
|
29 |
+
"learning_rate": 1.9433048433048433e-05,
|
30 |
+
"loss": 1.232,
|
31 |
+
"step": 300
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.4492489119752913,
|
35 |
+
"grad_norm": 0.8646947145462036,
|
36 |
+
"learning_rate": 1.9148148148148148e-05,
|
37 |
+
"loss": 1.2408,
|
38 |
+
"step": 400
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.5615611399691142,
|
42 |
+
"grad_norm": 0.7261890769004822,
|
43 |
+
"learning_rate": 1.8863247863247863e-05,
|
44 |
+
"loss": 1.2141,
|
45 |
+
"step": 500
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.673873367962937,
|
49 |
+
"grad_norm": 0.8889899253845215,
|
50 |
+
"learning_rate": 1.857834757834758e-05,
|
51 |
+
"loss": 1.1893,
|
52 |
+
"step": 600
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.7861855959567597,
|
56 |
+
"grad_norm": 1.0335707664489746,
|
57 |
+
"learning_rate": 1.8293447293447296e-05,
|
58 |
+
"loss": 1.2119,
|
59 |
+
"step": 700
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.8984978239505826,
|
63 |
+
"grad_norm": 1.185014009475708,
|
64 |
+
"learning_rate": 1.800854700854701e-05,
|
65 |
+
"loss": 1.1926,
|
66 |
+
"step": 800
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 1.010108100519444,
|
70 |
+
"grad_norm": 1.1347686052322388,
|
71 |
+
"learning_rate": 1.7723646723646725e-05,
|
72 |
+
"loss": 1.1979,
|
73 |
+
"step": 900
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 1.1224203285132668,
|
77 |
+
"grad_norm": 1.22648286819458,
|
78 |
+
"learning_rate": 1.743874643874644e-05,
|
79 |
+
"loss": 1.1476,
|
80 |
+
"step": 1000
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 1.2347325565070897,
|
84 |
+
"grad_norm": 1.205437183380127,
|
85 |
+
"learning_rate": 1.7153846153846155e-05,
|
86 |
+
"loss": 1.1175,
|
87 |
+
"step": 1100
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.3470447845009126,
|
91 |
+
"grad_norm": 1.667339563369751,
|
92 |
+
"learning_rate": 1.686894586894587e-05,
|
93 |
+
"loss": 1.1291,
|
94 |
+
"step": 1200
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 1.4593570124947353,
|
98 |
+
"grad_norm": 1.311352252960205,
|
99 |
+
"learning_rate": 1.6584045584045584e-05,
|
100 |
+
"loss": 1.1495,
|
101 |
+
"step": 1300
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.5716692404885582,
|
105 |
+
"grad_norm": 1.574444055557251,
|
106 |
+
"learning_rate": 1.62991452991453e-05,
|
107 |
+
"loss": 1.1195,
|
108 |
+
"step": 1400
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 1.683981468482381,
|
112 |
+
"grad_norm": 1.5072523355484009,
|
113 |
+
"learning_rate": 1.6014245014245017e-05,
|
114 |
+
"loss": 1.1423,
|
115 |
+
"step": 1500
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.7962936964762037,
|
119 |
+
"grad_norm": 1.8808943033218384,
|
120 |
+
"learning_rate": 1.572934472934473e-05,
|
121 |
+
"loss": 1.1365,
|
122 |
+
"step": 1600
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 1.9086059244700266,
|
126 |
+
"grad_norm": 1.6016888618469238,
|
127 |
+
"learning_rate": 1.5444444444444446e-05,
|
128 |
+
"loss": 1.1399,
|
129 |
+
"step": 1700
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 2.020216201038888,
|
133 |
+
"grad_norm": 1.48503839969635,
|
134 |
+
"learning_rate": 1.5159544159544161e-05,
|
135 |
+
"loss": 1.1265,
|
136 |
+
"step": 1800
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 2.132528429032711,
|
140 |
+
"grad_norm": 1.6783254146575928,
|
141 |
+
"learning_rate": 1.4874643874643874e-05,
|
142 |
+
"loss": 1.0324,
|
143 |
+
"step": 1900
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 2.2448406570265336,
|
147 |
+
"grad_norm": 1.9262216091156006,
|
148 |
+
"learning_rate": 1.458974358974359e-05,
|
149 |
+
"loss": 1.0686,
|
150 |
+
"step": 2000
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 2.3571528850203567,
|
154 |
+
"grad_norm": 2.051445960998535,
|
155 |
+
"learning_rate": 1.4304843304843305e-05,
|
156 |
+
"loss": 1.0045,
|
157 |
+
"step": 2100
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 2.4694651130141794,
|
161 |
+
"grad_norm": 2.8972795009613037,
|
162 |
+
"learning_rate": 1.401994301994302e-05,
|
163 |
+
"loss": 1.0181,
|
164 |
+
"step": 2200
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 2.581777341008002,
|
168 |
+
"grad_norm": 1.876657247543335,
|
169 |
+
"learning_rate": 1.3735042735042737e-05,
|
170 |
+
"loss": 1.065,
|
171 |
+
"step": 2300
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 2.694089569001825,
|
175 |
+
"grad_norm": 2.7444064617156982,
|
176 |
+
"learning_rate": 1.3450142450142451e-05,
|
177 |
+
"loss": 1.0346,
|
178 |
+
"step": 2400
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 2.806401796995648,
|
182 |
+
"grad_norm": 2.054774761199951,
|
183 |
+
"learning_rate": 1.3165242165242168e-05,
|
184 |
+
"loss": 1.059,
|
185 |
+
"step": 2500
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 2.9187140249894705,
|
189 |
+
"grad_norm": 2.7013003826141357,
|
190 |
+
"learning_rate": 1.2880341880341882e-05,
|
191 |
+
"loss": 1.0289,
|
192 |
+
"step": 2600
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 3.0303243015583323,
|
196 |
+
"grad_norm": 2.9840266704559326,
|
197 |
+
"learning_rate": 1.2595441595441595e-05,
|
198 |
+
"loss": 1.0349,
|
199 |
+
"step": 2700
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 3.142636529552155,
|
203 |
+
"grad_norm": 2.664555549621582,
|
204 |
+
"learning_rate": 1.231054131054131e-05,
|
205 |
+
"loss": 0.9633,
|
206 |
+
"step": 2800
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 3.2549487575459777,
|
210 |
+
"grad_norm": 2.709664821624756,
|
211 |
+
"learning_rate": 1.2025641025641027e-05,
|
212 |
+
"loss": 0.9699,
|
213 |
+
"step": 2900
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 3.367260985539801,
|
217 |
+
"grad_norm": 3.7343850135803223,
|
218 |
+
"learning_rate": 1.1740740740740741e-05,
|
219 |
+
"loss": 0.9587,
|
220 |
+
"step": 3000
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 3.4795732135336235,
|
224 |
+
"grad_norm": 2.5082879066467285,
|
225 |
+
"learning_rate": 1.1455840455840456e-05,
|
226 |
+
"loss": 0.9365,
|
227 |
+
"step": 3100
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 3.591885441527446,
|
231 |
+
"grad_norm": 2.3327536582946777,
|
232 |
+
"learning_rate": 1.1170940170940173e-05,
|
233 |
+
"loss": 0.9446,
|
234 |
+
"step": 3200
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 3.7041976695212693,
|
238 |
+
"grad_norm": 3.731090784072876,
|
239 |
+
"learning_rate": 1.0886039886039887e-05,
|
240 |
+
"loss": 0.9709,
|
241 |
+
"step": 3300
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 3.816509897515092,
|
245 |
+
"grad_norm": 2.961172103881836,
|
246 |
+
"learning_rate": 1.0601139601139602e-05,
|
247 |
+
"loss": 0.9459,
|
248 |
+
"step": 3400
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 3.9288221255089146,
|
252 |
+
"grad_norm": 4.010087013244629,
|
253 |
+
"learning_rate": 1.0316239316239318e-05,
|
254 |
+
"loss": 0.9509,
|
255 |
+
"step": 3500
|
256 |
+
}
|
257 |
+
],
|
258 |
+
"logging_steps": 100,
|
259 |
+
"max_steps": 7120,
|
260 |
+
"num_input_tokens_seen": 0,
|
261 |
+
"num_train_epochs": 8,
|
262 |
+
"save_steps": 500,
|
263 |
+
"stateful_callbacks": {
|
264 |
+
"TrainerControl": {
|
265 |
+
"args": {
|
266 |
+
"should_epoch_stop": false,
|
267 |
+
"should_evaluate": false,
|
268 |
+
"should_log": false,
|
269 |
+
"should_save": true,
|
270 |
+
"should_training_stop": false
|
271 |
+
},
|
272 |
+
"attributes": {}
|
273 |
+
}
|
274 |
+
},
|
275 |
+
"total_flos": 3.5973626313699164e+18,
|
276 |
+
"train_batch_size": 2,
|
277 |
+
"trial_name": null,
|
278 |
+
"trial_params": null
|
279 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80b6807b4e7ebd5789cfd15027666e49b302a1f9ec4f75c2b91a8b603e591de8
|
3 |
+
size 6033
|