michelleyunun commited on
Commit
de512f4
1 Parent(s): 58b57ff

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -0
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -3,5 +3,6 @@
3
  "eos_token": "<end>",
4
  "model_max_length": 1000000000000000019884624838656,
5
  "pad_token": "<pad>",
 
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }
 
3
  "eos_token": "<end>",
4
  "model_max_length": 1000000000000000019884624838656,
5
  "pad_token": "<pad>",
6
+ "sos_token": "<start>",
7
  "tokenizer_class": "PreTrainedTokenizerFast"
8
  }