This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
gpt2_client v2.0
Updates:
- Allows prompts to be parsed through an array:
generate_batch_from_prompts(...)
(popular demand) - Support for the recently-released
774M
parameter model - Checks if the model assets exist before downloading (
load_model(...)
) - Allows you to specify a maximum word count for generated text
- Contains tutorials on new functionality
- Code is now more modular
Changes from gpt2_client v1.0
:
download_model(...)
is nowload_model(...)
Note: See README and code for additional details and documentation
Patches:
- Windows users expressed concerns about the emojis in the README that were messing with the installation process. This update no longer features emojis in any component that needs to be downloaded by a foreign system.