erbacher commited on
Commit
0ae11ac
·
verified ·
1 Parent(s): 4063500

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
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: id
12
+ dtype: int64
13
+ - name: initial_prompt
14
+ dtype: string
15
+ - name: full_prompt
16
+ dtype: string
17
+ - name: messages
18
+ list:
19
+ - name: content
20
+ dtype: string
21
+ - name: role
22
+ dtype: string
23
+ - name: __index_level_0__
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 13020132.722705865
28
+ num_examples: 6807
29
+ - name: test
30
+ num_bytes: 382551.27729413443
31
+ num_examples: 200
32
+ download_size: 6596084
33
+ dataset_size: 13402684.0
34
+ ---
35
+ # Dataset Card for "proactive_image_generation"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)