zecanard commited on
Commit
d22e370
·
verified ·
1 Parent(s): cdc8917

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
  ---
19
  # 🦆 zecanard/gemma-4-26B-A4B-it-uncensored-abliterix-MLX-6bit-int6-affine
20
 
21
- [This model](https://huggingface.co/zecanard/gemma-4-26B-A4B-it-uncensored-abliterix-MLX-6bit-int6-affine) was converted to MLX from [`wangzhang/gemma-4-26B-A4B-it-abliterix`](https://huggingface.co/wangzhang/gemma-4-26B-A4B-it-abliterix) using `mlx-vlm` version **0.4.4**.
22
  Please refer to the [original model card](https://huggingface.co/wangzhang/gemma-4-26B-A4B-it-abliterix) for more details.
23
 
24
  ## 🌟 Quality
 
18
  ---
19
  # 🦆 zecanard/gemma-4-26B-A4B-it-uncensored-abliterix-MLX-6bit-int6-affine
20
 
21
+ [This model](https://huggingface.co/zecanard/gemma-4-26B-A4B-it-uncensored-abliterix-MLX-6bit-int6-affine) was converted to MLX from [`wangzhang/gemma-4-26B-A4B-it-abliterix`](https://huggingface.co/wangzhang/gemma-4-26B-A4B-it-abliterix) using `mlx-vlm` version **0.5.0**.
22
  Please refer to the [original model card](https://huggingface.co/wangzhang/gemma-4-26B-A4B-it-abliterix) for more details.
23
 
24
  ## 🌟 Quality
chat_template.jinja CHANGED
@@ -2,11 +2,11 @@
2
  {%- set enable_thinking = true %}
3
  {%- set preserve_thinking = true %}
4
  {%- if strftime_now is defined %}
5
- {%- set currentDate = strftime_now("%Y-%m-%d %G:%i:%s") %}
6
  {%- elif not currentDate is defined %}
7
- {%- set currentDate = "2026-04-20" %}
8
  {%- endif %}
9
- {{- "The current date is: " + currentDate + ".\n\n" }}
10
  {#- Template customizations by @zecanard. #}
11
  {%- macro format_parameters(properties, required) -%}
12
  {%- set standard_keys = ['description', 'type', 'properties', 'required', 'nullable'] -%}
 
2
  {%- set enable_thinking = true %}
3
  {%- set preserve_thinking = true %}
4
  {%- if strftime_now is defined %}
5
+ {%- set currentDate = strftime_now('%Y-%m-%d %G:%i:%s') %}
6
  {%- elif not currentDate is defined %}
7
+ {%- set currentDate = '2026-04-20' %}
8
  {%- endif %}
9
+ {{- 'The current date is: ' + currentDate + ".\n\n" }}
10
  {#- Template customizations by @zecanard. #}
11
  {%- macro format_parameters(properties, required) -%}
12
  {%- set standard_keys = ['description', 'type', 'properties', 'required', 'nullable'] -%}
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
+ }
tokenizer_config.json CHANGED
@@ -18,6 +18,7 @@
18
  ],
19
  "image_token": "<|image|>",
20
  "is_local": true,
 
21
  "mask_token": "<mask>",
22
  "max_length": null,
23
  "model_max_length": 1000000000000000019884624838656,
 
18
  ],
19
  "image_token": "<|image|>",
20
  "is_local": true,
21
+ "local_files_only": true,
22
  "mask_token": "<mask>",
23
  "max_length": null,
24
  "model_max_length": 1000000000000000019884624838656,