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

turingevo
/
bge-reranker-base-openvino

Text Classification
sentence-transformers
OpenVINO
English
Chinese
xlm-roberta
mteb
text-embeddings-inference
openvino-export
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use turingevo/bge-reranker-base-openvino with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use turingevo/bge-reranker-base-openvino with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("turingevo/bge-reranker-base-openvino")
    
    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
bge-reranker-base-openvino
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
turingevo's picture
turingevo
Upload README.md with huggingface_hub
ce4c470 verified 10 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub 10 months ago
  • README.md
    1.97 kB
    Upload README.md with huggingface_hub 10 months ago
  • config.json
    760 Bytes
    Upload config.json with huggingface_hub 10 months ago
  • openvino_model.bin
    1.11 GB
    xet
    Upload openvino_model.bin with huggingface_hub 10 months ago
  • openvino_model.xml
    378 kB
    Upload openvino_model.xml with huggingface_hub 10 months ago
  • special_tokens_map.json
    279 Bytes
    Upload special_tokens_map.json with huggingface_hub 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer.json with huggingface_hub 10 months ago
  • tokenizer_config.json
    443 Bytes
    Upload tokenizer_config.json with huggingface_hub 10 months ago