awesome-repositories.com
Blog
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
·

5 repository-uri

Awesome GitHub RepositoriesParameter-Efficient Adaptation

Techniques for adapting large models to new tasks by updating only a small fraction of parameters or using low-rank decomposition.

Distinguishing note: Focuses on the architectural adaptation method rather than the specific fine-tuning workflow.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Parameter-Efficient Adaptation. Refine with filters or upvote what's useful.

Awesome Parameter-Efficient Adaptation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tatsu-lab/stanford_alpacaAvatar tatsu-lab

    tatsu-lab/stanford_alpaca

    30,266Vezi pe GitHub↗

    This project provides an end-to-end framework for adapting large language models to follow user instructions through supervised fine-tuning. It functions as a comprehensive training pipeline that enables the creation of specialized assistant models by minimizing the difference between predicted outputs and target responses within structured instruction datasets. The framework distinguishes itself by integrating synthetic data generation with memory-efficient training techniques. It utilizes powerful language models to iteratively expand small sets of human-written seeds into diverse, high-qua

    Reduces memory and computational requirements by training only a small subset of model weights.

    Pythondeep-learninginstruction-followinglanguage-model
    Vezi pe GitHub↗30,266
  • 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

    Integrates task-specific adapter modules into base architectures using parameter-efficient adaptation methods.

    Pythonadapterdiffusionfine-tuning
    Vezi pe GitHub↗21,274
  • uber/ludwigAvatar uber

    uber/ludwig

    11,718Vezi pe GitHub↗

    Ludwig is a declarative machine learning framework designed for training neural networks and large language models using configuration files instead of manual coding. It functions as a multimodal model builder and a low-code tool for supervised fine-tuning, allowing users to build models that process mixed inputs of text, images, audio, and tabular data. The project distinguishes itself through an automated hyperparameter optimizer and a system for large language model fine-tuning using parameter-efficient adapters. It features a multimodal data pipeline and the ability to automatically gener

    Implements parameter-efficient adaptation using trainable adapter layers to customize large models while keeping base weights frozen.

    Python
    Vezi pe GitHub↗11,718
  • openbmb/minicpmAvatar OpenBMB

    OpenBMB/MiniCPM

    9,464Vezi pe GitHub↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Utilizes parameter-efficient LoRA adapters to customize model behavior without modifying the core architecture.

    Jupyter Notebook
    Vezi pe GitHub↗9,464
  • meta-pytorch/torchtuneAvatar meta-pytorch

    meta-pytorch/torchtune

    5,774Vezi pe 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

    Applies LoRA, QLoRA, and DoRA adapters to selected layers for parameter-efficient fine-tuning.

    Python
    Vezi pe GitHub↗5,774
  1. Home
  2. Artificial Intelligence & ML
  3. Parameter-Efficient Adaptation

Explorează sub-etichetele

  • Orthogonal Adaptation StrategiesApplies multiplicative orthogonal weight updates to frozen models to preserve pretraining knowledge. **Distinct from Parameter-Efficient Adaptation:** Focuses on orthogonal transformation for adaptation, distinct from general parameter-efficient methods.