How to use ocisd4/Phi-3-mini-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ocisd4/Phi-3-mini-tokenizer", dtype="auto")