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

  • Log In
  • Sign Up

s1ghhh
/
CoIn-Matching-Head

Feature Extraction
sentence-transformers
Safetensors
English
auditing
llm
reasoning-tokens
matching-head
Model card Files Files and versions
xet
Community

Instructions to use s1ghhh/CoIn-Matching-Head with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use s1ghhh/CoIn-Matching-Head with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("s1ghhh/CoIn-Matching-Head")
    
    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
CoIn-Matching-Head
5.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
s1ghhh's picture
s1ghhh
Update README.md
319642d verified 2 months ago
  • learned_verifier
    Upload folder using huggingface_hub 11 months ago
  • matching_head_BlockToAnswer
    Upload folder using huggingface_hub 11 months ago
  • matching_head_TokensToBlock
    Upload folder using huggingface_hub 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.6 kB
    Update README.md 2 months ago