alexmarques commited on
Commit
c1e1cdc
·
verified ·
1 Parent(s): b972d6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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>