English
yintongl commited on
Commit
d222d34
1 Parent(s): 49ee5dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Install [lm-eval-harness 0.4.2](https://github.com/EleutherAI/lm-evaluation-harn
49
  lm_eval --model hf --model_args pretrained="Intel/bloom-7b1-int4-inc",autogptq=True,gptq_use_triton=True --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 32
50
  ```
51
 
52
- | Metric | BF16 | INT4 |
53
  | -------------- | ------ | ------ |
54
  | Avg. | 0.4732 | 0.4716 |
55
  | mmlu | 0.2638 | 0.2598 |
 
49
  lm_eval --model hf --model_args pretrained="Intel/bloom-7b1-int4-inc",autogptq=True,gptq_use_triton=True --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 32
50
  ```
51
 
52
+ | Metric | FP16 | INT4 |
53
  | -------------- | ------ | ------ |
54
  | Avg. | 0.4732 | 0.4716 |
55
  | mmlu | 0.2638 | 0.2598 |