Skip to content

Commit

Permalink
Update generate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum authored Mar 29, 2023
1 parent 07798cf commit cee591e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/eval/generate.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# model/tokenizer
model_name: "zpn/llama-7b"
tokenizer_name: "zpn/llama-7b"
model_name: # update with llama 7b
tokenizer_name: # update with llama 7b
lora: true
lora_path: "nomic-ai/vicuna-lora-1024"
lora_path: "nomic-ai/gpt4all-lora"

max_new_tokens: 512
temperature: 0.001
Expand Down

0 comments on commit cee591e

Please sign in to comment.