Update README.md
Browse files
README.md
CHANGED
@@ -6,32 +6,6 @@ task_categories:
|
|
6 |
- text-generation
|
7 |
- text-classification
|
8 |
dataset_info:
|
9 |
-
- config_name: 202402-at20240326
|
10 |
-
features:
|
11 |
-
- name: id
|
12 |
-
dtype: int64
|
13 |
-
- name: copyright
|
14 |
-
dtype: string
|
15 |
-
- name: character
|
16 |
-
dtype: string
|
17 |
-
- name: artist
|
18 |
-
dtype: string
|
19 |
-
- name: general
|
20 |
-
dtype: string
|
21 |
-
- name: meta
|
22 |
-
dtype: string
|
23 |
-
- name: rating
|
24 |
-
dtype: string
|
25 |
-
- name: score
|
26 |
-
dtype: int64
|
27 |
-
- name: created_at
|
28 |
-
dtype: string
|
29 |
-
splits:
|
30 |
-
- name: train
|
31 |
-
num_bytes: 3524386508
|
32 |
-
num_examples: 7124975
|
33 |
-
download_size: 1303752608
|
34 |
-
dataset_size: 3524386508
|
35 |
- config_name: default
|
36 |
features:
|
37 |
- name: id
|
@@ -78,7 +52,9 @@ from datasets import load_dataset
|
|
78 |
|
79 |
ds = load_dataset(
|
80 |
"isek-ai/danbooru-tags-2024",
|
81 |
-
# revision="
|
82 |
split="train",
|
83 |
)
|
84 |
-
```
|
|
|
|
|
|
6 |
- text-generation
|
7 |
- text-classification
|
8 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- config_name: default
|
10 |
features:
|
11 |
- name: id
|
|
|
52 |
|
53 |
ds = load_dataset(
|
54 |
"isek-ai/danbooru-tags-2024",
|
55 |
+
# revision="202406-at20240706", # optional
|
56 |
split="train",
|
57 |
)
|
58 |
+
```
|
59 |
+
|
60 |
+
Last updated: since 2005 to 2024/06/30, collected at 2024/07/06
|