OPEA
/

Safetensors
llama
4-bit precision
intel/auto-round
cicdatopea commited on
Commit
44f1cc3
1 Parent(s): 76c80ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ prompt = "Once upon a time,"
97
  pip3 install lm-eval==0.4.5
98
 
99
  ```bash
100
- auto-round --eval --model_name "OPEA/Llama-3.3-70B-Instruct-int4-sym-inc" --eval_bs 16 --tasks leaderboard_mmlu_pro,leaderboard_ifeval,lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu,gsm8k
101
  ```
102
 
103
  | Metric | BF16 | INT4 |
 
97
  pip3 install lm-eval==0.4.5
98
 
99
  ```bash
100
+ auto-round --eval --model "OPEA/Llama-3.3-70B-Instruct-int4-sym-inc" --eval_bs 16 --tasks leaderboard_mmlu_pro,leaderboard_ifeval,lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu,gsm8k
101
  ```
102
 
103
  | Metric | BF16 | INT4 |