Update generate.yaml

This commit is contained in:
Zach Nussbaum 2023-03-28 21:00:36 -07:00 committed by GitHub
parent 07798cfbd2
commit cee591e3a8
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: # update with llama 7b
tokenizer_name: "zpn/llama-7b" tokenizer_name: # update with llama 7b
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.001 temperature: 0.001