rohanphanse
commited on
Commit
·
7052635
1
Parent(s):
5bc562a
Update configs
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
-
- config_name: meeting
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
path: meeting/train.jsonl
|
|
@@ -9,9 +9,7 @@ configs:
|
|
| 9 |
path: meeting/dev.jsonl
|
| 10 |
- split: test
|
| 11 |
path: meeting/test.jsonl
|
| 12 |
-
|
| 13 |
-
path: meeting/corpus.jsonl
|
| 14 |
-
- config_name: story
|
| 15 |
data_files:
|
| 16 |
- split: train
|
| 17 |
path: story/train.jsonl
|
|
@@ -19,6 +17,12 @@ configs:
|
|
| 19 |
path: story/dev.jsonl
|
| 20 |
- split: test
|
| 21 |
path: story/test.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- split: corpus
|
| 23 |
path: story/corpus.jsonl
|
| 24 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
+
- config_name: meeting-qa
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
path: meeting/train.jsonl
|
|
|
|
| 9 |
path: meeting/dev.jsonl
|
| 10 |
- split: test
|
| 11 |
path: meeting/test.jsonl
|
| 12 |
+
- config_name: story-qa
|
|
|
|
|
|
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
path: story/train.jsonl
|
|
|
|
| 17 |
path: story/dev.jsonl
|
| 18 |
- split: test
|
| 19 |
path: story/test.jsonl
|
| 20 |
+
- config_name: meeting-corpus
|
| 21 |
+
data_files:
|
| 22 |
+
- split: corpus
|
| 23 |
+
path: meeting/corpus.jsonl
|
| 24 |
+
- config_name: story-corpus
|
| 25 |
+
data_files:
|
| 26 |
- split: corpus
|
| 27 |
path: story/corpus.jsonl
|
| 28 |
---
|