Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ python3 main.py \
|
|
44 |
|
45 |
### Evaluate the model
|
46 |
|
47 |
-
Install [lm-eval-harness](https://github.com/EleutherAI/lm-evaluation-harness.git) from source
|
48 |
|
49 |
```bash
|
50 |
lm_eval --model hf --model_args pretrained="Intel/Llama-2-7b-chat-hf-int4-inc",autogptq=True,gptq_use_triton=True --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,rte,arc_easy,arc_challenge,mmlu --batch_size 32
|
|
|
44 |
|
45 |
### Evaluate the model
|
46 |
|
47 |
+
Install [lm-eval-harness 0.4.2](https://github.com/EleutherAI/lm-evaluation-harness.git) from source.
|
48 |
|
49 |
```bash
|
50 |
lm_eval --model hf --model_args pretrained="Intel/Llama-2-7b-chat-hf-int4-inc",autogptq=True,gptq_use_triton=True --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,rte,arc_easy,arc_challenge,mmlu --batch_size 32
|