awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
allenai avatar

allenai/RL4LMs

0
View on GitHub↗
2,390 stele·202 fork-uri·Python·Apache-2.0·4 vizualizărirl4lms.apps.allenai.org↗

RL4LMs

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

Features

  • Model Training - Modular reinforcement learning for aligning models to human preferences.
  • Model Training and Fine-tuning - RL library for fine-tuning to human preferences.
  • Reinforcement Learning Tools - Modular library for optimizing models based on human feedback.
  • RLHF Frameworks - Benchmark and building blocks for natural language policy optimization.

Istoric stele

Graficul istoricului de stele pentru allenai/rl4lmsGraficul istoricului de stele pentru allenai/rl4lms

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru RL4LMs

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu RL4LMs.
  • hiyouga/llama-factoryAvatar hiyouga

    hiyouga/LLaMA-Factory

    72,241Vezi pe GitHub↗

    LLaMA-Factory is a comprehensive suite for dataset preparation, model fine-tuning, memory optimization, and standardized API deployment. It provides a unified platform for the supervised and reward-based fine-tuning of large language models and vision-language models. The framework includes a specialized toolkit for training vision-language models and a model serving interface that deploys trained models through high-performance APIs. It utilizes precision tuning and quantization techniques to reduce the hardware requirements and memory footprint of large models. The system covers data pipel

    Python
    Vezi pe GitHub↗72,241
  • huggingface/peftAvatar huggingface

    huggingface/peft

    21,274Vezi pe GitHub↗

    This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained models by training only a small subset of parameters. It functions as a distributed model training system and optimization toolkit, designed to reduce the computational and memory requirements typically associated with full model fine-tuning. The project distinguishes itself through a suite of methods for modular adapter composition, including low-rank matrix decomposition and activation-based scaling. It supports the integration of multiple task-specific adapter modules, allowin

    Pythonadapterdiffusionfine-tuning
    Vezi pe GitHub↗21,274
  • carperai/trlxAvatar carperai

    carperai/trlx

    4,749Vezi pe 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

    Python
    Vezi pe GitHub↗4,749
  • huggingface/transformersAvatar huggingface

    huggingface/transformers

    161,630Vezi pe GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Pythonaudiodeep-learningdeepseek
    Vezi pe GitHub↗161,630
Vezi toate cele 30 alternative pentru RL4LMs→

Întrebări frecvente

Ce face allenai/rl4lms?

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

Care sunt principalele funcționalități ale allenai/rl4lms?

Principalele funcționalități ale allenai/rl4lms sunt: Model Training, Model Training and Fine-tuning, Reinforcement Learning Tools, RLHF Frameworks.

Care sunt câteva alternative open-source pentru allenai/rl4lms?

Alternativele open-source pentru allenai/rl4lms includ: huggingface/trl — This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language… huggingface/transformers — Transformers is a comprehensive library for machine learning that provides a unified interface for training,… carperai/trlx — trlx is a reinforcement learning library and training framework designed to align large language models using human… hiyouga/llama-factory — LLaMA-Factory is a comprehensive suite for dataset preparation, model fine-tuning, memory optimization, and… huggingface/peft — This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained… lightning-ai/litgpt — LitGPT is a training and deployment framework for large language models, providing a suite of tools for pretraining,…