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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

thinktecture
/
intent-logreg-nextera

Text Classification
Scikit-learn
Joblib
English
intent-classification
logistic-regression
conference-talk-demo
Model card Files Files and versions
xet
Community

Instructions to use thinktecture/intent-logreg-nextera with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use thinktecture/intent-logreg-nextera with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("thinktecture/intent-logreg-nextera", "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
intent-logreg-nextera
33.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
christianweyer's picture
christianweyer
Drop blockquote (HF auto-adds CSS quotes around > markdown)
0ff0247 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • LICENSE
    656 Bytes
    Attach license reference 1 day ago
  • MODEL_LICENSES.md
    4.44 kB
    Add MODEL_LICENSES.md (so model card can link relatively) 3 days ago
  • README.md
    2.7 kB
    Drop blockquote (HF auto-adds CSS quotes around > markdown) 1 day ago
  • SECURITY.md
    4.11 kB
    Add SECURITY.md (so model card can link relatively) 3 days ago
  • meta.json
    346 Bytes
    Upload nextera fine-tune 1 day ago
  • model.joblib

    Detected Pickle imports (4)

    • "numpy.ndarray",
    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper"

    How to fix it?

    19.4 kB
    xet
    Upload nextera fine-tune 1 day ago