--- language: - zh license: mit size_categories: - 1K # zh-tw-articles-**6k** This dataset contains Taiwan news articles scraped from (https://www.storm.mg) on March 2024. - Size: `10.4MB` (15644219 bytes) - Rows: `6000` (Max) ```python Dataset({ features: ['image', 'title', 'content', 'tag', 'author', 'timestamp', 'link'], num_rows: 6000 }) ``` ## Use The Dataset Use [🤗 Datasets](https://pypi.org/project/datasets) to download, use or modify this dataset. ```python from datasets import load_dataset dataset = load_dataset("AWeirdDev/zh-tw-articles-6k") ```