Datasets:
Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
pubmed.py
CHANGED
@@ -17,13 +17,12 @@
|
|
17 |
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import copy
|
20 |
-
import logging
|
21 |
import xml.etree.ElementTree as etree
|
22 |
|
23 |
import datasets
|
24 |
|
25 |
|
26 |
-
logger = logging.
|
27 |
|
28 |
|
29 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
|
|
17 |
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import copy
|
|
|
20 |
import xml.etree.ElementTree as etree
|
21 |
|
22 |
import datasets
|
23 |
|
24 |
|
25 |
+
logger = datasets.logging.get_logger(__name__)
|
26 |
|
27 |
|
28 |
# Find for instance the citation on arxiv or on the dataset repo/website
|