Datasets:
pmc
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
expert-generated
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
madhumita commited on
Commit
7bb7c0a
1 Parent(s): d891615

Update open_access.py

Browse files

Updating baseline date to the current baseline.

Files changed (1) hide show
  1. open_access.py +1 -1
open_access.py CHANGED
@@ -55,7 +55,7 @@ _SUBSETS = {
55
  "non_commercial": "oa_noncomm",
56
  "other": "oa_other",
57
  }
58
- _BASELINE_DATE = "2021-12-17"
59
 
60
 
61
  class OpenAccessConfig(datasets.BuilderConfig):
 
55
  "non_commercial": "oa_noncomm",
56
  "other": "oa_other",
57
  }
58
+ _BASELINE_DATE = "2022-12-17"
59
 
60
 
61
  class OpenAccessConfig(datasets.BuilderConfig):