Update README.md
#2
by bullerwins - opened
README.md
CHANGED
|
@@ -204,7 +204,7 @@ lm_eval --model local-chat-completions \
|
|
| 204 |
#### MMLU-Pro (lm-eval, 5-shot, 3 repetitions)
|
| 205 |
```
|
| 206 |
lm_eval --model local-chat-completions \
|
| 207 |
-
--tasks
|
| 208 |
--model_args "model=RedHatAI/gemma-4-31B-it-FP8-block,max_length=96000,base_url=http://0.0.0.0:8000/v1/chat/completions,num_concurrent=128,max_retries=3,tokenized_requests=False,tokenizer_backend=None,timeout=2400" \
|
| 209 |
--num_fewshot 5 \
|
| 210 |
--apply_chat_template \
|
|
|
|
| 204 |
#### MMLU-Pro (lm-eval, 5-shot, 3 repetitions)
|
| 205 |
```
|
| 206 |
lm_eval --model local-chat-completions \
|
| 207 |
+
--tasks mmlu_pro \
|
| 208 |
--model_args "model=RedHatAI/gemma-4-31B-it-FP8-block,max_length=96000,base_url=http://0.0.0.0:8000/v1/chat/completions,num_concurrent=128,max_retries=3,tokenized_requests=False,tokenizer_backend=None,timeout=2400" \
|
| 209 |
--num_fewshot 5 \
|
| 210 |
--apply_chat_template \
|