qqaatw's picture
Initial commit
4e20bed
|
raw
history blame
No virus
501 Bytes
metadata
language: en
license: apache-2.0

realm-orqa-nq-reader

Model description

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.

Usage

from transformers import RealmReader

reader = RealmReader.from_pretrained("qqaatw/realm-orqa-nq-reader")