Datasets:
Update pubmed.py
Browse filesPlease update the url since it is outdated
pubmed.py
CHANGED
@@ -39,7 +39,7 @@ _LICENSE = ""
|
|
39 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
40 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
41 |
# Note these URLs here are used by MockDownloadManager.create_dummy_data_list
|
42 |
-
_URLs = [f"https://ftp.ncbi.nlm.nih.gov/pubmed/baseline/
|
43 |
|
44 |
|
45 |
# Copyright Ferry Boender, released under the MIT license.
|
|
|
39 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
40 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
41 |
# Note these URLs here are used by MockDownloadManager.create_dummy_data_list
|
42 |
+
_URLs = [f"https://ftp.ncbi.nlm.nih.gov/pubmed/baseline/pubmed23n{i:04d}.xml.gz" for i in range(1, 1167)]
|
43 |
|
44 |
|
45 |
# Copyright Ferry Boender, released under the MIT license.
|