PhilipMay lbourdois commited on
Commit
4b99519
1 Parent(s): 7d4c383

Add multilingual to the language tag (#1)

Browse files

- Add multilingual to the language tag (2b38adf77ec706635a51b30c506e4bd8a2a15c57)
- Fix unicode (3d1dd413fa9cb9bc587407a15635d2035e596aa8)


Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- language: [de, en]
 
 
 
3
  license: mit
4
  tags:
5
  - english
6
  - german
7
-
8
  ---
9
 
10
  # Bilingual English + German SQuAD2.0
1
  ---
2
+ language:
3
+ - de
4
+ - en
5
+ - multilingual
6
  license: mit
7
  tags:
8
  - english
9
  - german
 
10
  ---
11
 
12
  # Bilingual English + German SQuAD2.0