StackMap
Subscribe
Explore / topics

Training

Post-training and RL infrastructure for open models — fine-tuning, alignment, reward loops.

Adala logo
3
HumanSignal avatarHumanSignal 1.6k · 19 days ago
Adala

HumanSignal's autonomous data-labeling agent framework: define a skill, give it ground truth, and the agent iterates — learn, apply, reflect — until it hits your accuracy threshold.

agentstraining
alternative to GraphGen, DataFlow
DataFlow logo
4
OpenDCAI avatarOpenDCAI 7.8k · 10 days ago
DataFlow

Operator-based system for LLM data prep — 100+ operators composed into pipelines that generate, clean, evaluate and filter pretraining/SFT/RL data, with a WebUI and a pipeline-building agent.

training
pairs well with LlamaFactory, gigatoken
DeepDive logo
2
THUDM avatarTHUDM 344 · 2 months ago
DeepDive

THUDM recipe for deep-search agents: synthesize hard multi-hop QA from knowledge-graph random walks, then multi-turn GRPO RL — DeepDive-32B hits 14.8% BrowseComp; data feeds GLM-4.5/4.6.

training
alternative to OpenResearcher, slime
gigatoken logo
2
marcelroed avatarmarcelroed 4.1k · 22 days ago
gigatoken

Tokenization at GB/s: ~1000x faster than HuggingFace tokenizers with drop-in compatibility modes for HF and tiktoken — Rust reading your files directly. pip install gigatoken.

traininglocal
pairs well with DataFlow, train-llm-from-scratch
GraphGen logo
4
InternScience avatarInternScience 1.2k · 11 days ago
GraphGen

KG-guided synthetic SFT data: builds a knowledge graph from source text, finds the LLM's knowledge gaps via calibration error, and generates targeted long-tail QA pairs. ACL-published.

training
pairs well with LlamaFactory, trl
h2o-llmstudio logo
5
h2oai avatarh2oai 5.2k · 10 days ago
h2o-llmstudio

H2O's no-code GUI and framework for fine-tuning LLMs — LoRA, 8-bit, DPO and experiment tracking behind a web UI, with CLI and Docker paths for the same configs.

training
alternative to trl, LlamaFactory
LlamaFactory logo
7
hiyouga avatarhiyouga 74.4k · yesterday
LlamaFactory

The unified fine-tuning framework: 100+ LLMs and VLMs via LoRA/QLoRA/full-parameter, config-driven or through the LlamaBoard GUI. ACL 2024, 1000+ citations, 73k stars.

training
pairs well with GraphGen, DataFlow
MLX-LoRA-Studio logo
4
Goekdeniz-Guelmez avatarGoekdeniz-Guelmez 258 · 2 days ago
MLX-LoRA-Studio

Native Mac app for on-device LLM fine-tuning via mlx-lm-lora: pick a model, choose SFT/LoRA/DPO-family algorithms, watch loss fall live, push to Hugging Face. No cloud, no code.

traininglocal
pairs well with SiliconScope, coreai-models
needle logo
3
cactus-compute avatarcactus-compute 9.4k · yesterday
needle

A 45M-parameter tool-calling model shipped as one 14MB binary that runs a full session in ~28MB RAM — grammar-constrained JSON, calibrated confidence, tool retrieval, LoRA fine-tuning.

localagentstraining
pairs well with pocket-tts, xybrid
OpenResearcher logo
3
TIGER-AI-Lab avatarTIGER-AI-Lab 1.2k · 2 months ago
OpenResearcher

TIGER-AI-Lab's fully open deep-research recipe: 96K long-horizon trajectories (adopted by NVIDIA Nemotron), a 30B-A3B model hitting 54.8% BrowseComp-Plus, training code and eval harness.

training
alternative to DeepDive, Search-R1
production-ocr-course logo
2
neural-maze avatarneural-maze 377 · 2 days ago
production-ocr-course

Runnable course: a production OCR pipeline on Kubernetes — Rust ingestion, Qwen 3.5 (4B) served by vLLM at 1.86 pages/s, Redis queues, KEDA autoscaling. Deploy it on AKS/GKE, not a notebook.

ocrtraining
alternative to ai-engineering-hub, vLLM
Search-R1 logo
2
PeterGriffinJin avatarPeterGriffinJin 5.3k · 9 months ago
Search-R1

RL framework for training reasoning-and-search interleaved LLMs — the open recipe behind DeepSeek-R1-style search agents: PPO/GRPO on veRL, any search backend, models and data on HF. Two papers.

training
alternative to OpenResearcher, verl
sia logo
2
hexo-ai avatarhexo-ai 2.1k · 2 days ago
sia

Self-improving loop from the SIA paper: Meta, Target and Feedback agents evolve a task agent's harness AND weights against a benchmark — #1 on MLE-Bench Hard, 14x kernel speedups.

agentstraining
alternative to evo, autoresearch
slime logo
4
THUDM avatarTHUDM 8.3k · yesterday
slime

THUDM's RL post-training framework behind the GLM releases — Megatron training plus SGLang rollouts with native arg pass-through, and pluggable reward, verifier and agentic data-generation workflows.

training
alternative to verl, trl
Soup logo
2
MakazhanAlpamys avatarMakazhanAlpamys 3.3k · yesterday
Soup

Fine-tune and post-train LLMs from one YAML: QLoRA, DPO/ORPO/SimPO/KTO — layer streaming trains an 8B model in 3.3GB VRAM on a laptop GPU, bit-exact against a resident run.

training
alternative to LlamaFactory, h2o-llmstudio
train-llm-from-scratch logo
2
FareedKhan-dev avatarFareedKhan-dev 9.4k · 11 days ago
train-llm-from-scratch

The full LLM pipeline hand-written in plain PyTorch — tokens, transformer, pretraining, then SFT, reward model, PPO, DPO, GRPO. No trl, no peft: read every algorithm, train on one GPU.

training
pairs well with gigatoken, trl
trl logo
7
huggingface avatarhuggingface 19.2k · yesterday
trl

Hugging Face's post-training library: SFT, DPO, GRPO, KTO and reward-model trainers on top of Transformers — from a Colab LoRA run to multi-GPU deployments.

training
pairs well with vLLM, GraphGen
verl logo
5
verl-project avatarverl-project 23.2k · yesterday
verl

ByteDance's RL post-training library (HybridFlow): PPO/GRPO dataflows in a few lines, FSDP/Megatron training with vLLM/SGLang rollouts, production-proven at frontier scale.

training
pairs well with opensre, slime