Vadzim Kashko commited on
Commit
2747473
1 Parent(s): 5cecd64

refactor: builder class name

Browse files
Files changed (1) hide show
  1. ocr-receipts-text-detection.py +1 -1
ocr-receipts-text-detection.py CHANGED
@@ -29,7 +29,7 @@ _DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/d
29
  _LABELS = ["receipt", "shop", "item", "date_time", "total"]
30
 
31
 
32
- class BotoxInjectionsBeforeAndAfter(datasets.GeneratorBasedBuilder):
33
  def _info(self):
34
  return datasets.DatasetInfo(
35
  description=_DESCRIPTION,
 
29
  _LABELS = ["receipt", "shop", "item", "date_time", "total"]
30
 
31
 
32
+ class OcrReceiptsTextDetection(datasets.GeneratorBasedBuilder):
33
  def _info(self):
34
  return datasets.DatasetInfo(
35
  description=_DESCRIPTION,