From 5b6468456eee1b13041baf668337a06fe7377d33 Mon Sep 17 00:00:00 2001 From: Jeff Wu Date: Sun, 17 Feb 2019 17:24:52 -0800 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d5503..8b6534f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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!