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