Johnnyeee commited on
Commit
7b47d17
1 Parent(s): 08ff0fa

Update Yelpdata_663.py

Browse files
Files changed (1) hide show
  1. Yelpdata_663.py +1 -1
Yelpdata_663.py CHANGED
@@ -114,7 +114,7 @@ class YelpDataset(datasets.GeneratorBasedBuilder):
114
  ]
115
 
116
  def _generate_examples(self, filepath):
117
- """This function returns the examples in the raw (text) form."""
118
  logging.info("generating examples from = %s", filepath)
119
  with open(filepath, encoding="utf-8") as csv_file:
120
  reader = csv.DictReader(csv_file)
 
114
  ]
115
 
116
  def _generate_examples(self, filepath):
117
+ """This function returns the examples in the raw (text) form."""
118
  logging.info("generating examples from = %s", filepath)
119
  with open(filepath, encoding="utf-8") as csv_file:
120
  reader = csv.DictReader(csv_file)