Edit model card

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

Downloads last month
0
Unable to determine this model's library. Check the docs .