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

gpt2_client v2.1

Latest
Compare
Choose a tag to compare
@rish-16 rish-16 released this 07 Nov 15:20
· 31 commits to master since this release

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