dittops commited on
Commit
7c6e771
1 Parent(s): befc452

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ import ctransformers
16
  from ctransformers import AutoModelForCausalLM
17
 
18
 
19
- model = AutoModelForCausalLM.from_pretrained('/path/to/ggml-model-q4_0.bin', 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: """
 
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: """