The REALM checkpoint finetuned with Natural Question(NQ) dataset, converted from the TF checkpoint provided by Google Language.
The original paper, code, and checkpoints can be found
here.
1from transformers import RealmReader
2
3reader = RealmReader.from_pretrained("qqaatw/realm-orqa-nq-reader")