BereketARetta commited on
Commit
a22dd43
·
verified ·
1 Parent(s): 03cbfa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -31,8 +31,8 @@ The dataset is organized into train and test splits:
31
 
32
  ```
33
  fidel-dataset/
34
- ├── train/ # training images (handwritten, typed, and synthetic)
35
- ├── test/ # test images (handwritten, typed, and synthetic)
36
  └── metadata.json # Croissant metadata file
37
  ├── train_labels.json # Contains filenames and corresponding text labels
38
  └── test_labels.json # Contains filenames and corresponding text labels
@@ -68,8 +68,8 @@ cd fidel-dataset
68
  git lfs pull
69
 
70
  # Extract the archives
71
- unzip train.zip
72
- unzip test.zip
73
  ```
74
  ## Dataset Statistics
75
 
 
31
 
32
  ```
33
  fidel-dataset/
34
+ ├── train-clean/ # training images (handwritten, typed, and synthetic)
35
+ ├── test-clean/ # test images (handwritten, typed, and synthetic)
36
  └── metadata.json # Croissant metadata file
37
  ├── train_labels.json # Contains filenames and corresponding text labels
38
  └── test_labels.json # Contains filenames and corresponding text labels
 
68
  git lfs pull
69
 
70
  # Extract the archives
71
+ unzip train-clean.zip
72
+ unzip test-clean.zip
73
  ```
74
  ## Dataset Statistics
75