SilverFan commited on
Commit
8841120
·
verified ·
1 Parent(s): b77ca63

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "boi_token_index": 255999,
6
+ "eoi_token_index": 256000,
7
+ "eos_token_id": 1,
8
+ "image_token_index": 262144,
9
+ "initializer_range": 0.02,
10
+ "mm_tokens_per_image": 256,
11
+ "model_type": "gemma3",
12
+ "quantization": {
13
+ "group_size": 64,
14
+ "bits": 8
15
+ },
16
+ "quantization_config": {
17
+ "group_size": 64,
18
+ "bits": 8
19
+ },
20
+ "text_config": {
21
+ "attention_bias": false,
22
+ "attention_dropout": 0.0,
23
+ "attn_logit_softcapping": null,
24
+ "cache_implementation": "hybrid",
25
+ "final_logit_softcapping": null,
26
+ "head_dim": 256,
27
+ "hidden_activation": "gelu_pytorch_tanh",
28
+ "hidden_size": 2560,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 10240,
31
+ "max_position_embeddings": 131072,
32
+ "model_type": "gemma3_text",
33
+ "num_attention_heads": 8,
34
+ "num_hidden_layers": 34,
35
+ "num_key_value_heads": 4,
36
+ "query_pre_attn_scalar": 256,
37
+ "rms_norm_eps": 1e-06,
38
+ "rope_local_base_freq": 10000.0,
39
+ "rope_scaling": {
40
+ "factor": 8.0,
41
+ "rope_type": "linear"
42
+ },
43
+ "rope_theta": 1000000.0,
44
+ "sliding_window": 1024,
45
+ "sliding_window_pattern": 6,
46
+ "torch_dtype": "bfloat16",
47
+ "use_cache": true,
48
+ "vocab_size": 262208
49
+ },
50
+ "torch_dtype": "bfloat16",
51
+ "transformers_version": "4.50.0.dev0",
52
+ "use_cache": false
53
+ }