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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hotchpotch
/
bekko-embedding-v1-a25m

Sentence Similarity
sentence-transformers
ONNX
Safetensors
OpenVINO
multilingual
modernbert
embeddings
feature-extraction
matryoshka
retrieval
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hotchpotch/bekko-embedding-v1-a25m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use hotchpotch/bekko-embedding-v1-a25m with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("hotchpotch/bekko-embedding-v1-a25m")
    
    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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bekko-embedding-v1-a25m / openvino
940 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hotchpotch's picture
hotchpotch
Re-export ONNX/OpenVINO with canonical RoPE local theta 160k
35a8c0e verified about 2 months ago
  • openvino_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    199 MB
    xet
    Re-export ONNX/OpenVINO with canonical RoPE local theta 160k about 2 months ago
  • openvino_model.xml
    489 kB
    Re-export ONNX/OpenVINO with canonical RoPE local theta 160k about 2 months ago
  • openvino_model_fp16_not_default.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    246 MB
    xet
    Re-export ONNX/OpenVINO with canonical RoPE local theta 160k about 2 months ago
  • openvino_model_fp16_not_default.xml
    536 kB
    Re-export ONNX/OpenVINO with canonical RoPE local theta 160k about 2 months ago
  • openvino_model_fp32_not_recommended.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    493 MB
    xet
    Re-export ONNX/OpenVINO with canonical RoPE local theta 160k about 2 months ago
  • openvino_model_fp32_not_recommended.xml
    486 kB
    Re-export ONNX/OpenVINO with canonical RoPE local theta 160k about 2 months ago