SAVRN
Search Contact SAVRN

SAVRN Model Hub · Comparisons

Qwen3-Embedding-0.6B vs w2v-bert-2.0

Qwen3-Embedding-0.6B has 596M parameters and w2v-bert-2.0 has 580M parameters; Qwen3-Embedding-0.6B is released under Apache License 2.0 and w2v-bert-2.0 under MIT License; at 16-bit, Qwen3-Embedding-0.6B needs about 1.4 GB (1x MI300X from $1.85 an hour) and w2v-bert-2.0 about 1.4 GB (1x MI300X from $1.85 an hour).

Published metadata for 2 models, each read from its own repository.
Field Qwen3-Embedding-0.6B
Qwen/Qwen3-Embedding-0.6B
w2v-bert-2.0
facebook/w2v-bert-2.0
Publisher Qwen AI at Meta
Task Feature extraction Feature extraction
Modality Text Text
Parameters, as reported 596M parameters 580M parameters
Architecture Qwen3ForCausalLM Wav2Vec2BertModel
Library sentence-transformers transformers
Context length 32,768 tokens Not stated
Repository size 1.2 GB 4.7 GB
Artifact formats safetensors safetensors
License apache-2.0 mit
Access Open weights, no gate Open weights, no gate
Memory at 16-bit (weights and margin) 1.4 GB 1.4 GB
Cheapest GPUs at 16-bit, per hour 1x MI300X, $1.85 1x MI300X, $1.85
Memory at 4-bit (weights and margin) 0.4 GB 0.3 GB
Cheapest GPUs at 4-bit, per hour 1x MI300X, $1.85 1x MI300X, $1.85
Revision viewed 97b0c614be4d da985ba0987f
Downloads reported by the hub 8.5M 2.2M
Last observed 2026-09-18 2026-09-18

An evaluation row appears only where at least two of these models report the same benchmark with the same stated configuration, metric, unit and setup. Different evaluators stay named in each cell. Values are shown as reported: no unit conversion, no ranking.

SAVRN's Notes on Qwen3-Embedding-0.6B

Retrieval pipelines need an encoder that turns text into vectors, and this is the 0.6B of a series that also ships 4B and 8B. It needs 1.4 GB at 16-bit, 0.7 GB at 8-bit and 0.4 GB at 4-bit, so the cheapest setup, a 192 GB MI300X at $1.85 per hour, is a card it will share with the generator it feeds. The 32,768-token context matters more, since it sets how much of a document goes into one vector.

Apache 2.0 makes it a clean component to ship, with commercial use, modification and redistribution permitted, the license and NOTICE file kept and significant changes stated. It derives from Qwen3-0.6B-Base, and the architecture is Qwen3ForCausalLM served through sentence-transformers, so confirm your stack loads it that way. The Index lists no host price, so the comparison is your own accelerator time; arXiv:2506.05176 describes the method.

SAVRN's Notes on w2v-bert-2.0

Speech goes in, features come out, and nothing happens until you bolt a head on. That is the job of this 580M-parameter Conformer encoder from AI at Meta, pre-trained on 4.5 million hours of unlabeled audio in more than 143 languages and shipped without a modeling head, so ASR or audio classification starts with a finetuning run. At 16-bit the weights take 1.2 GB with 1.4 GB needed, a rounding error on the cheapest priced card we list, one MI300X with 192 GB at $1.85 an hour.

MIT is as light as a license gets: commercial use, modification and redistribution, provided the copyright and permission notices travel with the files, so a finetuned ASR head can ship in a product. Budget for the finetuning run rather than inference, and read arXiv:2312.05187 before assuming your language is covered among the 143; the files have not changed since January 2024.

Questions

Which is larger, Qwen3-Embedding-0.6B or w2v-bert-2.0?

Qwen3-Embedding-0.6B (596M parameters) is larger than w2v-bert-2.0 (580M parameters), by the parameter counts their publishers report.

Which is cheaper to run, Qwen3-Embedding-0.6B or w2v-bert-2.0?

At 4-bit, Qwen3-Embedding-0.6B fits on 1x MI300X from $1.85 an hour and w2v-bert-2.0 on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use Qwen3-Embedding-0.6B commercially?

Yes. Qwen3-Embedding-0.6B is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Can I use w2v-bert-2.0 commercially?

Yes. w2v-bert-2.0 is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

Related Comparisons