Asimok commited on
Commit
6b17a33
·
1 Parent(s): cdf064c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: normal
5
+ data_files:
6
+ - split: train
7
+ path:
8
+ - "KGLQA-KeySentenceSelect-QuALITY/train.jsonl"
9
+ - split: dev
10
+ path:
11
+ - "KGLQA-KeySentenceSelect-QuALITY/dev.jsonl"
12
+ - split: test
13
+ path:
14
+ - "KGLQA-KeySentenceSelect-QuALITY/test.jsonl"
15
+ - config_name: instruct
16
+ data_files:
17
+ - split: train
18
+ path:
19
+ - "KGLQA-KeySentenceSelect-QuALITY-instruct/train.jsonl"
20
+ - split: dev
21
+ path:
22
+ - "KGLQA-KeySentenceSelect-QuALITY-instruct/dev.jsonl"
23
+ - split: test
24
+ path:
25
+ - "KGLQA-KeySentenceSelect-QuALITY-instruct/test.jsonl"
26
  ---