ranggafermata commited on
Commit
e1e97d0
·
verified ·
1 Parent(s): 5e8d8b9

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -13,26 +13,50 @@
13
  "mm_tokens_per_image": 256,
14
  "model_type": "gemma3",
15
  "text_config": {
 
 
 
 
 
 
 
16
  "hidden_size": 2560,
 
17
  "intermediate_size": 10240,
 
18
  "model_type": "gemma3_text",
 
19
  "num_hidden_layers": 34,
 
 
 
 
20
  "rope_scaling": {
21
  "factor": 8.0,
22
  "rope_type": "linear"
23
  },
24
- "sliding_window": 1024
 
 
 
 
 
25
  },
26
- "torch_dtype": "bfloat16",
27
- "transformers_version": "4.50.0.dev0",
28
  "vision_config": {
 
 
29
  "hidden_size": 1152,
30
  "image_size": 896,
31
  "intermediate_size": 4304,
 
32
  "model_type": "siglip_vision_model",
33
  "num_attention_heads": 16,
 
34
  "num_hidden_layers": 27,
35
  "patch_size": 14,
 
36
  "vision_use_head": false
37
  }
38
  }
 
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": 2560,
24
+ "initializer_range": 0.02,
25
  "intermediate_size": 10240,
26
+ "max_position_embeddings": 131072,
27
  "model_type": "gemma3_text",
28
+ "num_attention_heads": 8,
29
  "num_hidden_layers": 34,
30
+ "num_key_value_heads": 4,
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": "float32",
46
+ "transformers_version": "4.52.4",
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 CHANGED
@@ -9,5 +9,5 @@
9
  "pad_token_id": 0,
10
  "top_k": 64,
11
  "top_p": 0.95,
12
- "transformers_version": "4.50.0.dev0"
13
  }
 
9
  "pad_token_id": 0,
10
  "top_k": 64,
11
  "top_p": 0.95,
12
+ "transformers_version": "4.52.4"
13
  }
model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a954b2ab44fbd52715889e4f9af4952decceefa7e43695ff12af035a9623ca0
3
+ size 4909642648
model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9296b1dc5b8550c69036d79fa4e30ceef19b66912d2219559a939694cdc6a175
3
+ size 4907916760
model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855694ec78823eac1abad4167786b1b76e1af69d3d1e4b4ba70a11672d552b07
3
+ size 4907916872
model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9bbdefa3e284e8a260dd30d472a51f92e82a97788ba57e046dff1c4382bcd7d
3
+ size 2474959680
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json CHANGED
@@ -9,7 +9,7 @@
9
  },
10
  "eoi_token": "<end_of_image>",
11
  "eos_token": {
12
- "content": "<end_of_turn>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
9
  },
10
  "eoi_token": "<end_of_image>",
11
  "eos_token": {
12
+ "content": "<eos>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff