mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-21 16:12:45 +00:00
metrics run on configs now
This commit is contained in:
@@ -5,7 +5,7 @@ lora: true
|
||||
lora_path: "nomic-ai/vicuna-lora-1024"
|
||||
|
||||
max_new_tokens: 512
|
||||
temperature: .25
|
||||
temperature: 0.001
|
||||
prompt: |
|
||||
#this code prints a string reversed
|
||||
my_string = "hello how are you"
|
||||
|
@@ -4,11 +4,11 @@ tokenizer_name: "zpn/llama-7b"
|
||||
|
||||
|
||||
max_new_tokens: 512
|
||||
temperature: 0
|
||||
temperature: 0.001
|
||||
prompt: |
|
||||
#this code prints a string reversed
|
||||
my_string = "hello how are you"
|
||||
print(len(my_string))
|
||||
|
||||
|
||||
My code above does not work. Can you help me?
|
||||
My code above does not work. Can you help me?
|
||||
|
Reference in New Issue
Block a user