yintongl commited on
Commit
7e5f479
1 Parent(s): ee3373c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Install [lm-eval-harness 0.4.2](https://github.com/EleutherAI/lm-evaluation-harn
56
  lm_eval --model hf --model_args pretrained="Intel/gemma-7b-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
57
  ```
58
 
59
- | Metric | BF16 | int4 |
60
  | -------------- | ------ | ------ |
61
  | Avg. | 0.6302 | 0.6262 |
62
  | mmlu | 0.6199 | 0.6111 |
 
56
  lm_eval --model hf --model_args pretrained="Intel/gemma-7b-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
57
  ```
58
 
59
+ | Metric | FP16 | int4 |
60
  | -------------- | ------ | ------ |
61
  | Avg. | 0.6302 | 0.6262 |
62
  | mmlu | 0.6199 | 0.6111 |