vasanth0475 commited on
Commit
97b3760
·
verified ·
1 Parent(s): ad31d30

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -1
tokenizer_config.json CHANGED
@@ -45,9 +45,16 @@
45
  "cls_token": "[CLS]",
46
  "extra_special_tokens": {},
47
  "mask_token": "[MASK]",
 
48
  "model_max_length": 1000000000000000019884624838656,
 
49
  "pad_token": "[PAD]",
 
 
50
  "sep_token": "[SEP]",
51
- "tokenizer_class": "PreTrainedTokenizerFast",
 
 
 
52
  "unk_token": "[UNK]"
53
  }
 
45
  "cls_token": "[CLS]",
46
  "extra_special_tokens": {},
47
  "mask_token": "[MASK]",
48
+ "max_length": 32,
49
  "model_max_length": 1000000000000000019884624838656,
50
+ "pad_to_multiple_of": null,
51
  "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
  "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "tokenizer_class": "PreTrainedTokenizer",
57
+ "truncation_side": "right",
58
+ "truncation_strategy": "longest_first",
59
  "unk_token": "[UNK]"
60
  }