lekhnathrijal commited on
Commit
68edeff
·
1 Parent(s): 04326fd

Upload MultiTaskClassifierPipeline

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -0
tokenizer_config.json CHANGED
@@ -48,7 +48,10 @@
48
  "mask_token": "[MASK]",
49
  "max_length": 512,
50
  "model_max_length": 512,
 
51
  "pad_token": "[PAD]",
 
 
52
  "sep_token": "[SEP]",
53
  "stride": 0,
54
  "strip_accents": null,
 
48
  "mask_token": "[MASK]",
49
  "max_length": 512,
50
  "model_max_length": 512,
51
+ "pad_to_multiple_of": null,
52
  "pad_token": "[PAD]",
53
+ "pad_token_type_id": 0,
54
+ "padding_side": "right",
55
  "sep_token": "[SEP]",
56
  "stride": 0,
57
  "strip_accents": null,