ShutongFeng commited on
Commit
9064f2a
1 Parent(s): d7db67f

Update emowoz.py

Browse files

Debug: invalid _URLs key

Files changed (1) hide show
  1. emowoz.py +1 -3
emowoz.py CHANGED
@@ -135,9 +135,7 @@ class EmoWOZ(datasets.GeneratorBasedBuilder):
135
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
136
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
137
  data_dir = dl_manager.download_and_extract(_URLS)
138
-
139
- urls = _URLS[self.config.name]
140
-
141
  return [
142
  datasets.SplitGenerator(
143
  name=datasets.Split.TRAIN,
 
135
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
136
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
137
  data_dir = dl_manager.download_and_extract(_URLS)
138
+
 
 
139
  return [
140
  datasets.SplitGenerator(
141
  name=datasets.Split.TRAIN,