Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gpt_2_simple-0.8.1.tar.gz | 2021-10-18 | 26.5 kB | |
README.md | 2021-10-18 | 693 Bytes | |
v0.8.1_ TensorFlow 2 support.tar.gz | 2021-10-18 | 110.4 kB | |
v0.8.1_ TensorFlow 2 support.zip | 2021-10-18 | 114.0 kB | |
Totals: 4 Items | 251.6 kB | 3 |
Thanks to https://github.com/YaleDHLab via https://github.com/minimaxir/gpt-2-simple/pull/275, gpt-2-simple now supports TensorFlow 2 by default, and the minimum TensorFlow version is now 2.5.1! The Colab Notebook has also been update to no longer use TensorFlow 1.X.
Note: Development on gpt-2-simple has mostly been superceded by aitextgen, which has similar AI text generation capabilities with more efficient training time and resource usage. If you do not require using TensorFlow, I recommend using aitextgen instead. Checkpoints trained using gpt-2-simple can be loaded using aitextgen as well.