gajesh commited on
Commit
301e9e2
·
verified ·
1 Parent(s): bbeabc6

Correct model card metadata, modality wording, and mlx-vlm command

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -4,7 +4,6 @@ license: apache-2.0
4
  pipeline_tag: image-text-to-text
5
  base_model:
6
  - Qwen/Qwen3.8-27B
7
- - EigenLabs/Qwen3.8-27B-4bit
8
  tags:
9
  - mlx
10
  - mlx-vlm
@@ -13,7 +12,7 @@ tags:
13
 
14
  # EigenLabs/Qwen3.8-27B-4bit
15
 
16
- This revision is a complete MLX 4-bit Qwen3.8 vision-language model for image, video, and text generation.
17
 
18
  The **1,847 `language_model.*` tensors are bit-for-bit identical** to [`EigenLabs/Qwen3.8-27B-4bit@eda45ab47f465d08d6558f0353a2346e2eb9d5b3`](https://huggingface.co/EigenLabs/Qwen3.8-27B-4bit/tree/eda45ab47f465d08d6558f0353a2346e2eb9d5b3). The 333 `vision_tower.*` tensors and multimodal processor assets come from [`mlx-community/Qwen3.8-27B-4bit@3e6447f082e89cc7f0bc6e5441afd38dfce760ff`](https://huggingface.co/mlx-community/Qwen3.8-27B-4bit/tree/3e6447f082e89cc7f0bc6e5441afd38dfce760ff), converted from the official [`Qwen/Qwen3.8-27B@1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0`](https://huggingface.co/Qwen/Qwen3.8-27B/tree/1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0) source. Tensor dtype, shape, and raw bytes were checked before publication.
19
 
@@ -23,7 +22,7 @@ The immutable challenge revision [`eda45ab47f465d08d6558f0353a2346e2eb9d5b3`](ht
23
 
24
  ```bash
25
  pip install -U mlx-vlm
26
- mlx_vlm generate \
27
  --model EigenLabs/Qwen3.8-27B-4bit \
28
  --image /path/to/image.jpg \
29
  --prompt "Describe this image." \
 
4
  pipeline_tag: image-text-to-text
5
  base_model:
6
  - Qwen/Qwen3.8-27B
 
7
  tags:
8
  - mlx
9
  - mlx-vlm
 
12
 
13
  # EigenLabs/Qwen3.8-27B-4bit
14
 
15
+ This revision is a complete MLX 4-bit Qwen3.8 vision-language model that accepts image, video, and text inputs and generates text.
16
 
17
  The **1,847 `language_model.*` tensors are bit-for-bit identical** to [`EigenLabs/Qwen3.8-27B-4bit@eda45ab47f465d08d6558f0353a2346e2eb9d5b3`](https://huggingface.co/EigenLabs/Qwen3.8-27B-4bit/tree/eda45ab47f465d08d6558f0353a2346e2eb9d5b3). The 333 `vision_tower.*` tensors and multimodal processor assets come from [`mlx-community/Qwen3.8-27B-4bit@3e6447f082e89cc7f0bc6e5441afd38dfce760ff`](https://huggingface.co/mlx-community/Qwen3.8-27B-4bit/tree/3e6447f082e89cc7f0bc6e5441afd38dfce760ff), converted from the official [`Qwen/Qwen3.8-27B@1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0`](https://huggingface.co/Qwen/Qwen3.8-27B/tree/1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0) source. Tensor dtype, shape, and raw bytes were checked before publication.
18
 
 
22
 
23
  ```bash
24
  pip install -U mlx-vlm
25
+ mlx_vlm.generate \
26
  --model EigenLabs/Qwen3.8-27B-4bit \
27
  --image /path/to/image.jpg \
28
  --prompt "Describe this image." \