zh-tw-articles-6k / README.md
AWeirdDev's picture
Update README.md
3e56359 verified
|
raw
history blame
1.38 kB
---
language:
- zh
license: mit
size_categories:
- 10K<n<100K
task_categories:
- text-generation
pretty_name: zh-tw-articles-2k
tags:
- medical
- finance
- webdataset
dataset_info:
features:
- name: image
dtype: string
- name: title
dtype: string
- name: content
dtype: string
- name: tag
dtype: string
- name: author
dtype: string
- name: timestamp
dtype: string
- name: link
dtype: string
splits:
- name: train
num_bytes: 15644219
num_examples: 20000
download_size: 10442214
dataset_size: 15644219
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
<img alt="Taiwan Flag"
src="https://github.com/AWeirdScratcher/tvbox/assets/90096971/1995d468-fee7-44c3-8bfb-298884d559eb"
align="right"
width="160" />
# zh-tw-articles-**20k**
This dataset contains Taiwan news articles scraped from (https://www.storm.mg) on March 2024.
- Size: `10.4MB` (15644219 bytes)
- Rows: `20000`, from \\(20n\\)
- \\(n\\) pages: `1000`
```python
Dataset({
features: ['image', 'title', 'content', 'tag', 'author', 'timestamp', 'link'],
num_rows: 20000
})
```
## 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-20k")
```