awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesAll-Sample Processors

Logic applied to every generated sample, including those filtered from training, for logging, analysis, or statistics computation.

Distinct from Post-Generation Sample Processing: Distinct from Post-Generation Sample Processing: processes all samples unconditionally, not just those used for training.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · All-Sample Processors. Refine with filters or upvote what's useful.

Awesome All-Sample Processors GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebookresearch/mmfAvatar de facebookresearch

    facebookresearch/mmf

    5,635Voir sur GitHub↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Transforms raw data samples into model-ready dictionaries using custom callables.

    Pythoncaptioningdeep-learningdialog
    Voir sur GitHub↗5,635
  • thudm/slimeAvatar de THUDM

    THUDM/slime

    4,259Voir sur GitHub↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    Processes every generated sample, including those filtered from training, for logging, analysis, or statistics computation.

    Python
    Voir sur GitHub↗4,259
  1. Home
  2. Artificial Intelligence & ML
  3. Post-Generation Sample Processing
  4. All-Sample Processors

Explorer les sous-tags

  • Custom Sample ProcessorsTransforms a raw data sample into a model-ready format by applying a custom callable that returns a dictionary. **Distinct from All-Sample Processors:** Distinct from All-Sample Processors: focuses on transforming individual samples into model-ready dictionaries, not post-generation logging.