| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gpt2_client v2.1.tar.gz | 2019-11-02 | 203.4 kB | |
| gpt2_client v2.1.zip | 2019-11-02 | 230.2 kB | |
| README.md | 2019-11-02 | 431 Bytes | |
| Totals: 3 Items | 434.1 kB | 0 | |
Updates
I have added some these features into the gpt2-client module based on feature requests on Reddit:
- Encode and decode text sequences
- 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 thedecode_seq(...)function
Note: See README and code for additional details and documentation