jordiclive
commited on
Commit
•
2b63459
1
Parent(s):
20fdb0a
Update README.md
Browse files
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
|
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
|