narugo commited on
Commit
155240f
1 Parent(s): 701ec95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This dataset is designed to train models for monochrome image classification, and the data is mainly sourced from danbooru and pixiv.
6
+
7
+ **All images in this dataset are guaranteed to be in JPEG format with a file extension of `.jpg`**.
8
+
9
+ Currently, it has three different versions:
10
+
11
+ | Version | Description | Monochrome Images | Normal Images | Total Images |
12
+ |:-----------------------------------------------------------------------------:|:--------------------:|:-----------------:|:-------------:|:------------:|
13
+ | [v1.0](https://huggingface.co/datasets/deepghs/monochrome_danbooru/tree/v1.0) | Oldest version | 304 | 174 | 478 |
14
+ | [v1.1](https://huggingface.co/datasets/deepghs/monochrome_danbooru/tree/v1.1) | Balanced samples | 528 | 514 | 1042 |
15
+ | [v2.0](https://huggingface.co/datasets/deepghs/monochrome_danbooru/tree/v2.0) | More complex samples | 2208 | 2250 | 4458 |