Instructions to use hezarai/bert-base-fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hezar
How to use hezarai/bert-base-fa with Hezar:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| name: wordpiece_tokenizer | |
| config_type: preprocessor | |
| truncation_side: right | |
| padding_side: right | |
| stride: 0 | |
| pad_to_multiple_of: 0 | |
| pad_token_type_id: 0 | |
| unk_token: '[UNK]' | |
| sep_token: '[SEP]' | |
| pad_token: '[PAD]' | |
| cls_token: '[CLS]' | |
| mask_token: '[MASK]' | |
| wordpieces_prefix: '##' | |
| vocab_size: 42000 | |
| min_frequency: 2 | |
| limit_alphabet: 1000 | |
| initial_alphabet: [] | |
| show_progress: true | |