ylacombe HF staff commited on
Commit
b6f0f6a
1 Parent(s): 1b88e15

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -8
tokenizer_config.json CHANGED
@@ -11,12 +11,9 @@
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "BertTokenizer",
13
  "unk_token": "[UNK]",
14
- "init_inputs":
15
- {
16
- "return_tensors": "pt",
17
- "max_length": 256,
18
- "add_special_tokens": false,
19
- "return_attention_mask": true,
20
- "return_token_type_ids": false
21
- }
22
  }
 
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "BertTokenizer",
13
  "unk_token": "[UNK]",
14
+ "return_tensors": "pt",
15
+ "max_length": 256,
16
+ "add_special_tokens": false,
17
+ "return_attention_mask": true,
18
+ "return_token_type_ids": false
 
 
 
19
  }