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

Stffens
/
bge-small-rrf-v3

Sentence Similarity
sentence-transformers
Safetensors
English
bert
feature-extraction
retrieval
bge
beir
vstash
mnrl
fine-tuned
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Stffens/bge-small-rrf-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Stffens/bge-small-rrf-v3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Stffens/bge-small-rrf-v3")
    
    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
bge-small-rrf-v3
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
Stffens's picture
Stffens
Update README.md
a4269bb verified about 1 month ago
  • 1_Pooling
    add 1_Pooling/config.json about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    8.11 kB
    Update README.md about 1 month ago
  • config.json
    788 Bytes
    fix: add BertModel config.json at root so SentenceTransformer can load about 1 month ago
  • config_sentence_transformers.json
    283 Bytes
    add config_sentence_transformers.json about 1 month ago
  • model.safetensors
    133 MB
    xet
    add model.safetensors (stable network) about 1 month ago
  • modules.json
    429 Bytes
    add modules.json about 1 month ago
  • sentence_bert_config.json
    241 Bytes
    add sentence_bert_config.json about 1 month ago
  • tokenizer.json
    712 kB
    add tokenizer.json about 1 month ago
  • tokenizer_config.json
    414 Bytes
    add tokenizer_config.json about 1 month ago
  • training_meta.json
    2.39 kB
    add training_meta.json (arm_vol hyperparameters) about 1 month ago