Update preprocessor/tokenizer_config.yaml
Browse files
preprocessor/tokenizer_config.yaml
CHANGED
@@ -2,7 +2,7 @@ name: bpe_tokenizer
|
|
2 |
config_type: preprocessor
|
3 |
max_length: 512
|
4 |
truncation_strategy: longest_first
|
5 |
-
truncation_direction:
|
6 |
stride: 0
|
7 |
padding_strategy: longest
|
8 |
padding_direction: right
|
|
|
2 |
config_type: preprocessor
|
3 |
max_length: 512
|
4 |
truncation_strategy: longest_first
|
5 |
+
truncation_direction: left
|
6 |
stride: 0
|
7 |
padding_strategy: longest
|
8 |
padding_direction: right
|