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

  • Log In
  • Sign Up

KrishnanDevilking
/
jarvis-intent-classifier

Text Classification
sentence-transformers
English
intent-classification
assistant
scikit-learn
Model card Files Files and versions
xet
Community

Instructions to use KrishnanDevilking/jarvis-intent-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use KrishnanDevilking/jarvis-intent-classifier with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("KrishnanDevilking/jarvis-intent-classifier")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
jarvis-intent-classifier
362 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
KrishnanDevilking's picture
KrishnanDevilking
Upload folder using huggingface_hub
c560db3 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.8 kB
    Upload folder using huggingface_hub 6 months ago
  • app.py
    672 Bytes
    Upload folder using huggingface_hub 6 months ago
  • inference.py
    747 Bytes
    Upload folder using huggingface_hub 6 months ago
  • intent_model.pkl

    Detected Pickle imports (4)

    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.core.multiarray._reconstruct",
    • "numpy.dtype",
    • "numpy.ndarray"

    How to fix it?

    357 kB
    xet
    Upload folder using huggingface_hub 6 months ago
  • requirements.txt
    37 Bytes
    Upload folder using huggingface_hub 6 months ago