Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: TRECCOVID
|
| 2 |
+
description: TRECCOVID is an ad-hoc search challenge based on the COVID-19 dataset
|
| 3 |
+
containing scientific articles related to the COVID-19 pandemic.
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: TRECCOVID
|
| 7 |
+
- id: TRECCOVID_default_test
|
| 8 |
+
config: default
|
| 9 |
+
split: test
|