jordiclive commited on
Commit
2b63459
1 Parent(s): 20fdb0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ model = AutoModelForCausalLM.from_pretrained(
16
  torch_dtype=torch.float16,trust_remote_code=True
17
  )
18
  tokenizer = LlamaTokenizerFast.from_pretrained(
19
- model_name, add_bos_token=False)
20
 
21
 
22
  tokenizer.model_max_length = 16384
 
16
  torch_dtype=torch.float16,trust_remote_code=True
17
  )
18
  tokenizer = LlamaTokenizerFast.from_pretrained(
19
+ model_name)
20
 
21
 
22
  tokenizer.model_max_length = 16384