awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesQuantized Adapters

Low-precision weight updates for efficient fine-tuning.

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

Awesome Quantized Adapters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • unslothai/unslothAvatar von unslothai

    unslothai/unsloth

    66,628Auf GitHub ansehen↗

    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

    Applies low-precision weight updates to compressed model layers to enable efficient fine-tuning on consumer-grade hardware.

    Pythonagentdeepseekdeepseek-r1
    Auf GitHub ansehen↗66,628
  • ai4finance-foundation/fingptAvatar von AI4Finance-Foundation

    AI4Finance-Foundation/FinGPT

    20,507Auf GitHub ansehen↗

    FinGPT is a suite of specialized financial tools and a framework for adapting large language models to the financial domain. It provides a set of pipelines for financial entity extraction, sentiment analysis, and retrieval-augmented generation to improve the accuracy of financial information systems. The project distinguishes itself through efficient training workflows, utilizing low-rank adaptation and quantized low-rank adaptation to fine-tune models on consumer-grade hardware. It employs market-labeled datasets and reinforcement learning that uses actual stock price movements as reward sig

    Employs quantized low-rank adaptation to enable model fine-tuning on consumer-grade hardware.

    Jupyter Notebookchatgptfinancefingpt
    Auf GitHub ansehen↗20,507
  • lvwerra/trlAvatar von lvwerra

    lvwerra/trl

    18,718Auf GitHub ansehen↗

    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

    Implements memory-efficient training using quantized low-rank adaptation to update a small subset of parameters.

    Python
    Auf GitHub ansehen↗18,718
  • baichuan-inc/baichuan-7bAvatar von baichuan-inc

    baichuan-inc/Baichuan-7B

    5,654Auf GitHub ansehen↗

    Baichuan-7B is an open-source 7 billion parameter bilingual Transformer model designed for text generation and few-shot learning across Chinese and English. It is built on a large Transformer architecture trained on a bilingual corpus, enabling it to produce coherent text in both languages from a single model. The model incorporates several optimization techniques that distinguish it from standard large language models. It uses rotary position embeddings that can extrapolate to longer sequences than seen during training, allowing context extension beyond the original 4096-token training lengt

    Adapts the pretrained model to custom tasks using quantized low-rank adaptation with RLHF support.

    Pythonartificial-intelligencecevalchatgpt
    Auf GitHub ansehen↗5,654
  • internlm/xtunerAvatar von InternLM

    InternLM/xtuner

    5,150Auf GitHub ansehen↗

    xtuner ist eine umfassende Trainings-Engine für Large Language Models und bietet ein Toolkit für Pre-Training, Supervised Fine-Tuning und die Optimierung von vision-sprachlichen multimodalen Modellen. Sie dient als verteilter Trainingsbeschleuniger und spezialisiertes Framework zur Skalierung von Mixture-of-Experts-Modellen sowie zur Ausrichtung von Modellverhalten durch Reinforcement Learning from Human Feedback. Das Projekt zeichnet sich durch fortgeschrittene Speicher- und Rechenoptimierungen aus, wie Sequence-Parallelism für ultra-lange Kontextfenster und Interleaved-Pipeline-Parallelism zur Reduzierung von GPU-Idle-Zeiten. Es bietet eine dedizierte Suite für Preference-Optimization und implementiert Techniken wie Group Relative Policy Optimization und Direct Preference Optimization, um Modell-Policies und Belohnungssysteme zu verfeinern. Breite Funktionsbereiche decken verteiltes Modelltraining über mehrere Knoten hinweg, multimodale Datensatzvorbereitung und die Verwaltung von Adapter-basiertem Fine-Tuning ab. Die Engine enthält zudem Tools für Modellevaluation, Weight-Merging und den Export trainierter Parameter in Inferenz-Engines. Das Training wird über standardisierte Konfigurationsdateien und verteilte Launcher verwaltet, um konsistente Ergebnisse über Rechencluster hinweg sicherzustellen.

    Reduces VRAM overhead by utilizing quantized low-rank adaptation (QLoRA) for memory-efficient fine-tuning.

    Pythonagentdeepseek-v3gpt-oss
    Auf GitHub ansehen↗5,150
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Training Efficiency
  5. Quantized Adapters

Unter-Tags erkunden

  • Quantized Low-Rank AdaptersLow-precision weight updates for efficient fine-tuning using quantized low-rank adaptation. **Distinct from Quantized Adapters:** Distinct from Quantized Adapters: specifically combines quantization with low-rank decomposition (QLoRA), not just any low-precision adapter.