rohanphanse
commited on
Commit
·
a8eb016
1
Parent(s):
8999600
Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
configs:
|
6 |
+
- config_name: meeting
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: data/meeting/train.jsonl
|
10 |
+
- split: validation
|
11 |
+
path: data/meeting/val.jsonl
|
12 |
+
- split: test
|
13 |
+
path: data/meeting/test.jsonl
|
14 |
+
- split: corpus
|
15 |
+
path: data/meeting/corpus.jsonl
|
16 |
+
- config_name: story
|
17 |
+
data_files:
|
18 |
+
- split: train
|
19 |
+
path: data/story/train.jsonl
|
20 |
+
- split: validation
|
21 |
+
path: data/story/val.jsonl
|
22 |
+
- split: test
|
23 |
+
path: data/story/test.jsonl
|
24 |
+
- split: corpus
|
25 |
+
path: data/story/corpus.jsonl
|
26 |
+
---
|