Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -207,7 +207,7 @@ model = mteb.get_model(model_name)
|
|
| 207 |
evaluator.run(model)
|
| 208 |
```
|
| 209 |
|
| 210 |
-
I also simple
|
| 211 |
|
| 212 |
## Retrieval Evaluation
|
| 213 |
|
|
@@ -234,9 +234,9 @@ Links to evaluated models in HuggingFace:
|
|
| 234 |
|
| 235 |
## Dataset visualization
|
| 236 |
|
| 237 |
-
To better understand the dataset, this figure illustrates the corpus dataset clustered into 10 thematic groups
|
| 238 |
|
| 239 |
-
<img src="examples/img/clusters.png" alt="Dataset cluster visualization" width="
|
| 240 |
|
| 241 |
## Dataset Structure
|
| 242 |
|
|
|
|
| 207 |
evaluator.run(model)
|
| 208 |
```
|
| 209 |
|
| 210 |
+
I also added simple retrieval evaluation (MRR@10) example script to [examples/faiss/retrieval_evals.py](examples/faiss/retrieval_evals.py) file.
|
| 211 |
|
| 212 |
## Retrieval Evaluation
|
| 213 |
|
|
|
|
| 234 |
|
| 235 |
## Dataset visualization
|
| 236 |
|
| 237 |
+
To better understand the dataset, this figure illustrates the corpus (`en_corpus`) dataset clustered into 10 thematic groups. The left and right panels show 2D and 3D t-SNE projections. Colors represents distinct clusters, with labels generated by GPT-4o via analysis of 100 representative passage samples per group.
|
| 238 |
|
| 239 |
+
<img src="examples/img/clusters.png" alt="Dataset cluster visualization" width="95%" />
|
| 240 |
|
| 241 |
## Dataset Structure
|
| 242 |
|