Datasets:
EMBO
/

Languages:
English
ArXiv:
DOI:
License:
drAbreu commited on
Commit
1961a1a
1 Parent(s): 08f5766

Update SourceData.py

Browse files
Files changed (1) hide show
  1. SourceData.py +1 -0
SourceData.py CHANGED
@@ -175,6 +175,7 @@ class SourceData(datasets.GeneratorBasedBuilder):
175
  Uses local files if a data_dir is specified. Otherwise downloads the files from their official url."""
176
 
177
  try:
 
178
  urls = [
179
  self._URLS[self.config.name]+"train.jsonl",
180
  self._URLS[self.config.name]+"test.jsonl",
 
175
  Uses local files if a data_dir is specified. Otherwise downloads the files from their official url."""
176
 
177
  try:
178
+ config_name = self.config.name if self.config.name != "default" else "NER"
179
  urls = [
180
  self._URLS[self.config.name]+"train.jsonl",
181
  self._URLS[self.config.name]+"test.jsonl",