Omnico commited on
Commit
9bfb184
·
verified ·
1 Parent(s): 9936aee

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +57 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 3,
18
+ "mode": "affine"
19
+ },
20
+ "quantization_config": {
21
+ "group_size": 64,
22
+ "bits": 3,
23
+ "mode": "affine"
24
+ },
25
+ "text_config": {
26
+ "attention_bias": false,
27
+ "attention_dropout": 0.0,
28
+ "attn_logit_softcapping": null,
29
+ "cache_implementation": "hybrid",
30
+ "final_logit_softcapping": null,
31
+ "head_dim": 128,
32
+ "hidden_activation": "gelu_pytorch_tanh",
33
+ "hidden_size": 5376,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 21504,
36
+ "max_position_embeddings": 131072,
37
+ "model_type": "gemma3_text",
38
+ "num_attention_heads": 32,
39
+ "num_hidden_layers": 62,
40
+ "num_key_value_heads": 16,
41
+ "query_pre_attn_scalar": 168,
42
+ "rms_norm_eps": 1e-06,
43
+ "rope_local_base_freq": 10000.0,
44
+ "rope_scaling": {
45
+ "factor": 8.0,
46
+ "rope_type": "linear"
47
+ },
48
+ "rope_theta": 1000000.0,
49
+ "sliding_window": 1024,
50
+ "sliding_window_pattern": 6,
51
+ "torch_dtype": "bfloat16",
52
+ "use_cache": true,
53
+ "vocab_size": 262208
54
+ },
55
+ "torch_dtype": "bfloat16",
56
+ "transformers_version": "4.50.0.dev0"
57
+ }