Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
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.
- Downloads last month
- 74