Datasets:
yelp
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
704ae0d
1 Parent(s): 4afa4c1

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. yelp_review_full.py +1 -1
yelp_review_full.py CHANGED
@@ -113,7 +113,7 @@ class YelpReviewFull(datasets.GeneratorBasedBuilder):
113
  ]
114
 
115
  def _generate_examples(self, filepath, split):
116
- """ Yields examples. """
117
 
118
  with open(filepath, encoding="utf-8") as f:
119
  data = csv.reader(f, delimiter=",", quoting=csv.QUOTE_NONNUMERIC)
 
113
  ]
114
 
115
  def _generate_examples(self, filepath, split):
116
+ """Yields examples."""
117
 
118
  with open(filepath, encoding="utf-8") as f:
119
  data = csv.reader(f, delimiter=",", quoting=csv.QUOTE_NONNUMERIC)