narugo1992 commited on
Commit
21878fe
·
verified ·
1 Parent(s): 8b37ec2

Auto-update README.md via abstractor, on 2025-11-18 02:40:40 CST

Browse files
Files changed (1) hide show
  1. README.md +57 -2
README.md CHANGED
@@ -3,9 +3,64 @@ task_categories:
3
  - zero-shot-image-classification
4
  tags:
5
  - art
 
 
 
6
  size_categories:
7
  - 1K<n<10K
 
 
 
8
  ---
9
- Eval dataset for https://huggingface.co/datasets/deepghs/csip
10
 
11
- This dataset is human-selected.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - zero-shot-image-classification
4
  tags:
5
  - art
6
+ - anime
7
+ - evaluation
8
+ - style-classification
9
  size_categories:
10
  - 1K<n<10K
11
+ language:
12
+ - multilingual
13
+ license: cc-by-4.0
14
  ---
 
15
 
16
+ # CSIP Evaluation Dataset
17
+
18
+ ## Summary
19
+
20
+ The **CSIP Evaluation Dataset** is a **human-curated** collection of anime-style images specifically designed for evaluating **zero-shot image classification** models trained on artistic styles. This dataset represents the **highest quality subset** from the Contrastive anime Style Image Pre-Training (CSIP) project, containing carefully selected images that showcase distinct artistic characteristics from various anime artists. The dataset serves as a **benchmark evaluation tool** for assessing model performance on style recognition tasks in the anime art domain.
21
+
22
+ This evaluation dataset is distinguished by its **human-picked selection process**, where each image has been manually reviewed and approved for quality and stylistic consistency. The curation ensures that the dataset contains **representative examples** of different artistic styles while maintaining high visual quality standards. Unlike automated cleaning methods, this human selection process guarantees that the evaluation samples accurately reflect the intended artistic characteristics, making it particularly valuable for **fine-grained style analysis** and model validation.
23
+
24
+ The dataset is optimized for **evaluation purposes** rather than training, providing a reliable test bed for models that need to distinguish between different anime art styles. With its carefully balanced composition and quality-controlled samples, it enables **meaningful performance comparisons** across different model architectures and training approaches. The **contrastive learning framework** that this dataset supports allows models to learn discriminative features that capture subtle stylistic differences between artists.
25
+
26
+ **Keywords**: **human-curated**, **zero-shot classification**, **anime styles**, **evaluation benchmark**, **contrastive learning**
27
+
28
+ ## Dataset Structure
29
+
30
+ This repository contains two versions of the evaluation dataset:
31
+
32
+ - `eval_dataset_v0.zip` - Full evaluation dataset
33
+ - `eval_dataset_v0_tiny.zip` - Smaller subset for quick testing
34
+
35
+ ## Related Datasets
36
+
37
+ This evaluation dataset is part of the CSIP (Contrastive anime Style Image Pre-Training) project family:
38
+
39
+ - **Raw Dataset**: [deepghs/csip](https://huggingface.co/datasets/deepghs/csip) - Original uncleaned dataset
40
+ - **Cleaned Dataset**: [deepghs/csip_v1](https://huggingface.co/datasets/deepghs/csip_v1) - Roughly cleaned version for training
41
+ - **Evaluation Dataset**: [deepghs/csip_eval](https://huggingface.co/datasets/deepghs/csip_eval) - Current human-picked version (smaller, optimized for evaluation)
42
+
43
+ ## Usage
44
+
45
+ The dataset is provided in ZIP format for direct download and use. Extract the contents to access the organized image files categorized by artist styles.
46
+
47
+ ```bash
48
+ # Download and extract the dataset
49
+ unzip eval_dataset_v0.zip
50
+ # or for the tiny version
51
+ unzip eval_dataset_v0_tiny.zip
52
+ ```
53
+
54
+ ## Citation
55
+
56
+ ```bibtex
57
+ @misc{csip_eval_dataset,
58
+ title = {CSIP Evaluation Dataset: Human-Curated Anime Style Images for Zero-Shot Classification},
59
+ author = {deepghs},
60
+ howpublished = {\url{https://huggingface.co/datasets/deepghs/csip_eval}},
61
+ year = {2023},
62
+ note = {Human-picked evaluation dataset for anime style classification containing high-quality images from various artists},
63
+ abstract = {The CSIP Evaluation Dataset is a human-curated collection of anime-style images specifically designed for evaluating zero-shot image classification models trained on artistic styles. This dataset represents the highest quality subset from the Contrastive anime Style Image Pre-Training (CSIP) project, containing carefully selected images that showcase distinct artistic characteristics from various anime artists. The dataset serves as a benchmark evaluation tool for assessing model performance on style recognition tasks in the anime art domain.},
64
+ keywords = {human-curated, zero-shot classification, anime styles, evaluation benchmark, contrastive learning}
65
+ }
66
+ ```