From de9ff79a29ecc0d4644a967621c50f046cec2b15 Mon Sep 17 00:00:00 2001 From: LarFii <834462287@qq.com> Date: Fri, 11 Oct 2024 15:19:20 +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 f70b9d58..6d837c24 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ def insert_text(rag, file_path): ``` ### Step-2 Generate Queries -We extract tokens from both the first half and the second half of each context in the dataset, then combine them to generate queries for dataset descriptions. +We extract tokens from both the first half and the second half of each context in the dataset, then combine them as the dataset description to generate queries. ```python tokenizer = GPT2Tokenizer.from_pretrained('gpt2')