SAVRN
Search Contact SAVRN

SAVRN Model Hub · Comparisons

bge-base-en-v1.5-course-recommender-v5 vs pubmedbert-base-embeddings

Bge-base-en-v1.5-course-recommender-v5 has 109M parameters and pubmedbert-base-embeddings has 109M parameters; at 16-bit, bge-base-en-v1.5-course-recommender-v5 needs about 0.3 GB (1x MI300X from $1.85 an hour) and pubmedbert-base-embeddings about 0.3 GB (1x MI300X from $1.85 an hour).

Published metadata for 2 models, each read from its own repository.
Field bge-base-en-v1.5-course-recommender-v5
datasocietyco/bge-base-en-v1.5-course-recommender-v5
pubmedbert-base-embeddings
NeuML/pubmedbert-base-embeddings
Publisher Data Society NeuML
Task Sentence similarity Sentence similarity
Modality Text Text
Parameters, as reported 109M parameters 109M parameters
Architecture BertModel BertModel
Library sentence-transformers sentence-transformers
Context length 512 tokens 512 tokens
Repository size 438.9 MB 876.9 MB
Artifact formats safetensors safetensors, pytorch
License Not stated apache-2.0
Access Open weights, no gate Open weights, no gate
Memory at 16-bit (weights and margin) 0.3 GB 0.3 GB
Cheapest GPUs at 16-bit, per hour 1x MI300X, $1.85 1x MI300X, $1.85
Memory at 4-bit (weights and margin) 0.1 GB 0.1 GB
Cheapest GPUs at 4-bit, per hour 1x MI300X, $1.85 1x MI300X, $1.85
Revision viewed 2b069eed51ce b79526d6ef36
Downloads reported by the hub 4.2M 938k
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 bge-base-en-v1.5-course-recommender-v5

The name tells you the target. Data Society tuned this model to recommend courses, and the entire fine-tune from the BAAI/bge-base-en-v1.5 it derives from is 24 training steps at a batch size of 16 and a learning rate of 3e-06. Each input becomes a 768-dimensional vector for similarity search and clustering. The 16-bit working set is 0.3 GB, the download 439 MB, and the cheapest listed setup, one MI300X with 192 GB at $1.85 an hour, uses well under one percent of the card.

No license is recorded on this fine-tune, so settle that first with the publisher before these vectors go into a production index. Then run the base alongside it: 24 steps is a light touch, and you want to measure what it changed on your own catalog. Inputs stop at 512 tokens, the stored weights are float32, and the method traces to arXiv:1908.10084 and arXiv:1705.00652.

SAVRN's Notes on pubmedbert-base-embeddings

Medical literature search is where we would put this one. NeuML fine-tuned a PubMedBERT base with sentence-transformers on PubMed title and abstract pairs, and the output is a 768-dimensional vector per sentence or paragraph, built for clustering and semantic search over medical text. The 109M parameters need 0.3 GB at 16-bit, and the stored precision is float32, so even the full-width copy stays under 1 GB. The lowest-cost host in our data is one MI300X at $1.85 an hour, far more card than an embedding job this size needs. Share it with something bigger.

Apache 2.0 covers commercial use, modification and redistribution, with notices kept and significant changes stated. Two things to check: the 512-token context, so anything longer gets chunked before embedding, and the parent model, Microsoft's BiomedBERT base trained on abstracts and full text, which carries its own terms.

Questions

Which is larger, bge-base-en-v1.5-course-recommender-v5 or pubmedbert-base-embeddings?

bge-base-en-v1.5-course-recommender-v5 (109M parameters) is larger than pubmedbert-base-embeddings (109M parameters), by the parameter counts their publishers report.

Which is cheaper to run, bge-base-en-v1.5-course-recommender-v5 or pubmedbert-base-embeddings?

At 4-bit, bge-base-en-v1.5-course-recommender-v5 fits on 1x MI300X from $1.85 an hour and pubmedbert-base-embeddings on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use pubmedbert-base-embeddings commercially?

Yes. pubmedbert-base-embeddings 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.

Related Comparisons