Improve language tag
Browse filesHi! 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.
README.md
CHANGED
@@ -1,9 +1,23 @@
|
|
1 |
-
---
|
2 |
-
base_model: Qwen/Qwen2.5-7B-Instruct
|
3 |
-
pipeline_tag: text-generation
|
4 |
-
library_name: transformers
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
This is a version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) converted to the Llama format. It should be compatible with all programs that support Llama.
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: transformers
|
5 |
+
language:
|
6 |
+
- zho
|
7 |
+
- eng
|
8 |
+
- fra
|
9 |
+
- spa
|
10 |
+
- por
|
11 |
+
- deu
|
12 |
+
- ita
|
13 |
+
- rus
|
14 |
+
- jpn
|
15 |
+
- kor
|
16 |
+
- vie
|
17 |
+
- tha
|
18 |
+
- ara
|
19 |
+
---
|
20 |
+
|
21 |
+
# Qwen/Qwen2.5-7B-Instruct (llamafied)
|
22 |
+
|
23 |
This is a version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) converted to the Llama format. It should be compatible with all programs that support Llama.
|