shuffle headings

This commit is contained in:
Jeff Wu
2019-02-19 17:57:01 -08:00
parent 825aa3d338
commit 92ce9f2d9e

View File

@ -29,7 +29,9 @@ Install other python packages:
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```
## Unconditional sample generation ## Usage
### Unconditional sample generation
| WARNING: Samples are unfiltered and may contain offensive content. | | 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 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: To give the model custom prompts, you can use:
``` ```