VictorSanh
commited on
Commit
•
2828d29
1
Parent(s):
90f8bff
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: images
|
5 |
+
list: image
|
6 |
+
- name: texts
|
7 |
+
list: string
|
8 |
+
- name: key
|
9 |
+
dtype: string
|
10 |
+
- name: loss
|
11 |
+
dtype: float32
|
12 |
+
- name: embedding
|
13 |
+
sequence: float32
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 5297605360.0
|
17 |
+
num_examples: 24000
|
18 |
+
download_size: 4731136341
|
19 |
+
dataset_size: 5297605360.0
|
20 |
+
---
|
21 |
+
# Dataset Card for "obelisc_23k_tr_190_01_64n_opt_step-34000"
|
22 |
+
|
23 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|