thientran commited on
Commit
07b14d1
1 Parent(s): ccd13b5

Community (ie hub) datasets with no loading script can only be loaded with config='None' and split='train', but config='first_domain' and split='train' were passed (code: 400)

Browse files
Files changed (1) hide show
  1. favs_bot.py +4 -4
favs_bot.py CHANGED
@@ -85,10 +85,10 @@ class Conll2003(datasets.GeneratorBasedBuilder):
85
  VERSION = datasets.Version("1.1.0")
86
  DEFAULT_CONFIG_NAME = "first_domain"
87
  BUILDER_CONFIGS = [
88
- datasets.BuilderConfig(name="first_domain", version=VERSION,
89
- description="This part of my dataset covers a first domain"),
90
- datasets.BuilderConfig(name="second_domain", version=VERSION,
91
- description="This part of my dataset covers a second domain"),
92
  ]
93
 
94
  def _info(self):
85
  VERSION = datasets.Version("1.1.0")
86
  DEFAULT_CONFIG_NAME = "first_domain"
87
  BUILDER_CONFIGS = [
88
+ # datasets.BuilderConfig(name="first_domain", version=VERSION,
89
+ # description="This part of my dataset covers a first domain"),
90
+ # datasets.BuilderConfig(name="second_domain", version=VERSION,
91
+ # description="This part of my dataset covers a second domain"),
92
  ]
93
 
94
  def _info(self):