Add files using upload-large-folder tool
Browse files- README.md +1 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -3,9 +3,9 @@ library_name: mlx
|
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3-30B-A3B-Instruct-2507/blob/main/LICENSE
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
-
base_model: Qwen/Qwen3-30B-A3B-Instruct-2507
|
| 7 |
tags:
|
| 8 |
- mlx
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# NexVeridian/Qwen3-30B-A3B-Instruct-2507-4bit
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3-30B-A3B-Instruct-2507/blob/main/LICENSE
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
| 6 |
tags:
|
| 7 |
- mlx
|
| 8 |
+
base_model: Qwen/Qwen3-30B-A3B-Instruct-2507
|
| 9 |
---
|
| 10 |
|
| 11 |
# NexVeridian/Qwen3-30B-A3B-Instruct-2507-4bit
|
tokenizer_config.json
CHANGED
|
@@ -231,7 +231,7 @@
|
|
| 231 |
"eos_token": "<|im_end|>",
|
| 232 |
"errors": "replace",
|
| 233 |
"extra_special_tokens": {},
|
| 234 |
-
"model_max_length":
|
| 235 |
"pad_token": "<|endoftext|>",
|
| 236 |
"split_special_tokens": false,
|
| 237 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
| 231 |
"eos_token": "<|im_end|>",
|
| 232 |
"errors": "replace",
|
| 233 |
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 1010000,
|
| 235 |
"pad_token": "<|endoftext|>",
|
| 236 |
"split_special_tokens": false,
|
| 237 |
"tokenizer_class": "Qwen2Tokenizer",
|