Datasets:
seanfarrell
commited on
Update 2025 annual baseline data URLs
Browse filesFixed error in download not be able to download the baseline files as of 2025
pubmed.py
CHANGED
@@ -144,7 +144,7 @@ class Pubmed(datasets.GeneratorBasedBuilder):
|
|
144 |
"""Pubmed citations records"""
|
145 |
|
146 |
BUILDER_CONFIGS = [
|
147 |
-
datasets.BuilderConfig(name="
|
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
|