From 2d9fb9d72eaa685acf6a4d29d0115a682c3c05ab Mon Sep 17 00:00:00 2001 From: waynewu Date: Mon, 13 May 2024 13:35:35 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2588169..da88a78 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Single 80G GPU is enough to detect up to 50K length. ```python python retrieval_head_detection.py --model_path $path_to_model --s 0 --e 50000 ``` -We find that only few samples can stablely detect retrieval heads. I if you are in a hurry or no fancy large GPUs avalible, you can just set '--e' to a lower value, e.g. +We find that only few samples can stablely detect some of the strongest retrieval heads. I if you are in a hurry or no fancy large GPUs avalible, you can just set '--e' to a lower value, e.g. ```python python retrieval_head_detection.py --model_path $path_to_model --s 0 --e 5000 ```