Commit
•
86a4396
1
Parent(s):
75a8b45
adjusting the model name in the usage instruction (#1)
Browse files- adjusting the model name in the usage instruction (cd99488702ec500da7df479787f58442b8099a0e)
Co-authored-by: Benjamin Bergmann <[email protected]>
README.md
CHANGED
@@ -62,7 +62,7 @@ from transformers import AutoTokenizer
|
|
62 |
import transformers
|
63 |
import torch
|
64 |
|
65 |
-
model = "liminerity/
|
66 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
67 |
|
68 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
62 |
import transformers
|
63 |
import torch
|
64 |
|
65 |
+
model = "liminerity/Omningotex-7b-slerp"
|
66 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
67 |
|
68 |
tokenizer = AutoTokenizer.from_pretrained(model)
|