Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_text_embedding
|
| 24 |
+
sequence: float64
|
| 25 |
+
splits:
|
| 26 |
+
- name: train
|
| 27 |
+
num_bytes: 82649389578
|
| 28 |
+
num_examples: 12800000
|
| 29 |
+
download_size: 23102063139
|
| 30 |
+
dataset_size: 82649389578
|
| 31 |
+
---
|
| 32 |
+
# Dataset Card for "datacomp-small-with-text-embeddings"
|
| 33 |
+
|
| 34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|