razent commited on
Commit
50930ce
1 Parent(s): 6951413

Update pubmed.py

Browse files

Please update the url since it is outdated

Files changed (1) hide show
  1. pubmed.py +1 -1
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/pubmed22n{i:04d}.xml.gz" for i in range(1, 1115)]
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.