#126 · Primary category: MLOps & Evaluation
Skills
A project to improve skills of large language models
Project last updated:08/28/26
GitHub Stars
1.0K
Forks
198
Contributors
90
License
Apache-2.0
Why we included this project
NeMo Skills bundles the full LLM development loop into one set of pipelines: synthetic data generation, training through NeMo-RL or verl, and evaluation across a broad set of benchmarks covering math, code, instruction following, long-context, tool calling, and multilingual tasks. Teams that need to take a raw checkpoint to a benchmarked, production-ready model get that in one place. It also scales cleanly: start a job on a single local GPU, then move the same workload to a large Slurm cluster with a one-line config change, which suits small teams that prototype locally before scaling up. The evaluation layer is solid too, with parallelized jobs, self-hosted LLM judges, and reproducible recipes for models like Nemotron and OpenReasoning. If you are building or fine-tuning reasoning-focused models and want reproducible data, training, and eval workflows rather than a single-purpose tool, this is a strong fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models