Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -41,7 +41,9 @@ pip install dmx_compressor
|
|
41 |
The following is an example model and its evaluation.
|
42 |
|
43 |
```sh
|
44 |
-
|
|
|
|
|
45 |
```
|
46 |
|
47 |
```python
|
|
|
41 |
The following is an example model and its evaluation.
|
42 |
|
43 |
```sh
|
44 |
+
git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
|
45 |
+
cd lm-evaluation-harness
|
46 |
+
pip install -e .
|
47 |
```
|
48 |
|
49 |
```python
|