mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
8 lines
160 B
YAML
8 lines
160 B
YAML
# model/tokenizer
|
|
model_name: "zpn/llama-7b"
|
|
tokenizer_name: "zpn/llama-7b"
|
|
lora: true
|
|
lora_path: "nomic-ai/vicuna-lora-512"
|
|
|
|
max_new_tokens: 512
|
|
temperature: 0 |