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

  • Log In
  • Sign Up

shreyask
/
sift-finetuned

Sentence Similarity
sentence-transformers
ONNX
English
gemma3_text
embeddings
embeddinggemma-tuning-lab
sift
chrome-extension
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use shreyask/sift-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use shreyask/sift-finetuned with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("shreyask/sift-finetuned")
    
    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
sift-finetuned
2.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
shreyask's picture
shreyask
fix: license gemma (not apache-2.0) per Gemma Terms of Use
38611c8 verified 2 months ago
  • onnx
    Rename onnx/model_q4.onnx to onnx/model_no_gather_q4.onnx 2 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 2 months ago
  • README.md
    2.17 kB
    fix: license gemma (not apache-2.0) per Gemma Terms of Use 2 months ago
  • added_tokens.json
    35 Bytes
    Upload folder using huggingface_hub 2 months ago
  • config.json
    1.52 kB
    Upload folder using huggingface_hub 2 months ago
  • special_tokens_map.json
    662 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    33.4 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.model
    4.69 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    1.16 MB
    Upload folder using huggingface_hub 2 months ago