auhide commited on
Commit
f64dbcb
1 Parent(s): c6ba7a1

Upload tokenizer

Browse files
added_tokens.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[EOL]": 30004,
3
+ "[ING]": 30002,
4
+ "[PAD]": 30001,
5
+ "[REC]": 30003,
6
+ "[SEP]": 30000,
7
+ "[TTL]": 30005
8
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[TTL]"
4
+ ],
5
+ "bos_token": "<|endoftext|>",
6
+ "eos_token": "[SEP]",
7
+ "pad_token": "[PAD]",
8
+ "unk_token": "<|endoftext|>"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "special_tokens_map_file": null,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff