vinesmsuic
commited on
Commit
·
8f95f19
1
Parent(s):
a1c5b53
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: eval
|
6 |
+
path: data/eval-*
|
7 |
+
- split: DrawBench_trimmed
|
8 |
+
path: data/DrawBench_trimmed-*
|
9 |
+
- split: DiffusionDB_trimmed
|
10 |
+
path: data/DiffusionDB_trimmed-*
|
11 |
+
- split: Realism
|
12 |
+
path: data/Realism-*
|
13 |
+
- split: ABC_trimmed
|
14 |
+
path: data/ABC_trimmed-*
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: prompt
|
18 |
+
dtype: string
|
19 |
+
- name: category
|
20 |
+
dtype: string
|
21 |
+
- name: source
|
22 |
+
dtype: string
|
23 |
+
- name: uid
|
24 |
+
dtype: int32
|
25 |
+
splits:
|
26 |
+
- name: eval
|
27 |
+
num_bytes: 24907
|
28 |
+
num_examples: 197
|
29 |
+
- name: DrawBench_trimmed
|
30 |
+
num_bytes: 7673
|
31 |
+
num_examples: 77
|
32 |
+
- name: DiffusionDB_trimmed
|
33 |
+
num_bytes: 8173
|
34 |
+
num_examples: 40
|
35 |
+
- name: Realism
|
36 |
+
num_bytes: 5383
|
37 |
+
num_examples: 40
|
38 |
+
- name: ABC_trimmed
|
39 |
+
num_bytes: 3678
|
40 |
+
num_examples: 40
|
41 |
+
download_size: 38022
|
42 |
+
dataset_size: 49814
|
43 |
+
---
|
44 |
+
# Dataset Card for "Text-to-Image_Bench"
|
45 |
+
|
46 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|