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