Anserwise commited on
Commit
1808112
·
verified ·
1 Parent(s): cb5e691

Fix: remove unsloth-injected config keys; align transformers_version to 5.5.0 for broader loader compatibility

Browse files
Files changed (1) hide show
  1. config.json +2 -5
config.json CHANGED
@@ -14,7 +14,6 @@
14
  "eos_token_id": 106,
15
  "image_token_id": 258880,
16
  "initializer_range": 0.02,
17
- "model_name": "unsloth/gemma-4-31B-it",
18
  "model_type": "gemma4",
19
  "pad_token_id": 0,
20
  "text_config": {
@@ -128,9 +127,7 @@
128
  "vocab_size_per_layer_input": 262144
129
  },
130
  "tie_word_embeddings": true,
131
- "transformers_version": "5.5.4",
132
- "unsloth_fixed": true,
133
- "unsloth_version": "2026.4.4",
134
  "video_token_id": 258884,
135
  "vision_config": {
136
  "_name_or_path": "",
@@ -176,4 +173,4 @@
176
  "use_clipped_linears": false
177
  },
178
  "vision_soft_tokens_per_image": 280
179
- }
 
14
  "eos_token_id": 106,
15
  "image_token_id": 258880,
16
  "initializer_range": 0.02,
 
17
  "model_type": "gemma4",
18
  "pad_token_id": 0,
19
  "text_config": {
 
127
  "vocab_size_per_layer_input": 262144
128
  },
129
  "tie_word_embeddings": true,
130
+ "transformers_version": "5.5.0",
 
 
131
  "video_token_id": 258884,
132
  "vision_config": {
133
  "_name_or_path": "",
 
173
  "use_clipped_linears": false
174
  },
175
  "vision_soft_tokens_per_image": 280
176
+ }