How to use
from transformers import LlamaTokenizerFast
tokenizer = LlamaTokenizerFast.from_pretrained("mimir-project/tokenizer", token=True)
or
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("mimir-project/tokenizer", token=True)
Copied from https://github.com/SmartmediaAI/MIMIR-project/tree/main
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.