supermy commited on
Commit
33cd95a
1 Parent(s): 74590ab

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "pad_token": "[PAD]"
3
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_special_token": false,
3
+ "lowercase": true,
4
+ "name_or_path": "ancient-neo-125M-finetuning/checkpoint-19500/",
5
+ "pad_token": "[PAD]",
6
+ "special_tokens_map_file": "vocab/ancient-spm-bpe/special_tokens_map.json",
7
+ "tokenizer_class": "PreTrainedTokenizerFast"
8
+ }