lbourdois commited on
Commit
66d68f6
1 Parent(s): 162232a

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
- language: ["ru", "en"]
 
 
 
3
  tasks:
4
  - token-classification
5
  ---
 
1
  ---
2
+ language:
3
+ - ru
4
+ - en
5
+ - multilingual
6
  tasks:
7
  - token-classification
8
  ---