zecanard commited on
Commit
9c76ce8
·
verified ·
1 Parent(s): 131ad86

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. chat_template.jinja +3 -3
  3. tokenizer_config.json +1 -0
README.md CHANGED
@@ -16,12 +16,12 @@ tags:
16
  ---
17
  # 🦆 zecanard/gemma-4-26B-A4B-it-uncensored-heretic-ara-MLX-3bit-mixed_3_6
18
 
19
- [This model](https://huggingface.co/zecanard/gemma-4-26B-A4B-it-uncensored-heretic-ara-MLX-3bit-mixed_3_6) was converted to MLX from [`trohrbaugh/gemma-4-26B-A4B-it-heretic-ara`](https://huggingface.co/trohrbaugh/gemma-4-26B-A4B-it-heretic-ara) using `mlx-vlm` version **0.4.4**.
20
  Please refer to the [original model card](https://huggingface.co/trohrbaugh/gemma-4-26B-A4B-it-heretic-ara) for more details.
21
 
22
  ## 🌟 Quality
23
 
24
- Mixed-precision quantized vision language model with an effective **4.295 bits per weight**. Combines the smaller size of a 3-bit quant with higher precision where it maters most.
25
 
26
  `mlx_vlm.convert --quantize --q-group-size 32 --quant-predicate mixed_3_6`
27
 
 
16
  ---
17
  # 🦆 zecanard/gemma-4-26B-A4B-it-uncensored-heretic-ara-MLX-3bit-mixed_3_6
18
 
19
+ [This model](https://huggingface.co/zecanard/gemma-4-26B-A4B-it-uncensored-heretic-ara-MLX-3bit-mixed_3_6) was converted to MLX from [`trohrbaugh/gemma-4-26B-A4B-it-heretic-ara`](https://huggingface.co/trohrbaugh/gemma-4-26B-A4B-it-heretic-ara) using `mlx-vlm` version **0.5.0**.
20
  Please refer to the [original model card](https://huggingface.co/trohrbaugh/gemma-4-26B-A4B-it-heretic-ara) for more details.
21
 
22
  ## 🌟 Quality
23
 
24
+ Mixed-precision quantized vision language model with an effective **4.295 bits per weight**. Combines the size and speed benefits of a 3-bit quant with higher precision where it matters most.
25
 
26
  `mlx_vlm.convert --quantize --q-group-size 32 --quant-predicate mixed_3_6`
27
 
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-19" %}
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'] -%}
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,