Chinese (Taiwan) Datasets
Collection
Essays:
AWeirdDev/zh-tw-essays
News Articles:
AWeirdDev/zh-tw-articles-6k
AWeirdDev/zh-tw-articles-2k
AWeirdDev/zh-tw-pts-articles-sm
...and more! • 6 items • Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This dataset contains Taiwan news articles scraped from (https://www.storm.mg) on March 2024.
10.4MB (15644219 bytes)6000 (Max)Dataset({
features: ['image', 'title', 'content', 'tag', 'author', 'timestamp', 'link'],
num_rows: 6000
})
Use 🤗 Datasets to download, use or modify this dataset.
from datasets import load_dataset
dataset = load_dataset("AWeirdDev/zh-tw-articles-6k")