Hezar: Upload tokenizer_config.yaml
Browse files
preprocessor/tokenizer_config.yaml
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
name: tokenizer
|
2 |
config_type: preprocessor
|
|
|
3 |
max_length: 512
|
4 |
truncation_strategy: longest_first
|
5 |
truncation_direction: right
|
|
|
1 |
name: tokenizer
|
2 |
config_type: preprocessor
|
3 |
+
model: wordpiece
|
4 |
max_length: 512
|
5 |
truncation_strategy: longest_first
|
6 |
truncation_direction: right
|