zh-tw-articles-2k / README.md
AWeirdDev's picture
Create README.md
680b921 verified
|
raw
history blame
983 Bytes
metadata
language:
  - zh
license: mit
task_categories:
  - text-generation
tags:
  - medical
  - finance
  - webdataset
pretty_name: zh-tw-articles-2k
size_categories:
  - 1K<n<10K

Taiwan Flag

zh-tw-articles-2k

🐣English • 🇹🇼 繁體中文

This dataset contains Taiwan news articles scraped from (https://www.storm.mg) on March 2024.

  • Size: 5.0MB (5294263 bytes)
  • Rows: 2000, from 20n20n
  • nn pages: 100
Dataset({
    features: ['image', 'title', 'content', 'tag', 'author', 'timestamp', 'link'],
    num_rows: 2000
})

Use The Dataset

Use 🤗 Datasets to download, use or modify this dataset.

from datasets import load_dataset

dataset = load_dataset("https://huggingface.co/datasets/AWeirdDev/zh-tw-articles-2k")