nielsr HF Staff commited on
Commit
1f0aad5
·
1 Parent(s): 8a73e0a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: uid
5
+ dtype: string
6
+ - name: url
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: original_width
11
+ dtype: int64
12
+ - name: original_height
13
+ dtype: int64
14
+ - name: clip_b32_similarity_score
15
+ dtype: float32
16
+ - name: clip_l14_similarity_score
17
+ dtype: float32
18
+ - name: face_bboxes
19
+ sequence:
20
+ sequence: float64
21
+ - name: sha256
22
+ dtype: string
23
+ - name: clip_l14_embedding
24
+ sequence: float64
25
+ - name: cluster_label
26
+ dtype: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 82751789578
30
+ num_examples: 12800000
31
+ download_size: 23194559015
32
+ dataset_size: 82751789578
33
+ ---
34
+ # Dataset Card for "datacomp-small-with-embeddings-and-cluster-labels"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)