Every model in the landscape figure is one dot with a tooltip. That is enough to compare them and not enough to use one. These cards are the other half: the same ten fields for every model, in the same order, so you can read one without having read any of the others.
The colour on the tokenization row is the same colour the model carries on the landscape chart, which makes each card a zoom-in on that figure rather than a separate thing to learn.
Two of the fields matter more than the rest. Headline result gives the metric and the condition it was measured under, because the number on its own does not tell you much. What it does not do is the field summaries usually leave out, and it is often the one that tells you whether the model fits your problem.
On DNABERT specifically, the size is the field to be careful with. It is widely quoted at 110M parameters, which is BERT-base carrying a 30,000-token text vocabulary. DNABERT’s vocabulary is every possible 6-mer plus five special tokens, 4,101 in total, so its embedding table is much smaller and the count derived from the published config comes out near 92M. The paper itself states no parameter count, which is why the card carries a tilde.
The result worth reading closely is the transfer one. DNABERT was pretrained on the human genome alone, and human and mouse non-coding DNA is only about 50% alike, yet fine-tuning it on mouse data still beat models built from scratch. The same paper shows the flip side: without pretraining, the identical architecture either fails to train or performs poorly. That pairing is the argument for the whole pretrain-then-finetune paradigm, made in 2021.
One framing on the card is not the paper’s. “The first BERT for the genome” is accurate against the record, but the paper only says it adapted the idea of BERT to a genomic setting. It does not claim priority.
Numbers are from the Bioinformatics paper. Sizes are the largest reported checkpoint, and release is the first public preprint, matching the conventions used on the landscape figure.