From e163b7375fe14284bc139c863c3c707ec21ba779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pazdiora?= Date: Mon, 10 Apr 2023 00:33:35 +0200 Subject: [PATCH] add more configs --- configs/alpaca-native-enhanced.txt | 21 +++++++++++++++++++++ configs/llama.txt | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 configs/alpaca-native-enhanced.txt create mode 100644 configs/llama.txt diff --git a/configs/alpaca-native-enhanced.txt b/configs/alpaca-native-enhanced.txt new file mode 100644 index 000000000..41e7e2c1d --- /dev/null +++ b/configs/alpaca-native-enhanced.txt @@ -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!" + diff --git a/configs/llama.txt b/configs/llama.txt new file mode 100644 index 000000000..5abebb41e --- /dev/null +++ b/configs/llama.txt @@ -0,0 +1,3 @@ +--interactive-first +--keep -1 +--temp 0.1 \ No newline at end of file