qqaatw's picture
Add model
24f2454
|
raw
history blame
560 Bytes
metadata
language: en
license: apache-2.0

realm-cc-news-pretrained-openqa

Model description

The REALM checkpoint pretrained with CC-News as target corpus and Wikipedia as knowledge corpus, 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-cc-news-pretrained-openqa")