mrm8488 commited on
Commit
04f79af
1 Parent(s): 1434089

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ {
2
+ "name_or_path": "/content/tokenizer",
3
+ "special_tokens_map_file": "/content/tokenizer/special_tokens_map.json",
4
+ "tokenizer_class": "PreTrainedTokenizerFast"
5
+ }