SAVRN
Search Contact SAVRN

SAVRN Model Hub · Comparisons

bert-base-uncased vs juribert-base

Bert-base-uncased has 110M parameters and juribert-base has 111M parameters; bert-base-uncased is released under Apache License 2.0 and juribert-base under MIT License; at 16-bit, bert-base-uncased needs about 0.3 GB (1x MI300X from $1.85 an hour) and juribert-base about 0.3 GB (1x MI300X from $1.85 an hour).

Published metadata for 2 models, each read from its own repository.
Field bert-base-uncased
google-bert/bert-base-uncased
juribert-base
dascim/juribert-base
Publisher BERT community DaSciM
Task Fill mask Fill mask
Modality Text Text
Parameters, as reported 110M parameters 111M parameters
Architecture BertForMaskedLM BertForMaskedLM
Library transformers transformers
Context length 512 tokens 512 tokens
Repository size 3.5 GB 445.0 MB
Artifact formats safetensors, onnx, pytorch, coreml, jax, rust, tf safetensors
License apache-2.0 mit
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 86b5e0934494 735b7d1dffc4
Downloads reported by the hub 46.6M 447.5k
Last observed 2026-09-21 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 bert-base-uncased

Load this at 16-bit and it takes 0.3 GB of the 192 GB on the cheapest card in our table, one MI300X at $1.85 an hour on demand. Nobody buys a card for it; it rides on whatever is already running. The task it ships for is fill mask, the masked language modeling objective it was pretrained on with BookCorpus and Wikipedia, and 512 tokens is the most it takes in one pass.

Apache 2.0 covers commercial use, modification and redistribution, provided you keep the license and copyright notices and state what you changed. Worth knowing before you commit: the team that released it never wrote a model card, so the card is secondhand, and the 16 files on disk total 3.45 GB across seven formats, safetensors to Rust, while the 16-bit weights you run are 0.2 GB. Pull one format, not the folder.

Questions

Which is larger, bert-base-uncased or juribert-base?

juribert-base (111M parameters) is larger than bert-base-uncased (110M parameters), by the parameter counts their publishers report.

Which is cheaper to run, bert-base-uncased or juribert-base?

At 4-bit, bert-base-uncased fits on 1x MI300X from $1.85 an hour and juribert-base on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use bert-base-uncased commercially?

Yes. bert-base-uncased 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 juribert-base commercially?

Yes. juribert-base 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