Update README.md
#3
by
pxyu
- opened
README.md
CHANGED
|
@@ -24,7 +24,7 @@ GIT_LFS_SKIP_SMUDGE=1 git clone https://hf.co/datasets/Snowflake/arctic-embed-ft
|
|
| 24 |
mv ./data.gitignore ./data/.gitignore
|
| 25 |
|
| 26 |
# Ensure we have all the files you need for training downloaded from LFS.
|
| 27 |
-
cd
|
| 28 |
git lfs pull --include="combined/pretokenized/example_dot95/,eval/"
|
| 29 |
|
| 30 |
# Optional: Download more large files (e.g. everything but the very large precomputed embeddings).
|
|
|
|
| 24 |
mv ./data.gitignore ./data/.gitignore
|
| 25 |
|
| 26 |
# Ensure we have all the files you need for training downloaded from LFS.
|
| 27 |
+
cd data/
|
| 28 |
git lfs pull --include="combined/pretokenized/example_dot95/,eval/"
|
| 29 |
|
| 30 |
# Optional: Download more large files (e.g. everything but the very large precomputed embeddings).
|