You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

This repository contains the pre-training dataset for TAIDE.

The different data groups are stored in their respective branches.

You can use the following code to load them:

from datasets import load_dataset

dataset = load_dataset(
  'TLLM/TAIDE-CP-Data',
  subset='<DATA_GROUP_NAME>',
  num_proc=32 # 32 cores for downloading & building dataset
)

* Note that there is overlap between data groups.

Downloads last month
4