ArneBinder commited on
Commit
fb8bd0e
1 Parent(s): 1ef2db4

use base dataset version with test_background split

Browse files
Files changed (1) hide show
  1. drugprot.py +4 -1
drugprot.py CHANGED
@@ -107,7 +107,10 @@ class Drugprot(GeneratorBasedBuilder):
107
  }
108
 
109
  BASE_DATASET_PATH = "bigbio/drugprot"
110
- BASE_DATASET_REVISION = "38ff03d68347aaf694e598c50cb164191f50f61c"
 
 
 
111
 
112
  BUILDER_CONFIGS = [
113
  datasets.BuilderConfig(
 
107
  }
108
 
109
  BASE_DATASET_PATH = "bigbio/drugprot"
110
+ # This revision includes the "test-background" split (https://huggingface.co/datasets/bigbio/drugprot/discussions/1)
111
+ # TODO: This should be integrated in the original BigBio repo
112
+ # TODO: Update the revision commit in case changes get merged
113
+ BASE_DATASET_REVISION = "13dfd7e8035bb96332b388bf328e89fa00b81325"
114
 
115
  BUILDER_CONFIGS = [
116
  datasets.BuilderConfig(