BICORP commited on
Commit
daaa06e
·
verified ·
1 Parent(s): 883c9b5

Upload files

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "model_type": "gemma3",
6
+ "torch_dtype": "torch.bfloat16",
7
+ "hidden_size": 1344,
8
+ "num_hidden_layers": 52,
9
+ "num_attention_heads": 2,
10
+ "intermediate_size": 5376,
11
+ "head_dim": 672,
12
+ "vocab_size": 65552,
13
+ "image_feature_dim": 2048
14
+ }