Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Thanoss
/
Description_Maker

Scikit-learn
English
description
python
scikit-learn
Model card Files Files and versions
xet
Community

Instructions to use Thanoss/Description_Maker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    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.html
  • Notebooks
  • Google Colab
  • Kaggle
Description_Maker
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Thanoss's picture
Thanoss
Update README.md
56239fb verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.81 kB
    Update README.md over 1 year ago
  • desription.py
    6.82 kB
    Upload desription.py over 1 year ago