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

  • Log In
  • Sign Up

drithh
/
intent-classifier

Feature Extraction
sentence-transformers
Safetensors
English
bert
intent-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use drithh/intent-classifier with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("drithh/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
intent-classifier
70.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
drithh's picture
drithh
Upload README.md with huggingface_hub
60ae298 verified 9 months ago
  • 1_Pooling
    Add new SentenceTransformer model. 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    1.18 kB
    Upload README.md with huggingface_hub 9 months ago
  • config.json
    617 Bytes
    Add new SentenceTransformer model. 9 months ago
  • config_sentence_transformers.json
    277 Bytes
    Add new SentenceTransformer model. 9 months ago
  • model.safetensors
    69.6 MB
    xet
    Add new SentenceTransformer model. 9 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. 9 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model. 9 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model. 9 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. 9 months ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model. 9 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. 9 months ago