johnowhitaker
commited on
Commit
•
3b5f041
1
Parent(s):
215ab85
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: chosen_item
|
7 |
+
dtype: string
|
8 |
+
- name: og_image
|
9 |
+
dtype: image
|
10 |
+
- name: mask
|
11 |
+
dtype: image
|
12 |
+
- name: output_image
|
13 |
+
dtype: image
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 650403547.0
|
17 |
+
num_examples: 825
|
18 |
+
download_size: 650341793
|
19 |
+
dataset_size: 650403547.0
|
20 |
+
---
|
21 |
+
# Dataset Card for "blip_clipseg_inpainting_ip2p_data_test"
|
22 |
+
|
23 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|