system HF staff commited on
Commit
9b48962
1 Parent(s): 1c0cf30

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  1. coached_conv_pref.py +1 -1
coached_conv_pref.py CHANGED
@@ -136,7 +136,7 @@ class CoachedConvPref(datasets.GeneratorBasedBuilder):
136
  ]
137
 
138
  def _generate_examples(self, filepath, split):
139
- """ Yields examples. """
140
 
141
  # Empty Segment list with annotations dictionary
142
  # First prompt of a conversation does not contain the segment dictionary
136
  ]
137
 
138
  def _generate_examples(self, filepath, split):
139
+ """Yields examples."""
140
 
141
  # Empty Segment list with annotations dictionary
142
  # First prompt of a conversation does not contain the segment dictionary