system HF staff commited on
Commit
c1654fa
1 Parent(s): 0aee24b

Update files from the datasets library (from 1.6.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.0

Files changed (2) hide show
  1. README.md +3 -3
  2. mkqa.py +0 -1
README.md CHANGED
@@ -19,7 +19,7 @@ languages:
19
  - km
20
  - ms
21
  - nl
22
- - no
23
  - pl
24
  - pt
25
  - ru
@@ -34,7 +34,7 @@ multilinguality:
34
  - multilingual
35
  - translation
36
  size_categories:
37
- - 1K<n<10K
38
  source_datasets:
39
  - extended|natural_questions
40
  - original
@@ -248,4 +248,4 @@ when `aliases` field is not available it is set to an empty list [].
248
 
249
  ### Contributions
250
 
251
- Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
19
  - km
20
  - ms
21
  - nl
22
+ - "no"
23
  - pl
24
  - pt
25
  - ru
34
  - multilingual
35
  - translation
36
  size_categories:
37
+ - 10K<n<100K
38
  source_datasets:
39
  - extended|natural_questions
40
  - original
248
 
249
  ### Contributions
250
 
251
+ Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
mkqa.py CHANGED
@@ -15,7 +15,6 @@
15
 
16
  """MKQA: Multilingual Knowledge Questions & Answers"""
17
 
18
- from __future__ import absolute_import, division, print_function
19
 
20
  import json
21
 
15
 
16
  """MKQA: Multilingual Knowledge Questions & Answers"""
17
 
 
18
 
19
  import json
20