docs(readme): add data source and takedown disclaimer

#1
by lucabaggi - opened
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -99,7 +99,7 @@ dataset_info:
99
  '89': zebra
100
  splits:
101
  - name: train
102
- num_bytes: 468274895.0
103
  num_examples: 3780
104
  - name: test
105
  num_bytes: 196855527.2
@@ -113,4 +113,21 @@ configs:
113
  path: data/train-*
114
  - split: test
115
  path: data/test-*
 
 
 
 
 
 
 
116
  ---
 
 
 
 
 
 
 
 
 
 
 
99
  '89': zebra
100
  splits:
101
  - name: train
102
+ num_bytes: 468274895
103
  num_examples: 3780
104
  - name: test
105
  num_bytes: 196855527.2
 
113
  path: data/train-*
114
  - split: test
115
  path: data/test-*
116
+ task_categories:
117
+ - image-classification
118
+ - image-segmentation
119
+ tags:
120
+ - animals
121
+ size_categories:
122
+ - n<1K
123
  ---
124
+
125
+ # Dataset Card for Dataset Name
126
+
127
+ <!-- Provide a quick summary of the dataset. -->
128
+
129
+ This dataset is a port of the ["Animal Image Dataset"](https://www.kaggle.com/datasets/iamsouravbanerjee/animal-image-dataset-90-different-animals) that you can find on Kaggle.
130
+ The dataset contains 60 pictures for 90 types of animals, with various image sizes.
131
+
132
+ **Note**. At the time of writing, by looking at the Croissant ML Metadata, the original license of the data is `sc:CreativeWork`. If you believe this dataset violates any license, please
133
+ do let me know so I can take it down as soon as possible.