zecanard commited on
Commit
92b1684
·
verified ·
1 Parent(s): 95bb4bd

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. chat_template.jinja +3 -3
  3. tokenizer_config.json +1 -0
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  ---
16
  # 🦆 zecanard/gemma-4-31b-it-uncensored-heretic-ara-MLX-8bit-int8-affine
17
 
18
- [This model](https://huggingface.co/zecanard/gemma-4-31b-it-uncensored-heretic-ara-MLX-8bit-int8-affine) was converted to MLX from [`trohrbaugh/gemma-4-31b-it-heretic-ara`](https://huggingface.co/trohrbaugh/gemma-4-31b-it-heretic-ara) using `mlx-vlm` version **0.4.4**.
19
  Please refer to the [original model card](https://huggingface.co/trohrbaugh/gemma-4-31b-it-heretic-ara) for more details.
20
 
21
  ## 🌟 Quality
 
15
  ---
16
  # 🦆 zecanard/gemma-4-31b-it-uncensored-heretic-ara-MLX-8bit-int8-affine
17
 
18
+ [This model](https://huggingface.co/zecanard/gemma-4-31b-it-uncensored-heretic-ara-MLX-8bit-int8-affine) was converted to MLX from [`trohrbaugh/gemma-4-31b-it-heretic-ara`](https://huggingface.co/trohrbaugh/gemma-4-31b-it-heretic-ara) using `mlx-vlm` version **0.5.0**.
19
  Please refer to the [original model card](https://huggingface.co/trohrbaugh/gemma-4-31b-it-heretic-ara) for more details.
20
 
21
  ## 🌟 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-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
  "model_max_length": 1000000000000000019884624838656,
23
  "model_specific_special_tokens": {
 
18
  ],
19
  "image_token": "<|image|>",
20
  "is_local": true,
21
+ "local_files_only": true,
22
  "mask_token": "<mask>",
23
  "model_max_length": 1000000000000000019884624838656,
24
  "model_specific_special_tokens": {