mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
fix: add prompt
This commit is contained in:
parent
d87af69a93
commit
f2e122ff82
@ -2,7 +2,14 @@
|
|||||||
model_name: "zpn/llama-7b"
|
model_name: "zpn/llama-7b"
|
||||||
tokenizer_name: "zpn/llama-7b"
|
tokenizer_name: "zpn/llama-7b"
|
||||||
lora: true
|
lora: true
|
||||||
lora_path: "nomic-ai/vicuna-lora-512"
|
lora_path: "zpn/vicuna-lora"
|
||||||
|
|
||||||
max_new_tokens: 512
|
max_new_tokens: 512
|
||||||
temperature: 0
|
temperature: 0
|
||||||
|
prompt: |
|
||||||
|
#this code prints a string reversed
|
||||||
|
my_string = "hello how are you"
|
||||||
|
print(len(my_string))
|
||||||
|
|
||||||
|
|
||||||
|
My code above does not work. Can you help me?
|
Loading…
Reference in New Issue
Block a user