lbourdois commited on
Commit
064182e
·
verified ·
1 Parent(s): 27704e0

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 +33 -21
README.md CHANGED
@@ -1,22 +1,34 @@
1
- ---
2
- license: other
3
- license_name: mg0-2.0
4
- license_link: https://github.com/Xtra-Computing/ModelGo/blob/main/MG_licenses/V2/MG0-2.0.txt
5
- language:
6
- - en
7
- pipeline_tag: text-generation
8
- base_model: Qwen/Qwen2.5-7B-Instruct
9
- tags:
10
- - chat
11
- library_name: transformers
12
- ---
13
-
14
- ```
15
- @misc{XtraGPT,
16
- title = {XtraGPT},
17
- url = {https://huggingface.co/Xtra-Computing/XtraGPT-7B},
18
- author = {Nuo Chen, Andre Lin HuiKai, Junyi Hou, Zining Zhang, Qian Wang, Xidong Wang, Bingsheng He},
19
- month = {March},
20
- year = {2025}
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
22
  ```
 
1
+ ---
2
+ license: other
3
+ license_name: mg0-2.0
4
+ license_link: https://github.com/Xtra-Computing/ModelGo/blob/main/MG_licenses/V2/MG0-2.0.txt
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
+ pipeline_tag: text-generation
20
+ base_model: Qwen/Qwen2.5-7B-Instruct
21
+ tags:
22
+ - chat
23
+ library_name: transformers
24
+ ---
25
+
26
+ ```
27
+ @misc{XtraGPT,
28
+ title = {XtraGPT},
29
+ url = {https://huggingface.co/Xtra-Computing/XtraGPT-7B},
30
+ author = {Nuo Chen, Andre Lin HuiKai, Junyi Hou, Zining Zhang, Qian Wang, Xidong Wang, Bingsheng He},
31
+ month = {March},
32
+ year = {2025}
33
+ }
34
  ```