├── LICENSE ├── README.md ├── all_scraper.py ├── gen ├── gpt2_gentext_20190419_201740.txt ├── gpt2_gentext_20190419_201908.txt ├── gpt2_gentext_20190419_202036.txt ├── gpt2_gentext_20190419_202205.txt ├── gpt2_gentext_20190419_202333.txt ├── gpt2_gentext_20190419_202500.txt ├── gpt2_gentext_20190419_202629.txt ├── gpt2_gentext_20190419_202757.txt ├── gpt2_gentext_20190419_202926.txt └── gpt2_gentext_20190419_203054.txt ├── gen_etcetera ├── temp_0_7 │ ├── gpt2_gentext_20190419_195926.txt │ ├── gpt2_gentext_20190419_200055.txt │ ├── gpt2_gentext_20190419_200223.txt │ ├── gpt2_gentext_20190419_200349.txt │ ├── gpt2_gentext_20190419_200516.txt │ ├── gpt2_gentext_20190419_200645.txt │ ├── gpt2_gentext_20190419_200813.txt │ ├── gpt2_gentext_20190419_200940.txt │ ├── gpt2_gentext_20190419_201109.txt │ └── gpt2_gentext_20190419_201236.txt └── temp_1_0 │ ├── gpt2_gentext_20190419_201740.txt │ ├── gpt2_gentext_20190419_201908.txt │ ├── gpt2_gentext_20190419_202036.txt │ ├── gpt2_gentext_20190419_202205.txt │ ├── gpt2_gentext_20190419_202333.txt │ ├── gpt2_gentext_20190419_202500.txt │ ├── gpt2_gentext_20190419_202629.txt │ ├── gpt2_gentext_20190419_202757.txt │ ├── gpt2_gentext_20190419_202926.txt │ └── gpt2_gentext_20190419_203054.txt ├── gen_gaming ├── temp_0_7 │ ├── gpt2_gentext_20190419_171422.txt │ ├── gpt2_gentext_20190419_171541.txt │ ├── gpt2_gentext_20190419_171702.txt │ ├── gpt2_gentext_20190419_171821.txt │ ├── gpt2_gentext_20190419_171941.txt │ ├── gpt2_gentext_20190419_172101.txt │ ├── gpt2_gentext_20190419_172222.txt │ ├── gpt2_gentext_20190419_172343.txt │ ├── gpt2_gentext_20190419_172504.txt │ └── gpt2_gentext_20190419_172625.txt └── temp_1_0 │ ├── gpt2_gentext_20190419_162146.txt │ ├── gpt2_gentext_20190419_162307.txt │ ├── gpt2_gentext_20190419_162427.txt │ ├── gpt2_gentext_20190419_162548.txt │ ├── gpt2_gentext_20190419_162709.txt │ ├── gpt2_gentext_20190419_162831.txt │ ├── gpt2_gentext_20190419_162953.txt │ ├── gpt2_gentext_20190419_163115.txt │ ├── gpt2_gentext_20190419_163238.txt │ └── gpt2_gentext_20190419_163359.txt └── resetera_scraper.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/README.md -------------------------------------------------------------------------------- /all_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/all_scraper.py -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_201740.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_201740.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_201908.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_201908.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202036.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202205.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202205.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202333.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202500.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202629.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202629.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202757.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202757.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_202926.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_202926.txt -------------------------------------------------------------------------------- /gen/gpt2_gentext_20190419_203054.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen/gpt2_gentext_20190419_203054.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_195926.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_195926.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200055.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200055.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200223.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200349.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200516.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200516.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200645.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200645.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200813.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200813.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_200940.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_200940.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_201109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_201109.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_0_7/gpt2_gentext_20190419_201236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_0_7/gpt2_gentext_20190419_201236.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_201740.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_201740.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_201908.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_201908.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202036.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202205.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202205.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202333.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202500.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202629.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202629.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202757.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202757.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_202926.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_202926.txt -------------------------------------------------------------------------------- /gen_etcetera/temp_1_0/gpt2_gentext_20190419_203054.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_etcetera/temp_1_0/gpt2_gentext_20190419_203054.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_171422.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_171422.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_171541.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_171541.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_171702.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_171702.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_171821.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_171821.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_171941.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_171941.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_172101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_172101.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_172222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_172222.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_172343.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_172343.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_172504.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_172504.txt -------------------------------------------------------------------------------- /gen_gaming/temp_0_7/gpt2_gentext_20190419_172625.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_0_7/gpt2_gentext_20190419_172625.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162146.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162307.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162307.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162427.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162427.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162548.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162548.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162709.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162709.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162831.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162831.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_162953.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_162953.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_163115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_163115.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_163238.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_163238.txt -------------------------------------------------------------------------------- /gen_gaming/temp_1_0/gpt2_gentext_20190419_163359.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/gen_gaming/temp_1_0/gpt2_gentext_20190419_163359.txt -------------------------------------------------------------------------------- /resetera_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/resetera-gpt-2/HEAD/resetera_scraper.py --------------------------------------------------------------------------------