lbourdois commited on
Commit
aeddc4a
·
verified ·
1 Parent(s): e1ee1d7

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 +27 -15
README.md CHANGED
@@ -1,15 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- license_link: https://huggingface.co/Qwen/Qwen2.5-14B-Instruct/blob/main/LICENSE
4
- language:
5
- - en
6
- base_model: Qwen/Qwen2.5-14B-Instruct
7
- base_model_relation: quantized
8
- library_name: mlc-llm
9
- pipeline_tag: text-generation
10
- tags:
11
- - chat
12
- ---
13
-
14
- 4-bit GPTQ quantized version of [Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct).
15
-
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ license_link: https://huggingface.co/Qwen/Qwen2.5-14B-Instruct/blob/main/LICENSE
4
+ language:
5
+ - zho
6
+ - eng
7
+ - fra
8
+ - spa
9
+ - por
10
+ - deu
11
+ - ita
12
+ - rus
13
+ - jpn
14
+ - kor
15
+ - vie
16
+ - tha
17
+ - ara
18
+ base_model: Qwen/Qwen2.5-14B-Instruct
19
+ base_model_relation: quantized
20
+ library_name: mlc-llm
21
+ pipeline_tag: text-generation
22
+ tags:
23
+ - chat
24
+ ---
25
+
26
+ 4-bit GPTQ quantized version of [Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct).
27
+