Datasets:
Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: Core17InstructionRetrieval
|
| 2 |
+
description: Measuring retrieval instruction following ability on Core17 narratives
|
| 3 |
+
for the FollowIR benchmark.
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: Core17InstructionRetrieval
|
| 7 |
+
- id: Core17InstructionRetrieval_default_test
|
| 8 |
+
config: default
|
| 9 |
+
split: test
|