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