multimodalart HF staff commited on
Commit
9890e2b
1 Parent(s): 87924f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -43,8 +43,7 @@ configs:
43
 
44
  # CapyWiki-34M
45
 
46
- CapyWiki is a collection of openly licensed and public domain image datasets from Wikimedia. It is the first from a series of openly licensed OpenCapybara datasets, with a focus on cc0 and public domain datasets.
47
- Raw means unfiltered: no aesthetic or filtering, so many book scans and other images are in place.
48
 
49
  CapyWiki contains 3 splits:
50
 
@@ -68,11 +67,13 @@ dataset = load_dataset("opencapybara/CapyWiki-34M", split="public_domain")
68
  # first_500_urls = dataset[:500]['url']
69
  ```
70
 
 
 
71
  ## What's the intended use of CapyWiki
72
 
73
  Using CapyWiki to train and evaluate neural networks is possible but not exclusive.
74
 
75
- The `public domain` image split can be used without freely, openly and without any restrictions. While the `cc-by` and `cc-by-sa` have the provisions indicated on each license.
76
 
77
  The information contained on this Model Card is not legal advice and we recommend you conducting your own independent analysis of the content and its copyright status.
78
 
 
43
 
44
  # CapyWiki-34M
45
 
46
+ CapyWiki is a collection of openly licensed and public domain image datasets from Wikimedia. Raw means unfiltered: no aesthetic or filtering, so many book scans and other images are in place.
 
47
 
48
  CapyWiki contains 3 splits:
49
 
 
67
  # first_500_urls = dataset[:500]['url']
68
  ```
69
 
70
+ You can use the [img2dataset](https://github.com/rom1504/img2dataset) to download the images from this dataset.
71
+
72
  ## What's the intended use of CapyWiki
73
 
74
  Using CapyWiki to train and evaluate neural networks is possible but not exclusive.
75
 
76
+ The `public domain` image split can be used without freely, openly and without any restrictions from a copyright standpoint, while the `cc-by` and `cc-by-sa` have the provisions indicated on each license.
77
 
78
  The information contained on this Model Card is not legal advice and we recommend you conducting your own independent analysis of the content and its copyright status.
79