|
1 | 1 | --- |
| 2 | +title: "What's New" |
2 | 3 | icon: lucide/newspaper |
3 | 4 | --- |
4 | 5 |
|
@@ -83,7 +84,7 @@ print(all_specific_result.model_results) |
83 | 84 |
|
84 | 85 | Added integration with HuggingFace Benchmarks (more info in [blog](https://huggingface.co/blog/community-evals)). This allows for users easily see scores of task directly on dataset card. |
85 | 86 |
|
86 | | - |
| 87 | + |
87 | 88 |
|
88 | 89 | To convert your task into a HuggingFace benchmark, you can simply run: |
89 | 90 |
|
@@ -152,7 +153,7 @@ This enables better insight into how users interact with the leaderboard and pro |
152 | 153 | ### Added vLLM support |
153 | 154 |
|
154 | 155 | Added vLLM support. While it is currently not the reference implementation for any models it allows you to run comparisons on performance and throughput |
155 | | -on a single model. This can inform whether it is worth switching your local setup over to vLLM. While you can read more about it [here](advanced_usage/vllm_wrapper.md) |
| 156 | +on a single model. This can inform whether it is worth switching your local setup over to vLLM. While you can read more about it [here](get_started/advanced_usage/vllm_wrapper.md) |
156 | 157 |
|
157 | 158 | ## New in v2.6 |
158 | 159 |
|
@@ -424,9 +425,9 @@ We're automatically wrapping `Encoder` and `CrossEncoder` models support `Search |
424 | 425 |
|
425 | 426 | We've added a lot of new documentation to make it easier to get started with MTEB. |
426 | 427 |
|
427 | | -- You can see api of our models in tasks in [API documentation](../api/index.md). |
428 | | -- We've added a [getting started guide](usage/get_started.md) to help you get started with MTEB. |
429 | | -- You can see implemented [tasks](../overview/available_tasks/retrieval.md) and [models](../overview/available_models/text.md) in MTEB. |
| 428 | +- You can see api of our models in tasks in [API documentation](api/index.md). |
| 429 | +- We've added a [getting started guide](get_started/usage/get_started.md) to help you get started with MTEB. |
| 430 | +- You can see implemented [tasks](overview/available_tasks/retrieval.md) and [models](overview/available_models/text.md) in MTEB. |
430 | 431 |
|
431 | 432 | #### Better support for loading and comparing results |
432 | 433 |
|
|
0 commit comments