jacob-hugging-face/job-descriptions
Viewer • Updated • 853 • 828 • 28
How to use Thanoss/Description_Maker with Scikit-learn:
from huggingface_hub import hf_hub_download
import joblib
model = joblib.load(
hf_hub_download("Thanoss/Description_Maker", "sklearn_model.joblib")
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.htmlBase model
scikit-learn/skorch-text-classification