mskrt commited on
Commit
7c2a19d
·
verified ·
1 Parent(s): f0542de

Upload PAIR.py

Browse files
Files changed (1) hide show
  1. PAIR.py +1 -0
PAIR.py CHANGED
@@ -85,6 +85,7 @@ class PAIRDataset(datasets.GeneratorBasedBuilder):
85
 
86
  def _info(self):
87
  """_info."""
 
88
  self.annotation_type = self.config_kwargs["annotation_type"]
89
  # Confirm annotation_type is set before continuing
90
  return datasets.DatasetInfo(
 
85
 
86
  def _info(self):
87
  """_info."""
88
+ print("HELLOOOO")
89
  self.annotation_type = self.config_kwargs["annotation_type"]
90
  # Confirm annotation_type is set before continuing
91
  return datasets.DatasetInfo(