macadeliccc
commited on
Commit
•
83273c0
1
Parent(s):
3111b9d
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ def generate_response(prompt):
|
|
39 |
|
40 |
return response
|
41 |
|
42 |
-
model_id = "macadeliccc/SOLAR-
|
43 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
44 |
model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
|
45 |
|
|
|
39 |
|
40 |
return response
|
41 |
|
42 |
+
model_id = "macadeliccc/SOLAR-polyglot-4x10.7b"
|
43 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
44 |
model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
|
45 |
|