metrics run on configs now

This commit is contained in:
bstadt
2023-03-28 00:09:47 +00:00
parent d5769d7614
commit 4e8e7e7300
5 changed files with 54 additions and 33 deletions

View File

@@ -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"

View File

@@ -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?