Datasets:
File size: 1,090 Bytes
d06547c 062b93d d06547c 062b93d d06547c 062b93d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
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
```python
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. |