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