Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Releases: rish-16/gpt2client

gpt2_client v2.1

07 Nov 15:20
Compare
Choose a tag to compare

Updates

I have added some these features into the gpt2-client module based on feature requests on Reddit:

  1. Encode and decode text sequences
  2. Support for the 1.5B model

Changes from gpt2_client v2.0:

  • Sequences can be encoded into token vectors using the encode_seq(...) function and decoded using the decode_seq(...) function

Note: See README and code for additional details and documentation

gpt2_client v2.0

08 Oct 05:28
Compare
Choose a tag to compare

Updates:

  1. Allows prompts to be parsed through an array: generate_batch_from_prompts(...) (popular demand)
  2. Support for the recently-released 774M parameter model
  3. Checks if the model assets exist before downloading (load_model(...))
  4. Allows you to specify a maximum word count for generated text
  5. Contains tutorials on new functionality
  6. Code is now more modular

Changes from gpt2_client v1.0:

  • download_model(...) is now load_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.

1.9.7

11 Aug 01:26
Compare
Choose a tag to compare
Added 1.9.6 tar files

1.9.6

11 Aug 01:20
Compare
Choose a tag to compare
Updated README

1.9.4

09 Aug 06:50
Compare
Choose a tag to compare
Updated README

1.9.5

11 Aug 01:12
Compare
Choose a tag to compare
Updated PyPi

1.9.3

09 Aug 06:40
Compare
Choose a tag to compare
Updated README

1.9.2

08 Aug 08:07
Compare
Choose a tag to compare
Uploaded 1.9 tar

1.9.1

08 Aug 08:04
Compare
Choose a tag to compare
Updated TF logging error

1.9

08 Aug 07:50
Compare
Choose a tag to compare
1.9
Upgraded version