Hezar: Upload model and config
Browse files
preprocessor/tokenizer_config.yaml
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
name: bpe_tokenizer
|
2 |
config_type: preprocessor
|
|
|
3 |
max_length: 512
|
4 |
truncation_strategy: longest_first
|
5 |
truncation_direction: right
|
|
|
1 |
name: bpe_tokenizer
|
2 |
config_type: preprocessor
|
3 |
+
pretrained_path: hezarai/trocr-tiny-fa
|
4 |
max_length: 512
|
5 |
truncation_strategy: longest_first
|
6 |
truncation_direction: right
|