Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: ArXivHierarchicalClusteringS2S
|
| 2 |
+
description: Clustering of titles from arxiv. Clustering of 30 sets, either on the
|
| 3 |
+
main or secondary category
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: ArXivHierarchicalClusteringS2S
|
| 7 |
+
- id: ArXivHierarchicalClusteringS2S_default_test
|
| 8 |
+
config: default
|
| 9 |
+
split: test
|