adapters and torch-adapters

The adapter-hub/adapters library is a comprehensive, production-ready framework for parameter-efficient transfer learning across multiple model architectures, while torch-adapters is a minimal PyTorch implementation of adapter modules that could serve as a lightweight alternative or educational reference rather than a complement to the more established ecosystem.

adapters
72
Verified
torch-adapters
30
Emerging
Maintenance 13/25
Adoption 12/25
Maturity 25/25
Community 22/25
Maintenance 0/25
Adoption 5/25
Maturity 25/25
Community 0/25
Stars: 2,802
Forks: 375
Downloads:
Commits (30d): 1
Language: Python
License: Apache-2.0
Stars: 9
Forks:
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m

About adapters

adapter-hub/adapters

A Unified Library for Parameter-Efficient and Modular Transfer Learning

This library helps machine learning engineers and researchers fine-tune large language models (LLMs) more efficiently. It takes a pre-trained Transformer model and task-specific datasets, then allows you to add and train small, specialized 'adapter' modules. The output is a highly optimized model for specific NLP tasks like text classification or question answering, without needing to retrain the entire large model.

natural-language-processing machine-learning-engineering deep-learning-research model-optimization transfer-learning

About torch-adapters

ma2za/torch-adapters

Small Library of PyTorch Adaptation modules

This library helps machine learning practitioners fine-tune large pre-trained models more efficiently. It takes an existing PyTorch model and applies various adaptation techniques like LoRA or Prompt Tuning, resulting in a model that is specialized for a new task without requiring extensive re-training or storage. Data scientists, ML engineers, or researchers working with large language or vision models can use this.

deep-learning model-fine-tuning natural-language-processing computer-vision machine-learning-engineering

Scores updated daily from GitHub, PyPI, and npm data. How scores work