File size: 1,456 Bytes
133a177
ad9b2d4
 
133a177
ad9b2d4
 
 
 
 
 
 
 
 
 
 
 
 
6ae2a4b
ad9b2d4
6ae2a4b
ad9b2d4
 
 
6ae2a4b
 
ad9b2d4
 
 
 
6ae2a4b
 
 
 
ad9b2d4
 
 
 
 
133a177
ad9b2d4
 
 
 
 
 
 
 
 
e339b51
 
7a0de2e
e339b51
ad9b2d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
language:
- zh
license: mit
size_categories:
- 1K<n<10K
task_categories:
- text-generation
pretty_name: zh-tw-articles-2k
tags:
- webdataset
dataset_info:
  features:
  - name: image
    dtype: string
  - name: title
    dtype: string
  - name: conclusion
    dtype: string
  - name: content
    dtype: string
  - name: timestamp
    dtype: string
  - name: category
    dtype: string
  - name: link
    dtype: string
  splits:
  - name: train
    num_bytes: 3079847
    num_examples: 1400
  download_size: 2127628
  dataset_size: 3079847
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

<img alt="PTS News"
     src="https://news.pts.org.tw/images/logo.svg"
     width="320" />

# 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")
```