Datasets:
Tasks:
Summarization
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Fixed Multi-News dataset (Parquet version) β works with latest π€ Datasets
#8
by
Awesome075
- opened
Hi everyone π,
The original Multi-News dataset loader was broken because it relied on deprecated scripts (trust_remote_code
) .
I've created a cleaned Parquet version of the dataset that works smoothly with the latest datasets
library.
π Hugging Face dataset repo: Awesome075/multi_news/parquet
Whatβs included:
- Train, validation, and test splits in Parquet format
- Easy loading via:
from datasets import load_dataset
dataset = load_dataset("Awesome075/multi_news_parquet")
- Fully compatible with latest π€ Datasets
- Preserves the original content, only repackaged for accessibility
Acknowledgments:
This is a repackaged version of the original Multi-News dataset by Fabbri et al. (2019). Please cite the original authors if you use this dataset.
Hope this helps others who were struggling to load Multi-News π