This is the Windows app named gpt-2-simple whose latest release can be downloaded as v0.8.1_TensorFlow2support.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named gpt-2-simple with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
gpt-2-simple
DESCRIPTION
A simple Python package that wraps existing model fine-tuning and generation scripts for OpenAI's GPT-2 text generation model (specifically the "small" 124M and "medium" 355M hyperparameter versions). Additionally, this package allows easier generation of text, generating to a file for easy curation, allowing for prefixes to force the text to start with a given phrase. For finetuning, it is strongly recommended to use a GPU, although you can generate using a CPU (albeit much more slowly). If you are training in the cloud, using a Colaboratory notebook or a Google Compute Engine VM w/ the TensorFlow Deep Learning image is strongly recommended. (as the GPT-2 model is hosted on GCP) You can use gpt-2-simple to retrain a model using a GPU for free in this Colaboratory notebook, which also demos additional features of the package. Note: Development on gpt-2-simple has mostly been superceded by aitextgen, which has similar AI text generation capabilities with more efficient training time.
Features
- Model management from OpenAI's official GPT-2 repo (MIT License)
- Model finetuning from Neil Shepperd's fork of GPT-2 (MIT License)
- Text generation output management from textgenrnn (MIT License / also created by me)
- gpt-2-simple can be installed via PyPI
- The original GPT-2 model was trained on a very large variety of sources, allowing the model to incorporate idioms not seen in the input text
- GPT-2 can only generate a maximum of 1024 tokens per request (about 3-4 paragraphs of English text)
- A simple Python package that wraps existing model fine-tuning and generation scripts for OpenAI's GPT-2 text generation model
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gpt-2-simple.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.