Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ import ctransformers
|
|
16 |
from ctransformers import AutoModelForCausalLM
|
17 |
|
18 |
|
19 |
-
model = AutoModelForCausalLM.from_pretrained('/
|
20 |
|
21 |
prompt = """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
22 |
USER: who are you? ASSISTANT: """
|
|
|
16 |
from ctransformers import AutoModelForCausalLM
|
17 |
|
18 |
|
19 |
+
model = AutoModelForCausalLM.from_pretrained('budecosystem/genz-13b-v2-ggml', model_type="llama")
|
20 |
|
21 |
prompt = """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
22 |
USER: who are you? ASSISTANT: """
|