Skip to content

Commit e163b73

Browse files
committed
add more configs
1 parent 3d2bf47 commit e163b73

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

configs/alpaca-native-enhanced.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
--ctx_size 2048
2+
--batch_size 16
3+
--repeat_penalty 1.15
4+
--temp 0.4
5+
--top_k 30
6+
--top_p 0.18
7+
8+
--interactive-first
9+
--keep -1
10+
11+
--ins-prefix-bos
12+
--ins-prefix "\n\nUser: "
13+
--ins-suffix "\n\nAssistant: "
14+
--reverse-prompt "User: "
15+
16+
-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.
17+
18+
User: Hey, how's it going?
19+
20+
Assistant: Hey there! I'm doing great, thank you. What can I help you with today? Let's have a fun chat!"
21+

configs/llama.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--interactive-first
2+
--keep -1
3+
--temp 0.1

0 commit comments

Comments
 (0)