Datasets:
gentaiscool
commited on
Commit
•
c61e8c3
1
Parent(s):
8465461
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,105 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
|
4 |
+
language:
|
5 |
+
- btk
|
6 |
+
- bew
|
7 |
+
- bug
|
8 |
+
- jav
|
9 |
+
- mad
|
10 |
+
- mak
|
11 |
+
- min
|
12 |
+
- mui
|
13 |
+
- rej
|
14 |
+
- sun
|
15 |
+
|
16 |
+
configs:
|
17 |
+
- config_name: default
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: "train/*"
|
21 |
+
- split: validation
|
22 |
+
path: "validation/*"
|
23 |
+
- split: test
|
24 |
+
path: "test/*"
|
25 |
+
- config_name: btk
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: "train/btk.jsonl"
|
29 |
+
- split: validation
|
30 |
+
path: "validation/btk.jsonl"
|
31 |
+
- split: test
|
32 |
+
path: "test/btk.jsonl"
|
33 |
+
- config_name: bew
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: "train/bew.jsonl"
|
37 |
+
- split: validation
|
38 |
+
path: "validation/bew.jsonl"
|
39 |
+
- split: test
|
40 |
+
path: "test/bew.jsonl"
|
41 |
+
- config_name: bug
|
42 |
+
data_files:
|
43 |
+
- split: train
|
44 |
+
path: "train/bug.jsonl"
|
45 |
+
- split: validation
|
46 |
+
path: "validation/bug.jsonl"
|
47 |
+
- split: test
|
48 |
+
path: "test/bug.jsonl"
|
49 |
+
- config_name: jav
|
50 |
+
data_files:
|
51 |
+
- split: train
|
52 |
+
path: "train/jav.jsonl"
|
53 |
+
- split: validation
|
54 |
+
path: "validation/jav.jsonl"
|
55 |
+
- split: test
|
56 |
+
path: "test/jav.jsonl"
|
57 |
+
- config_name: mad
|
58 |
+
data_files:
|
59 |
+
- split: train
|
60 |
+
path: "train/mad.jsonl"
|
61 |
+
- split: validation
|
62 |
+
path: "validation/mad.jsonl"
|
63 |
+
- split: test
|
64 |
+
path: "test/mad.jsonl"
|
65 |
+
- config_name: mak
|
66 |
+
data_files:
|
67 |
+
- split: train
|
68 |
+
path: "train/mak.jsonl"
|
69 |
+
- split: validation
|
70 |
+
path: "validation/mak.jsonl"
|
71 |
+
- split: test
|
72 |
+
path: "test/mak.jsonl"
|
73 |
+
- config_name: min
|
74 |
+
data_files:
|
75 |
+
- split: train
|
76 |
+
path: "train/min.jsonl"
|
77 |
+
- split: validation
|
78 |
+
path: "validation/min.jsonl"
|
79 |
+
- split: test
|
80 |
+
path: "test/min.jsonl"
|
81 |
+
- config_name: mui
|
82 |
+
data_files:
|
83 |
+
- split: train
|
84 |
+
path: "train/mui.jsonl"
|
85 |
+
- split: validation
|
86 |
+
path: "validation/mui.jsonl"
|
87 |
+
- split: test
|
88 |
+
path: "test/mui.jsonl"
|
89 |
+
- config_name: rej
|
90 |
+
data_files:
|
91 |
+
- split: train
|
92 |
+
path: "train/rej.jsonl"
|
93 |
+
- split: validation
|
94 |
+
path: "validation/rej.jsonl"
|
95 |
+
- split: test
|
96 |
+
path: "test/rej.jsonl"
|
97 |
+
- config_name: sun
|
98 |
+
data_files:
|
99 |
+
- split: train
|
100 |
+
path: "train/sun.jsonl"
|
101 |
+
- split: validation
|
102 |
+
path: "validation/sun.jsonl"
|
103 |
+
- split: test
|
104 |
+
path: "test/sun.jsonl"
|
105 |
+
---
|