Disya commited on
Commit
2186026
·
verified ·
1 Parent(s): 4c87165

Upload config.json with huggingface_hub

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