File size: 3,946 Bytes
4b5a924 3b5b961 4b5a924 8c07f8c 4b5a924 3b5b961 4b5a924 8c07f8c 4b5a924 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 |
---
dataset_info:
- config_name: artist
features:
- name: id
dtype: int64
- name: created_at
dtype: string
- name: name
dtype: string
- name: updated_at
dtype: string
- name: is_deleted
dtype: bool
- name: group_name
dtype: string
- name: is_banned
dtype: bool
- name: other_names
sequence: string
splits:
- name: train
num_bytes: 49206968
num_examples: 384151
download_size: 28129420
dataset_size: 49206968
- config_name: post
features:
- name: id
dtype: int64
- name: created_at
dtype: string
- name: uploader_id
dtype: int64
- name: score
dtype: int64
- name: source
dtype: string
- name: md5
dtype: string
- name: last_comment_bumped_at
dtype: string
- name: rating
dtype: string
- name: image_width
dtype: int64
- name: image_height
dtype: int64
- name: tag_string
dtype: string
- name: fav_count
dtype: int64
- name: file_ext
dtype: string
- name: last_noted_at
dtype: string
- name: parent_id
dtype: int64
- name: has_children
dtype: bool
- name: approver_id
dtype: int64
- name: tag_count_general
dtype: int64
- name: tag_count_artist
dtype: int64
- name: tag_count_character
dtype: int64
- name: tag_count_copyright
dtype: int64
- name: file_size
dtype: int64
- name: up_score
dtype: int64
- name: down_score
dtype: int64
- name: is_pending
dtype: bool
- name: is_flagged
dtype: bool
- name: is_deleted
dtype: bool
- name: tag_count
dtype: int64
- name: updated_at
dtype: string
- name: is_banned
dtype: bool
- name: pixiv_id
dtype: int64
- name: last_commented_at
dtype: string
- name: has_active_children
dtype: bool
- name: bit_flags
dtype: int64
- name: tag_count_meta
dtype: int64
- name: has_large
dtype: bool
- name: has_visible_children
dtype: bool
- name: media_asset
struct:
- name: id
dtype: int64
- name: created_at
dtype: string
- name: updated_at
dtype: string
- name: md5
dtype: string
- name: file_ext
dtype: string
- name: file_size
dtype: int64
- name: image_width
dtype: int64
- name: image_height
dtype: int64
- name: duration
dtype: float64
- name: status
dtype: string
- name: file_key
dtype: string
- name: is_public
dtype: bool
- name: pixel_hash
dtype: string
- name: variants
list:
- name: type
dtype: string
- name: url
dtype: string
- name: width
dtype: int64
- name: height
dtype: int64
- name: file_ext
dtype: string
- name: tag_string_general
dtype: string
- name: tag_string_character
dtype: string
- name: tag_string_copyright
dtype: string
- name: tag_string_artist
dtype: string
- name: tag_string_meta
dtype: string
- name: file_url
dtype: string
- name: large_file_url
dtype: string
- name: preview_file_url
dtype: string
splits:
- name: train
num_bytes: 14353278671
num_examples: 6862469
download_size: 5391124825
dataset_size: 14353278671
- config_name: tag
features:
- name: id
dtype: int64
- name: name
dtype: string
- name: post_count
dtype: int64
- name: category
dtype: int64
- name: created_at
dtype: string
- name: updated_at
dtype: string
- name: is_deprecated
dtype: bool
- name: words
sequence: string
splits:
- name: train
num_bytes: 160187210
num_examples: 1216136
download_size: 78575112
dataset_size: 160187210
configs:
- config_name: artist
data_files:
- split: train
path: artist/train-*
- config_name: post
data_files:
- split: train
path: post/train-*
- config_name: tag
data_files:
- split: train
path: tag/train-*
---
|