Louis Rädisch commited on
Commit
8cc3542
1 Parent(s): a8bc50c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -24,8 +24,10 @@ In an effort to maintain uniformity, the dataset files have been resized to 24x2
24
  Each dataset instance contains an image of a handwritten character or numeral, paired with its corresponding ASCII label.
25
 
26
  ### Data Organization
27
- The dataset, contained in a .rar file, is organized within a "dataset" folder. Each ASCII symbol is housed in a dedicated folder, the name of which corresponds to the ASCII value of the symbol.
28
- Dataset size: 79.742.558 Bytes = 637.940.464 Bits
 
 
29
 
30
  ## Dataset Utility
31
  The AlphaNum dataset caters to a variety of use cases including text recognition, document processing, and machine learning tasks. It is particularly instrumental in the development, fine-tuning, and enhancement of OCR models.
 
24
  Each dataset instance contains an image of a handwritten character or numeral, paired with its corresponding ASCII label.
25
 
26
  ### Data Organization
27
+ The dataset is organized into three separate .zip files: `train.zip`, `test.zip`, and `validation.zip`. Each ASCII symbol is housed in a dedicated folder, the name of which corresponds to the ASCII value of the symbol.
28
+ - `train.zip` size: 55.9 MB
29
+ - `test.zip` size: 16 MB
30
+ - `validation.zip` size: 8.06 MB
31
 
32
  ## Dataset Utility
33
  The AlphaNum dataset caters to a variety of use cases including text recognition, document processing, and machine learning tasks. It is particularly instrumental in the development, fine-tuning, and enhancement of OCR models.