rajpurkar commited on
Commit
916b25d
1 Parent(s): 5f16e15
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:580c02e11f5032b47ddff2d36ea8045b1c1f41cb317668c18d2e9bb12749ec0a
3
  size 333968953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:484c96c9aa1150fc208627d1ad53f23fdb82a7c04bc1e2095f2753c6f5405fa4
3
  size 333968953
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "unk_token": "<|endoftext|>"
5
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "distilgpt2",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff