seanfarrell commited on
Commit
77f49c4
·
verified ·
1 Parent(s): 8263182

Update 2025 annual baseline data URLs

Browse files

Fixed error in download not be able to download the baseline files as of 2025

Files changed (1) hide show
  1. pubmed.py +1 -1
pubmed.py CHANGED
@@ -144,7 +144,7 @@ class Pubmed(datasets.GeneratorBasedBuilder):
144
  """Pubmed citations records"""
145
 
146
  BUILDER_CONFIGS = [
147
- datasets.BuilderConfig(name="2024", description="The 2024 annual record", version=datasets.Version("4.0.0")),
148
  ]
149
 
150
  # FILLED automatically from features
 
144
  """Pubmed citations records"""
145
 
146
  BUILDER_CONFIGS = [
147
+ datasets.BuilderConfig(name="2025", description="The 2025 annual record", version=datasets.Version("4.0.0")),
148
  ]
149
 
150
  # FILLED automatically from features