diff options
| author | jeremycp3 <54610735+jeremycp3@users.noreply.github.com> | 2026-01-19 20:40:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-19 20:40:42 +0800 |
| commit | 3c0ce39b5648433864a55a8155dc9e8a6a646b11 (patch) | |
| tree | 72e7545fa7b170e40f643108673ff96e726831db | |
| parent | 85c330e0c0d5f560a20d950a203b368bb35ed45b (diff) | |
Modify dataset copy command in README
Updated dataset copy command to include all files.
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Download the datasets from HuggingFace and place them in the `dataset/` folder: ```bash git clone https://huggingface.co/datasets/Zly0523/linear-rag -cp -r linear-rag/dataset/* dataset/ +cp -r linear-rag/* dataset/ ``` **Step 5: Prepare Embedding Model** |
