Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- wiki_bio.py +0 -1
wiki_bio.py
CHANGED
@@ -17,7 +17,6 @@ This dataset gathers 728,321 biographies from Wikipedia. It aims at evaluating t
|
|
17 |
algorithms. For each article, we provide the first paragraph and the infobox.
|
18 |
"""
|
19 |
|
20 |
-
from __future__ import absolute_import, division, print_function
|
21 |
|
22 |
import os
|
23 |
|
|
|
17 |
algorithms. For each article, we provide the first paragraph and the infobox.
|
18 |
"""
|
19 |
|
|
|
20 |
|
21 |
import os
|
22 |
|