BenSchneider's picture
Update README.md
c7a196e verified
|
raw
history blame
799 Bytes
---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: caption
dtype: string
- name: url
dtype: string
- name: id
dtype: int64
- name: image
dtype: string
- name: negatives
sequence: int64
splits:
- name: train
num_bytes: 2289772991
num_examples: 2252041
download_size: 1855548818
dataset_size: 2289772991
---
# ABC Pretraining Data
<!-- Provide a quick summary of the dataset. -->
This the the pretraining data for ABC. This dataset is derived from Google's [Conceptual Captions](https://ai.google.com/research/ConceptualCaptions/) dataset.
The each item in the dataset contain a URL where the corresponding image can be downloaded. Full dataaset is ~300 GB of images.