Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
WuTheFWasThat authored Feb 18, 2019
1 parent 9c3a78d commit 5b64684
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ There are various flags for controlling the samples:
python3 src/generate_unconditional_samples.py --top_k 40 --temperature 0.7 | tee samples
```

While we have not yet released GPT-2 itself, you can see some unconditional samples from it (with default settings of temperature 1 and no truncation) in `gpt2-samples.txt`.
While we have not yet released GPT-2 itself, you can see some unconditional samples from it:
- `gpt2-samples.txt` (with default settings of temperature 1 and no truncation)
- `gpt2-topk40-samples.txt` (with temperature 1 and top_k=40 truncation)

## Conditional sample generation

Expand All @@ -46,3 +48,7 @@ python3 src/interactive_conditional_samples.py --top_k 40
We may release code for evaluating the models on various benchmarks.

We are still considering release of the larger models.

## License

Coming soon!

0 comments on commit 5b64684

Please sign in to comment.