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,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 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
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 |
```
|