From a1dd6d3d8527817916a6e181292dfa0d5cb99f6e Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:43:42 +0200 Subject: [PATCH] wording Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0e10b0..19dac9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # activation_store -Utility library to persistently store transformer activations on disk. +Utility library to persistently store transformer activations on disk as huggingface dataset. -These activations can be quite large (layers x batch x sequence x hidden_size), so generating them to disk helps avoid out of memory errors. +As these activations can be quite large (layers x batch x sequence x hidden_size), generating them to disk helps avoid out of memory errors. -Install using +Install using ``` pip install git+https://github.com/wassname/activation_store.git ```