gokaygokay
commited on
Commit
•
20cdf25
1
Parent(s):
f242654
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ from transformers import AutoModelForCausalLM , GenerationConfig
|
|
14 |
import torch
|
15 |
import os
|
16 |
|
17 |
-
model_id = gokaygokay/tiny_llama_chat_description_to_prompt
|
18 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, load_in_8bit=False,
|
19 |
device_map="auto",
|
20 |
trust_remote_code=True)
|
|
|
14 |
import torch
|
15 |
import os
|
16 |
|
17 |
+
model_id = "gokaygokay/tiny_llama_chat_description_to_prompt"
|
18 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, load_in_8bit=False,
|
19 |
device_map="auto",
|
20 |
trust_remote_code=True)
|