jayanth01 commited on
Commit
a9373ac
·
verified ·
1 Parent(s): d83f08d

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +15 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<bos>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "</s>",
6
+ "is_local": true,
7
+ "max_length": 96,
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "<pad>",
10
+ "stride": 0,
11
+ "tokenizer_class": "TokenizersBackend",
12
+ "truncation_side": "right",
13
+ "truncation_strategy": "longest_first",
14
+ "unk_token": "<unk>"
15
+ }