Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: title
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: date
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: description
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: filename
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: image
|
| 13 |
+
dtype: image
|
| 14 |
+
- name: embeddings_pca512
|
| 15 |
+
sequence: float32
|
| 16 |
+
- name: resnet50_non_robust_feats
|
| 17 |
+
sequence: float32
|
| 18 |
+
- name: resnet50_robust_feats
|
| 19 |
+
sequence: float32
|
| 20 |
+
- name: artist_question
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: artist_long_answer
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: artist_short_answer
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: style_question
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: style_long_answer
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: style_short_answer
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: genre_question
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: genre_long_answer
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: genre_short_answer
|
| 37 |
+
dtype: string
|
| 38 |
+
splits:
|
| 39 |
+
- name: train
|
| 40 |
+
num_bytes: 197225567.0
|
| 41 |
+
num_examples: 6000
|
| 42 |
+
download_size: 188628095
|
| 43 |
+
dataset_size: 197225567.0
|
| 44 |
+
---
|
| 45 |
+
# Dataset Card for "wikiart_testing"
|
| 46 |
+
|
| 47 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|