Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 659 Bytes

gpt-pytorch

A PyTorch implementation of the pretrained GPT model and finetuning code for semantic similarity tasks from "Improving Language Understanding by Generative Pre-Training" by Radford et al.

Paper
Dataset

Citations

@misc{sharma2019natural,
    title={Natural Language Understanding with the Quora Question Pairs Dataset},
    author={Lakshay Sharma and Laura Graesser and Nikita Nangia and Utku Evci},
    year={2019},
    eprint={1907.01041},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}