lbourdois commited on
Commit
999d96b
·
verified ·
1 Parent(s): ca076f2

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 +43 -32
README.md CHANGED
@@ -1,33 +1,44 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- - zh
6
- base_model:
7
- - Qwen/Qwen2.5-14B
8
- - Qwen/Qwen2.5-14B-Instruct
9
- - Qwen/Qwen2.5-14B-Instruct-1M
10
- - tanliboy/lambda-qwen2.5-14b-dpo-test
11
- - arcee-ai/SuperNova-Medius
12
- - arcee-ai/Virtuoso-Small-v2
13
- - Azure99/Blossom-V6-14B
14
- - Qwen/Qwen2.5-Coder-14B
15
- - Qwen/Qwen2.5-Coder-14B-Instruct
16
- - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
17
- - huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2
18
- pipeline_tag: text-generation
19
- tags:
20
- - merge
21
- ---
22
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e174e202fa032de4143324/zx2LWe9rip2AVr76BH4Er.png)
23
- # Qwen2.5-14B-YOYO-V4-p3
24
-
25
- *[Qwen2.5-YOYO Fourth-Gen Model Officially Released!](https://huggingface.co/YOYO-AI/Qwen2.5-14B-YOYO-V4)*
26
-
27
- This is the **final preview version** of the fourth-generation Qwen YOYO series model, and it is currently my favorite iteration.
28
-
29
- Aside from context length, it is identical to **Qwen2.5-14B-YOYO-V4** in all other aspects.
30
-
31
- The upcoming official release will not only expand the context length to 1M tokens but also disclose the complete merge recipe.
32
-
 
 
 
 
 
 
 
 
 
 
 
33
  Stay tuned for more updates!
 
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
+ - Qwen/Qwen2.5-14B
19
+ - Qwen/Qwen2.5-14B-Instruct
20
+ - Qwen/Qwen2.5-14B-Instruct-1M
21
+ - tanliboy/lambda-qwen2.5-14b-dpo-test
22
+ - arcee-ai/SuperNova-Medius
23
+ - arcee-ai/Virtuoso-Small-v2
24
+ - Azure99/Blossom-V6-14B
25
+ - Qwen/Qwen2.5-Coder-14B
26
+ - Qwen/Qwen2.5-Coder-14B-Instruct
27
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
28
+ - huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2
29
+ pipeline_tag: text-generation
30
+ tags:
31
+ - merge
32
+ ---
33
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e174e202fa032de4143324/zx2LWe9rip2AVr76BH4Er.png)
34
+ # Qwen2.5-14B-YOYO-V4-p3
35
+
36
+ *[Qwen2.5-YOYO Fourth-Gen Model Officially Released!](https://huggingface.co/YOYO-AI/Qwen2.5-14B-YOYO-V4)*
37
+
38
+ This is the **final preview version** of the fourth-generation Qwen YOYO series model, and it is currently my favorite iteration.
39
+
40
+ Aside from context length, it is identical to **Qwen2.5-14B-YOYO-V4** in all other aspects.
41
+
42
+ The upcoming official release will not only expand the context length to 1M tokens but also disclose the complete merge recipe.
43
+
44
  Stay tuned for more updates!