Transformers How to use skops-tests/textclassification-sklearn-latest-hist_gradient_boosting-with-config-skops with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("skops-tests/textclassification-sklearn-latest-hist_gradient_boosting-with-config-skops", dtype="auto")