Fix typo
Browse files
README.md
CHANGED
@@ -63,5 +63,5 @@ NF4 variant gives us **0.70731707**
|
|
63 |
Samples for the Human-Eval scores of EXL2 quants were generated with [exl2.human-eval.py](https://github.com/epicfilemcnulty/llm-tools/blob/main/eval/exl2.human-eval.py)
|
64 |
script like this:
|
65 |
```
|
66 |
-
python exl2.human-eval.py -m ${MODEL_DIR_EXL2} -c 4096 ${BPW}-samples.jsonl
|
67 |
```
|
|
|
63 |
Samples for the Human-Eval scores of EXL2 quants were generated with [exl2.human-eval.py](https://github.com/epicfilemcnulty/llm-tools/blob/main/eval/exl2.human-eval.py)
|
64 |
script like this:
|
65 |
```
|
66 |
+
python exl2.human-eval.py -m ${MODEL_DIR_EXL2} -c 4096 -o ${BPW}-samples.jsonl
|
67 |
```
|