MixtrainDocsBlog

Examples

The mixtrain-examples repository contains complete projects you can run in your own workspace. Each example is self-contained and includes its dependencies and setup instructions.

If this is your first time using Mixtrain, follow the quickstart to install the CLI and log in, then clone the repository:

git clone https://github.com/MixTrain/mixtrain-examples.git
cd mixtrain-examples

Start with continuous VLM post-training

Continuous VLM Post-Training follows a complete iteration of the model lifecycle. Adding labeled images starts LoRA fine-tuning, registers the resulting checkpoint, deploys it, and evaluates it against the base model. The walkthrough explains how dataset versions, workflows, routines, checkpoints, and evaluations fit together; the repository contains the complete runnable project.

Runnable examples

ExampleWhat you will buildLevel
Hello WorkflowA GPU workflow that reports its CUDA environmentIntroRun with Mixtrain
Daily arXiv DigestA routine that collects recent papers on a weekday scheduleIntroRun with Mixtrain
Dataset ImporterA workflow that imports a Hugging Face dataset into MixtrainIntroRun with Mixtrain
Parameter SweepA workflow that submits another workflow across a range of inputsIntermediateRun with Mixtrain
YOLO Object DetectionAn object-detection model for imagesIntermediateRun with Mixtrain
YOLO Video TrackingAn object-tracking model with a custom container imageIntermediateRun with Mixtrain
Continuous Multimodal EvaluationA dataset-triggered routine that evaluates new VLM test casesIntermediateRun with Mixtrain
Continuous VLM Post-TrainingA data-triggered loop that fine-tunes and evaluates a VLMAdvancedWalkthrough

More walkthroughs

  • Simple Workflow explains workflow inputs, sandbox configuration, and the run() method.
  • VLM RL Training introduces reinforcement learning for a vision-language model.
  • Evaluations compares outputs from multiple generative models on the same inputs.

On this page