nielsr HF staff commited on
Commit
f2b546c
1 Parent(s): 811f83e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: uid
10
+ dtype: string
11
+ - name: url
12
+ dtype: string
13
+ - name: text
14
+ dtype: string
15
+ - name: original_width
16
+ dtype: int64
17
+ - name: original_height
18
+ dtype: int64
19
+ - name: clip_b32_similarity_score
20
+ dtype: float32
21
+ - name: clip_l14_similarity_score
22
+ dtype: float32
23
+ - name: face_bboxes
24
+ sequence:
25
+ sequence: float64
26
+ - name: sha256
27
+ dtype: string
28
+ - name: detected_language
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 1213734175.4314582
33
+ num_examples: 3781297
34
+ download_size: 981179220
35
+ dataset_size: 1213734175.4314582
36
+ ---
37
+ # Dataset Card for "datacomp_small_basic_filtering"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)