Instructions to use flexitok/parity_aware_bpe_tr_5k_val_100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flexitok/parity_aware_bpe_tr_5k_val_100 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("flexitok/parity_aware_bpe_tr_5k_val_100", device_map="auto") - Notebooks
- Google Colab
- Kaggle