OpenDialog_English / README.md
humairmunirawn's picture
Update README.md
9f3c3e1 verified
|
raw
history blame
1.09 kB
metadata
language:
  - en
size_categories:
  - 10M<n<100M
task_categories:
  - text-generation
  - conversational
pretty_name: OpenDialog English
tags:
  - dialog
  - conversation
  - chat
configs:
  - config_name: default
    data_files:
      - split: train
        path: train-*-of-*.parquet

OpenDialog English

This dataset contains English dialog and conversation data.

Dataset Structure

The dataset is provided in Parquet format with 153 splits for efficient loading.

Data Files

  • Format: Parquet
  • Splits: 153 files (train-00001-of-00153.parquet through train-00153-of-00153.parquet)
  • Total Size: ~72.8 GB

Loading the Dataset

from datasets import load_dataset

# Load the full dataset
dataset = load_dataset("zuhri025/OpenDialog_English")

# Load with streaming (recommended for large datasets)
dataset = load_dataset("zuhri025/OpenDialog_English", streaming=True)

Dataset Information

Languages

  • English

License

Please refer to the original data sources for license information.

Citation

If you use this dataset, please cite appropriately.