File size: 508 Bytes
dbcd6e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---

language: en
license: apache-2.0
---


# realm-orqa-nq-openqa

## Model description

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

The original paper, code, and checkpoints can be found [here](https://github.com/google-research/language/tree/master/language/realm).

## Usage

```python

from transformers import RealmForOpenQA



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

```