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

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

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

5 مستودعات

Awesome GitHub RepositoriesParameter Adaptation Techniques

Methods for fine-tuning models by injecting trainable matrices into frozen layers.

Distinguishing note: Specifically covers LoRA and similar low-rank adaptation methods.

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

Awesome Parameter Adaptation Techniques GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zai-org/chatglm-6bالصورة الرمزية لـ zai-org

    zai-org/ChatGLM-6B

    41,039عرض على GitHub↗

    ChatGLM-6B is a generative AI inference engine designed for local execution of transformer-based language models. It provides a comprehensive runtime environment that allows users to load and run pre-trained neural network weights directly on their own hardware, ensuring data privacy and independence from external cloud services. The project distinguishes itself through a hardware-agnostic execution backend that supports deployment across diverse environments, including standard processors, Apple Silicon, and multi-GPU configurations. It incorporates advanced optimization techniques such as w

    Injects low-rank adaptation matrices into frozen model layers to enable efficient fine-tuning with minimal overhead.

    Python
    عرض على GitHub↗41,039
  • huggingface/peftالصورة الرمزية لـ huggingface

    huggingface/peft

    21,274عرض على 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

    Decomposes large model matrices into smaller low-rank matrices to enable fine-tuning with minimal trainable parameters.

    Pythonadapterdiffusionfine-tuning
    عرض على GitHub↗21,274
  • microsoft/loraالصورة الرمزية لـ microsoft

    microsoft/LoRA

    13,264عرض على GitHub↗

    LoRA is a framework for parameter-efficient fine-tuning of large-scale neural networks. It functions by injecting trainable low-rank decomposition matrices into frozen model layers, allowing for task-specific adaptation while preserving the integrity of the original base model weights. The project distinguishes itself by enabling the direct merging of these trained low-rank matrices into primary model weights. This process eliminates additional computational overhead during inference, ensuring that adapted models maintain the same performance characteristics as the original architecture. Furt

    Enables efficient model refinement by injecting trainable low-rank decomposition matrices into frozen neural network layers.

    Pythonadaptationdebertadeep-learning
    عرض على GitHub↗13,264
  • modelscope/diffsynth-studioالصورة الرمزية لـ modelscope

    modelscope/DiffSynth-Studio

    12,585عرض على GitHub↗

    DiffSynth-Studio is a comprehensive platform for the lifecycle management of generative diffusion models, providing a unified environment for inference, fine-tuning, and training. It utilizes a modular pipeline architecture and a standardized abstraction layer to support consistent workflows across diverse model configurations for image and video generation. The platform distinguishes itself through a memory-optimized inference engine that dynamically manages resources to facilitate high-resolution generation on constrained hardware. It also integrates specialized training capabilities, inclu

    Implements low-rank adaptation techniques to efficiently adjust large generative models to specific styles or datasets.

    Python
    عرض على GitHub↗12,585
  • alirezadir/machine-learning-interviewsالصورة الرمزية لـ alirezadir

    alirezadir/Machine-Learning-Interviews

    8,455عرض على GitHub↗

    This project is a comprehensive machine learning interview guide and technical study resource designed for individuals preparing for machine learning and AI engineering roles. It provides a collection of materials and practice problems covering core algorithms, theoretical fundamentals, and the implementation of neural network architectures. The resource serves as a technical reference for generative AI development, focusing on the design and optimization of large language models and diffusion systems. It includes frameworks for system design, covering the architecture of production machine l

    Explains low-rank adaptation (LoRA) as a parameter-efficient fine-tuning technique.

    Jupyter Notebookagenticaiai-agents
    عرض على GitHub↗8,455
  1. Home
  2. Artificial Intelligence & ML
  3. Parameter Adaptation Techniques