cloud19 commited on
Commit
5f8afee
·
verified ·
1 Parent(s): 75e00e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - anime
7
+ - booru
8
+ - gelbooru
9
+ - metadata
10
+ pretty_name: Gelbooru Characters Enriched
11
+ size_categories:
12
+ - 100K<n<1M
13
+ ---
14
+
15
+ # Gelbooru Characters Enriched
16
+
17
+ This dataset is an enriched, fully-mapped version of Gelbooru character tags. It contains resolved franchise (copyright) associations and core appearance features (core tags) for 263,441 unique characters.
18
+
19
+ ## Dataset Details
20
+
21
+ The dataset maps the original character list to their corresponding copyrights (franchises) and general core attributes. It was constructed using a multi-stage hybrid extraction pipeline:
22
+ 1. **Regex Extraction**: Extracting copyrights from name parentheses (e.g., `_(genshin_impact)`).
23
+ 2. **Gelbooru DAPI Resolution**: Fetching posts and querying tag types directly from Gelbooru to map copyrights and general tags.
24
+ 3. **Danbooru Fallback API**: Fetching metadata from Danbooru posts, with automated tag alias resolution.
25
+
26
+ ## Schema
27
+
28
+ The dataset is saved in CSV format and contains the following columns:
29
+
30
+ | Column Name | Type | Description |
31
+ |---|---|---|
32
+ | `tag_id` | integer | Unique identifier for the character tag on Gelbooru |
33
+ | `tag_name` | string | Name of the character tag |
34
+ | `post_count` | integer | Total number of posts on Gelbooru tagged with this character |
35
+ | `copyright` | string | Resolved franchise or copyright associated with the character |
36
+ | `core_tags` | string | Comma-separated list of the most frequent general tags representing the character's appearance |
37
+
38
+ ## Verification and Statistics
39
+
40
+ - **Total Records**: 263,441
41
+ - **Populated Copyrights**: 246,856 (93.7% coverage)
42
+ - **Populated Core Tags**: 235,822 (89.5% coverage)