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

  • Log In
  • Sign Up

alibayram
/
mft-random

Sentence Similarity
sentence-transformers
Safetensors
gemma3_text
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use alibayram/mft-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use alibayram/mft-random with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("alibayram/mft-random")
    
    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
mft-random / 2_Dense
4.72 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
alibayram's picture
alibayram
Add new SentenceTransformer model
1944048 verified 3 months ago
  • config.json
    134 Bytes
    Add new SentenceTransformer model 3 months ago
  • model.safetensors
    4.72 MB
    xet
    Add new SentenceTransformer model 3 months ago