Commit
·
036fe41
1
Parent(s):
afc8edb
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: texts
|
| 6 |
sequence: string
|
|
@@ -18,11 +18,31 @@ dataset_info:
|
|
| 18 |
num_examples: 100
|
| 19 |
download_size: 15204174
|
| 20 |
dataset_size: 15422178
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
configs:
|
| 22 |
- config_name: 100.unique.embeddings
|
| 23 |
data_files:
|
| 24 |
- split: train
|
| 25 |
path: 100.unique.embeddings/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
# Dataset Card for "cm4-synthetic-testing-with-embeddings"
|
| 28 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: 100.unique.embeddings
|
| 4 |
features:
|
| 5 |
- name: texts
|
| 6 |
sequence: string
|
|
|
|
| 18 |
num_examples: 100
|
| 19 |
download_size: 15204174
|
| 20 |
dataset_size: 15422178
|
| 21 |
+
- config_name: 100.unique.pixels
|
| 22 |
+
features:
|
| 23 |
+
- name: texts
|
| 24 |
+
sequence: string
|
| 25 |
+
- name: images
|
| 26 |
+
sequence: image
|
| 27 |
+
- name: metadata
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: original_idx
|
| 30 |
+
dtype: int64
|
| 31 |
+
splits:
|
| 32 |
+
- name: train
|
| 33 |
+
num_bytes: 7278379.0
|
| 34 |
+
num_examples: 100
|
| 35 |
+
download_size: 6801949
|
| 36 |
+
dataset_size: 7278379.0
|
| 37 |
configs:
|
| 38 |
- config_name: 100.unique.embeddings
|
| 39 |
data_files:
|
| 40 |
- split: train
|
| 41 |
path: 100.unique.embeddings/train-*
|
| 42 |
+
- config_name: 100.unique.pixels
|
| 43 |
+
data_files:
|
| 44 |
+
- split: train
|
| 45 |
+
path: 100.unique.pixels/train-*
|
| 46 |
---
|
| 47 |
# Dataset Card for "cm4-synthetic-testing-with-embeddings"
|
| 48 |
|