cicdatopea
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ prompt = "How many r in strawberry."
|
|
109 |
pip3 install lm-eval==0.4.5
|
110 |
|
111 |
```bash
|
112 |
-
auto-round --eval --
|
113 |
```
|
114 |
|
115 |
|
|
|
109 |
pip3 install lm-eval==0.4.5
|
110 |
|
111 |
```bash
|
112 |
+
auto-round --eval --model "OPEA/OLMo-2-1124-13B-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,gsm8k
|
113 |
```
|
114 |
|
115 |
|