Upload prolong_64K_v2.zip
#1
by
jsun
- opened
README.md
CHANGED
@@ -1,17 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
-
|
5 |
-
|
6 |
-
# Prolong_64K_v2_Llama2_Tokenizer
|
7 |
-
|
8 |
-
This is the Prolong_64K dataset, tokenized using the [Llama-2-7b-hf tokenizer](https://github.com/microsoft/Samba/blob/main/scripts/prepare_slimpajama.py#L22) for use in Samba-style training.
|
9 |
-
|
10 |
-
👉 You can download and unzip the dataset from: [prolong_64K_v2.zip](https://huggingface.co/datasets/jsun/Prolong_64K_v2_Llama2_Tokenizer/blob/main/prolong_64K_v2.zip)
|
11 |
-
|
12 |
-
```
|
13 |
-
wget -c https://huggingface.co/datasets/jsun/Prolong_64K_v2_Llama2_Tokenizer/resolve/main/prolong_64K_v2.zip -O prolong_64K_v2.zip
|
14 |
-
sudo apt install zip # Ubuntu
|
15 |
-
unzip prolong_64K_v2.zip -d prolong_64K_v2
|
16 |
-
```
|
17 |
-
Once extracted, the dataset can be loaded using the [PackedDataset](https://github.com/microsoft/Samba/blob/383c016f2fb20ce75eed777761e1a4456c87b2b0/lit_gpt/packed_dataset.py#L33) class from the Samba codebase.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|