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

  • Log In
  • Sign Up

PeppoCola
/
FewShotIssueClassifier-NLBSE23

Sentence Similarity
sentence-transformers
PyTorch
Safetensors
English
mpnet
Text Classification
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use PeppoCola/FewShotIssueClassifier-NLBSE23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use PeppoCola/FewShotIssueClassifier-NLBSE23 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("PeppoCola/FewShotIssueClassifier-NLBSE23")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
FewShotIssueClassifier-NLBSE23 / 2_Normalize
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
PeppoCola's picture
PeppoCola
Upload model
3fd672e about 3 years ago
  • .keep
    0 Bytes
    Upload model about 3 years ago