Commit
·
baf2018
1
Parent(s):
af17d5d
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: prompt
|
12 |
+
dtype: string
|
13 |
+
- name: prompt_upscaled
|
14 |
+
dtype: string
|
15 |
+
- name: prompt_qa_raw_output
|
16 |
+
dtype: string
|
17 |
+
- name: prompt_qa_questions
|
18 |
+
sequence: string
|
19 |
+
- name: prompt_qa_answers
|
20 |
+
sequence: string
|
21 |
+
- name: prompt_qa_plan
|
22 |
+
dtype: string
|
23 |
+
- name: prompt_qa_options
|
24 |
+
sequence: string
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 91622094.93073891
|
28 |
+
num_examples: 27372
|
29 |
+
- name: test
|
30 |
+
num_bytes: 927200.0692610944
|
31 |
+
num_examples: 277
|
32 |
+
download_size: 47134525
|
33 |
+
dataset_size: 92549295.0
|
34 |
+
---
|
35 |
+
# Dataset Card for "diffusiondb-prompt-upscale"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|