zuhri025/OpenDialog_English
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 =… See the full description on the dataset page: https://huggingface.co/datasets/zuhri025/OpenDialog_English.
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.
