Datasets:

Modalities:
Text
Formats:
json
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
taeshahn commited on
Commit
ce5a059
1 Parent(s): 252a7da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
4
+
5
+ # Dataset Card for ko-lima
6
+
7
+ ## Dataset Description
8
+ This is [LIMA dataset](https://huggingface.co/datasets/GAIR/lima) translated into Korean.
9
+ The translation has proceeded through [DeepL API](https://www.deepl.com/docs-api).
10
+
11
+ Please feel free to contact me if you have any question on the dataset.
12
+ I'm best reached via [email](mailto:taes.hahn@gmail.com).
13
+
14
+ #### Changelog
15
+ - [16 June 2023] Modified: keep the text enclosed in special characters, e.g. `$` and `, intact without translation.
16
+ - [14 June 2023] First upload.
17
+
18
+
19
+
20
+ ### Usage
21
+
22
+ ```
23
+ from datasets import load_dataset
24
+ ko_lima = load_dataset('taeshahn/ko-lima')
25
+ ko_lima
26
+ ```