├── .gitattributes ├── LICENSE ├── README.md ├── good_0_7.txt ├── good_1_0.txt ├── temp_0_7 ├── gpt2_gentext_20190421_051946.txt ├── gpt2_gentext_20190421_052151.txt ├── gpt2_gentext_20190421_052225.txt ├── gpt2_gentext_20190421_052259.txt └── gpt2_gentext_20190421_052334.txt ├── temp_1_0 ├── gpt2_gentext_20190421_052605.txt ├── gpt2_gentext_20190421_052638.txt ├── gpt2_gentext_20190421_052710.txt ├── gpt2_gentext_20190421_052744.txt └── gpt2_gentext_20190421_052818.txt └── temp_1_5 ├── gpt2_gentext_20190421_053104.txt ├── gpt2_gentext_20190421_053138.txt ├── gpt2_gentext_20190421_053212.txt ├── gpt2_gentext_20190421_053247.txt └── gpt2_gentext_20190421_053321.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/README.md -------------------------------------------------------------------------------- /good_0_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/good_0_7.txt -------------------------------------------------------------------------------- /good_1_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/good_1_0.txt -------------------------------------------------------------------------------- /temp_0_7/gpt2_gentext_20190421_051946.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_0_7/gpt2_gentext_20190421_051946.txt -------------------------------------------------------------------------------- /temp_0_7/gpt2_gentext_20190421_052151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_0_7/gpt2_gentext_20190421_052151.txt -------------------------------------------------------------------------------- /temp_0_7/gpt2_gentext_20190421_052225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_0_7/gpt2_gentext_20190421_052225.txt -------------------------------------------------------------------------------- /temp_0_7/gpt2_gentext_20190421_052259.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_0_7/gpt2_gentext_20190421_052259.txt -------------------------------------------------------------------------------- /temp_0_7/gpt2_gentext_20190421_052334.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_0_7/gpt2_gentext_20190421_052334.txt -------------------------------------------------------------------------------- /temp_1_0/gpt2_gentext_20190421_052605.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_0/gpt2_gentext_20190421_052605.txt -------------------------------------------------------------------------------- /temp_1_0/gpt2_gentext_20190421_052638.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_0/gpt2_gentext_20190421_052638.txt -------------------------------------------------------------------------------- /temp_1_0/gpt2_gentext_20190421_052710.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_0/gpt2_gentext_20190421_052710.txt -------------------------------------------------------------------------------- /temp_1_0/gpt2_gentext_20190421_052744.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_0/gpt2_gentext_20190421_052744.txt -------------------------------------------------------------------------------- /temp_1_0/gpt2_gentext_20190421_052818.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_0/gpt2_gentext_20190421_052818.txt -------------------------------------------------------------------------------- /temp_1_5/gpt2_gentext_20190421_053104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_5/gpt2_gentext_20190421_053104.txt -------------------------------------------------------------------------------- /temp_1_5/gpt2_gentext_20190421_053138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_5/gpt2_gentext_20190421_053138.txt -------------------------------------------------------------------------------- /temp_1_5/gpt2_gentext_20190421_053212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_5/gpt2_gentext_20190421_053212.txt -------------------------------------------------------------------------------- /temp_1_5/gpt2_gentext_20190421_053247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_5/gpt2_gentext_20190421_053247.txt -------------------------------------------------------------------------------- /temp_1_5/gpt2_gentext_20190421_053321.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/legaladvice-gpt2/HEAD/temp_1_5/gpt2_gentext_20190421_053321.txt --------------------------------------------------------------------------------