lbourdois commited on
Commit
a2c1b93
·
verified ·
1 Parent(s): a43204f

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 +23 -11
README.md CHANGED
@@ -1,12 +1,24 @@
1
- ---
2
- datasets:
3
- - kanhatakeyama/ramdom-to-fixed-multiturn-Calm3
4
- language:
5
- - ja
6
- base_model:
7
- - Qwen/Qwen2.5-1.5B-Instruct
8
- tags:
9
- - unsloth
10
- ---
11
-
 
 
 
 
 
 
 
 
 
 
 
 
12
  Qwen2.5-1.5b-Instructを日本語データセットで継続事前学習させたLoRAです(あとで追記)
 
1
+ ---
2
+ datasets:
3
+ - kanhatakeyama/ramdom-to-fixed-multiturn-Calm3
4
+ language:
5
+ - zho
6
+ - eng
7
+ - fra
8
+ - spa
9
+ - por
10
+ - deu
11
+ - ita
12
+ - rus
13
+ - jpn
14
+ - kor
15
+ - vie
16
+ - tha
17
+ - ara
18
+ base_model:
19
+ - Qwen/Qwen2.5-1.5B-Instruct
20
+ tags:
21
+ - unsloth
22
+ ---
23
+
24
  Qwen2.5-1.5b-Instructを日本語データセットで継続事前学習させたLoRAです(あとで追記)