SnowFlash383935 commited on
Commit
e0ea2f0
·
verified ·
1 Parent(s): 7f5ff0d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +39 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "quantization": {
16
+ "group_size": 64,
17
+ "bits": 8
18
+ },
19
+ "quantization_config": {
20
+ "group_size": 64,
21
+ "bits": 8
22
+ },
23
+ "text_config": {
24
+ "hidden_size": 2560,
25
+ "intermediate_size": 10240,
26
+ "model_type": "gemma3_text",
27
+ "num_hidden_layers": 34,
28
+ "rope_scaling": {
29
+ "factor": 8.0,
30
+ "rope_type": "linear"
31
+ },
32
+ "sliding_window": 1024,
33
+ "vocab_size": 262208,
34
+ "num_attention_heads": 8,
35
+ "num_key_value_heads": 4
36
+ },
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.50.0.dev0"
39
+ }