michelleyunun commited on
Commit
cf4487d
1 Parent(s): 176911a

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -1,3 +1,4 @@
1
  {
2
- "eos_token": "<end>"
 
3
  }
 
1
  {
2
+ "eos_token": "<end>",
3
+ "pad_token": "<pad>"
4
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -2,5 +2,6 @@
2
  "clean_up_tokenization_spaces": true,
3
  "eos_token": "<end>",
4
  "model_max_length": 1000000000000000019884624838656,
 
5
  "tokenizer_class": "PreTrainedTokenizerFast"
6
  }
 
2
  "clean_up_tokenization_spaces": true,
3
  "eos_token": "<end>",
4
  "model_max_length": 1000000000000000019884624838656,
5
+ "pad_token": "<pad>",
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }