Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,15 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: qwen
|
4 |
-
base_model:
|
5 |
-
- Qwen/Qwen2.5-72B-Instruct
|
6 |
-
pipeline_tag: text-generation
|
7 |
-
tags:
|
8 |
-
- qwen2.5
|
9 |
-
- gptq
|
10 |
-
- int4
|
11 |
-
- vLLM
|
12 |
-
- sglang
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: qwen
|
4 |
+
base_model:
|
5 |
+
- Qwen/Qwen2.5-72B-Instruct
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- qwen2.5
|
9 |
+
- gptq
|
10 |
+
- int4
|
11 |
+
- vLLM
|
12 |
+
- sglang
|
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 |
+
---
|
28 |
+
|
29 |
+
### This is a mirror repo from modelscope [tclf90/qwen2.5-72b-instruct-gptq-int4](https://www.modelscope.cn/models/tclf90/qwen2.5-72b-instruct-gptq-int4)
|