qqaatw's picture
Add model
7ae00fc
|
raw
history blame
No virus
504 Bytes
metadata
language: en
license: apache-2.0

realm-orqa-wq-openqa

Model description

The REALM checkpoint finetuned with Web Questions(WQ) dataset, converted from the TF checkpoint provided by Google Language.

The original paper, code, and checkpoints can be found here.

Usage

from transformers import RealmForOpenQA

openqa = RealmForOpenQA.from_pretrained("qqaatw/realm-orqa-wq-openqa")