Update README.md
Browse files
README.md
CHANGED
@@ -41,8 +41,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
41 |
|
42 |
device = "cuda" # the device to load the model onto
|
43 |
|
44 |
-
model = AutoModelForCausalLM.from_pretrained("
|
45 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
46 |
|
47 |
messages = [
|
48 |
{"role": "user", "content": "What is your favourite condiment?"},
|
|
|
41 |
|
42 |
device = "cuda" # the device to load the model onto
|
43 |
|
44 |
+
model = AutoModelForCausalLM.from_pretrained("maywell/Synatra-V0.1-7B")
|
45 |
+
tokenizer = AutoTokenizer.from_pretrained("maywell/Synatra-V0.1-7B")
|
46 |
|
47 |
messages = [
|
48 |
{"role": "user", "content": "What is your favourite condiment?"},
|