system HF staff commited on
Commit
95fcc6e
1 Parent(s): 6d05007

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 +2 -0
  2. newsqa.py +0 -1
README.md CHANGED
@@ -10,6 +10,8 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
 
13
  combined-json:
14
  - 10K<n<100K
15
  split:
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ combined-csv:
14
+ - 100K<n<1M
15
  combined-json:
16
  - 10K<n<100K
17
  split:
newsqa.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """This code is used to read and load NewsQA dataset."""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import csv
20
  import json
 
14
  # limitations under the License.
15
  """This code is used to read and load NewsQA dataset."""
16
 
 
17
 
18
  import csv
19
  import json