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

  • Log In
  • Sign Up

Amusa
/
private1

Text Classification
Scikit-learn
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Scikit-learn

    How to use Amusa/private1 with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("Amusa/private1", "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
private1
98.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Amusa's picture
Amusa
Upload text_classifier.pkl
7497e73 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    144 Bytes
    Update README.md about 3 years ago
  • text_classifier.pkl
    96.6 kB
    xet
    Upload text_classifier.pkl about 3 years ago