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