Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: VoyageMMarcoReranking
|
| 2 |
+
description: a hard-negative augmented version of the Japanese MMARCO dataset as used
|
| 3 |
+
in Voyage AI Evaluation Suite
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: VoyageMMarcoReranking
|
| 7 |
+
- id: VoyageMMarcoReranking_default_test
|
| 8 |
+
config: default
|
| 9 |
+
split: test
|