From 9e1707218a24ff758c7b623594f8c0ce5e12eb6c Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 19 Mar 2023 18:37:02 +0200 Subject: Add "--instruct" argument for usage with Alpaca (#240) Also start adding prompts in "./prompts" --- prompts/alpaca.txt | 1 + prompts/chat-with-bob.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 prompts/alpaca.txt create mode 100644 prompts/chat-with-bob.txt (limited to 'prompts') diff --git a/prompts/alpaca.txt b/prompts/alpaca.txt new file mode 100644 index 0000000..2224bde --- /dev/null +++ b/prompts/alpaca.txt @@ -0,0 +1 @@ +Below is an instruction that describes a task. Write a response that appropriately completes the request. diff --git a/prompts/chat-with-bob.txt b/prompts/chat-with-bob.txt new file mode 100644 index 0000000..009da39 --- /dev/null +++ b/prompts/chat-with-bob.txt @@ -0,0 +1,7 @@ +Transcript of a dialog, where the User interacts with an Assistant named Bob. Bob is helpful, kind, honest, good at writing, and never fails to answer the User's requests immediately and with precision. + +User: Hello, Bob. +Bob: Hello. How may I help you today? +User: Please tell me the largest city in Europe. +Bob: Sure. The largest city in Europe is Moscow, the capital of Russia. +User: -- cgit v1.2.3