Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hsilvosa
/
openplacsp-cpv-classifier

Text Classification
Scikit-learn
Joblib
Spanish
public-procurement
cpv
multilabel-classification
Model card Files Files and versions
xet
Community

Instructions to use hsilvosa/openplacsp-cpv-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use hsilvosa/openplacsp-cpv-classifier with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("hsilvosa/openplacsp-cpv-classifier", "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
openplacsp-cpv-classifier
44.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hsilvosa's picture
hsilvosa
Remove generated Python cache
2aafdf6 verified 11 days ago
  • .gitattributes
    1.58 kB
    Add calibrated CPV classifier v2 11 days ago
  • README.md
    1.88 kB
    Publish validated English model release 11 days ago
  • inference.py
    1.03 kB
    Add calibrated CPV classifier v2 11 days ago
  • labels.json
    408 Bytes
    Add calibrated CPV classifier v2 11 days ago
  • metrics.json
    31.5 kB
    Publish validated English model release 11 days ago
  • model.joblib

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    44.3 MB
    xet
    Add calibrated CPV classifier v2 11 days ago
  • requirements.txt
    51 Bytes
    Add calibrated CPV classifier v2 11 days ago