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,35 +1,46 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
-
|
6 |
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
|
14 |
-
|
15 |
-
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
I'll be releasing a **GGUF** format version soon! 🎉
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model:
|
18 |
+
- arcee-ai/Virtuoso-Small-v2
|
19 |
+
- YOYO-AI/ZYH-LLM-Qwen2.5-14B
|
20 |
+
- Qwen/Qwen2.5-Coder-14B-Instruct
|
21 |
+
- Qwen/Qwen2.5-Coder-14B
|
22 |
+
- Qwen/Qwen2.5-14B-Instruct
|
23 |
+
- Qwen/Qwen2.5-14B-Instruct-1M
|
24 |
+
pipeline_tag: text-generation
|
25 |
+
tags:
|
26 |
+
- merge
|
27 |
+
---
|
28 |
+
|
29 |
+

|
30 |
+
|
31 |
+
# upgraded version: [The fourth-generation model of ZYH-LLM-Qwen2.5 has been released!](https://huggingface.co/YOYO-AI/ZYH-LLM-Qwen2.5-14B-V4)
|
32 |
+
|
33 |
+
**ZYH-LLM-Qwen2.5-14B-V2**
|
34 |
+
|
35 |
+
*1.Brain Upgrade* 🧠
|
36 |
+
|
37 |
+
- Incorporate **Virtuoso-Small-v2** to enhance the model's versatility and knowledge density.
|
38 |
+
|
39 |
+
*2.Memory Boost* 📈
|
40 |
+
|
41 |
+
- Increased the context from 30K to a **1M**
|
42 |
+
|
43 |
+
|
44 |
+
Don't miss out! Download it now! 📥
|
45 |
+
|
46 |
I'll be releasing a **GGUF** format version soon! 🎉
|