narugo commited on
Commit
007db5b
·
1 Parent(s): 864fd85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
4
 
5
  # character_similarity
@@ -10,5 +16,5 @@ This is a dataset used for training models to determine whether two anime images
10
  |:--------:|:----------------------:|:----------:|:------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11
  | v0 | images_v0.tar.xz | 2059 | 162116 | Crawled from [zerochan.net](https://www.zerochan.net/), includes images of Arknights, Fate/Grand Order, Genshin Impact, Girls' Frontline, and Azur Lane, as well as over 1500 other game or anime characters. The images are all small preview thumbnails. |
12
  | v0_tiny | images_tiny_v0.tar.xz | 514 | 10036 | The dataset `v0` has been simplified by randomly selecting 1/4 of the anime characters and 1/4 of the images for each character. It is recommended to use this dataset for model training and validation. |
13
- | v0_xtiny | images_xtiny_v0.tar.xz | 100 | 1814 | `v0_xtiny` dataset is a further simplified version of `v0_tiny`, with only 100 characters retained. This dataset is only **suitable for model validation and experimentation**, and is not recommended for formal training. |
14
-
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - feature-extraction
5
+ tags:
6
+ - art
7
+ size_categories:
8
+ - 100K<n<1M
9
  ---
10
 
11
  # character_similarity
 
16
  |:--------:|:----------------------:|:----------:|:------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
17
  | v0 | images_v0.tar.xz | 2059 | 162116 | Crawled from [zerochan.net](https://www.zerochan.net/), includes images of Arknights, Fate/Grand Order, Genshin Impact, Girls' Frontline, and Azur Lane, as well as over 1500 other game or anime characters. The images are all small preview thumbnails. |
18
  | v0_tiny | images_tiny_v0.tar.xz | 514 | 10036 | The dataset `v0` has been simplified by randomly selecting 1/4 of the anime characters and 1/4 of the images for each character. It is recommended to use this dataset for model training and validation. |
19
+ | v0_xtiny | images_xtiny_v0.tar.xz | 100 | 1814 | `v0_xtiny` dataset is a further simplified version of `v0_tiny`, with only 100 characters retained. This dataset is only **suitable for model validation and experimentation**, and is not recommended for formal training. |
20
+ | v1 | images_v1.tar.xz | 4001 | 292802 | The `v1` dataset is similar to `v0`, crawled from zerochan, but it contains a richer selection of characters and more diverse images of the same character. Each character includes no less than 3 and no more than 200 images. |