try 0499d8b
specollective-ai commited on
How to use jtorreggiani/lr-statement-intent-classifier with Scikit-learn:
import joblib
from skops.hub_utils import download
download("jtorreggiani/lr-statement-intent-classifier", "path_to_folder")
model = joblib.load(
"custom_model.pkl"
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.html