@nini_incrypto_: Hugging Face automates entire AI training pipeline! Recently, a project called ml-intern has gone viral on GitHub. It's like a 24/7 algorithmic intern that can independently perform post-training of large models. 1. Autonomous research: It will…
Summary
The ml-intern project from Hugging Face has gone viral on GitHub, enabling full automation of the entire workflow including paper research, data processing, training script writing, and model training, without human intervention. It significantly improves the performance of small models (such as Qwen3-1.7B), even surpassing Claude Code.
View Cached Full Text
Cached at: 05/26/26, 05:02 AM
Hugging Face has fully automated the entire AI training workflow!
Recently, a project called ml-intern has gone viral on GitHub. It acts like a 24/7 algorithm intern that can independently complete the post-training of large models.
- Autonomous research: It reads papers on arXiv, traces citation relationships, and picks the most promising algorithms to try.
- Data processing: It finds datasets on Hugging Face. If the data isn’t good enough, it writes scripts to generate synthetic data to fill the gaps.
- Fully automated training: It automatically writes training scripts and monitors the reward curve. If local compute is insufficient, it will call HF Jobs to run the task.
- End-to-end closure: You give it a one-sentence requirement, and after running, it hands you the trained model weights directly.
Most impressive achievement: Without any human intervention, it took a small 1.7B model (Qwen3-1.7B) and improved its GPQA score from 10% to 32% after 10 hours of H100 training, directly surpassing Claude Code (22.99%).
Summary: AI is no longer just assisting with code — it’s now beginning to “self-evolve” by reading papers and generating synthetic data.
Similar Articles
@socialwithaayan: HUGGING FACE JUST OPEN-SOURCED THE ML INTERN EVERY RESEARCHER HAS DREAMED OF No more spending days reading papers and w…
Hugging Face open-sourced ml-intern, an autonomous agent that reads ML papers, discovers datasets, trains models, debugs failures, and ships production-ready models to the Hub, automating the entire post-training workflow.
@seelffff: > reads papers on arXiv autonomously > finds and checks datasets on HF Hub > writes the training script itself > genera…
Hugging Face open-sourced ml-intern, an autonomous agent that performs the entire ML post-training loop—reading papers, finding datasets, writing scripts, generating data, monitoring training, and uploading weights—achieving significant GPQA improvement with a 1.7B model in 10 hours without human intervention.
ml-intern
Hugging Face launches ML-Intern, an AI agent that automates post-training tasks for machine-learning workflows.
@AnandButani: ml-intern by @huggingface is wild You drop a high-level prompt (“build the best scientific reasoning model” or “crush h…
Hugging Face’s open-source "ml-intern" agent automates the full post-training pipeline—from literature review and data cleaning to model tuning—given only a high-level prompt.
@RoundtableSpace: HUGGING FACE JUST AUTOMATED THEIR ENTIRE POST-TRAINING TEAM WITH AN AGENT. It reads papers, runs GPU experiments, itera…
Hugging Face replaced its post-training team with an autonomous agent that reads papers, runs GPU experiments, and improves models, achieving a 22-point benchmark jump in under 10 hours and beating Codex on HealthBench by 60%.