Levi-ZJY commited on
Commit
315fdd7
·
verified ·
1 Parent(s): 6f9917a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -20,6 +20,16 @@ configs:
20
  data_files:
21
  - split: test
22
  path: TestSet_VQA_ReportGeneration.json
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
 
 
20
  data_files:
21
  - split: test
22
  path: TestSet_VQA_ReportGeneration.json
23
+
24
+ - config_name: VQA_Selected_2000
25
+ data_files:
26
+ - split: test
27
+ path: TestSet_SelectedVQA_2000.json
28
+
29
+ - config_name: TrainSet KnowledgeCorpus
30
+ data_files:
31
+ - split: train
32
+ path: TrainSet_KnowledgeCorpus.json
33
  ---
34
 
35