Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
19 |
|
20 |
device = "cuda" # the device to load the model onto
|
21 |
|
22 |
-
model = AutoModelForCausalLM.from_pretrained("
|
23 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
24 |
|
25 |
messages = [
|
26 |
{"role": "user", "content": "What is your favourite condiment?"},
|
|
|
19 |
|
20 |
device = "cuda" # the device to load the model onto
|
21 |
|
22 |
+
model = AutoModelForCausalLM.from_pretrained("Chickaboo/Chicka-Mistral-4x7b")
|
23 |
+
tokenizer = AutoTokenizer.from_pretrained("Chickaboo/Chicka-Mistral-4x7b")
|
24 |
|
25 |
messages = [
|
26 |
{"role": "user", "content": "What is your favourite condiment?"},
|