orionweller
commited on
Commit
•
2288ed5
1
Parent(s):
1a524f6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: clustering_single_choice
|
6 |
+
path: "data/clustering_single_choice-*.json"
|
7 |
+
- split: clustering_individual
|
8 |
+
path: "data/clustering_individual-*.json"
|
9 |
+
- split: clustering_choice
|
10 |
+
path: "data/clustering_choice-*.json"
|
11 |
+
- split: sts_single_choice
|
12 |
+
path: "data/sts_single_choice-*.json"
|
13 |
+
- split: sts_indidivual
|
14 |
+
path: "data/sts_individual-*.json"
|
15 |
+
- split: sts_choice
|
16 |
+
path: "data/sts_choice-*.json"
|
17 |
+
- split: retrieval_single_choice
|
18 |
+
path: "data/retrieval_single_choice-*.json"
|
19 |
+
- split: retrieval_indidivual
|
20 |
+
path: "data/retrieval_individual-*.json"
|
21 |
+
- split: retrieval_choice
|
22 |
+
path: "data/retrieval_choice-*.json"
|
23 |
+
---
|
24 |
+
|
25 |
+
This dataset contains the saved results from MTEB-Arena
|