awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesPost-Generation Sample Processing

Logic applied to generated model samples to log data or modify training masks before training.

Distinct from Data Processing Logic Generation: None of the candidates cover post-inference processing specifically for RL sample refinement and loss masking.

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

Awesome Post-Generation Sample Processing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebookresearch/mmffacebookresearch 的头像

    facebookresearch/mmf

    5,635在 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
    在 GitHub 上查看↗5,635
  • thudm/slimeTHUDM 的头像

    THUDM/slime

    4,259在 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

    Modifies rollout data after log probability computation, such as updating loss masks or adding metadata to samples.

    Python
    在 GitHub 上查看↗4,259
  1. Home
  2. Artificial Intelligence & ML
  3. Post-Generation Sample Processing

探索子标签

  • All-Sample Processors1 个子标签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.
  • Rollout Data Post-ProcessorsModifications to rollout data after log probability computation, such as updating loss masks or adding metadata. **Distinct from Post-Generation Sample Processing:** Distinct from Post-Generation Sample Processing: operates specifically after log probability computation during RL training, not immediately after generation.