Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: normal
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- "KGLQA-KeySentenceSelect-NCR/train.jsonl"
|
8 |
+
- split: dev
|
9 |
+
path:
|
10 |
+
- "KGLQA-KeySentenceSelect-NCR/dev.jsonl"
|
11 |
+
- split: test
|
12 |
+
path:
|
13 |
+
- "KGLQA-KeySentenceSelect-NCR/test.jsonl"
|
14 |
+
- config_name: instruct
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path:
|
18 |
+
- "KGLQA-KeySentenceSelect-NCR-instruct/train.jsonl"
|
19 |
+
- split: dev
|
20 |
+
path:
|
21 |
+
- "KGLQA-KeySentenceSelect-NCR-instruct/dev.jsonl"
|
22 |
+
- split: test
|
23 |
+
path:
|
24 |
+
- "KGLQA-KeySentenceSelect-NCR-instruct/test.jsonl"
|
25 |
+
---
|