From 0acf7f6405377506919980fd7f732e66e986673b Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 5 Jul 2024 07:22:53 +0200 Subject: [PATCH] passkey : add short intro to README.md [no-ci] This commit adds a short introduction to the README.md file in the examples/passkey directory. Signed-off-by: Daniel Bevenius --- examples/passkey/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/passkey/README.md b/examples/passkey/README.md index a48a6283a..b2a21d71f 100644 --- a/examples/passkey/README.md +++ b/examples/passkey/README.md @@ -1,4 +1,6 @@ # llama.cpp/example/passkey +A passkey retrieval task is an evaluation method used to measure a language +models ability to recall information from long contexts. See the following PRs for more info: