How to use badrabbitt/mamba_text_classification_1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("badrabbitt/mamba_text_classification_1", dtype="auto")
How to fix it?