Datasets:

Modalities:
Image
Formats:
parquet
Libraries:
Datasets
Dask
License:
tarekziade commited on
Commit
71ccd00
·
verified ·
1 Parent(s): c31496d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -31,3 +31,14 @@ configs:
31
  - split: validation
32
  path: data/validation-*
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
31
  - split: validation
32
  path: data/validation-*
33
  ---
34
+
35
+
36
+ The `DocOrNot` dataset contains 50% of images that are pictures, and 50% that are documents.
37
+
38
+ It was built using 8k images from each one of these sources:
39
+
40
+ - RVL CDIP (Small) - https://www.kaggle.com/datasets/uditamin/rvl-cdip-small
41
+ - Flickr8k - https://www.kaggle.com/datasets/adityajn105/flickr8k
42
+
43
+ It can be used to train a model and classify an image as being a picture or a document.
44
+