3. telechargement du modele


import joblib
from huggingface_hub import hf_hub_download

# Téléchargement du modèle GMM optimisé
model_path = hf_hub_download(
    repo_id="donerick/gaussian-model-v1",
    filename="gaussian-model.pkl",
    token="VOTRE_TOKEN_HF"
)

# Chargement
model = joblib.load(model_path)
print("Modèle GMM chargé avec succès.")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support