We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b56a16 commit 4c36ea7Copy full SHA for 4c36ea7
setup.py
@@ -47,7 +47,7 @@
47
setup(
48
name='gpt_2_simple',
49
packages=['gpt_2_simple'], # this must be the same as the name above
50
- version='0.5.3',
+ version='0.5.4',
51
description="Python package to easily retrain OpenAI's GPT-2 " \
52
"text-generating model on new texts.",
53
long_description=long_description,
0 commit comments