Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative for instruct mode (Vicuna support, etc.) #863

Merged
merged 14 commits into from
Apr 14, 2023
Prev Previous commit
Next Next commit
update formating
  • Loading branch information
aroidzap committed Apr 11, 2023
commit c4c7ead0bdad365c6db673cf0df95abaf37d0fe1
14 changes: 7 additions & 7 deletions configs/alpaca-native-enhanced.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
--ctx_size 2048
--batch_size 16
--ctx_size 2048
--batch_size 16
--repeat_penalty 1.15
--temp 0.4
--top_k 30
--top_p 0.18
--temp 0.4
--top_k 30
--top_p 0.18

--interactive-first
--interactive-first
--keep -1

--ins-prefix-bos
--ins-prefix-bos
--ins-prefix "\n\nUser: "
--ins-suffix "\n\nAssistant: "
--reverse-prompt "User: "
Expand Down
6 changes: 3 additions & 3 deletions configs/alpaca.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--clean-interface
--interactive-first
--clean-interface
--interactive-first
--keep -1
--ins-prefix-bos
--ins-prefix-bos
--ins-prefix "\n\n### Instruction:\n\n"
--ins-suffix "\n\n### Response:\n\n"
--reverse-prompt "### Instruction:\n\n"
Expand Down
6 changes: 3 additions & 3 deletions configs/chat-with-bob.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--interactive-first
--interactive-first
--keep -1
--ins-prefix-bos
--ins-prefix "\nUser: "
--ins-prefix-bos
--ins-prefix "\nUser: "
--ins-suffix "\nBob: "
--reverse-prompt "User: "
--rm-trailing-space-workaround
Expand Down
4 changes: 2 additions & 2 deletions configs/llama.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--interactive-first
--interactive-first
--keep -1
--temp 0.1
--temp 0.1
2 changes: 1 addition & 1 deletion configs/vicuna-simple.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--interactive-first
--interactive-first
--keep -1
--ins-prefix-bos
--ins-prefix "\n### Human: "
Expand Down
2 changes: 1 addition & 1 deletion configs/vicuna-stop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--interactive-first
--interactive-first
--keep -1
--ins-prefix-bos
--ins-prefix "\n### Human: "
Expand Down
2 changes: 1 addition & 1 deletion configs/vicuna.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--interactive-first
--interactive-first
--keep -1
--ins-prefix-bos
--ins-prefix "\n### Human: "
Expand Down