Merge branch 'main' of https://github.com/nomic-ai/gpt4all into main

This commit is contained in:
bstadt
2023-03-28 20:23:42 +00:00
8 changed files with 297 additions and 10 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# model/tokenizer
model_name: "zpn/llama-7b"
tokenizer_name: "zpn/llama-7b"
model_name: # REPLACE WITH LLAMA MODEL NAME
tokenizer_name: # REPLACE WITH LLAMA MODEL NAME
max_new_tokens: 512