qqaatw's picture
Add model
8a2f1b3
---
language: en
license: apache-2.0
---
# realm-orqa-wq-reader
## Model description
The REALM checkpoint finetuned with WebQuestions(WQ) 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 RealmReader
reader = RealmReader.from_pretrained("qqaatw/realm-orqa-wq-reader")
```