Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created July 2, 2025 12:02
Show Gist options
  • Save T1T4N/86dd496cada25f44ff9f0afb26ab909a to your computer and use it in GitHub Desktop.
Save T1T4N/86dd496cada25f44ff9f0afb26ab909a to your computer and use it in GitHub Desktop.
Continue.dev configuration for using Qwen3 Reranker with transformers.js

config.yaml

models:
 - name: Qwen3 Reranker 0.6B
   provider: transformers.js
   model: zhiqing/Qwen3-Reranker-0.6B-ONNX
   roles:
     - rerank

config.json

"reranker": {
  "name": "transformers.js",
  "params": {
    "model": "zhiqing/Qwen3-Reranker-0.6B-ONNX"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment