lbourdois commited on
Commit
712b80f
·
verified ·
1 Parent(s): 7927bb6

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +44 -32
README.md CHANGED
@@ -1,32 +1,44 @@
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/InternVL3-1B-4bit
22
- This model was converted to MLX format from [`InternVL3-1B`]() using mlx-vlm version **0.1.22**.
23
- Refer to the [original model card](https://huggingface.co/InternVL3-1B) for more details on the model.
24
- ## Use with mlx
25
-
26
- ```bash
27
- pip install -U mlx-vlm
28
- ```
29
-
30
- ```bash
31
- python -m mlx_vlm.generate --model mlx-community/InternVL3-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
32
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - zho
15
+ - eng
16
+ - fra
17
+ - spa
18
+ - por
19
+ - deu
20
+ - ita
21
+ - rus
22
+ - jpn
23
+ - kor
24
+ - vie
25
+ - tha
26
+ - ara
27
+ tags:
28
+ - internvl
29
+ - custom_code
30
+ - mlx
31
+ ---
32
+
33
+ # mlx-community/InternVL3-1B-4bit
34
+ This model was converted to MLX format from [`InternVL3-1B`]() using mlx-vlm version **0.1.22**.
35
+ Refer to the [original model card](https://huggingface.co/InternVL3-1B) for more details on the model.
36
+ ## Use with mlx
37
+
38
+ ```bash
39
+ pip install -U mlx-vlm
40
+ ```
41
+
42
+ ```bash
43
+ python -m mlx_vlm.generate --model mlx-community/InternVL3-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
44
+ ```