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

  • Log In
  • Sign Up

mjpsm
/
checkin_or_not_model

Text Classification
sentence-transformers
English
xgboost
embeddings
slack
checkin-detection
Model card Files Files and versions
xet
Community

Instructions to use mjpsm/checkin_or_not_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mjpsm/checkin_or_not_model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mjpsm/checkin_or_not_model")
    
    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
checkin_or_not_model
1.89 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
mjpsm's picture
mjpsm
Latest version of check_in_or_not_model
0c75cee verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.15 kB
    Update README.md 6 months ago
  • checkin_or_not_classifier.json
    358 kB
    Upload checkin_or_not_classifier.json with huggingface_hub 6 months ago
  • checkin_or_not_classifierV2.json
    598 kB
    Retrained model on new data 4 months ago
  • checkin_or_not_classifierV3.json
    934 kB
    Latest version of check_in_or_not_model 3 months ago