Update generate.yaml

update paths
This commit is contained in:
Zach Nussbaum 2023-03-28 13:08:29 -07:00 committed by GitHub
parent 0101532c52
commit 74c7a53df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# model/tokenizer # model/tokenizer
model_name: "zpn/llama-7b" model_name: # REPLACE HERE with the base llama model
tokenizer_name: "zpn/llama-7b" tokenizer_name: # REPLACE HERE with the llama tokenizer
lora: true lora: true
lora_path: "nomic-ai/vicuna-lora-1024" lora_path: "nomic-ai/gpt4all-lora"
max_new_tokens: 512 max_new_tokens: 512
temperature: 0 temperature: 0