Update README.md
Browse files
README.md
CHANGED
@@ -201,7 +201,7 @@ The model was evaluated on the test split of [trl-lib/tldr](https://huggingface.
|
|
201 |
One can reproduce these results by using the following command:
|
202 |
|
203 |
```bash
|
204 |
-
lm_eval --model vllm --model_args "pretrained=RedHatAI/Llama-3.1-8B-tldr,dtype=auto,add_bos_token" --batch-size auto --tasks tldr
|
205 |
```
|
206 |
|
207 |
<table>
|
|
|
201 |
One can reproduce these results by using the following command:
|
202 |
|
203 |
```bash
|
204 |
+
lm_eval --model vllm --model_args "pretrained=RedHatAI/Llama-3.1-8B-tldr,dtype=auto,add_bos_token=True" --batch-size auto --tasks tldr
|
205 |
```
|
206 |
|
207 |
<table>
|