From de253fa9783f8bd558c9ed398c8ffbe3c55cedb3 Mon Sep 17 00:00:00 2001 From: Zhang Peiyuan Date: Tue, 2 Jan 2024 05:29:58 +0000 Subject: [PATCH] Add example prompt (#4) - Add example prompt (439dba83292c9fbd329df0ebb6c9f8679b6003a8) Co-authored-by: mrfakename --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05cdd28..4e2614f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ datasets: - HuggingFaceH4/ultrafeedback_binarized language: - en +widget: +- text: "<|system|>\nYou are a chatbot who can help code!\n<|user|>\nWrite me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.\n<|assistant|>\n" ---