Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
crowd-sourced
Source Datasets:
original
ArXiv:
License:
lewtun HF staff commited on
Commit
c3a7df8
1 Parent(s): 7042afa

Remove undefined variable

Browse files
Files changed (1) hide show
  1. schema_guided_dialog.py +0 -2
schema_guided_dialog.py CHANGED
@@ -164,8 +164,6 @@ class SchemaGuidedDialog(datasets.GeneratorBasedBuilder):
164
  # Fix the one example that has an empty target.
165
  if not example["target"]:
166
  example["target"] = "Thank you, goodbye."
167
- if ix_ % 50 == 0:
168
- print((example["service"]))
169
  yield id_, {
170
  "gem_id": f"schema_guided_dialog-{split}-{id_}",
171
  "gem_parent_id": f"schema_guided_dialog-{split}-{id_}",
164
  # Fix the one example that has an empty target.
165
  if not example["target"]:
166
  example["target"] = "Thank you, goodbye."
 
 
167
  yield id_, {
168
  "gem_id": f"schema_guided_dialog-{split}-{id_}",
169
  "gem_parent_id": f"schema_guided_dialog-{split}-{id_}",