prince-canuma commited on
Commit
e9bd3c3
·
verified ·
1 Parent(s): 0f2adea

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. tokenizer_config.json +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ base_model: Qwen/Qwen3-Coder-Next
12
 
13
  This model [mlx-community/Qwen3-Coder-Next-4bit](https://huggingface.co/mlx-community/Qwen3-Coder-Next-4bit) was
14
  converted to MLX format from [Qwen/Qwen3-Coder-Next](https://huggingface.co/Qwen/Qwen3-Coder-Next)
15
- using mlx-lm version **0.30.6**.
16
 
17
  ## Use with mlx
18
 
 
12
 
13
  This model [mlx-community/Qwen3-Coder-Next-4bit](https://huggingface.co/mlx-community/Qwen3-Coder-Next-4bit) was
14
  converted to MLX format from [Qwen/Qwen3-Coder-Next](https://huggingface.co/Qwen/Qwen3-Coder-Next)
15
+ using mlx-lm version **0.30.5**.
16
 
17
  ## Use with mlx
18
 
tokenizer_config.json CHANGED
@@ -25,6 +25,6 @@
25
  "pad_token": "<|endoftext|>",
26
  "split_special_tokens": false,
27
  "tokenizer_class": "Qwen2Tokenizer",
28
- "tool_parser_type": "qwen3_coder",
29
  "unk_token": null
30
  }
 
25
  "pad_token": "<|endoftext|>",
26
  "split_special_tokens": false,
27
  "tokenizer_class": "Qwen2Tokenizer",
28
+ "tool_parser_type": "json_tools",
29
  "unk_token": null
30
  }