sanagnos commited on
Commit
d86db70
1 Parent(s): 2ef8a58

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<question>",
4
+ "<answer>"
5
+ ],
6
+ "eos_token": "</s>",
7
+ "pad_token": "<pad>"
8
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 1000000000000000019884624838656,
3
+ "name_or_path": "/local/home/sanagnos/tmp/checkpoint-2500",
4
+ "special_tokens_map_file": "/content/tokenizer/special_tokens_map.json",
5
+ "tokenizer_class": "PreTrainedTokenizerFast"
6
+ }