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

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

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

2 个仓库

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

用 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

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

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

探索子标签

  • 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.