zecanard commited on
Commit
f6de81c
·
verified ·
1 Parent(s): 6e012c5

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. processor_config.json +12 -2
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
  ---
19
  # 🦆 zecanard/gemma-4-31B-it-uncensored-abliterix-MLX-2bit-mixed_2_6
20
 
21
- [This model](https://huggingface.co/zecanard/gemma-4-31B-it-uncensored-abliterix-MLX-2bit-mixed_2_6) was converted to MLX from [`wangzhang/gemma-4-31B-it-abliterated`](https://huggingface.co/wangzhang/gemma-4-31B-it-abliterated) using `mlx-vlm` version **0.4.4**.
22
  Please refer to the [original model card](https://huggingface.co/wangzhang/gemma-4-31B-it-abliterated) for more details.
23
 
24
  ## 🌟 Quality
 
18
  ---
19
  # 🦆 zecanard/gemma-4-31B-it-uncensored-abliterix-MLX-2bit-mixed_2_6
20
 
21
+ [This model](https://huggingface.co/zecanard/gemma-4-31B-it-uncensored-abliterix-MLX-2bit-mixed_2_6) was converted to MLX from [`wangzhang/gemma-4-31B-it-abliterated`](https://huggingface.co/wangzhang/gemma-4-31B-it-abliterated) using `mlx-vlm` version **0.5.0**.
22
  Please refer to the [original model card](https://huggingface.co/wangzhang/gemma-4-31B-it-abliterated) for more details.
23
 
24
  ## 🌟 Quality
processor_config.json CHANGED
@@ -27,5 +27,15 @@
27
  }
28
  },
29
  "image_seq_length": 280,
30
- "processor_class": "Gemma4Processor"
31
- }
 
 
 
 
 
 
 
 
 
 
 
27
  }
28
  },
29
  "image_seq_length": 280,
30
+ "processor_class": "Gemma4Processor",
31
+ "feature_extractor": {
32
+ "feature_extractor_type": "Gemma4AudioFeatureExtractor",
33
+ "sampling_rate": 16000,
34
+ "num_mel_filters": 128,
35
+ "fft_length": 512,
36
+ "hop_length": 160,
37
+ "chunk_duration": 8.0,
38
+ "overlap_duration": 1.0
39
+ },
40
+ "audio_ms_per_token": 40
41
+ }