Update README.md
Browse files
README.md
CHANGED
|
@@ -1,26 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
configs:
|
| 4 |
-
- config_name: default
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: data/train-*
|
| 8 |
-
dataset_info:
|
| 9 |
-
features:
|
| 10 |
-
- name: caption
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: url
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: id
|
| 15 |
-
dtype: int64
|
| 16 |
-
- name: image
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: negatives
|
| 19 |
-
sequence: int64
|
| 20 |
-
splits:
|
| 21 |
-
- name: train
|
| 22 |
-
num_bytes: 2289772991
|
| 23 |
-
num_examples: 2252041
|
| 24 |
-
download_size: 1855548818
|
| 25 |
-
dataset_size: 2289772991
|
| 26 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: caption
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: url
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: id
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: image
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: negatives
|
| 19 |
+
sequence: int64
|
| 20 |
+
splits:
|
| 21 |
+
- name: train
|
| 22 |
+
num_bytes: 2289772991
|
| 23 |
+
num_examples: 2252041
|
| 24 |
+
download_size: 1855548818
|
| 25 |
+
dataset_size: 2289772991
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# ABC Pretraining Data
|
| 29 |
+
|
| 30 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 31 |
+
This the the pretraining data for ABC. This dataset is derived from Google's [Conceptual Captions](https://ai.google.com/research/ConceptualCaptions/) dataset
|
| 32 |
+
|