Skip to content

Commit

Permalink
Start work on v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed May 17, 2020
1 parent 7a616e5 commit e365e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can play with aitextgen _for free_ with powerful GPUs using these Colaborato

## Installation

aitextgen can be installed from PyPI:
aitextgen can be installed [from PyPI](https://pypi.org/project/aitextgen/):

```sh
pip3 install aitextgen
Expand Down Expand Up @@ -100,7 +100,7 @@ Want to run aitextgen and finetune GPT-2? Use the Colab notebooks in the Demos s

## Upcoming Features

The current release (v0.1) of aitextgen **is considered to be a beta**, targeting the most common use cases. The Notebooks and examples written so far are tested to work, but more fleshing out of the docs/use cases will be done over the next few months in addition to fixing the known issues noted above.
The current release (v0.1.X) of aitextgen **is considered to be a beta**, targeting the most common use cases. The Notebooks and examples written so far are tested to work, but more fleshing out of the docs/use cases will be done over the next few months in addition to fixing the known issues noted above.

The next versions of aitextgen (and one of the reasons I made this package in the first place) will have native support for _schema-based generation_. (see [this repo](https://github.com/minimaxir/gpt-2-keyword-generation) for a rough proof-of-concept)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="aitextgen",
packages=["aitextgen"], # this must be the same as the name above
version="0.1",
version="0.1.1",
description="A robust Python tool for text-based AI training and generation using GPT-2.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e365e62

Please sign in to comment.