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

thinletter
/
bge-m3-query-clients

Feature Extraction
GGUF
Czech
English
multilingual
embeddings
retrieval
quantization
llama.cpp
wllama
query-encoder
asymmetric-retrieval
imatrix
Model card Files Files and versions
xet
Community
2

Instructions to use thinletter/bge-m3-query-clients with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use thinletter/bge-m3-query-clients with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf thinletter/bge-m3-query-clients:Q4_0
    # Run inference directly in the terminal:
    llama cli -hf thinletter/bge-m3-query-clients:Q4_0
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf thinletter/bge-m3-query-clients:Q4_0
    # Run inference directly in the terminal:
    llama cli -hf thinletter/bge-m3-query-clients:Q4_0
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf thinletter/bge-m3-query-clients:Q4_0
    # Run inference directly in the terminal:
    ./llama-cli -hf thinletter/bge-m3-query-clients:Q4_0
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf thinletter/bge-m3-query-clients:Q4_0
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf thinletter/bge-m3-query-clients:Q4_0
    Use Docker
    docker model run hf.co/thinletter/bge-m3-query-clients:Q4_0
  • LM Studio
  • Jan
  • Ollama

    How to use thinletter/bge-m3-query-clients with Ollama:

    ollama run hf.co/thinletter/bge-m3-query-clients:Q4_0
  • Unsloth Desktop
  • Docker Model Runner

    How to use thinletter/bge-m3-query-clients with Docker Model Runner:

    docker model run hf.co/thinletter/bge-m3-query-clients:Q4_0
  • Lemonade

    How to use thinletter/bge-m3-query-clients with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull thinletter/bge-m3-query-clients:Q4_0
    Run and chat with the model
    lemonade run user.bge-m3-query-clients-Q4_0
    List all available models
    lemonade list
  • Atomic Chat
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

bge-m3 query-side clients at 3–4 bits, calibrated on Czech text — summary and links

#2 opened 1 day ago by
honza-rosecky
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs