Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -31,7 +31,9 @@ pip install dmx_compressor
|
|
31 |
The following is an example model and its evaluation.
|
32 |
|
33 |
```sh
|
34 |
-
|
|
|
|
|
35 |
```
|
36 |
|
37 |
```python
|
|
|
31 |
The following is an example model and its evaluation.
|
32 |
|
33 |
```sh
|
34 |
+
git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
|
35 |
+
cd lm-evaluation-harness
|
36 |
+
pip install -e .
|
37 |
```
|
38 |
|
39 |
```python
|