lbourdois commited on
Commit
4181618
·
verified ·
1 Parent(s): 0eff7ac

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 +34 -20
README.md CHANGED
@@ -1,20 +1,34 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-3B
4
- pipeline_tag: text-generation
5
- ---
6
-
7
- [<img src="https://raw.githubusercontent.com/csabakecskemeti/devquasar/main/dq_logo_black-transparent.png" width="200"/>](https://devquasar.com)
8
-
9
- Quantized version of: [Qwen/Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B)
10
-
11
- 'Make knowledge free for everyone'
12
-
13
- <p align="center">
14
- Made with <br>
15
- <a href="https://www.civo.com/" target="_blank">
16
- <img src="https://www.civo.com/assets/public/brand-assets/civo-logo-colour-60cc1622dedf346f7afde1fff760523f731b0aac106a5465af98ff4073114b74.svg" width="100"/>
17
- </a>
18
- </p>
19
-
20
- <a href='https://ko-fi.com/L4L416YX7C' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-3B
4
+ pipeline_tag: text-generation
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
+ [<img src="https://raw.githubusercontent.com/csabakecskemeti/devquasar/main/dq_logo_black-transparent.png" width="200"/>](https://devquasar.com)
22
+
23
+ Quantized version of: [Qwen/Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B)
24
+
25
+ 'Make knowledge free for everyone'
26
+
27
+ <p align="center">
28
+ Made with <br>
29
+ <a href="https://www.civo.com/" target="_blank">
30
+ <img src="https://www.civo.com/assets/public/brand-assets/civo-logo-colour-60cc1622dedf346f7afde1fff760523f731b0aac106a5465af98ff4073114b74.svg" width="100"/>
31
+ </a>
32
+ </p>
33
+
34
+ <a href='https://ko-fi.com/L4L416YX7C' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>