sayakpaul HF staff commited on
Commit
d809ff2
·
1 Parent(s): e255503

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -15,12 +15,20 @@ dataset_info:
15
  dataset_size: 3257571330
16
  size_categories:
17
  - 1K<n<10K
 
 
18
  ---
19
  # Instruction-prompted cartoonization dataset
20
 
21
  This dataset was created from 5000 images randomly sampled from the [Imagenette dataset](https://github.com/fastai/imagenette). For more
22
  details on how the dataset was created, check out [this directory](https://github.com/sayakpaul/instruction-tuned-sd/tree/main/data_preparation).
23
 
 
 
 
 
 
 
24
  ## Known limitations and biases
25
 
26
  The dataset was derived from Imagenette, which, in turn, was derived from [ImageNet](https://www.image-net.org/). So, naturally, this
@@ -29,4 +37,4 @@ dataset inherits the limitations and biases of ImageNet.
29
  ## Licensing
30
 
31
  The dataset was derived from Imagenette, which, in turn, was derived from [ImageNet](https://www.image-net.org/). So, this dataset's license
32
- is same as ImageNet.
 
15
  dataset_size: 3257571330
16
  size_categories:
17
  - 1K<n<10K
18
+ language:
19
+ - en
20
  ---
21
  # Instruction-prompted cartoonization dataset
22
 
23
  This dataset was created from 5000 images randomly sampled from the [Imagenette dataset](https://github.com/fastai/imagenette). For more
24
  details on how the dataset was created, check out [this directory](https://github.com/sayakpaul/instruction-tuned-sd/tree/main/data_preparation).
25
 
26
+ Following figure depicts the data preparation workflow:
27
+
28
+ <p align="center">
29
+ <img src="https://huggingface.co/datasets/sayakpaul/sample-datasets/resolve/main/cartoonization_data_wheel.png" width=600/>
30
+ </p>
31
+
32
  ## Known limitations and biases
33
 
34
  The dataset was derived from Imagenette, which, in turn, was derived from [ImageNet](https://www.image-net.org/). So, naturally, this
 
37
  ## Licensing
38
 
39
  The dataset was derived from Imagenette, which, in turn, was derived from [ImageNet](https://www.image-net.org/). So, this dataset's license
40
+ is the same as ImageNet.