TrainMyAI

OpenAI's ChatGPT is an incredible AI (artificial intelligence) tool for reading and writing text, built on the GPT-3 (and soon GPT-4) model.

ChatGPT is a general purpose tool, trained using hundreds of billions of words collected from the Internet. But with some extra work, it can be customized for more specific purposes. For example, answering questions on a knowledge base or rewriting messages in a particular style.

TrainMyAI is a growing set of tools to customize and train ChatGPT, without needing to write any code. The following tools are currently available:

  • Knowledge Base: Build a knowledge base from some text, then chat to ask it questions. This uses a GPT feature called embeddings.
  • Fine Tuner: Create a fine-tuned GPT model from a training set of prompts and responses, then query the model with new prompts.
  • Q&A Generator: Generate a large number of questions and answers from some text. These can be used to train the Fine Tuner.

These tools are free and open source. They run entirely within your web browser, so we never see your key or data. They can also be downloaded as standalone web pages to run on your computer or forked on Github.

TrainMyAI is new and experimental, so feedback is welcome.