Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -19,7 +19,9 @@ pip install dmx_compressor
|
|
19 |
The following is an example model and its evaluation.
|
20 |
|
21 |
```sh
|
22 |
-
|
|
|
|
|
23 |
```
|
24 |
|
25 |
```python
|
|
|
19 |
The following is an example model and its evaluation.
|
20 |
|
21 |
```sh
|
22 |
+
git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
|
23 |
+
cd lm-evaluation-harness
|
24 |
+
pip install -e .
|
25 |
```
|
26 |
|
27 |
```python
|