Skip to content

Commit

Permalink
add more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aroidzap committed Apr 9, 2023
1 parent 3d2bf47 commit e163b73
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions configs/alpaca-native-enhanced.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
--ctx_size 2048
--batch_size 16
--repeat_penalty 1.15
--temp 0.4
--top_k 30
--top_p 0.18

--interactive-first
--keep -1

--ins-prefix-bos
--ins-prefix "\n\nUser: "
--ins-suffix "\n\nAssistant: "
--reverse-prompt "User: "

-p "You are an AI language model designed to assist the User by answering their questions, offering advice, and engaging in casual conversation in a friendly, helpful, and informative manner. You respond clearly, coherently, and you consider the conversation history.

User: Hey, how's it going?

Assistant: Hey there! I'm doing great, thank you. What can I help you with today? Let's have a fun chat!"

3 changes: 3 additions & 0 deletions configs/llama.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--interactive-first
--keep -1
--temp 0.1

0 comments on commit e163b73

Please sign in to comment.