fb4a3c6
1
2
3
4
5
from datasets import load_dataset def get_data(): dataset = load_dataset("multi_news") return dataset