lbourdois commited on
Commit
b5e6a3a
1 Parent(s): 41f839d

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 -9
README.md CHANGED
@@ -1,16 +1,11 @@
1
  ---
2
- language:
3
- - en
4
- - fr
5
- - ro
6
- - de
7
- datasets:
8
- - c4
9
  tags:
10
  - summarization
11
  - translation
12
-
13
- license: apache-2.0
14
  inference: false
15
  ---
16
 
1
  ---
2
+ language: multilingual
3
+ license: apache-2.0
 
 
 
 
 
4
  tags:
5
  - summarization
6
  - translation
7
+ datasets:
8
+ - c4
9
  inference: false
10
  ---
11