rohanphanse
commited on
Commit
·
7655679
1
Parent(s):
a8eb016
Fix split paths
Browse files
README.md
CHANGED
@@ -1,26 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
configs:
|
6 |
- config_name: meeting
|
7 |
data_files:
|
8 |
- split: train
|
9 |
-
path:
|
10 |
- split: validation
|
11 |
-
path:
|
12 |
- split: test
|
13 |
-
path:
|
14 |
- split: corpus
|
15 |
-
path:
|
16 |
- config_name: story
|
17 |
data_files:
|
18 |
- split: train
|
19 |
-
path:
|
20 |
- split: validation
|
21 |
-
path:
|
22 |
- split: test
|
23 |
-
path:
|
24 |
- split: corpus
|
25 |
-
path:
|
26 |
-
---
|
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
configs:
|
4 |
- config_name: meeting
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: meeting/train.jsonl
|
8 |
- split: validation
|
9 |
+
path: meeting/val.jsonl
|
10 |
- split: test
|
11 |
+
path: meeting/test.jsonl
|
12 |
- split: corpus
|
13 |
+
path: meeting/corpus.jsonl
|
14 |
- config_name: story
|
15 |
data_files:
|
16 |
- split: train
|
17 |
+
path: story/train.jsonl
|
18 |
- split: validation
|
19 |
+
path: story/val.jsonl
|
20 |
- split: test
|
21 |
+
path: story/test.jsonl
|
22 |
- split: corpus
|
23 |
+
path: story/corpus.jsonl
|
24 |
+
---
|
25 |
+
# MSRS: Evaluating Multi-Source Retrieval-Augmented Generation
|