trohrbaugh commited on
Commit
5296080
·
verified ·
1 Parent(s): 3e449a8

Sync config.json from upstream google/gemma-4-26B-A4B-it

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -97,7 +97,7 @@
97
  "vocab_size_per_layer_input": 262144
98
  },
99
  "tie_word_embeddings": true,
100
- "transformers_version": "5.5.0",
101
  "video_token_id": 258884,
102
  "vision_config": {
103
  "_name_or_path": "",
@@ -142,5 +142,8 @@
142
  "standardize": true,
143
  "use_clipped_linears": false
144
  },
145
- "vision_soft_tokens_per_image": 280
146
- }
 
 
 
 
97
  "vocab_size_per_layer_input": 262144
98
  },
99
  "tie_word_embeddings": true,
100
+ "transformers_version": "5.5.0.dev0",
101
  "video_token_id": 258884,
102
  "vision_config": {
103
  "_name_or_path": "",
 
142
  "standardize": true,
143
  "use_clipped_linears": false
144
  },
145
+ "vision_soft_tokens_per_image": 280,
146
+ "pad_token_id": 1,
147
+ "attention_dropout": 0.0,
148
+ "attention_bias": false
149
+ }