CoolFace
Datasetpublic

AWeirdDev/zh-tw-articles-6k

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) Dataset({ features: ['image', 'title', 'content', 'tag', 'author', 'timestamp', 'link'], num_rows: 6000 }) Use The Dataset Use ๐Ÿค— Datasets to download, use or modify this dataset. from datasets import load_dataset dataset = load_dataset("AWeirdDev/zh-tw-articles-6k")

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes23downloads
Dataset Card

<img alt="Taiwan Flag" src="https://github.com/AWeirdScratcher/tvbox/assets/90096971/1995d468-fee7-44c3-8bfb-298884d559eb" align="right" width="160" />

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 to download, use or modify this dataset.

python
from datasets import load_dataset

dataset = load_dataset("AWeirdDev/zh-tw-articles-6k")