mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
10 lines
223 B
YAML
10 lines
223 B
YAML
# model/tokenizer
|
|
model_name: # REPLACE HERE with the base llama model
|
|
tokenizer_name: # REPLACE HERE with the llama tokenizer
|
|
lora: true
|
|
lora_path: "nomic-ai/gpt4all-lora"
|
|
|
|
max_new_tokens: 512
|
|
temperature: 0
|
|
prompt: null
|