Skip to main content

AI Training by Monostate

Welcome to AI Training, an open-source platform that makes training custom AI models accessible to everyone. Whether you’re a developer looking to fine-tune models for production, a researcher exploring new techniques, or someone just starting with machine learning, we provide the tools and interfaces to train models that work for your specific needs.

Quick Overview

AI Training gives you:
  • Multiple training methods - Teach AI through rewards, human feedback, or examples (techniques like DPO, ORPO, PPO)
  • Memory-efficient training - Run on regular computers, not just expensive GPUs (using LoRA, quantization)
  • Three ways to work - Visual interface, command line, or API - pick what suits you
  • Multiple data types - Train models using text, images, or structured data

The Problem vs Our Solution

Start Here: The Interactive Wizard

The fastest way to train your first model is the Interactive Wizard. First, install:
pip install aitraining
Then run:
aitraining
The wizard guides you step-by-step through:
  1. Choosing a trainer type (LLM, classification, vision, etc.)
  2. Selecting a model that fits your hardware
  3. Configuring your dataset
  4. Starting training with smart defaults
No configuration files, no command memorization. Type :help at any step to learn more.

Wizard Guide

Complete walkthrough of the interactive wizard - the easiest way to get started

Other Ways to Train

What Can You Train?

  • Chatbots & Assistants - Make AI that talks like what you want
  • Text Analysis - Detect sentiment, classify documents, extract information
  • Image Recognition - Identify objects, classify images, detect patterns
  • Data Predictions - Forecast trends from spreadsheets and databases
  • Translation & Summarization - Convert between languages or condense text

Get Started


AI Training is based on Hugging Face’s AutoTrain but adds new training methods and optimizations. It’s open source and free to use.

Coming Soon: Cloud Training Platform

We’re building an automated cloud platform for AI training - manage data, generate synthetic datasets, run training jobs, and analyze results without managing infrastructure. Learn more about Vibe Training.

Join the Waitlist

Get early access to our upcoming cloud training platform

Explore More