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

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

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

4 个仓库

Awesome GitHub RepositoriesDataset Blending

Techniques for combining multiple data sources using weighted sampling for training and evaluation.

Distinct from Training Dataset Processing: Specifically addresses the blending and weighted sampling of multiple datasets, not just general processing

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Dataset Blending. Refine with filters or upvote what's useful.

Awesome Dataset Blending GitHub Repositories

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

    EleutherAI/gpt-neox

    7,392在 GitHub 上查看↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Handles training, validation, and test data paths with support for weighted sampling from multiple sources.

    Pythondeepspeed-librarygpt-3language-model
    在 GitHub 上查看↗7,392
  • meta-pytorch/torchtunemeta-pytorch 的头像

    meta-pytorch/torchtune

    5,774在 GitHub 上查看↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip

    Combines multiple sub-datasets into a single unified dataset for training via concatenation.

    Python
    在 GitHub 上查看↗5,774
  • huggingface/alignment-handbookhuggingface 的头像

    huggingface/alignment-handbook

    5,621在 GitHub 上查看↗

    This project is an alignment framework and suite of pipelines for training language models using supervised fine-tuning and preference optimization. It provides tools for executing large-scale distributed training across multiple GPUs and compute nodes, alongside a system for measuring model helpfulness and dialogue quality through single-turn and multi-turn benchmarks. The framework includes specialized tools for direct preference optimization to refine model behavior using paired data without a separate reward model. It also supports constitutional AI alignment and the training of reward mo

    Combines multiple datasets with weighted sampling and formats them into chat templates for training.

    Python
    在 GitHub 上查看↗5,621
  • openvla/openvlaopenvla 的头像

    openvla/openvla

    5,305在 GitHub 上查看↗

    OpenVLA is a vision-language-action model and framework designed for general-purpose robotic manipulation. It provides a robotic policy training framework and a control inference engine that map visual and textual inputs to robotic control actions, enabling zero-shot instruction following on hardware. The project includes a robotics dataset pipeline for standardizing diverse trajectory data and managing dataset mixtures. It supports large-scale model training through distributed GPU compute and sharded data parallelism, alongside parameter-efficient adaptation for fine-tuning models to new ta

    Implements weighted sampling from multiple robotics datasets to control training influence.

    Python
    在 GitHub 上查看↗5,305
  1. Home
  2. Artificial Intelligence & ML
  3. Training Dataset Processing
  4. Dataset Blending