Datasets:

ArXiv:
License:

README: replace dataset_info with per-task configs so HF viewer loads each schema independently

#21
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -1,11 +1,24 @@
1
  ---
2
  license: other
3
  license_name: nvidia-evaluation-data-license
4
- license_link: LICENSE.md
5
- dataset_info:
6
- splits:
7
- - name: test
8
- num_examples: 35027
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # VANTAGE-BENCH
 
1
  ---
2
  license: other
3
  license_name: nvidia-evaluation-data-license
4
+ license_link: LICENSE
5
+ configs:
6
+ - config_name: vqa
7
+ data_files:
8
+ - split: test
9
+ path: data/vqa/data_jsons/annotations/*.json
10
+ - config_name: temporal
11
+ data_files:
12
+ - split: test
13
+ path: data/temporal_localization/data_jsons/annotations/*.json
14
+ - config_name: event_verification
15
+ data_files:
16
+ - split: test
17
+ path: data/event_verification/**/test_annotation*.json
18
+ - config_name: referring
19
+ data_files:
20
+ - split: test
21
+ path: data/referring/refdrone_test_llava.json
22
  ---
23
 
24
  # VANTAGE-BENCH