Upload folder using huggingface_hub
Browse files- README.md +2 -1
- tokenizer_config.json +1 -0
README.md
CHANGED
|
@@ -4,6 +4,7 @@ pipeline_tag: image-text-to-text
|
|
| 4 |
tags:
|
| 5 |
- minicpm-v
|
| 6 |
- multimodal
|
|
|
|
| 7 |
- mlx
|
| 8 |
base_model: openbmb/MiniCPM-V-4.6
|
| 9 |
library_name: mlx
|
|
@@ -12,7 +13,7 @@ library_name: mlx
|
|
| 12 |
# mlx-community/MiniCPM-V-4.6-5bit
|
| 13 |
|
| 14 |
This model was converted to MLX format from [`openbmb/MiniCPM-V-4.6`](https://huggingface.co/openbmb/MiniCPM-V-4.6)
|
| 15 |
-
using mlx-vlm version **0.
|
| 16 |
Refer to the [original model card](https://huggingface.co/openbmb/MiniCPM-V-4.6) for more details on the model.
|
| 17 |
|
| 18 |
## Use with mlx
|
|
|
|
| 4 |
tags:
|
| 5 |
- minicpm-v
|
| 6 |
- multimodal
|
| 7 |
+
- On-Device Model
|
| 8 |
- mlx
|
| 9 |
base_model: openbmb/MiniCPM-V-4.6
|
| 10 |
library_name: mlx
|
|
|
|
| 13 |
# mlx-community/MiniCPM-V-4.6-5bit
|
| 14 |
|
| 15 |
This model was converted to MLX format from [`openbmb/MiniCPM-V-4.6`](https://huggingface.co/openbmb/MiniCPM-V-4.6)
|
| 16 |
+
using mlx-vlm version **0.5.0**.
|
| 17 |
Refer to the [original model card](https://huggingface.co/openbmb/MiniCPM-V-4.6) for more details on the model.
|
| 18 |
|
| 19 |
## Use with mlx
|
tokenizer_config.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
| 10 |
"errors": "replace",
|
| 11 |
"image_token": "<|image_pad|>",
|
| 12 |
"is_local": true,
|
|
|
|
| 13 |
"model_max_length": 262144,
|
| 14 |
"model_specific_special_tokens": {
|
| 15 |
"audio_bos_token": "<|audio_start|>",
|
|
|
|
| 10 |
"errors": "replace",
|
| 11 |
"image_token": "<|image_pad|>",
|
| 12 |
"is_local": true,
|
| 13 |
+
"local_files_only": false,
|
| 14 |
"model_max_length": 262144,
|
| 15 |
"model_specific_special_tokens": {
|
| 16 |
"audio_bos_token": "<|audio_start|>",
|