anilbhatt1 commited on
Commit
56cacca
1 Parent(s): 798db6c

Upload 3 files

Browse files
checkpoints/EleutherAI/pythia-160m-deduped/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f46ea77004069e1a95dfc4e3aab35846c09e6c861b372a7213f759c9e1a7da
3
+ size 375036845
checkpoints/EleutherAI/pythia-160m-deduped/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/EleutherAI/pythia-160m-deduped/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "name_or_path": "EleutherAI/gpt-neox-20b",
6
+ "special_tokens_map_file": "/admin/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/4e49eadb5d14bd22f314ec3f45b69a87b88c7691/special_tokens_map.json",
7
+ "tokenizer_class": "GPTNeoXTokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }