awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesModel Checkpoint Managers

Utilities for versioning and linking model snapshots to specific training performance metrics.

Distinguishing note: Focuses on the lifecycle and traceability of model artifacts rather than general experiment logging.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Model Checkpoint Managers. Refine with filters or upvote what's useful.

Awesome Model Checkpoint Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mlflow/mlflowAvatar von mlflow

    mlflow/mlflow

    26,554Auf GitHub ansehen↗

    Save multiple model checkpoints during a single training run and link performance metrics to specific versions for improved traceability.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗26,554
  • verl-project/verlAvatar von verl-project

    verl-project/verl

    22,000Auf GitHub ansehen↗

    This project is a distributed training infrastructure designed for aligning large language models through reinforcement learning. It functions as an end-to-end engine for complex alignment tasks, including proximal policy optimization, direct preference optimization, and iterative self-play. By providing a unified framework for multi-turn interactions and tool-use scenarios, it enables the development of models capable of reasoning and external environment engagement. The framework distinguishes itself through a decoupled architecture that separates model training from sample generation. This

    Saves and loads sharded states for models, optimizers, and schedulers, while providing utilities to merge distributed checkpoints back into standard formats.

    Python
    Auf GitHub ansehen↗22,000
  • allenai/allennlpAvatar von allenai

    allenai/allennlp

    11,889Auf GitHub ansehen↗

    AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training neural network architectures for linguistic tasks. It provides a distributed training system that coordinates data and gradients across multiple GPUs and a framework for integrating pretrained transformer architectures. The system distinguishes itself with a dedicated algorithmic bias mitigation tool used to identify and reduce bias in linguistic model predictions. It also includes model influence analysis to interpret predictions by calculating the influence of specific traini

    Manages saving, loading, and versioning of model weight checkpoints.

    Python
    Auf GitHub ansehen↗11,889
  • openpipe/artAvatar von OpenPipe

    OpenPipe/ART

    8,630Auf GitHub ansehen↗

    ART is a platform for agentic training, providing a reinforcement learning framework, training environment, and compute orchestrator. It enables the improvement of multi-step agent reasoning and tool usage through group relative policy optimization and a judge-based reward modeling system. The project features tools for model distillation to transfer capabilities from large teacher models to smaller architectures, as well as a system for capturing execution trajectories to generate synthetic training data. It supports specialized training workflows including supervised fine-tuning for baselin

    Prunes low-performing model checkpoints based on performance metrics to optimize storage.

    Pythonagentagentic-aigrpo
    Auf GitHub ansehen↗8,630
  • lucidrains/imagen-pytorchAvatar von lucidrains

    lucidrains/imagen-pytorch

    8,415Auf GitHub ansehen↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Includes utilities for saving and loading training states to resume progress or perform fine-tuning.

    Pythonartificial-intelligencedeep-learningimagination-machine
    Auf GitHub ansehen↗8,415
  1. Home
  2. Artificial Intelligence & ML
  3. Model Checkpoint Managers