19 lines
463 B
Markdown
19 lines
463 B
Markdown
---
|
|
library_name: transformers
|
|
license: mit
|
|
datasets:
|
|
- rajpurkar/squad
|
|
language:
|
|
- en
|
|
metrics:
|
|
- perplexity
|
|
base_model:
|
|
- openai-community/gpt2
|
|
pipeline_tag: text-generation
|
|
---
|
|
|
|
# Model Card for Model ID
|
|
This model is fine-tuned from [GPT-2](https://huggingface.co/gpt2) by using the [Stanford Question Answering Dataset (SQuAD)](https://huggingface.co/datasets/rajpurkar/squad).
|
|
|
|
## GitHub Repository
|
|
<https://github.com/Capital-Ink-Morning-Glory/Assignment-5> |