Instructions to use onnx-community/Qwen3-Embedding-0.6B-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Qwen3-Embedding-0.6B-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'onnx-community/Qwen3-Embedding-0.6B-ONNX');
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers.js
|
| 3 |
base_model: Qwen/Qwen3-Embedding-0.6B
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
https://huggingface.co/Qwen/Qwen3-Embedding-0.6B with ONNX weights to be compatible with Transformers.js.
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers.js
|
| 3 |
base_model: Qwen/Qwen3-Embedding-0.6B
|
| 4 |
+
pipeline_tag: feature-extraction
|
| 5 |
---
|
| 6 |
|
| 7 |
https://huggingface.co/Qwen/Qwen3-Embedding-0.6B with ONNX weights to be compatible with Transformers.js.
|