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