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-8bit

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

Instructions to use turingevo/bge-reranker-base-openvino-8bit 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-8bit with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("turingevo/bge-reranker-base-openvino-8bit")
    
    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-8bit
297 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
turingevo's picture
turingevo
Upload README.md with huggingface_hub
2976eae verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub 11 months ago
  • README.md
    2.04 kB
    Upload README.md with huggingface_hub 11 months ago
  • config.json
    805 Bytes
    Upload config.json with huggingface_hub 11 months ago
  • openvino_config.json
    609 Bytes
    Upload openvino_config.json with huggingface_hub 11 months ago
  • openvino_model.bin
    279 MB
    xet
    Upload openvino_model.bin with huggingface_hub 11 months ago
  • openvino_model.xml
    617 kB
    Upload openvino_model.xml with huggingface_hub 11 months ago
  • special_tokens_map.json
    279 Bytes
    Upload special_tokens_map.json with huggingface_hub 11 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer.json with huggingface_hub 11 months ago
  • tokenizer_config.json
    443 Bytes
    Upload tokenizer_config.json with huggingface_hub 11 months ago