GitXplorerGitXplorer
o

gpt-2

public
22259 stars
5485 forks
176 issues

Commits

List of commits on branch master.
Unverified
d98291d2ae0761eff6d12f0e4e52e93c7e847eb2

update model card

jjackclarksf committed 5 years ago
Unverified
fbae7db92a722d85b8ab058a6076d22963dc8ce9

update readmes

WWuTheFWasThat committed 5 years ago
Unverified
ac5d52295f8a1c3856ea24fb239087cc1a3d1131

nucleus sampling

WWuTheFWasThat committed 5 years ago
Unverified
f35fa1d920e9d2d0690f66d03aa3f76b3c59230e

push 774M model

WWuTheFWasThat committed 5 years ago
Unverified
cb415376c397b55deb86a87d544b502a2582f2cd

add model card

jjackclarksf committed 5 years ago
Verified
e9378792c40d8b4d6ba3c9fdaf8324ec8f2e1b7a

Merge pull request #161 from openai/christopherhesse-patch-1

cchristopherhesse committed 5 years ago

README

The README file for this repository.

Status: Archive (code is provided as-is, no updates expected)

gpt-2

Code and models from the paper "Language Models are Unsupervised Multitask Learners".

You can read about GPT-2 and its staged release in our original blog post, 6 month follow-up post, and final post.

We have also released a dataset for researchers to study their behaviors.

* Note that our original parameter counts were wrong due to an error (in our previous blog posts and paper). Thus you may have seen small referred to as 117M and medium referred to as 345M.

Usage

This repository is meant to be a starting point for researchers and engineers to experiment with GPT-2.

For basic information, see our model card.

Some caveats

  • GPT-2 models' robustness and worst case behaviors are not well-understood. As with any machine-learned model, carefully evaluate GPT-2 for your use case, especially if used without fine-tuning or in safety-critical applications where reliability is important.
  • The dataset our GPT-2 models were trained on contains many texts with biases and factual inaccuracies, and thus GPT-2 models are likely to be biased and inaccurate as well.
  • To avoid having samples mistaken as human-written, we recommend clearly labeling samples as synthetic before wide dissemination. Our models are often incoherent or inaccurate in subtle ways, which takes more than a quick read for a human to notice.

Work with us

Please let us know if you’re doing interesting research with or working on applications of GPT-2! We’re especially interested in hearing from and potentially working with those who are studying

  • Potential malicious use cases and defenses against them (e.g. the detectability of synthetic text)
  • The extent of problematic content (e.g. bias) being baked into the models and effective mitigations

Development

See DEVELOPERS.md

Contributors

See CONTRIBUTORS.md

Citation

Please use the following bibtex entry:

@article{radford2019language,
  title={Language Models are Unsupervised Multitask Learners},
  author={Radford, Alec and Wu, Jeff and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya},
  year={2019}
}

Future work

We may release code for evaluating the models on various benchmarks.

We are still considering release of the larger models.

License

Modified MIT