Instructions to use arithmetic-circuit-overloading/tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arithmetic-circuit-overloading/tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arithmetic-circuit-overloading/tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "<bos>", | |
| "eos_token": "<eos>", | |
| "pad_token": "<pad>", | |
| "unk_token": "<unk>" | |
| } | |