moestergaard commited on
Commit
15ca4c0
·
verified ·
1 Parent(s): 2a722c1

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -5
tokenizer_config.json CHANGED
@@ -51,9 +51,5 @@
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "BertTokenizer",
54
- "unk_token": "[UNK]",
55
- "truncation": true,
56
- "padding": "max_length",
57
- "max_length": 256,
58
- "return_tensors": "pt"
59
  }
 
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
 
 
 
 
55
  }