Declare test-only split in dataset_info frontmatter
Browse files
README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: nvidia-evaluation-data-license
|
| 4 |
license_link: LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# VANTAGE-BENCH
|
|
|
|
| 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
|