BICORP commited on
Commit
11dc607
·
verified ·
1 Parent(s): c0eca96

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": 138,
9
+ "num_attention_heads": 1,
10
+ "intermediate_size": 5376,
11
+ "head_dim": 1344,
12
+ "vocab_size": 65552,
13
+ "image_feature_dim": 4096
14
+ }