Pankaj Mathur
commited on
Commit
·
7d050a0
1
Parent(s):
b8b91c6
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ import torch
|
|
56 |
from transformers import LlamaForCausalLM, LlamaTokenizer
|
57 |
|
58 |
# Hugging Face model_path
|
59 |
-
model_path = 'psmathur/
|
60 |
tokenizer = LlamaTokenizer.from_pretrained(model_path)
|
61 |
model = LlamaForCausalLM.from_pretrained(
|
62 |
model_path, torch_dtype=torch.float16, device_map='auto',
|
|
|
56 |
from transformers import LlamaForCausalLM, LlamaTokenizer
|
57 |
|
58 |
# Hugging Face model_path
|
59 |
+
model_path = 'psmathur/orca_mini_3b'
|
60 |
tokenizer = LlamaTokenizer.from_pretrained(model_path)
|
61 |
model = LlamaForCausalLM.from_pretrained(
|
62 |
model_path, torch_dtype=torch.float16, device_map='auto',
|