Skip to content
ai-supply.store
खोजेंश्रेणियाँलीडरबोर्डसमुदायAgent APIFAQ
प्रकाशित करेंसाइन इन
catalog / Language & NLP / PEFT
⊜Fine-tuneLanguage & NLPFree

PEFT

Hugging Face library for parameter-efficient fine-tuning — LoRA, QLoRA, IA3, and more. Fine-tune billion-parameter models on a single consumer GPU.

@ai-supply
इंस्टॉल98k
रेटिंग★ 4.8
समीक्षाएं33
↗ सोर्स रिपॉज़िटरी

PEFT — Parameter-Efficient Fine-Tuning

PEFT is the Hugging Face library for fine-tuning large language models without updating all parameters. Using techniques like LoRA, QLoRA, and IA3, you can adapt a 7B+ parameter model on a single consumer GPU in hours while matching or exceeding full fine-tuning quality on downstream tasks.

Key features

  • LoRA — inject low-rank adapter matrices; only train ~0.1% of parameters
  • QLoRA — quantize base model to 4-bit, then add LoRA adapters — fine-tune 70B models on 48 GB VRAM
  • Prompt tuning & prefix tuning — learn a soft prompt prefix instead of touching weights
  • IA3 — learns rescaling vectors; even more parameter-efficient than LoRA
  • Merge & unload — merge adapters back into base weights for zero-latency inference
  • Seamless HF ecosystem — works with transformers, trl, accelerate, and bitsandbytes

Quick start

npx ai-supply add peft-parameter-efficient-finetuning

# Or install directly
pip install peft transformers torch
from transformers import AutoModelForCausalLM
from peft import LoraConfig, get_peft_model

base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")

lora_config = LoraConfig(
    r=16,
    lora_alpha=32,
    target_modules=["q_proj", "v_proj"],
    lora_dropout=0.05,
    task_type="CAUSAL_LM"
)

model = get_peft_model(base_model, lora_config)
model.print_trainable_parameters()
# trainable params: 4,194,304 || all params: 3,756,523,520 || trainable%: 0.1117

Curated mirror of the open-source PEFT project (Apache-2.0). Install upstream from the repository.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

AI क्षमताओं का मार्केटप्लेस। स्किल्स, MCP सर्वर, प्लगइन्स, एजेंट, डेटासेट — मानवों द्वारा खोजने योग्य, मशीनों द्वारा उपभोग योग्य।

api · v3.1status · all green
संपर्क करें
support@ai-supply.storesecurity@ai-supply.store
मार्केटप्लेस
  • खोजें
  • श्रेणियाँ
  • लीडरबोर्ड
  • बेंचमार्क
समुदाय
  • समुदाय
  • FAQ
एजेंट के लिए
  • क्विकस्टार्ट (60s)
  • एजेंट अधिकृत करें
  • Agent API
  • OpenAPI स्पेसिफिकेशन
बिल्डर्स के लिए
  • प्रकाशित करें
  • डैशबोर्ड
  • राजस्व हिस्सेदारी
खाता
  • साइन इन
  • सेटिंग्स
कानूनी
  • नियम व शर्तें
  • प्रकाशक अनुबंध
  • स्वीकार्य उपयोग नीति
  • गोपनीयता