zghem commited on
Commit
50743c0
·
verified ·
1 Parent(s): decd234

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -14,7 +14,23 @@ size_categories:
14
  - 1K<n<10K
15
  ---
16
 
17
- # Dataset Card for Incunabula Illustration Pages
18
 
19
  This is a collection of pages from early modern Bibles categorized into a) containing illustrations, b) text-only.
20
  It was used to train the Incunabula Page Classifier.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - 1K<n<10K
15
  ---
16
 
17
+ # Dataset Card for Incunabula Bibles Illustration Pages
18
 
19
  This is a collection of pages from early modern Bibles categorized into a) containing illustrations, b) text-only.
20
  It was used to train the Incunabula Page Classifier.
21
+
22
+ ## Dataset Structure
23
+
24
+ ```
25
+ data/
26
+ ├── train/
27
+ │ ├── illustrated/ # Pages containing illustrations
28
+ │ └── text_only/ # Pages with only text
29
+ └── val/
30
+ ├── illustrated/ # Validation pages with illustrations
31
+ └── text_only/ # Validation pages with only text
32
+ ```
33
+
34
+ ## Usage
35
+
36
+ This dataset is designed for binary classification of manuscript and early book pages.