osxest commited on
Commit
a1ea7c3
·
verified ·
1 Parent(s): 17ce7d9

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": 8
18
+ },
19
+ "quantization_config": {
20
+ "group_size": 64,
21
+ "bits": 8
22
+ },
23
+ "text_config": {
24
+ "head_dim": 128,
25
+ "hidden_size": 5376,
26
+ "intermediate_size": 21504,
27
+ "model_type": "gemma3_text",
28
+ "num_attention_heads": 32,
29
+ "num_hidden_layers": 62,
30
+ "num_key_value_heads": 16,
31
+ "query_pre_attn_scalar": 168,
32
+ "rope_scaling": {
33
+ "factor": 8.0,
34
+ "rope_type": "linear"
35
+ },
36
+ "sliding_window": 1024,
37
+ "vocab_size": 262208
38
+ },
39
+ "torch_dtype": "bfloat16",
40
+ "transformers_version": "4.50.0.dev0"
41
+ }