Skip to content

Commit dd75299

Browse files
committed
remove samples
1 parent b5ef71a commit dd75299

7 files changed

+1
-136958
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gpt-2
22

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

55
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.
66

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

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

33-
## GPT-2 samples
34-
35-
| WARNING: Samples are unfiltered and may contain offensive content. |
36-
| --- |
37-
38-
While we have not yet released GPT-2 itself, you can see some samples from it in the `gpt-2-samples` folder.
39-
We show unconditional samples with default settings (temperature 1 and no truncation), with temperature 0.7, and with truncation with top_k 40.
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.
41-
4233
## Citation
4334

4435
Please use the following bibtex entry:

gpt-2-samples/conditional-t07.txt

Lines changed: 0 additions & 25157 deletions
This file was deleted.

gpt-2-samples/conditional-topk40.txt

Lines changed: 0 additions & 21499 deletions
This file was deleted.

gpt-2-samples/conditional.txt

Lines changed: 0 additions & 19181 deletions
This file was deleted.

gpt-2-samples/unconditional-t07.txt

Lines changed: 0 additions & 29391 deletions
This file was deleted.

gpt-2-samples/unconditional-topk40.txt

Lines changed: 0 additions & 21720 deletions
This file was deleted.

gpt-2-samples/unconditional.txt

Lines changed: 0 additions & 20000 deletions
This file was deleted.

0 commit comments

Comments
 (0)