zqwerty commited on
Commit
71be013
1 Parent(s): 87b9d07

add challenge set CM+T

Browse files
Files changed (1) hide show
  1. CrossWOZ.py +0 -6
CrossWOZ.py CHANGED
@@ -162,12 +162,6 @@ class CrossWOZ(datasets.GeneratorBasedBuilder):
162
  # If there's a common (input, target) tuple from the features,
163
  # specify them here. They'll be used if as_supervised=True in
164
  # builder.as_dataset.
165
- splits={
166
- datasets.Split.TRAIN: "train",
167
- datasets.Split.VALIDATION: "val",
168
- datasets.Split.TEST: "test",
169
- "challenge.CM+T": "CM+T dialogs in the test set"
170
- },
171
  supervised_keys=None,
172
  # Homepage of the dataset for documentation
173
  homepage=_HOMEPAGE,
 
162
  # If there's a common (input, target) tuple from the features,
163
  # specify them here. They'll be used if as_supervised=True in
164
  # builder.as_dataset.
 
 
 
 
 
 
165
  supervised_keys=None,
166
  # Homepage of the dataset for documentation
167
  homepage=_HOMEPAGE,