StackMap
Subscribe
Explore / topics

Training

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

Adala logo
1
HumanSignal avatarHumanSignal 1.6k · 6 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 DataFlow
DataFlow logo
2
OpenDCAI avatarOpenDCAI 6.4k · yesterday
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, Adala
DeepDive logo
2
THUDM avatarTHUDM 333 · 29 days 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
h2o-llmstudio logo
3
h2oai avatarh2oai 5k · 2 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
4
hiyouga avatarhiyouga 73.3k · 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 DataFlow, vLLM
OpenResearcher logo
2
TIGER-AI-Lab avatarTIGER-AI-Lab 976 · 1 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, vLLM
slime logo
4
THUDM avatarTHUDM 7.5k · 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
trl logo
5
huggingface avatarhuggingface 18.9k · today
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, LlamaFactory
verl logo
4
verl-project avatarverl-project 22.5k · today
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