Johnnyeee commited on
Commit
b7874da
1 Parent(s): 98bda5e

Update Yelpdata_663.py

Browse files
Files changed (1) hide show
  1. Yelpdata_663.py +1 -1
Yelpdata_663.py CHANGED
@@ -111,7 +111,7 @@ class YelpDataset(datasets.GeneratorBasedBuilder):
111
 
112
 
113
  def _generate_examples(self, files, split):
114
- """Yields examples as (key, example) tuples."""
115
  business_path, review_path = files["business"], files["review"]
116
 
117
  # Load businesses and filter for restaurants
 
111
 
112
 
113
  def _generate_examples(self, files, split):
114
+ """Yields examples as (key, example) tuples."""
115
  business_path, review_path = files["business"], files["review"]
116
 
117
  # Load businesses and filter for restaurants