emozilla commited on
Commit
3bbab26
·
verified ·
1 Parent(s): b32459f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,8 +22,8 @@ huggingface-cli download --repo-type dataset --local-dir dolma-v1_7-30B-tokenize
22
 
23
  To recombine:
24
  ```shell
25
- cat dolma-v1_7-30B-tokenized-llama2-nanoset_input_ids.npy.* > dolma-v1_7-30B-tokenized-llama2-nanoset_input_ids.npy
26
- rm -rf dolma-v1_7-305B-tokenized-llama3-nanoset
27
  ```
28
 
29
  Can also be used directly with numpy, for example
 
22
 
23
  To recombine:
24
  ```shell
25
+ cat dolma-v1_7-30B-tokenized-llama2-nanoset/dolma-v1_7-30B-tokenized-llama2-nanoset_input_ids.npy.* > dolma-v1_7-30B-tokenized-llama2-nanoset_input_ids.npy
26
+ rm -rf dolma-v1_7-30B-tokenized-llama2-nanoset
27
  ```
28
 
29
  Can also be used directly with numpy, for example