metadata
license: apache-2.0
Prolong_64K_v2_Llama2_Tokenizer
This is the Prolong_64K dataset, tokenized using the Llama-2-7b-hf tokenizer for use in Samba-style training.
👉 You can download and unzip the dataset from: prolong_64K_v2.zip
wget -c https://huggingface.co/datasets/jsun/Prolong_64K_v2_Llama2_Tokenizer/resolve/main/prolong_64K_v2.zip -O prolong_64K_v2.zip
sudo apt install zip # Ubuntu
unzip prolong_64K_v2.zip -d prolong_64K_v2
Once extracted, the dataset can be loaded using the PackedDataset class from the Samba codebase.