awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

إطارات عمل مواءمة النماذج اللغوية والتعلم التعزيزي من التغذية الراجعة البشرية (RLHF)

تم تحديث الترتيب في 30 يونيو 2026

For مكتبة للتعلم التعزيزي من التغذية الراجعة البشرية (RLHF) ومواءمة التفضيلات, the strongest matches are lucidrains/palm-rlhf-pytorch (lucidrains/palm-rlhf-pytorch is a PyTorch-based RLHF implementation focused on aligning), allenai/open-instruct (Open-Instruct is a distributed training framework purpose-built for instruction) and huggingface/alignment-handbook (huggingface/alignment-handbook is a comprehensive alignment framework and training toolkit). shibing624/medicalgpt and internlm/xtuner round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

توفر هذه المكتبات مفتوحة المصدر أدوات لمواءمة النماذج اللغوية الكبيرة باستخدام التعلم التعزيزي من التغذية الراجعة البشرية (RLHF).

إطارات عمل مواءمة النماذج اللغوية والتعلم التعزيزي من التغذية الراجعة البشرية (RLHF)

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lucidrains/palm-rlhf-pytorchالصورة الرمزية لـ lucidrains

    lucidrains/PaLM-rlhf-pytorch

    7,863عرض على GitHub↗

    This is a PyTorch implementation of reinforcement learning from human feedback designed to align large language models with human values and preferences. It provides a framework for the PaLM architecture and incorporates parameter-efficient fine-tuning to adapt models while minimizing the number of updated weights. The system enables the development of reward models that act as scoring mechanisms built from human preference data. These models evaluate generative outputs to guide the alignment process. The workflow covers policy optimization using a clipped objective, reward modeling based on

    lucidrains/palm-rlhf-pytorch is a PyTorch-based RLHF implementation focused on aligning language models via reward modeling and PPO training, fitting the model alignment framework category—though it lacks explicit DPO support and Hugging Face Transformers integration that would make it a comprehensive flagship tool for this search.

    PythonKL-Divergence PenaltiesPPO ImplementationsReward Modeling
    عرض على GitHub↗7,863
  • allenai/open-instructالصورة الرمزية لـ allenai

    allenai/open-instruct

    3,586عرض على GitHub↗

    Open-Instruct is a distributed training and instruction tuning framework for large language models. It functions as a coordinator for supervised fine-tuning, reinforcement learning from human feedback pipelines, and tool-use training, providing specialized roles for dataset curation and model alignment. The project distinguishes itself through a high-performance training architecture that utilizes actor-based distributed coordination and hybrid sharding to manage large GPU clusters. It implements advanced alignment techniques including direct preference optimization, group relative policy opt

    Open-Instruct is a distributed training framework purpose-built for instruction tuning and RLHF alignment, directly supporting DPO, GRPO, and preference-based fine-tuning in a production-ready pipeline — it fits the search for an open-source model alignment toolkit with core RLHF and preference optimization capabilities.

    PythonDirect Preference OptimizationPreference Alignment DatasetsReward Modeling
    عرض على GitHub↗3,586
  • huggingface/alignment-handbookالصورة الرمزية لـ huggingface

    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

    huggingface/alignment-handbook is a comprehensive alignment framework and training toolkit that includes direct preference optimization (DPO), reward model training, and distributed training pipelines, directly matching the request for an RLHF / preference-based optimization tool with strong integration into the Hugging Face ecosystem.

    PythonDirect Preference OptimizationReward Modeling
    عرض على GitHub↗5,621
  • shibing624/medicalgptالصورة الرمزية لـ shibing624

    shibing624/MedicalGPT

    4,774عرض على GitHub↗

    MedicalGPT is an open-source framework for fine-tuning large language models, with a dedicated focus on adapting general models to the medical domain. It provides a complete pipeline that covers continued pretraining on domain-specific corpora, supervised instruction tuning, tokenizer vocabulary extension with medical terminology, and alignment to clinician preferences through direct preference optimization, reinforcement learning, or knowledge distillation. The framework also supports training models to invoke external tools and functions in multi-turn clinical conversations. The platform di

    MedicalGPT is a fine-tuning framework that directly supports aligning LLMs via DPO and reinforcement learning (PPO), includes reward modeling and preference dataset handling, so it fits the requested RLHF toolkit category even though it is specialized for the medical domain.

    PythonDirect Preference OptimizationPreference Alignment DatasetsProximal Policy Optimization Implementations
    عرض على GitHub↗4,774
  • internlm/xtunerالصورة الرمزية لـ InternLM

    InternLM/xtuner

    5,150عرض على GitHub↗

    xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised fine-tuning, and the optimization of vision-language multimodal models. It serves as a distributed training accelerator and a specialized framework for scaling Mixture-of-Experts models and aligning model behavior through reinforcement learning from human feedback. The project distinguishes itself through advanced memory and compute optimizations, such as sequence parallelism for ultra-long context windows and interleaved pipeline parallelism to reduce GPU idle time. It provide

    XTuner is a comprehensive training engine that explicitly supports aligning large language models through reinforcement learning from human feedback, covering preference dataset management, reward model training, and PPO/DPO-style optimization with integration for Hugging Face Transformers, making it a strong fit for this search.

    PythonDirect Preference OptimizationPreference Alignment DatasetsReward Modeling
    عرض على GitHub↗5,150
  • meta-pytorch/torchtuneالصورة الرمزية لـ meta-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

    Torchtune is a PyTorch-native library that directly implements DPO, PPO, and other preference optimization methods for aligning LLMs, with support for distributed training and Hugging Face integration, making it a comprehensive RLHF training toolkit.

    PythonDirect Preference OptimizationPPO ImplementationsPreference Alignment Datasets
    عرض على GitHub↗5,774
  • lvwerra/trlالصورة الرمزية لـ lvwerra

    lvwerra/trl

    18,718عرض على GitHub↗

    This project is a transformer post-training toolkit and reinforcement learning library designed to align language model behavior with human preferences. It provides a framework for managing the transition from supervised fine-tuning to reinforcement learning and preference optimization. The library distinguishes itself through a specialized focus on preference optimization and reward modeling, enabling the adjustment of model outputs based on preferred versus rejected examples. It also includes capabilities for training agents within controlled sandbox environments using task suites and verif

    This is the Hugging Face TRL library, a specialized post-training toolkit for aligning Transformers via RLHF and preference optimization—it covers reward modeling, PPO, and DPO training, and is directly built on Hugging Face Transformers, making it exactly the tool you're looking for.

    PythonReward Modeling
    عرض على GitHub↗18,718
  • openrlhf/openrlhfالصورة الرمزية لـ OpenRLHF

    OpenRLHF/OpenRLHF

    9,675عرض على GitHub↗

    OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across distributed GPU clusters. It provides tools for aligning large language models and multimodal vision-language models using algorithms such as PPO, GRPO, and DPO. The framework distinguishes itself through a distributed inference engine that overlaps sample rollout with training to increase throughput. It supports scaling to models exceeding 70 billion parameters via parameter sharding and handles long-context sequences through ring-attention sequence parallelism. The project

    OpenRLHF is a distributed RLHF training framework that implements PPO, DPO, and GRPO for aligning large language models, and its native integration with Hugging Face Transformers and support for reward modeling and preference optimization directly address your required features.

    PythonReward ModelingReward Functions
    عرض على GitHub↗9,675
  • pytorch/torchtuneالصورة الرمزية لـ pytorch

    pytorch/torchtune

    5,774عرض على GitHub↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Torchtune is a PyTorch-native library purpose-built for fine-tuning and aligning large language models, with configurable YAML recipes, support for preference optimization methods like DPO and PPO, and integration with Hugging Face Transformers, making it a comprehensive fit for RLHF and preference-based alignment.

    PythonDirect Preference OptimizationJSON Preference Dataset LoadersPreference Dataset Loaders
    عرض على GitHub↗5,774
  • openaccess-ai-collective/axolotlالصورة الرمزية لـ OpenAccess-AI-Collective

    OpenAccess-AI-Collective/axolotl

    12,062عرض على GitHub↗

    Axolotl is a distributed training orchestrator and fine-tuning framework for large language models, multimodal systems, and quantized models. It provides a structured environment for specializing pre-trained models through full parameter updates or low-rank adaptation, as well as aligning model outputs with human expectations via preference tuning pipelines and reward modeling. The system distinguishes itself through a configuration-driven pipeline that manages preprocessing and training workflows via a single file for reproducibility. It implements high-throughput optimizations such as multi

    Axolotl is a distributed fine-tuning framework that directly supports aligning LLMs through preference tuning pipelines and reward modeling, covering the key RLHF and DPO features this search requires.

    PythonReward Modeling
    عرض على GitHub↗12,062
  • huggingface/trlالصورة الرمزية لـ huggingface

    huggingface/trl

    18,653عرض على GitHub↗

    This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language models. It serves as a toolkit for adapting models to specialized domains through supervised learning, while offering advanced methodologies to improve output quality and reasoning capabilities. The project distinguishes itself through specialized alignment and optimization techniques, including direct preference optimization and reinforcement learning, which allow models to be tuned against human preferences without complex reward modeling. It further supports training efficie

    TRL is a Hugging Face library purpose-built for aligning language models through reinforcement learning from human feedback and preference optimization, with built-in support for DPO, PPO, reward modeling, and seamless integration with the Transformers ecosystem, making it a comprehensive match for this search.

    PythonReward Modeling
    عرض على GitHub↗18,653
  • thinking-machines-lab/tinker-cookbookالصورة الرمزية لـ thinking-machines-lab

    thinking-machines-lab/tinker-cookbook

    2,856عرض على GitHub↗

    Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning, reinforcement learning, and parameter-efficient techniques like LoRA adapters. It provides a complete pipeline for aligning models with human preferences through multi-stage RLHF workflows, from supervised fine-tuning through preference optimization to reinforcement learning. The framework distinguishes itself through recipe-based training orchestration, where fine-tuning workflows are defined as composable recipe files that chain data loading, model configuration, and training l

    Tinker Cookbook is an open-source framework purpose-built for aligning language models through multi-stage RLHF workflows, directly supporting preference optimization and reinforcement learning with the required capabilities like DPO and PPO.

    PythonDirect Preference OptimizationRLHF Training Pipelines
    عرض على GitHub↗2,856
  • verl-project/verlالصورة الرمزية لـ verl-project

    verl-project/verl

    22,000عرض على GitHub↗

    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

    Verl is a distributed training infrastructure purpose-built for LLM alignment using RL techniques such as PPO and DPO, with tags indicating support for reward functions and dataset integration, making it a comprehensive RLHF/preference optimization toolkit.

    PythonReward ModelingReward Functions
    عرض على GitHub↗22,000
  • openmanus/openmanus-rlالصورة الرمزية لـ OpenManus

    OpenManus/OpenManus-RL

    3,916عرض على GitHub↗

    OpenManus-RL is a reinforcement learning framework and distributed training pipeline designed to train large language models as agents. It serves as an agentic reasoning optimizer and reward model trainer, providing the infrastructure to improve model decision-making through reward-based policy optimization. The project distinguishes itself through a distributed architecture that supports parameter sharding across multiple compute nodes and a coordinated rollout system for collecting interaction trajectories. It incorporates advanced reasoning strategies, such as Tree-of-Thoughts and Monte Ca

    OpenManus-RL is a reinforcement learning framework and distributed training pipeline for training LLMs as agents using reward-based policy optimization, including PPO and reward model training, which fits the RLHF alignment toolkit category even though it doesn't explicitly cover DPO or preference dataset management.

    PythonPPO ImplementationsReward Modeling
    عرض على GitHub↗3,916
  • hiyouga/easyr1الصورة الرمزية لـ hiyouga

    hiyouga/EasyR1

    5,034عرض على GitHub↗

    EasyR1 is a distributed model training system and reinforcement learning framework for large language and vision-language models. It functions as a multimodal trainer and an implementation of a Proximal Policy Optimization pipeline designed to refine the reasoning and perception capabilities of models that process both text and images. The system specializes in distributing reinforcement learning workloads across multiple compute nodes to manage high memory requirements. It optimizes hardware utilization through padding-free training and fine-tuning to fit large models onto available graphics

    EasyR1 is a distributed reinforcement learning framework built for PPO-based alignment of large language and vision-language models, making it directly applicable to RLHF workflows even though it does not explicitly cover DPO or reward model training.

    PythonPPO ImplementationsRLHF Training Pipelines
    عرض على GitHub↗5,034
  • inclusionai/arealالصورة الرمزية لـ inclusionAI

    inclusionAI/AReaL

    3,559عرض على GitHub↗

    AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a framework for developing multi-turn reasoning agents and training large models using reinforcement learning from human feedback. The project implements a toolkit for improving the visual reasoning and geometry problem solving capabilities of vision-language models. It utilizes a memory-efficient tuning system to optimize mathematical and reasoning models across different inference backends. The infrastructure supports large-scale training through tensor, pipeline, and expert p

    AReaL is a distributed RLHF training framework for large models, supporting reward modeling and PPO-style alignment, which directly fits your search for an RLHF toolkit, though its primary focus on agent orchestration and vision-language reasoning means some features like DPO may not be central.

    PythonReward ModelingRLHF Training Pipelines
    عرض على GitHub↗3,559
  • optimalscale/lmflowالصورة الرمزية لـ OptimalScale

    OptimalScale/LMFlow

    8,488عرض على GitHub↗

    LMFlow is a comprehensive suite for large language model fine-tuning, context extension, multimodal processing, and inference execution. It provides a toolkit for updating model parameters through full tuning or memory-efficient adapter algorithms, alongside an inference engine for executing tuned models via command-line or web-based interfaces. The framework includes a dedicated alignment suite for supervised tuning and reward model training to refine model behavior. It features a context window extender to increase maximum input lengths and a multimodal framework for building chatbots that

    LMFlow is a comprehensive fine-tuning toolkit with a dedicated alignment suite that includes reward model training, making it directly relevant for model alignment, but it does not explicitly mention PPO, DPO, or Hugging Face Transformers integration, so it may not cover all the requested features out of the box.

    PythonReward Modeling
    عرض على GitHub↗8,488
  • axolotl-ai-cloud/axolotlالصورة الرمزية لـ axolotl-ai-cloud

    axolotl-ai-cloud/axolotl

    12,059عرض على GitHub↗

    Axolotl is a configuration-driven framework designed for the fine-tuning, evaluation, and quantization of large language models. It functions as a comprehensive orchestrator for distributed training, enabling users to manage complex workflows across multi-node and multi-GPU environments. By utilizing structured configuration files, the platform streamlines the setup of training parameters, dataset paths, and hardware distribution strategies. The project distinguishes itself through its support for diverse training methodologies, including full-parameter tuning, parameter-efficient adaptation,

    Axolotl is a configuration-driven fine-tuning framework that supports RLHF methods like PPO and DPO via Hugging Face integration, making it a valid tool for preference-based model alignment, though its primary focus is broader than a dedicated RLHF toolkit.

    PythonReward ModelingReward Functions
    عرض على GitHub↗12,059
  • jingyaogong/minimindالصورة الرمزية لـ jingyaogong

    jingyaogong/minimind

    51,834عرض على GitHub↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    minimind is a comprehensive framework for training transformer-based language models that includes behavioral alignment and preference optimization capabilities, fitting the search for an RLHF/DPO toolkit even though it covers the full model lifecycle rather than being a dedicated alignment library.

    PythonPreference Alignment Datasets
    عرض على GitHub↗51,834
  • hiyouga/llama-efficient-tuningالصورة الرمزية لـ hiyouga

    hiyouga/LLaMA-Efficient-Tuning

    72,239عرض على GitHub↗

    This project is a fine-tuning framework and training pipeline designed to optimize and adapt large language and vision models. It provides a specialized toolkit for parameter-efficient tuning and supervised learning, serving as both a trainer for multimodal models and a deployment tool for serving fine-tuned models via high-performance inference engines. The framework focuses on reducing memory and compute requirements by updating a small subset of model parameters. It supports a wide range of adaptation strategies, including vision-language model training to align text, image, video, and aud

    LLaMA-Factory is a fine-tuning framework that includes support for preference optimization and reward modeling, making it directly applicable to RLHF and DPO training workflows for language models.

    PythonReward Modeling
    عرض على GitHub↗72,239
  • unslothai/unslothالصورة الرمزية لـ unslothai

    unslothai/unsloth

    66,628عرض على GitHub↗

    Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and multimodal models. It provides a comprehensive engine for fine-tuning, executing, and managing models locally, with a focus on reducing memory consumption and increasing compute speed on consumer-grade hardware. The platform distinguishes itself through hand-optimized kernels and automated computational graph techniques that maximize hardware throughput. It supports advanced training methodologies, including reinforcement learning for reasoning and efficient adapter-based fin

    Unsloth is a high-performance fine-tuning and inference library that supports advanced training methods including reinforcement learning and preference optimization (DPO/PPO), with built-in Hugging Face Transformers integration, making it a strong fit for aligning language models via RLHF or preference-based methods.

    PythonReward Functions
    عرض على GitHub↗66,628
  • internlm/internlmالصورة الرمزية لـ InternLM

    InternLM/InternLM

    7,224عرض على GitHub↗

    InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex reasoning. It functions as an inference engine for serving responses, a fine-tuning framework for adjusting model weights, and a platform for building autonomous AI agents. The system is capable of processing long-context input sequences up to one million tokens for document analysis. It employs chain-of-thought reasoning to solve knowledge-intensive tasks by generating intermediate logic steps before producing a final answer. The project covers model weight optimization through s

    InternLM is a comprehensive fine-tuning framework and LLM suite that supports RLHF and preference-based model alignments, making it a valid tool for the visitor's goal, though it is broader than a dedicated RLHF training toolkit.

    PythonLarge Language ModelsAutonomous AI Agent FrameworksAutonomous AI Agents
    عرض على GitHub↗7,224
  • hiyouga/llamafactoryالصورة الرمزية لـ hiyouga

    hiyouga/LlamaFactory

    72,213عرض على GitHub↗

    LlamaFactory is a unified framework for fine-tuning and adapting large language models. It provides a comprehensive platform that standardizes training workflows across diverse machine learning architectures, allowing users to execute both full-tuning and parameter-efficient methods through a single interface. The project distinguishes itself by offering a low-code visual dashboard that enables users to configure experiments and monitor performance metrics in real time without writing extensive custom scripts. It also features a configuration-driven orchestration system that decouples experim

    LlamaFactory is a unified fine-tuning framework that includes RLHF support for aligning large language models, fitting the need for a tool that can perform preference-based optimization, though its primary focus is broader fine-tuning rather than exclusively alignment.

    PythonExperiment TrackingLanguage Model Fine-TuningLarge Language Model Fine-Tuning Frameworks
    عرض على GitHub↗72,213
  • ludwig-ai/ludwigالصورة الرمزية لـ ludwig-ai

    ludwig-ai/ludwig

    11,717عرض على GitHub↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Ludwig is a general-purpose ML platform that includes dedicated support for preference alignment and supervised fine-tuning of large language models, making it a usable tool for RLHF and preference-based optimization, though it is broader than a specialized alignment framework alone.

    PythonDeclarative Model SynthesisLow-Code Machine Learning ToolsMultimodal Machine Learning
    عرض على GitHub↗11,717
  • carperai/trlxالصورة الرمزية لـ carperai

    carperai/trlx

    4,749عرض على GitHub↗

    trlx is a reinforcement learning library and training framework designed to align large language models using human feedback. It serves as a distributed trainer and compute orchestrator for scaling high-parameter models across multiple GPUs and nodes. The project provides tools for reinforcement learning from human feedback and model alignment. It implements reward-model-based optimization and proximal policy optimization to refine model behavior based on goal-oriented rewards or human-labeled datasets. The framework covers distributed training strategies, including model parallelism, parame

    CARPER AI's TRLX is a distributed RLHF training library for language models, directly matching the need for a preference-optimization framework, though it focuses on PPO-based RLHF and may not include DPO or explicit dataset management features.

    PythonKL-Divergence PenaltiesReward ModelingProximal Policy Optimization Alignment
    عرض على GitHub↗4,749
  • allenai/rl4lmsالصورة الرمزية لـ allenai

    allenai/RL4LMs

    2,390عرض على GitHub↗

    A modular RL library to fine-tune language models to human preferences

    rl4lms is a modular RL library built for fine-tuning language models to human preferences, directly matching your search for an RLHF alignment toolkit, though it may not cover every listed feature like DPO.

    PythonModel TrainingModel Training and Fine-tuningReinforcement Learning Tools
    عرض على GitHub↗2,390
  • eric-mitchell/direct-preference-optimizationالصورة الرمزية لـ eric-mitchell

    eric-mitchell/direct-preference-optimization

    2,888عرض على GitHub↗

    This project is a framework for aligning large language models with human preferences. It provides a library for optimizing model behavior by mapping preference data directly to a policy objective, bypassing the need for a separate reward model. The framework utilizes a closed-form mathematical objective to adjust model weights by maximizing the likelihood of preferred responses relative to dispreferred ones. It includes a toolkit for supervised fine-tuning, allowing users to establish a stable baseline on demonstration data before applying preference-based optimization techniques. The libra

    This repository provides the reference implementation for Direct Preference Optimization (DPO), a core method for aligning language models with preference-based optimization, making it a direct fit for the visitor's goal even though it does not cover broader features like PPO or reward model training.

    PythonDirect Preference OptimizationReward Modeling
    عرض على GitHub↗2,888
  • modelscope/ms-swiftالصورة الرمزية لـ modelscope

    modelscope/ms-swift

    14,597عرض على GitHub↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    ms-swift is a comprehensive toolkit for LLM alignment that supports advanced reinforcement learning methods like GRPO, making it a strong fit for model alignment frameworks, though its emphasis on Group Relative Policy Optimization and lack of explicit support for PPO or DPO may mean it covers only part of the requested feature set.

    PythonLarge Language Model Fine-Tuning FrameworksLLM Fine-Tuning EnginesMultimodal Training Platforms
    عرض على GitHub↗14,597
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
lucidrains/palm-rlhf-pytorch7.9KPythonMIT29 مايو 2026
allenai/open-instruct3.6KPythonapache-2.020 فبراير 2026
huggingface/alignment-handbook5.6KPythonApache-2.026 مايو 2026
shibing624/medicalgpt4.8KPythonapache-2.010 فبراير 2026
internlm/xtuner5.2KPythonApache-2.023 يونيو 2026
meta-pytorch/torchtune5.8KPythonBSD-3-Clause16 يونيو 2026
lvwerra/trl18.7KPythonApache-2.026 يونيو 2026
openrlhf/openrlhf9.7KPythonApache-2.017 يونيو 2026
pytorch/torchtune5.8KPythonBSD-3-Clause16 يونيو 2026
openaccess-ai-collective/axolotl12.1KPythonApache-2.016 يونيو 2026

Related searches

  • مكتبة للضبط الدقيق الفعال للمعلمات (PEFT) للنماذج اللغوية الكبيرة
  • مكتبة لتقييم النماذج اللغوية باستخدام نموذج حكم (LLM-as-judge)
  • مكتبة تعلم تعزيزي (reinforcement learning) لتدريب الوكلاء
  • مكتبة لتسريع توليد الرموز (tokens) في نماذج اللغة الكبيرة
  • إطار عمل للضبط الدقيق (fine-tuning) للنماذج اللغوية الكبيرة
  • معيار مرجعي للمقارنة بين النماذج اللغوية
  • مكتبة لإعادة ترتيب النتائج (reranking) في RAG
  • إطار عمل لتقييم جودة مخرجات النماذج اللغوية الكبيرة (LLM)