tarekziade commited on
Commit
62fb5e5
1 Parent(s): 71ccd00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -20,7 +20,7 @@ dataset_info:
20
  num_bytes: 507327343.9146943
21
  num_examples: 1602
22
  download_size: 5070652743
23
- dataset_size: 5071056653.0
24
  configs:
25
  - config_name: default
26
  data_files:
@@ -30,6 +30,7 @@ configs:
30
  path: data/test-*
31
  - split: validation
32
  path: data/validation-*
 
33
  ---
34
 
35
 
@@ -37,8 +38,7 @@ The `DocOrNot` dataset contains 50% of images that are pictures, and 50% that ar
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
 
 
 
20
  num_bytes: 507327343.9146943
21
  num_examples: 1602
22
  download_size: 5070652743
23
+ dataset_size: 5071056653
24
  configs:
25
  - config_name: default
26
  data_files:
 
30
  path: data/test-*
31
  - split: validation
32
  path: data/validation-*
33
+ license: other
34
  ---
35
 
36
 
 
38
 
39
  It was built using 8k images from each one of these sources:
40
 
41
+ - RVL CDIP (Small) - https://www.kaggle.com/datasets/uditamin/rvl-cdip-small - license: https://www.industrydocuments.ucsf.edu/help/copyright/
42
+ - Flickr8k - https://www.kaggle.com/datasets/adityajn105/flickr8k - license: https://creativecommons.org/publicdomain/zero/1.0/
 
 
43
 
44
+ It can be used to train a model and classify an image as being a picture or a document.