lbourdois commited on
Commit
ba08b1f
·
verified ·
1 Parent(s): 1baca1f

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 +25 -11
README.md CHANGED
@@ -1,11 +1,25 @@
1
- ---
2
- license: mit
3
- datasets:
4
- - MrOvkill/svg-stack-labeled
5
- base_model:
6
- - Qwen/Qwen2.5-7B-Instruct
7
- tags:
8
- - svg
9
- library_name: transformers
10
- pipeline_tag: text-generation
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - MrOvkill/svg-stack-labeled
5
+ base_model:
6
+ - Qwen/Qwen2.5-7B-Instruct
7
+ tags:
8
+ - svg
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
+ language:
12
+ - zho
13
+ - eng
14
+ - fra
15
+ - spa
16
+ - por
17
+ - deu
18
+ - ita
19
+ - rus
20
+ - jpn
21
+ - kor
22
+ - vie
23
+ - tha
24
+ - ara
25
+ ---