rohanphanse
commited on
Commit
·
5bc562a
1
Parent(s):
7655679
Fix dev paths
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ configs:
|
|
6 |
- split: train
|
7 |
path: meeting/train.jsonl
|
8 |
- split: validation
|
9 |
-
path: meeting/
|
10 |
- split: test
|
11 |
path: meeting/test.jsonl
|
12 |
- split: corpus
|
@@ -16,7 +16,7 @@ configs:
|
|
16 |
- split: train
|
17 |
path: story/train.jsonl
|
18 |
- split: validation
|
19 |
-
path: story/
|
20 |
- split: test
|
21 |
path: story/test.jsonl
|
22 |
- split: corpus
|
|
|
6 |
- split: train
|
7 |
path: meeting/train.jsonl
|
8 |
- split: validation
|
9 |
+
path: meeting/dev.jsonl
|
10 |
- split: test
|
11 |
path: meeting/test.jsonl
|
12 |
- split: corpus
|
|
|
16 |
- split: train
|
17 |
path: story/train.jsonl
|
18 |
- split: validation
|
19 |
+
path: story/dev.jsonl
|
20 |
- split: test
|
21 |
path: story/test.jsonl
|
22 |
- split: corpus
|