From 8d01a198f80e83293a5d7543b5ab2fb2d86b7cf1 Mon Sep 17 00:00:00 2001 From: Nora Belrose Date: Sat, 4 Mar 2023 04:22:23 +0000 Subject: [PATCH] Correct README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 931e6a00..8f8b816b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This will automatically download the model and dataset, run the model and extrac ## Caching -The hidden states resulting from `elk elicit` are cached as a HuggingFace dataset to avoid having to recompute them every time we want to train a probe. The cache is stored in the `~/.cache/elk/{md5_hash_of_cli_args}`. +The hidden states resulting from `elk elicit` are cached as a HuggingFace dataset to avoid having to recompute them every time we want to train a probe. The cache is stored in the same place as all other HuggingFace datasets, which is usually `~/.cache/huggingface/datasets`. ## Other commands