tarekziade
commited on
Update README.md
Browse files
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 |
+
|