Update preprocessor/tokenizer_config.yaml
Browse files
preprocessor/tokenizer_config.yaml
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
name: bpe_tokenizer
|
2 |
config_type: preprocessor
|
3 |
-
truncation_strategy:
|
4 |
-
|
|
|
|
|
5 |
pad_token_id: 0
|
6 |
pad_token: <pad>
|
7 |
continuing_subword_prefix: ''
|
|
|
1 |
name: bpe_tokenizer
|
2 |
config_type: preprocessor
|
3 |
+
truncation_strategy: longest_first
|
4 |
+
truncation_direction: right
|
5 |
+
padding_strategy: longest
|
6 |
+
padding_direction: right
|
7 |
pad_token_id: 0
|
8 |
pad_token: <pad>
|
9 |
continuing_subword_prefix: ''
|