From 92ce9f2d9ea5f2c464941f7ec1391191b8c28044 Mon Sep 17 00:00:00 2001 From: Jeff Wu Date: Tue, 19 Feb 2019 17:57:01 -0800 Subject: [PATCH] shuffle headings --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66092bc..dcfe6fb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ Install other python packages: pip3 install -r requirements.txt ``` -## Unconditional sample generation +## Usage + +### Unconditional sample generation | WARNING: Samples are unfiltered and may contain offensive content. | | --- | @@ -43,7 +45,7 @@ There are various flags for controlling the samples: python3 src/generate_unconditional_samples.py --top_k 40 --temperature 0.7 | tee samples ``` -## Conditional sample generation +### Conditional sample generation To give the model custom prompts, you can use: ```