Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,32 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
|
@@ -76,4 +104,4 @@ I'm best reached via [email](mailto:taes.hahn@gmail.com).
|
|
76 |
author = {Hahn, Taeseung},
|
77 |
year = {2023}
|
78 |
}
|
79 |
-
```
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: plain/train.jsonl
|
7 |
+
- split: test
|
8 |
+
path: plain/test.jsonl
|
9 |
+
- config_name: plain
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: plain/train.jsonl
|
13 |
+
- split: test
|
14 |
+
path: plain/test.jsonl
|
15 |
+
- config_name: vicuna
|
16 |
+
data_files:
|
17 |
+
- split: train
|
18 |
+
path: vicuna/train.jsonl
|
19 |
+
- split: test
|
20 |
+
path: vicuna/test.jsonl
|
21 |
+
language:
|
22 |
+
- ko
|
23 |
+
tags:
|
24 |
+
- lima
|
25 |
+
- kolima
|
26 |
+
- korean
|
27 |
+
- instruction
|
28 |
+
size_categories:
|
29 |
+
- 1K<n<10K
|
30 |
license: cc-by-nc-sa-4.0
|
31 |
---
|
32 |
|
|
|
104 |
author = {Hahn, Taeseung},
|
105 |
year = {2023}
|
106 |
}
|
107 |
+
```
|