File size: 983 Bytes
680b921
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
language:
- zh
license: mit
task_categories:
- text-generation
tags:
- medical
- finance
- webdataset
pretty_name: zh-tw-articles-2k
size_categories:
- 1K<n<10K
---
<img alt="Taiwan Flag"
     src="https://github.com/AWeirdScratcher/tvbox/assets/90096971/1995d468-fee7-44c3-8bfb-298884d559eb"
     align="right"
     width="160" />

# zh-tw-articles-2k

🐣English • [🇹🇼 繁體中文](https://google.com)

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

- Size: `5.0MB` (5294263 bytes)
- Rows: `2000`, from \\(20n\\)
- \\(n\\) pages: `100`

```python
Dataset({
    features: ['image', 'title', 'content', 'tag', 'author', 'timestamp', 'link'],
    num_rows: 2000
})
```

## 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("https://huggingface.co/datasets/AWeirdDev/zh-tw-articles-2k")
```