Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: AlloProfClusteringS2S.v2
|
| 2 |
+
description: Clustering of document titles from Allo Prof dataset. Clustering of 10
|
| 3 |
+
sets on the document topic.
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: AlloProfClusteringS2S.v2
|
| 7 |
+
- id: AlloProfClusteringS2S.v2_default_test
|
| 8 |
+
config: default
|
| 9 |
+
split: test
|