gentaiscool
commited on
Commit
•
dddb230
1
Parent(s):
e018413
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- ha
|
7 |
+
- ig
|
8 |
+
- pcm
|
9 |
+
- yo
|
10 |
+
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: "train/*"
|
16 |
+
- config_name: en-ha
|
17 |
+
data_files:
|
18 |
+
- split: train
|
19 |
+
path: "train/en-ha.jsonl"
|
20 |
+
- config_name: en-ig
|
21 |
+
data_files:
|
22 |
+
- split: train
|
23 |
+
path: "train/en-ig.jsonl"
|
24 |
+
- config_name: en-pcm
|
25 |
+
data_files:
|
26 |
+
- split: train
|
27 |
+
path: "train/en-pcm.jsonl"
|
28 |
+
- config_name: en-yo
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: "train/en-yo.jsonl"
|
32 |
+
---
|