teowu commited on
Commit
21b346e
·
verified ·
1 Parent(s): f165a42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -1,21 +1,18 @@
1
  ---
2
- license: other
3
- license_name: qwen
4
- license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
5
  pipeline_tag: image-text-to-text
6
  library_name: transformers
7
  base_model:
8
- - OpenGVLab/InternViT-300M-448px-V2_5
9
- - Qwen/Qwen2.5-0.5B
10
  base_model_relation: merge
11
- datasets:
12
- - OpenGVLab/MMPR-v1.2
13
  language:
14
  - multilingual
15
  tags:
16
- - internvl
17
  - custom_code
18
  - mlx
 
 
 
19
  ---
20
 
21
  # mlx-community/Kimi-VL-A3B-Thinking-4bit
@@ -28,5 +25,5 @@ pip install -U mlx-vlm
28
  ```
29
 
30
  ```bash
31
- python -m mlx_vlm.generate --model mlx-community/Kimi-VL-A3B-Thinking-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
32
- ```
 
1
  ---
 
 
 
2
  pipeline_tag: image-text-to-text
3
  library_name: transformers
4
  base_model:
5
+ - moonshotai/Kimi-VL-A3B-Instruct
 
6
  base_model_relation: merge
 
 
7
  language:
8
  - multilingual
9
  tags:
10
+ - kimi
11
  - custom_code
12
  - mlx
13
+ - multimodal
14
+ - reasoning
15
+ license: mit
16
  ---
17
 
18
  # mlx-community/Kimi-VL-A3B-Thinking-4bit
 
25
  ```
26
 
27
  ```bash
28
+ python -m mlx_vlm.generate --model mlx-community/Kimi-VL-A3B-Thinking-4bit --max-tokens 1024 --temperature 0.6 --prompt "Describe this image." --image <path_to_image>
29
+ ```