lbourdois commited on
Commit
ca3a663
·
verified ·
1 Parent(s): 2faecdc

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 +28 -16
README.md CHANGED
@@ -1,17 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- base_model:
6
- - Qwen/Qwen2.5-0.5B
7
- pipeline_tag: text-generation
8
- library_name: transformers
9
- tags:
10
- - qwen
11
- - qwen2.5
12
- - qwq
13
- ---
14
-
15
- # QwQwen-0.5B
16
-
 
 
 
 
 
 
 
 
 
 
 
 
17
  [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B), but with the vocab of [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) transplanted using [transplant-vocab](https://github.com/jukofyork/transplant-vocab).
 
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-0.5B
19
+ pipeline_tag: text-generation
20
+ library_name: transformers
21
+ tags:
22
+ - qwen
23
+ - qwen2.5
24
+ - qwq
25
+ ---
26
+
27
+ # QwQwen-0.5B
28
+
29
  [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B), but with the vocab of [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) transplanted using [transplant-vocab](https://github.com/jukofyork/transplant-vocab).