Instructions to use Ajhesh7/maths-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ajhesh7/maths-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Ajhesh7/maths-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 220 Bytes
1bd4960 | 1 2 3 4 5 6 7 8 9 10 | {
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}
|