--- license: cc-by-nc-sa-4.0 --- # Dataset Card for ko-lima ## Dataset Description This is [LIMA dataset](https://huggingface.co/datasets/GAIR/lima) translated into Korean. The translation has proceeded through [DeepL API](https://www.deepl.com/docs-api). Please feel free to contact me if you have any question on the dataset. I'm best reached via [email](mailto:taes.hahn@gmail.com). #### Changelog - [16 June 2023] Modified: keep the text enclosed in special characters, e.g. `$` and `, intact without translation. - [14 June 2023] First upload. ### Usage ``` from datasets import load_dataset ko_lima = load_dataset('taeshahn/ko-lima') ko_lima ```