Upload Gemma3ForConditionalGeneration
Browse files- config.json +62 -0
- generation_config.json +13 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Gemma3ForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"boi_token_index": 255999,
|
6 |
+
"eoi_token_index": 256000,
|
7 |
+
"eos_token_id": [
|
8 |
+
1,
|
9 |
+
106
|
10 |
+
],
|
11 |
+
"image_token_index": 262144,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"mm_tokens_per_image": 256,
|
14 |
+
"model_type": "gemma3",
|
15 |
+
"text_config": {
|
16 |
+
"attention_bias": false,
|
17 |
+
"attention_dropout": 0.0,
|
18 |
+
"attn_logit_softcapping": null,
|
19 |
+
"cache_implementation": "hybrid",
|
20 |
+
"final_logit_softcapping": null,
|
21 |
+
"head_dim": 256,
|
22 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
23 |
+
"hidden_size": 3840,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 15360,
|
26 |
+
"max_position_embeddings": 131072,
|
27 |
+
"model_type": "gemma3_text",
|
28 |
+
"num_attention_heads": 16,
|
29 |
+
"num_hidden_layers": 48,
|
30 |
+
"num_key_value_heads": 8,
|
31 |
+
"query_pre_attn_scalar": 256,
|
32 |
+
"rms_norm_eps": 1e-06,
|
33 |
+
"rope_local_base_freq": 10000.0,
|
34 |
+
"rope_scaling": {
|
35 |
+
"factor": 8.0,
|
36 |
+
"rope_type": "linear"
|
37 |
+
},
|
38 |
+
"rope_theta": 1000000.0,
|
39 |
+
"sliding_window": 1024,
|
40 |
+
"sliding_window_pattern": 6,
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"use_cache": true,
|
43 |
+
"vocab_size": 262208
|
44 |
+
},
|
45 |
+
"torch_dtype": "bfloat16",
|
46 |
+
"transformers_version": "4.50.0.dev0",
|
47 |
+
"vision_config": {
|
48 |
+
"attention_dropout": 0.0,
|
49 |
+
"hidden_act": "gelu_pytorch_tanh",
|
50 |
+
"hidden_size": 1152,
|
51 |
+
"image_size": 896,
|
52 |
+
"intermediate_size": 4304,
|
53 |
+
"layer_norm_eps": 1e-06,
|
54 |
+
"model_type": "siglip_vision_model",
|
55 |
+
"num_attention_heads": 16,
|
56 |
+
"num_channels": 3,
|
57 |
+
"num_hidden_layers": 27,
|
58 |
+
"patch_size": 14,
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"vision_use_head": false
|
61 |
+
}
|
62 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 2,
|
3 |
+
"cache_implementation": "hybrid",
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
1,
|
7 |
+
106
|
8 |
+
],
|
9 |
+
"pad_token_id": 0,
|
10 |
+
"top_k": 64,
|
11 |
+
"top_p": 0.95,
|
12 |
+
"transformers_version": "4.50.0.dev0"
|
13 |
+
}
|
model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b607c670d05102ed1cc47bf13e823291bb9dd6d71962892657881450c7c4a17
|
3 |
+
size 4979902192
|
model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe5e95447dd9c7b2db557c821aa301fe519701cb131bf4fd6fe27f0ea1afc791
|
3 |
+
size 4931296592
|
model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64dcab1e41151ad46be60705662b6e144c29f131f2f02087d68dc18c850d78a2
|
3 |
+
size 4931296656
|
model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbfd919ff79967087f9ccfbd92b150527ccae0a4649c87fd2612cc874b952128
|
3 |
+
size 4931296656
|
model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8023fcd41a2a7e659441e73007de262a5d7812760c822b61688ebd0a04149559
|
3 |
+
size 4601000928
|
model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ad287410e240e98280a357c1d2b28a05b0f3d33f990741e21aa659fb50e38e7
|
3 |
+
size 2013757584
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|