--- language: - zh license: mit size_categories: - 1K # zh-tw-pts-articles-**sm** 🐣English • [🇹🇼 繁體中文](https://huggingface.co./datasets/AWeirdDev/zh-tw-pts-articles-sm/blob/main/README-zhTW.md) This dataset contains articles scraped from [PNN News](https://news.pts.org.tw/dailynews?page=1). It's a news provider verified by the vast majority. > **Note:** some keys like `conclusion` may be `None`. ```python Dataset({ features: ['image', 'title', 'conclusion', 'content', 'timestamp', 'category', 'link'], num_rows: 1400 }) ``` ## 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-pts-articles-sm") ```