lbourdois commited on
Commit
0f1670b
·
verified ·
1 Parent(s): 58b6a70

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 +19 -7
README.md CHANGED
@@ -1,8 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - zh
5
- base_model:
6
- - Qwen/Qwen2.5-7B
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
8
  基于Qwen2.5-7B和自制的明日方舟剧情里的凯尔希数据集微调出来的大语言模型的GGUF Q8量化版,测试用
 
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-7B
19
+ ---
20
  基于Qwen2.5-7B和自制的明日方舟剧情里的凯尔希数据集微调出来的大语言模型的GGUF Q8量化版,测试用