TheCluster commited on
Commit
0987716
·
1 Parent(s): eec0fea

Added model files

Browse files
.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
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
config.json ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "Gemma3ForConditionalGeneration"
6
+ ],
7
+ "bad_words_ids": null,
8
+ "begin_suppress_tokens": null,
9
+ "boi_token_index": 255999,
10
+ "bos_token_id": 2,
11
+ "chunk_size_feed_forward": 0,
12
+ "cross_attention_hidden_size": null,
13
+ "decoder_start_token_id": null,
14
+ "diversity_penalty": 0.0,
15
+ "do_sample": false,
16
+ "early_stopping": false,
17
+ "encoder_no_repeat_ngram_size": 0,
18
+ "eoi_token_index": 256000,
19
+ "eos_token_id": 106,
20
+ "exponential_decay_length_penalty": null,
21
+ "finetuning_task": null,
22
+ "forced_bos_token_id": null,
23
+ "forced_eos_token_id": null,
24
+ "id2label": {
25
+ "0": "LABEL_0",
26
+ "1": "LABEL_1"
27
+ },
28
+ "image_token_index": 262144,
29
+ "initializer_range": 0.02,
30
+ "is_decoder": false,
31
+ "is_encoder_decoder": false,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1
35
+ },
36
+ "length_penalty": 1.0,
37
+ "max_length": 20,
38
+ "min_length": 0,
39
+ "mm_tokens_per_image": 256,
40
+ "model_type": "gemma3",
41
+ "no_repeat_ngram_size": 0,
42
+ "num_beam_groups": 1,
43
+ "num_beams": 1,
44
+ "num_return_sequences": 1,
45
+ "output_attentions": false,
46
+ "output_hidden_states": false,
47
+ "output_scores": false,
48
+ "pad_token_id": 0,
49
+ "prefix": null,
50
+ "problem_type": null,
51
+ "pruned_heads": {},
52
+ "quantization": {
53
+ "group_size": 64,
54
+ "bits": 4
55
+ },
56
+ "remove_invalid_values": false,
57
+ "repetition_penalty": 1.0,
58
+ "return_dict": true,
59
+ "return_dict_in_generate": false,
60
+ "sep_token_id": null,
61
+ "suppress_tokens": null,
62
+ "task_specific_params": null,
63
+ "temperature": 1.0,
64
+ "text_config": {
65
+ "return_dict": true,
66
+ "output_hidden_states": false,
67
+ "output_attentions": false,
68
+ "torchscript": false,
69
+ "torch_dtype": "bfloat16",
70
+ "use_bfloat16": false,
71
+ "tf_legacy_loss": false,
72
+ "pruned_heads": {},
73
+ "tie_word_embeddings": true,
74
+ "chunk_size_feed_forward": 0,
75
+ "is_encoder_decoder": false,
76
+ "is_decoder": false,
77
+ "cross_attention_hidden_size": null,
78
+ "add_cross_attention": false,
79
+ "tie_encoder_decoder": false,
80
+ "max_length": 20,
81
+ "min_length": 0,
82
+ "do_sample": false,
83
+ "early_stopping": false,
84
+ "num_beams": 1,
85
+ "num_beam_groups": 1,
86
+ "diversity_penalty": 0.0,
87
+ "temperature": 1.0,
88
+ "top_k": 50,
89
+ "top_p": 1.0,
90
+ "typical_p": 1.0,
91
+ "repetition_penalty": 1.0,
92
+ "length_penalty": 1.0,
93
+ "no_repeat_ngram_size": 0,
94
+ "encoder_no_repeat_ngram_size": 0,
95
+ "bad_words_ids": null,
96
+ "num_return_sequences": 1,
97
+ "output_scores": false,
98
+ "return_dict_in_generate": false,
99
+ "forced_bos_token_id": null,
100
+ "forced_eos_token_id": null,
101
+ "remove_invalid_values": false,
102
+ "exponential_decay_length_penalty": null,
103
+ "suppress_tokens": null,
104
+ "begin_suppress_tokens": null,
105
+ "architectures": null,
106
+ "finetuning_task": null,
107
+ "id2label": {
108
+ "0": "LABEL_0",
109
+ "1": "LABEL_1"
110
+ },
111
+ "label2id": {
112
+ "LABEL_0": 0,
113
+ "LABEL_1": 1
114
+ },
115
+ "tokenizer_class": null,
116
+ "prefix": null,
117
+ "bos_token_id": 2,
118
+ "pad_token_id": 0,
119
+ "eos_token_id": 1,
120
+ "sep_token_id": null,
121
+ "decoder_start_token_id": null,
122
+ "task_specific_params": null,
123
+ "problem_type": null,
124
+ "_name_or_path": "",
125
+ "_attn_implementation_autoset": false,
126
+ "model_type": "gemma3_text",
127
+ "vocab_size": 262145,
128
+ "max_position_embeddings": 131072,
129
+ "hidden_size": 3840,
130
+ "intermediate_size": 15360,
131
+ "num_hidden_layers": 48,
132
+ "num_attention_heads": 16,
133
+ "head_dim": 256,
134
+ "num_key_value_heads": 8,
135
+ "initializer_range": 0.02,
136
+ "rms_norm_eps": 1e-06,
137
+ "use_cache": true,
138
+ "rope_theta": 1000000.0,
139
+ "attention_bias": false,
140
+ "attention_dropout": 0.0,
141
+ "hidden_activation": "gelu_pytorch_tanh",
142
+ "query_pre_attn_scalar": 256,
143
+ "sliding_window": 1024,
144
+ "final_logit_softcapping": null,
145
+ "attn_logit_softcapping": null,
146
+ "cache_implementation": "hybrid",
147
+ "rope_local_base_freq": 10000.0,
148
+ "sliding_window_pattern": 6,
149
+ "rope_scaling": {
150
+ "factor": 8.0,
151
+ "rope_type": "linear"
152
+ }
153
+ },
154
+ "tf_legacy_loss": false,
155
+ "tie_encoder_decoder": false,
156
+ "tie_word_embeddings": true,
157
+ "tokenizer_class": null,
158
+ "top_k": 50,
159
+ "top_p": 1.0,
160
+ "torchscript": false,
161
+ "transformers_version": "4.51.3",
162
+ "typical_p": 1.0,
163
+ "unsloth_fixed": true,
164
+ "use_bfloat16": false,
165
+ "vision_config": {
166
+ "return_dict": true,
167
+ "output_hidden_states": false,
168
+ "output_attentions": false,
169
+ "torchscript": false,
170
+ "torch_dtype": "bfloat16",
171
+ "use_bfloat16": false,
172
+ "tf_legacy_loss": false,
173
+ "pruned_heads": {},
174
+ "tie_word_embeddings": true,
175
+ "chunk_size_feed_forward": 0,
176
+ "is_encoder_decoder": false,
177
+ "is_decoder": false,
178
+ "cross_attention_hidden_size": null,
179
+ "add_cross_attention": false,
180
+ "tie_encoder_decoder": false,
181
+ "max_length": 20,
182
+ "min_length": 0,
183
+ "do_sample": false,
184
+ "early_stopping": false,
185
+ "num_beams": 1,
186
+ "num_beam_groups": 1,
187
+ "diversity_penalty": 0.0,
188
+ "temperature": 1.0,
189
+ "top_k": 50,
190
+ "top_p": 1.0,
191
+ "typical_p": 1.0,
192
+ "repetition_penalty": 1.0,
193
+ "length_penalty": 1.0,
194
+ "no_repeat_ngram_size": 0,
195
+ "encoder_no_repeat_ngram_size": 0,
196
+ "bad_words_ids": null,
197
+ "num_return_sequences": 1,
198
+ "output_scores": false,
199
+ "return_dict_in_generate": false,
200
+ "forced_bos_token_id": null,
201
+ "forced_eos_token_id": null,
202
+ "remove_invalid_values": false,
203
+ "exponential_decay_length_penalty": null,
204
+ "suppress_tokens": null,
205
+ "begin_suppress_tokens": null,
206
+ "architectures": null,
207
+ "finetuning_task": null,
208
+ "id2label": {
209
+ "0": "LABEL_0",
210
+ "1": "LABEL_1"
211
+ },
212
+ "label2id": {
213
+ "LABEL_0": 0,
214
+ "LABEL_1": 1
215
+ },
216
+ "tokenizer_class": null,
217
+ "prefix": null,
218
+ "bos_token_id": null,
219
+ "pad_token_id": null,
220
+ "eos_token_id": null,
221
+ "sep_token_id": null,
222
+ "decoder_start_token_id": null,
223
+ "task_specific_params": null,
224
+ "problem_type": null,
225
+ "_name_or_path": "",
226
+ "_attn_implementation_autoset": false,
227
+ "model_type": "siglip_vision_model",
228
+ "vision_use_head": false,
229
+ "hidden_size": 1152,
230
+ "intermediate_size": 4304,
231
+ "num_hidden_layers": 27,
232
+ "num_attention_heads": 16,
233
+ "num_channels": 3,
234
+ "patch_size": 14,
235
+ "image_size": 896,
236
+ "attention_dropout": 0.0,
237
+ "layer_norm_eps": 1e-06,
238
+ "hidden_act": "gelu_pytorch_tanh",
239
+ "skip_vision": true
240
+ }
241
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d56b1b2602c3d0b52591aeaf63907dad9cdca066734a9fad6133a1aa6de757
3
+ size 5367319321
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:050bd3a5492f5272e32477f81cfd6f1c13f021eda7c25c96a259feb0f23ef870
3
+ size 2661083883
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
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
+ }
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