AnaChikashua commited on
Commit
a7e63c0
1 Parent(s): 5aadee3

Update handwriting_dataset.py

Browse files
Files changed (1) hide show
  1. handwriting_dataset.py +2 -10
handwriting_dataset.py CHANGED
@@ -1,22 +1,14 @@
1
  import datasets
2
 
3
  logger = datasets.logging.get_logger(__name__)
4
- _CITATION = """\
5
- @inproceedings{Rajpurkar2016SQuAD10,
6
- title={SQuAD: 100, 000+ Questions for Machine Comprehension of Text},
7
- author={Pranav Rajpurkar and Jian Zhang and Konstantin Lopyrev and Percy Liang},
8
- booktitle={EMNLP},
9
- year={2016}
10
- }
11
  _DESCRIPTION = """
12
  Georgian language handwriting dataset!
13
  """
14
- _URL = 'https://huggingface.co/datasets/AnaChikashua/handwriting/resolve/main/handwriting_dataset.rar'
15
  class HandwritingData(datasets.GeneratorBasedBuilder):
16
  def _info(self):
17
  return datasets.DatasetInfo(
18
- description =_DESCRIPTION,
19
- citation = _CITATION,
20
  features = datasets.Features(
21
  {"alphabet": datasets.Value("string"),
22
  "image": datasets.Image()
 
1
  import datasets
2
 
3
  logger = datasets.logging.get_logger(__name__)
 
 
 
 
 
 
 
4
  _DESCRIPTION = """
5
  Georgian language handwriting dataset!
6
  """
7
+ _URL = 'https://huggingface.co/datasets/AnaChikashua/handwriting/resolve/main/handwriting_dataset.tar.gz'
8
  class HandwritingData(datasets.GeneratorBasedBuilder):
9
  def _info(self):
10
  return datasets.DatasetInfo(
11
+ description=_DESCRIPTION,
 
12
  features = datasets.Features(
13
  {"alphabet": datasets.Value("string"),
14
  "image": datasets.Image()