{% extends "base.html" %} {% block title %}LLM Trainer - AUTARCH{% endblock %} {% block content %}
Fine-tune language models on the AUTARCH codebase. Generate datasets, train LoRA adapters, convert to GGUF.
Extracts code, architecture Q&A, and module creation examples from the AUTARCH codebase into JSONL training data.
Click "Refresh" to load datasets.
Fine-tune a base model with LoRA adapters on your generated dataset. Requires a HuggingFace model ID or local path.
Training log will appear here...
Merge a trained LoRA adapter with its base model and convert to GGUF format for local inference.
Click "Refresh" to load adapters.
Click "Refresh" to load models.
Test a GGUF model with sample prompts to verify it learned the AUTARCH codebase.