Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ Install [lm-eval-harness](https://github.com/EleutherAI/lm-evaluation-harness.gi
|
|
64 |
lm_eval --model hf --model_args pretrained="Intel/Mistral-7B-v0.1-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 128
|
65 |
```
|
66 |
|
67 |
-
| Metric |
|
68 |
| -------------- | ------ | ------ |
|
69 |
| Avg. | 0.6306 | 0.6308 |
|
70 |
| mmlu | 0.5961 | 0.5880 |
|
|
|
64 |
lm_eval --model hf --model_args pretrained="Intel/Mistral-7B-v0.1-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 128
|
65 |
```
|
66 |
|
67 |
+
| Metric | BF16 | INT4 |
|
68 |
| -------------- | ------ | ------ |
|
69 |
| Avg. | 0.6306 | 0.6308 |
|
70 |
| mmlu | 0.5961 | 0.5880 |
|