--- 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.