File size: 1,406 Bytes
ead275f aa0e9a1 ead275f c56ac6b ead275f c56ac6b ead275f |
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 |
---
license: mit
task_categories:
- text-classification
- zero-shot-classification
- text-generation
tags:
- meme
language:
- zh
pretty_name: Kuochang Sensei Quotes
size_categories:
- <100
configs:
- config_name: default
data_files:
- split: train
path: kuochang_quotes.csv
---
# Kuochang Sensei Quotes
(In)Famous quotes from politician Kuochang Huang.
# Introduction
This is a collection of quotes from Kuochang Huang, a Taiwanese politician.
![離譜](kc-01.gif)
## How to Use
```python
from datasets import load_dataset
dataset = load_dataset("kuochang_quotes")
```
## Dataset Description
The dataset is in CSV format, with the following columns:
* `speaker`: The speaker of the quote. Which is always "黃國昌".
* `quote`: The quote from Kuochang Huang.
### Sample Data
|speaker|quote|
|---|---|
|黃國昌|太離譜了真的太離譜了|
|黃國昌|讓大家看一下我俊俏的臉龐|
## Contributer
[@h-alice](https://huggingface.co/h-alice)
## Acknowledgements
This dataset heavily relies on the [**Quotes of Kuo-Chang**](https://kuochang.tw/quote), a site that collects quotes from politician Kuochang Huang. We thank the site owner forthe effort to collect and share these quotes.
## Disclaimer
This dataset is for research purposes only, and the dataset provider does not assume any responsibility for any legal or other consequences resulting from the use of this dataset. |