Isamu136 commited on
Commit
ad7e50c
1 Parent(s): 5fe5e14

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: prompt
7
+ dtype: string
8
+ - name: ibot_b_16_embedding
9
+ sequence: float32
10
+ - name: moco_vitb_imagenet_embeddings_without_last_layer
11
+ sequence: float32
12
+ - name: clip_vision_l14
13
+ sequence: float32
14
+ - name: clip_l14
15
+ sequence: float32
16
+ splits:
17
+ - name: train
18
+ num_bytes: 200864257.0
19
+ num_examples: 64
20
+ download_size: 201259767
21
+ dataset_size: 200864257.0
22
+ ---
23
+ # Dataset Card for "custom_diffusion_eval_dataset"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)