gmongaras commited on
Commit
d7cb612
1 Parent(s): 582553b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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`