Add files using upload-large-folder tool
Browse files- README.md +2 -2
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -3,16 +3,16 @@ library_name: mlx
|
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
| 6 |
tags:
|
| 7 |
- mlx
|
| 8 |
-
base_model: Qwen/Qwen3-Coder-Next
|
| 9 |
---
|
| 10 |
|
| 11 |
# mlx-community/Qwen3-Coder-Next-6bit
|
| 12 |
|
| 13 |
This model [mlx-community/Qwen3-Coder-Next-6bit](https://huggingface.co/mlx-community/Qwen3-Coder-Next-6bit) 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.
|
| 16 |
|
| 17 |
## Use with mlx
|
| 18 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
base_model: Qwen/Qwen3-Coder-Next
|
| 7 |
tags:
|
| 8 |
- mlx
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# mlx-community/Qwen3-Coder-Next-6bit
|
| 12 |
|
| 13 |
This model [mlx-community/Qwen3-Coder-Next-6bit](https://huggingface.co/mlx-community/Qwen3-Coder-Next-6bit) 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": "
|
| 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 |
}
|