sigridjineth
commited on
Commit
•
c687746
1
Parent(s):
a88f03e
Update README.md
Browse files
README.md
CHANGED
@@ -20,17 +20,17 @@ Compared to other ColBERT-based models tested (`colbert-ir/colbertv2.0` and `ans
|
|
20 |
## Model Comparison
|
21 |
The [AutoRAG Benchmark](https://github.com/Marker-Inc-Korea/AutoRAG-example-korean-embedding-benchmark) serves as both the evaluation dataset and the toolkit for reporting these metrics.
|
22 |
|
23 |
-
| Model | top_k | F1 | MRR | NDCG |
|
24 |
-
|
25 |
-
| colbert-ir/colbertv2.0 | 1 | 0.2456 | 0.2456 | 0.2456 |
|
26 |
-
| | 3 | 0.3596 | 0.4459 | 0.5158 |
|
27 |
-
| | 5 | 0.3596 | 0.4459 | 0.5158 |
|
28 |
-
| answerai/answerai-colbert-small-v1 | 1 | 0.2193 | 0.2193 | 0.2193 |
|
29 |
-
| | 3 | 0.3596 | 0.4240 | 0.4992 |
|
30 |
-
| | 5 | 0.3596 | 0.4240 | 0.4992 |
|
31 |
-
| sigridjineth/colbert-small-korean-20241212| 1 | 0.3772 | 0.3772 | 0.3772 |
|
32 |
-
| | 3 | 0.3596 | **0.5278** | **0.5769** |
|
33 |
-
| | 5 | 0.3596 | 0.5278 | 0.5769 |
|
34 |
|
35 |
## Usage
|
36 |
|
|
|
20 |
## Model Comparison
|
21 |
The [AutoRAG Benchmark](https://github.com/Marker-Inc-Korea/AutoRAG-example-korean-embedding-benchmark) serves as both the evaluation dataset and the toolkit for reporting these metrics.
|
22 |
|
23 |
+
| Model | top_k | F1 | MRR | NDCG |
|
24 |
+
|-------------------------------------------|-------|--------|---------|---------|
|
25 |
+
| colbert-ir/colbertv2.0 | 1 | 0.2456 | 0.2456 | 0.2456 |
|
26 |
+
| | 3 | 0.3596 | 0.4459 | 0.5158 |
|
27 |
+
| | 5 | 0.3596 | 0.4459 | 0.5158 |
|
28 |
+
| answerai/answerai-colbert-small-v1 | 1 | 0.2193 | 0.2193 | 0.2193 |
|
29 |
+
| | 3 | 0.3596 | 0.4240 | 0.4992 |
|
30 |
+
| | 5 | 0.3596 | 0.4240 | 0.4992 |
|
31 |
+
| sigridjineth/colbert-small-korean-20241212| 1 | 0.3772 | 0.3772 | 0.3772 |
|
32 |
+
| | 3 | 0.3596 | **0.5278** | **0.5769** |
|
33 |
+
| | 5 | 0.3596 | 0.5278 | 0.5769 | |
|
34 |
|
35 |
## Usage
|
36 |
|