Update tokenizer_config.json
Browse files- 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 |
-
"
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
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 |
}
|