Awiny/Howto-Interlink7M

Dataset

12

stars

18

commits

2

linked in READMEs

Jan 25, 2024

updated

README

Howto-Interlink7M

πŸ“™ Overview

Howto-Interlink7M presents a unique interleaved video-text dataset, carefully derived from the raw video content of Howto100M.

In the creation of this dataset, we turn a long video into a vision-text interleaved documents by BLIP2 (Img Captioner), GRIT (Img Detector), Whisper (ASR). Similar to VLog.

Then, we employed the GPT-4 for an extensive 7 million high-quality pretraining data.

During this process, we meticulously filtered out clips containing sensitive or low-quality content.

πŸ“Š Statistics

The statictis are listed below:

SplitSamplesAverage ClipsAverage Clip LengthAverage Document Tokens
Howto-Interlink7M_subset_w_all_clips_train.tsv2767118.449.8460.3
Howto-Interlink7M_subset_w_all_clips_val.tsv307468.449.8460.2
Howto-Interlink7M_subset_w_sampled_clips_train.tsv6608275.847.2319.4
Howto-Interlink7M_sbset_w_sampled_clips_val.tsv734265.847.2319.8
All10417106.648.0361.0

🎨 Visualization

example

Please see Youtube for more examples.

πŸ‹οΈ Training

Please refer to code cosmo for training details.

Download Source Video

1. Download the README and All-in-One zip file:

On the official website HowTo100M, locate the download links for the README and the All-in-One zip file. Extract the contents of the All-in-One zip file:

2. Inside the extracted folder, you should find the HowTo100M_v1.csv file.

3. In the CSV file, you will find a column named "video_id" which contains unique identifiers for each video.

You can use youtube-dl or similar tools to download the videos using the video IDs listed in the CSV file.

πŸŽ“ Citation

@article{wang2024cosmo,
  title={COSMO: Contrastive Streamlined Multimodal Model with Interleaved Pre-Training},
  author={Wang, Alex Jinpeng and Li, Linjie and Lin, Kevin Qinghong and Wang Jianfeng and Lin, Kevin and Yang, Zhengyuan  and Wang, Lijuan and Shou, Mike Zheng},
  journal={arXiv preprint arXiv:2401.00849},
  year={2024}
}

Contributors

Awiny

14 commits

KevinQHLin

4 commits

Awiny/Howto-Interlink7M

Dataset

12

stars

18

commits

2

linked in READMEs

Jan 25, 2024

updated

README

Howto-Interlink7M

πŸ“™ Overview

Howto-Interlink7M presents a unique interleaved video-text dataset, carefully derived from the raw video content of Howto100M.

In the creation of this dataset, we turn a long video into a vision-text interleaved documents by BLIP2 (Img Captioner), GRIT (Img Detector), Whisper (ASR). Similar to VLog.

Then, we employed the GPT-4 for an extensive 7 million high-quality pretraining data.

During this process, we meticulously filtered out clips containing sensitive or low-quality content.

πŸ“Š Statistics

The statictis are listed below:

SplitSamplesAverage ClipsAverage Clip LengthAverage Document Tokens
Howto-Interlink7M_subset_w_all_clips_train.tsv2767118.449.8460.3
Howto-Interlink7M_subset_w_all_clips_val.tsv307468.449.8460.2
Howto-Interlink7M_subset_w_sampled_clips_train.tsv6608275.847.2319.4
Howto-Interlink7M_sbset_w_sampled_clips_val.tsv734265.847.2319.8
All10417106.648.0361.0

🎨 Visualization

example

Please see Youtube for more examples.

πŸ‹οΈ Training

Please refer to code cosmo for training details.

Download Source Video

1. Download the README and All-in-One zip file:

On the official website HowTo100M, locate the download links for the README and the All-in-One zip file. Extract the contents of the All-in-One zip file:

2. Inside the extracted folder, you should find the HowTo100M_v1.csv file.

3. In the CSV file, you will find a column named "video_id" which contains unique identifiers for each video.

You can use youtube-dl or similar tools to download the videos using the video IDs listed in the CSV file.

πŸŽ“ Citation

@article{wang2024cosmo,
  title={COSMO: Contrastive Streamlined Multimodal Model with Interleaved Pre-Training},
  author={Wang, Alex Jinpeng and Li, Linjie and Lin, Kevin Qinghong and Wang Jianfeng and Lin, Kevin and Yang, Zhengyuan  and Wang, Lijuan and Shou, Mike Zheng},
  journal={arXiv preprint arXiv:2401.00849},
  year={2024}
}

Contributors

Awiny

14 commits

KevinQHLin

4 commits