updated eval

This commit is contained in:
bstadt
2023-03-28 20:22:48 +00:00
parent 6d98aef302
commit 37cc5c8c39
3 changed files with 6 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
# model/tokenizer
model_name: "zpn/llama-7b"
tokenizer_name: "zpn/llama-7b"
max_new_tokens: 512
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?