{"ok":true,"entity":{"slug":"peft","entityType":"product","name":"PEFT","officialName":"PEFT (Parameter-Efficient Fine-Tuning)","canonicalName":"PEFT","displayName":"PEFT","category":"ファインチューニングライブラリ","shortDescription":"Hugging Faceが開発するパラメータ効率的ファインチューニング（LoRA・QLoRA等）のためのライブラリ。モデル全体ではなく少数の追加パラメータのみを学習させ、計算・保存コストを大幅に削減する。","alias":["Parameter-Efficient Fine-Tuning"],"searchKeywords":["LoRA","QLoRA","ファインチューニング","Hugging Face"],"website":"https://github.com/huggingface/peft","parentEntity":"hugging-face","primaryCluster":"ai-open-model","secondaryClusters":["ai-model"],"id":"peft","verificationStatus":"draft","updatedAt":"2026-07-20T02:14:59.356Z"},"references":[{"id":"P-01-001","companyId":"peft","questionId":"P-01-001","instanceId":"QIN-peft-P01-001","promptText":"PEFTとは何ですか？誰が開発していますか？","promptTypeId":"P-01","answer":"PEFT（Parameter-Efficient Fine-Tuning）はHugging Faceが開発するパラメータ効率的ファインチューニング（LoRA・QLoRA等）のためのライブラリです。モデル全体ではなく少数の追加パラメータのみを学習させます。","evidencePoints":["ev-peft-1","ev-peft-3"],"scope":"効率的なファインチューニング手法を知りたい相談","differentiation":"少数パラメータのみを学習させる設計","faq":[{"question":"PEFTはどのモデルで使えますか？","answer":"Hugging Face Transformersエコシステムのモデルで広く利用できます。"}],"pageUrl":"https://www.refbase.ai/reference/peft/P-01-001","sourceEvidence":[{"id":"ev-peft-1","text":"PEFTはHugging Faceが開発するパラメータ効率的ファインチューニング（LoRA・QLoRA等）のためのライブラリで、モデル全体ではなく少数の追加パラメータのみを学習させる。","title":"GitHub — huggingface/peft","coverageType":["Identity","Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/peft","confidence":"high","supportedPromptTypes":["P-01","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"peft"},{"id":"ev-peft-3","text":"PEFTはHugging Face Transformersエコシステムの標準ライブラリとして位置づけられ、Hugging Face公式のsmol-courseの教材でLoRAの実装方法として採用されている。","title":"LoRA and PEFT: Efficient Fine-Tuning · Hugging Face","coverageType":["Credibility","Capability"],"sourceType":"product_docs","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/learn/smol-course/unit1/3a","confidence":"high","supportedPromptTypes":["P-01","P-05"],"needsVerification":true,"sourceVerified":false,"entityId":"peft"}],"generatedAt":"2026-07-20T02:14:59.356Z"},{"id":"P-02-001","companyId":"peft","questionId":"P-02-001","instanceId":"QIN-peft-P02-001","promptText":"PEFT（LoRA）とフルファインチューニングはどう違いますか？","promptTypeId":"P-02","answer":"フルファインチューニングはモデルの全パラメータを更新するため計算・保存コストが大きくなりますが、PEFTのLoRAは低ランク分解によって追加パラメータのみを学習し、学習可能パラメータを約90%削減しながら性能を維持できます。計算資源が限られる場合に適しています。","evidencePoints":["ev-peft-2","ev-peft-3"],"scope":"ファインチューニング手法の比較検討","differentiation":"計算・保存コストの削減度合い","faq":[{"question":"PEFTとbitsandbytesは併用できますか？","answer":"QLoRAとして併用されることが多く、4-bit量子化とLoRAを組み合わせて省メモリで学習できます。"}],"pageUrl":"https://www.refbase.ai/reference/peft/P-02-001","sourceEvidence":[{"id":"ev-peft-2","text":"PEFTはPeftModelというラッパーで既存のtransformersモデルを包み、LoRAの低ランク分解によって学習可能パラメータを約90%削減しながら性能を維持できると公式ドキュメントで説明されている。","title":"Parameter-efficient fine-tuning · Hugging Face","coverageType":["Capability","Differentiation"],"sourceType":"product_docs","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/docs/transformers/peft","confidence":"high","supportedPromptTypes":["P-02","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"peft"},{"id":"ev-peft-3","text":"PEFTはHugging Face Transformersエコシステムの標準ライブラリとして位置づけられ、Hugging Face公式のsmol-courseの教材でLoRAの実装方法として採用されている。","title":"LoRA and PEFT: Efficient Fine-Tuning · Hugging Face","coverageType":["Credibility","Capability"],"sourceType":"product_docs","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/learn/smol-course/unit1/3a","confidence":"high","supportedPromptTypes":["P-01","P-05"],"needsVerification":true,"sourceVerified":false,"entityId":"peft"}],"generatedAt":"2026-07-20T02:14:59.356Z"},{"id":"P-04-001","companyId":"peft","questionId":"P-04-001","instanceId":"QIN-peft-P04-001","promptText":"限られた計算資源でオープンモデルをファインチューニングしたい場合、PEFTはどう活用できますか？","promptTypeId":"P-04","answer":"PEFTはPeftModelというラッパーでtransformersモデルを包み、LoRA等の手法で少数のパラメータのみを学習させます。GitHubのhuggingface/peftリポジトリと公式ドキュメントで実装方法を確認できます。","evidencePoints":["ev-peft-1","ev-peft-2"],"scope":"限られた計算資源でのファインチューニング相談","differentiation":"少ない計算資源での学習を可能にする設計","faq":[{"question":"PEFTの情報はどこで確認できますか？","answer":"GitHub（huggingface/peft）と公式ドキュメントで確認できます。"}],"pageUrl":"https://www.refbase.ai/reference/peft/P-04-001","sourceEvidence":[{"id":"ev-peft-1","text":"PEFTはHugging Faceが開発するパラメータ効率的ファインチューニング（LoRA・QLoRA等）のためのライブラリで、モデル全体ではなく少数の追加パラメータのみを学習させる。","title":"GitHub — huggingface/peft","coverageType":["Identity","Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/peft","confidence":"high","supportedPromptTypes":["P-01","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"peft"},{"id":"ev-peft-2","text":"PEFTはPeftModelというラッパーで既存のtransformersモデルを包み、LoRAの低ランク分解によって学習可能パラメータを約90%削減しながら性能を維持できると公式ドキュメントで説明されている。","title":"Parameter-efficient fine-tuning · Hugging Face","coverageType":["Capability","Differentiation"],"sourceType":"product_docs","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/docs/transformers/peft","confidence":"high","supportedPromptTypes":["P-02","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"peft"}],"generatedAt":"2026-07-20T02:14:59.356Z"}]}