voidful commited on
Commit
a427012
·
verified ·
1 Parent(s): 4d3adc7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -5
config.json CHANGED
@@ -1,11 +1,8 @@
1
  {
2
- "_name_or_path": "voidful/gemma-3-omni-4b-it",
3
  "model_type": "gemma_3_omni",
4
- "architectures": [
5
- "Gemma3OmniForConditionalGeneration"
6
- ],
7
  "auto_map": {
8
- "AutoModel": "modeling.Gemma3OmniForConditionalGeneration"
9
  },
10
  "boi_token_index": 255999,
11
  "eoi_token_index": 256000,
 
1
  {
 
2
  "model_type": "gemma_3_omni",
3
+ "architectures": ["Gemma3OmniForConditionalGeneration"],
 
 
4
  "auto_map": {
5
+ "AutoModel": "modeling_gemma3_omni.Gemma3OmniForConditionalGeneration"
6
  },
7
  "boi_token_index": 255999,
8
  "eoi_token_index": 256000,