eherra commited on
Commit
2e8e36b
·
verified ·
1 Parent(s): f6cb768

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -207,7 +207,7 @@ model = mteb.get_model(model_name)
207
  evaluator.run(model)
208
  ```
209
 
210
- I also simple example retrieval evaluation for MRR@10 script to the [examples/faiss/retrieval_evals.py](examples/faiss/retrieval_evals.py) file.
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 (english corpus used). 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 samples per group.
238
 
239
- <img src="examples/img/clusters.png" alt="Dataset cluster visualization" width="80%" />
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