Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Tokenized dataset from `https://huggingface.co/datasets/gmongaras/EleutherAI_the_pile_deduplicated`
|
2 |
+
|
3 |
+
Using the llama tokenizer from `https://huggingface.co/meta-llama/Llama-2-7b-hf` which can be loaded with `transformers.AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-hf")`
|
4 |
+
|
5 |
+
Original Pile repo: `https://huggingface.co/datasets/EleutherAI/the_pile_deduplicated`
|