Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
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
|