Asimok commited on
Commit
d2be7cb
·
1 Parent(s): 58ef7d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
+ configs:
3
+ - config_name: caption
4
+ data_files:
5
+ - split: train
6
+ path:
7
+ - "KGLQA-KnowledgeBant-NCR-Caption/train.jsonl"
8
+ - split: dev
9
+ path:
10
+ - "KGLQA-KnowledgeBant-NCR-Caption/dev.jsonl"
11
+ - split: test
12
+ path:
13
+ - "KGLQA-KnowledgeBant-NCR-Caption/test.jsonl"
14
+ - config_name: selected
15
+ data_files:
16
+ - split: train
17
+ path:
18
+ - "KGLQA-KnowledgeBant-NCR-Caption-Selected/train.jsonl"
19
+ - split: dev
20
+ path:
21
+ - "KGLQA-KnowledgeBant-NCR-Caption-Selected/dev.jsonl"
22
+ - split: test
23
+ path:
24
+ - "KGLQA-KnowledgeBant-NCR-Caption-Selected/test.jsonl"
25
+ - config_name: instruct
26
+ data_files:
27
+ - split: train
28
+ path:
29
+ - "KGLQA-KnowledgeBant-NCR-Caption-Selected-instruct/train.jsonl"
30
+ - split: dev
31
+ path:
32
+ - "KGLQA-KnowledgeBant-NCR-Caption-Selected-instruct/dev.jsonl"
33
+ - split: test
34
+ path:
35
+ - "KGLQA-KnowledgeBant-NCR-Caption-Selected-instruct/test.jsonl"
36
  ---