Commit
·
90f3770
1
Parent(s):
41f839d
Add "multilingual" to the language tag (#2)
Browse files- Add "multilingual" to the language tag (b5e6a3a68e41e1bdfe64bee72bd915e684656d20)
- Update README.md (1c39c34c57d881e3924878205874171c41e5fa7b)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- en
|
| 4 |
- fr
|
| 5 |
- ro
|
| 6 |
- de
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
tags:
|
| 10 |
- summarization
|
| 11 |
- translation
|
| 12 |
-
|
| 13 |
-
|
| 14 |
inference: false
|
| 15 |
---
|
| 16 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- en
|
| 4 |
- fr
|
| 5 |
- ro
|
| 6 |
- de
|
| 7 |
+
- multilingual
|
| 8 |
+
license: apache-2.0
|
| 9 |
tags:
|
| 10 |
- summarization
|
| 11 |
- translation
|
| 12 |
+
datasets:
|
| 13 |
+
- c4
|
| 14 |
inference: false
|
| 15 |
---
|
| 16 |
|