How to use shiv2050/sft-tiny-chatbot with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("shiv2050/sft-tiny-chatbot", dtype="auto")
How to fix it?