nielsr HF staff commited on
Commit
971912a
1 Parent(s): 9fa6a69

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: detected_language
24
+ dtype: string
25
+ - name: prediction
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 16900904
30
+ num_examples: 50000
31
+ download_size: 12980611
32
+ dataset_size: 16900904
33
+ configs:
34
+ - config_name: default
35
+ data_files:
36
+ - split: train
37
+ path: data/train-*
38
+ ---
39
+ # Dataset Card for "datacomp_small_llamav2_classified_v4"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)