legolasyiu
commited on
Commit
•
368c114
1
Parent(s):
b8d2592
Update README.md
Browse files
README.md
CHANGED
@@ -73,12 +73,12 @@ import torch
|
|
73 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
74 |
torch.random.manual_seed(0)
|
75 |
model = AutoModelForCausalLM.from_pretrained(
|
76 |
-
"
|
77 |
device_map="cuda",
|
78 |
torch_dtype="auto",
|
79 |
trust_remote_code=True,
|
80 |
)
|
81 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
82 |
messages = [
|
83 |
{"role": "system", "content": "You are a helpful AI assistant."},
|
84 |
{"role": "user", "content": "Can you provide ways to eat combinations of bananas and dragonfruits?"},
|
|
|
73 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
74 |
torch.random.manual_seed(0)
|
75 |
model = AutoModelForCausalLM.from_pretrained(
|
76 |
+
"EpistemeAI/Iceball-Phi-3.5-mini-instruct-shareGPT-v1.0",
|
77 |
device_map="cuda",
|
78 |
torch_dtype="auto",
|
79 |
trust_remote_code=True,
|
80 |
)
|
81 |
+
tokenizer = AutoTokenizer.from_pretrained("EpistemeAI/Iceball-Phi-3.5-mini-instruct-shareGPT-v1.0")
|
82 |
messages = [
|
83 |
{"role": "system", "content": "You are a helpful AI assistant."},
|
84 |
{"role": "user", "content": "Can you provide ways to eat combinations of bananas and dragonfruits?"},
|