nielsr HF Staff commited on
Commit
e0323af
·
1 Parent(s): 645345b

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: 4108589578
33
+ num_examples: 12800000
34
+ download_size: 3339674305
35
+ dataset_size: 4108589578
36
+ ---
37
+ # Dataset Card for "datacomp_small_with_language"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)