Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mathreader
/
stella_en_400M_v5_finetuned_embedding_scorer

Sentence Similarity
sentence-transformers
Safetensors
English
new
feature-extraction
loss:MultipleNegativesRankingLoss
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use mathreader/stella_en_400M_v5_finetuned_embedding_scorer with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mathreader/stella_en_400M_v5_finetuned_embedding_scorer", trust_remote_code=True)
    
    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
stella_en_400M_v5_finetuned_embedding_scorer
1.74 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mathreader's picture
mathreader
Update README.md
62c724c verified 9 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 9 months ago
  • 2_Dense
    Upload folder using huggingface_hub 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    11.7 kB
    Update README.md 9 months ago
  • config.json
    990 Bytes
    Upload folder using huggingface_hub 9 months ago
  • config_sentence_transformers.json
    473 Bytes
    Upload folder using huggingface_hub 9 months ago
  • model.safetensors
    1.74 GB
    xet
    Upload folder using huggingface_hub 9 months ago
  • modules.json
    341 Bytes
    Upload folder using huggingface_hub 9 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 9 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 9 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 9 months ago
  • tokenizer_config.json
    1.41 kB
    Upload folder using huggingface_hub 9 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 9 months ago