Skip to content

Commit

Permalink
started eval script and added eval data
Browse files Browse the repository at this point in the history
  • Loading branch information
bstadt committed Mar 27, 2023
1 parent 29cb9d7 commit b48a52d
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/generate/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
model_name: "zpn/llama-7b"
tokenizer_name: "zpn/llama-7b"
lora: true
lora_path: "zpn/vicuna-lora"
lora_path: "nomic-ai/vicuna-lora-1024"

max_new_tokens: 512
temperature: 0
Expand All @@ -12,4 +12,4 @@ prompt: |
print(len(my_string))
My code above does not work. Can you help me?
My code above does not work. Can you help me?
Loading

0 comments on commit b48a52d

Please sign in to comment.