How to use gradientrouting-spar/YOUR_MODEL_ID with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gradientrouting-spar/YOUR_MODEL_ID", dtype="auto")