voidai-research lbourdois commited on
Commit
96e284e
·
verified ·
1 Parent(s): 69b5ace

Improve language tag (#1)

Browse files

- Improve language tag (8f5a3098258a84eafbdabd4e39c594f51cd4757b)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -1,8 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- base_model:
6
- - Qwen/Qwen2.5-7B-Instruct
7
- pipeline_tag: text-generation
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
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-Instruct
19
+ pipeline_tag: text-generation
20
+ ---