You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ Hub, S3, or locally.
44
44
45
45
## 🔑 Key Features
46
46
47
-
-**Speed**: [Use vllm as backend for fast evals](https://github.com/huggingface/lighteval/wiki/Use-VLLM-as-backend).
48
-
-**Completeness**: [Use the accelerate backend to launch any models hosted on Hugging Face](https://github.com/huggingface/lighteval/wiki/Quicktour#accelerate).
49
-
-**Seamless Storage**: [Save results in S3 or Hugging Face Datasets](https://github.com/huggingface/lighteval/wiki/Saving-and-reading-results).
50
-
-**Python API**: [Simple integration with the Python API](https://github.com/huggingface/lighteval/wiki/Using-the-Python-API).
-**Versatility**: Tons of [metrics](https://github.com/huggingface/lighteval/wiki/Metric-List) and [tasks](https://github.com/huggingface/lighteval/wiki/Available-Tasks) ready to go.
47
+
-**Speed**: [Use vllm as backend for fast evals](https://huggingface.co/docs/lighteval/use-vllm-as-backend).
48
+
-**Completeness**: [Use the accelerate backend to launch any models hosted on Hugging Face](https://huggingface.co/docs/lighteval/quicktour#accelerate).
49
+
-**Seamless Storage**: [Save results in S3 or Hugging Face Datasets](https://huggingface.co/docs/lighteval/saving-and-reading-results).
50
+
-**Python API**: [Simple integration with the Python API](https://huggingface.co/docs/lighteval/using-the-python-api).
-**Versatility**: Tons of [metrics](https://huggingface.co/docs/lighteval/metric-list) and [tasks](https://huggingface.co/docs/lighteval/available-tasks) ready to go.
53
53
54
54
55
55
## ⚡️ Installation
@@ -58,7 +58,7 @@ Hub, S3, or locally.
58
58
pip install lighteval
59
59
```
60
60
61
-
Lighteval allows for many extras when installing, see [here](https://github.com/huggingface/lighteval/wiki/Installation) for a complete list.
61
+
Lighteval allows for many extras when installing, see [here](https://huggingface.co/docs/lighteval/installation) for a complete list.
62
62
63
63
If you want to push results to the Hugging Face Hub, add your access token as
64
64
an environment variable:
@@ -106,8 +106,8 @@ Harness and HELM teams for their pioneering work on LLM evaluations.
106
106
## 🌟 Contributions Welcome 💙💚💛💜🧡
107
107
108
108
Got ideas? Found a bug? Want to add a
109
-
[task](https://github.com/huggingface/lighteval/wiki/Adding-a-Custom-Task) or
0 commit comments