From: Daniel Bevenius Date: Fri, 5 Jul 2024 06:14:24 +0000 (+0200) Subject: passkey : add short intro to README.md [no-ci] (#8317) X-Git-Tag: upstream/0.0.4488~1175 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=61ecafa3905a02a299b7ae889b5578cfeb8d79df;p=pkg%2Fggml%2Fsources%2Fllama.cpp passkey : add short intro to README.md [no-ci] (#8317) * 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 * Update examples/passkey/README.md --------- Signed-off-by: Daniel Bevenius Co-authored-by: Georgi Gerganov --- diff --git a/examples/passkey/README.md b/examples/passkey/README.md index a48a6283..2b8e910f 100644 --- a/examples/passkey/README.md +++ b/examples/passkey/README.md @@ -1,5 +1,8 @@ # 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: - https://github.com/ggerganov/llama.cpp/pull/3856