zachary-shah
commited on
Commit
•
3616037
1
Parent(s):
bc26148
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: original_prompt
|
5 |
+
dtype: string
|
6 |
+
- name: original_image
|
7 |
+
dtype: image
|
8 |
+
- name: edit_prompt
|
9 |
+
dtype: string
|
10 |
+
- name: edited_prompt
|
11 |
+
dtype: string
|
12 |
+
- name: edited_image
|
13 |
+
dtype: image
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 2923510938.704
|
17 |
+
num_examples: 31556
|
18 |
+
download_size: 2839469846
|
19 |
+
dataset_size: 2923510938.704
|
20 |
+
---
|
21 |
+
# Dataset Card for "musdb18-spec-pix2pix"
|
22 |
+
|
23 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|