File size: 478 Bytes
241e89b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
language: en
datasets:
- squad
tags:
- text-generation
---

# GPT2 QA
Using GPT2 in other downstream NLP tasks like QA. The model was trained and evaluated on [squad](https://huggingface.co/datasets/squad).

## Dataset
- [squad](https://huggingface.co/datasets/squad)

## Evaluation

The following table summarizes the scores obtained by the model.

## Demo
[Streamlit GPT2 QA](https://huggingface.co/spaces/m3hrdadfi/gpt2-QA)

## How to use
TODO (will be filled shortly)...