SAVRN Model Hub · Comparisons
all-MiniLM-L6-v2 vs rubert-tiny2
All-MiniLM-L6-v2 has 23M parameters and rubert-tiny2 has 29M parameters; all-MiniLM-L6-v2 is released under Apache License 2.0 and rubert-tiny2 under MIT License; at 16-bit, all-MiniLM-L6-v2 needs about 0.1 GB (1x MI300X from $1.85 an hour) and rubert-tiny2 about 0.1 GB (1x MI300X from $1.85 an hour).
| Field | all-MiniLM-L6-v2 sentence-transformers/all-MiniLM-L6-v2 | rubert-tiny2 cointegrated/rubert-tiny2 |
|---|---|---|
| Publisher | Sentence Transformers | David Dale |
| Task | Sentence similarity | Sentence similarity |
| Modality | Text | Text |
| Parameters, as reported | 23M parameters | 29M parameters |
| Architecture | BertModel | BertForPreTraining |
| Library | sentence-transformers | sentence-transformers |
| Context length | 512 tokens | 2,048 tokens |
| Repository size | 976.9 MB | 238.9 MB |
| Artifact formats | safetensors, onnx, openvino, pytorch, rust, tf | safetensors, pytorch |
| License | apache-2.0 | mit |
| Access | Open weights, no gate | Open weights, no gate |
| Memory at 16-bit (weights and margin) | 0.1 GB | 0.1 GB |
| Cheapest GPUs at 16-bit, per hour | 1x MI300X, $1.85 | 1x MI300X, $1.85 |
| Memory at 4-bit (weights and margin) | 0 GB | 0 GB |
| Cheapest GPUs at 4-bit, per hour | 1x MI300X, $1.85 | 1x MI300X, $1.85 |
| Revision viewed | 1110a243fdf4 | e8ed3b0c8bbf |
| Downloads reported by the hub | 255.1M | 255.6k |
| 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.
Other Reported Results
These results are listed for each model on its own, because the conditions needed to compare them are not stated or do not match. Two results that leave a condition blank are not assumed to share it.
all-MiniLM-L6-v2
| Benchmark | Conditions | Result | Reported by | Revision | Date |
|---|---|---|---|---|---|
| mteb/arguana | Task ArguAnaMetric ArguAnaSetup Obtained using MTEB v1.12.75Comparison conditions not established | 50.167 | Obtained using MTEB v1.12.75 Reported by a third party |
Evaluated revision not stated | 2026-03-05 |
| mteb/arguana | Task ArguAna_default_testMetric ArguAna_default_testSetup Obtained using MTEB v1.12.75Comparison conditions not established | 50.167 | Obtained using MTEB v1.12.75 Reported by a third party |
Evaluated revision not stated | 2026-03-05 |
SAVRN's Notes on all-MiniLM-L6-v2
Sentence embedding sits at the front of almost every retrieval pipeline we run, and the memory line tells you where this model belongs: 0.1 GB at 16-bit, rounding to zero at 8-bit and 4-bit. The cheapest on-demand setup we price is one MI300X with 192 GB at $1.85 an hour, so nobody rents a card for this alone. It rides in the spare memory of whatever GPU already serves your main model, 23M parameters producing a 384-wide vector.
Apache 2.0 lets you fine-tune it and ship the result commercially, provided the license, copyright and NOTICE files travel with it and significant changes are marked. Check the 512-token context against your document lengths, since longer text gets split first, and read the lineage: nreimers/MiniLM-L6-H384-uncased as the source model and seven training sets, including ms_marco, s2orc and code_search_net. No host prices it by the token in our Index.
Questions
Which is larger, all-MiniLM-L6-v2 or rubert-tiny2?
rubert-tiny2 (29M parameters) is larger than all-MiniLM-L6-v2 (23M parameters), by the parameter counts their publishers report.
Which is cheaper to run, all-MiniLM-L6-v2 or rubert-tiny2?
At 4-bit, all-MiniLM-L6-v2 fits on 1x MI300X from $1.85 an hour and rubert-tiny2 on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
Can I use all-MiniLM-L6-v2 commercially?
Yes. all-MiniLM-L6-v2 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 rubert-tiny2 commercially?
Yes. rubert-tiny2 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.