Skip to content

Commit

Permalink
remove samples
Browse files Browse the repository at this point in the history
  • Loading branch information
WuTheFWasThat committed May 3, 2019
1 parent b5ef71a commit dd75299
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 136,958 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gpt-2

Code and samples from the paper ["Language Models are Unsupervised Multitask Learners"](https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf).
Code from the paper ["Language Models are Unsupervised Multitask Learners"](https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf).

We have currently released small (117M parameter) and medium (345M parameter) versions of GPT-2. While we have not released the larger models, we have [released a dataset](https://github.com/openai/gpt-2-output-dataset) for researchers to study their behaviors.

Expand Down Expand Up @@ -30,15 +30,6 @@ See [DEVELOPERS.md](./DEVELOPERS.md)

See [CONTRIBUTORS.md](./CONTRIBUTORS.md)

## GPT-2 samples

| WARNING: Samples are unfiltered and may contain offensive content. |
| --- |

While we have not yet released GPT-2 itself, you can see some samples from it in the `gpt-2-samples` folder.
We show unconditional samples with default settings (temperature 1 and no truncation), with temperature 0.7, and with truncation with top_k 40.
We show conditional samples, with contexts drawn from `WebText`'s test set, with default settings (temperature 1 and no truncation), with temperature 0.7, and with truncation with top_k 40.

## Citation

Please use the following bibtex entry:
Expand Down
25,157 changes: 0 additions & 25,157 deletions gpt-2-samples/conditional-t07.txt

This file was deleted.

21,499 changes: 0 additions & 21,499 deletions gpt-2-samples/conditional-topk40.txt

This file was deleted.

19,181 changes: 0 additions & 19,181 deletions gpt-2-samples/conditional.txt

This file was deleted.

29,391 changes: 0 additions & 29,391 deletions gpt-2-samples/unconditional-t07.txt

This file was deleted.

21,720 changes: 0 additions & 21,720 deletions gpt-2-samples/unconditional-topk40.txt

This file was deleted.

20,000 changes: 0 additions & 20,000 deletions gpt-2-samples/unconditional.txt

This file was deleted.

0 comments on commit dd75299

Please sign in to comment.