macadeliccc
commited on
Commit
•
d2bd00f
1
Parent(s):
6b9c66b
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ def generate_response(prompt):
|
|
46 |
|
47 |
|
48 |
# Load the model and tokenizer
|
49 |
-
model_id = "macadeliccc/SOLAR-
|
50 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
51 |
model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
|
52 |
|
|
|
46 |
|
47 |
|
48 |
# Load the model and tokenizer
|
49 |
+
model_id = "macadeliccc/Orca-SOLAR-4x10.7b"
|
50 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
51 |
model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
|
52 |
|