File size: 516 Bytes
ed1b365 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Codette Adapter
## Overview
This adapter is part of the Codette modular reasoning system.
Each adapter specializes in a specific reasoning domain.
## Adapter Purpose
Describe what this adapter does.
Examples:
Newton – analytical reasoning
Davinci – creative reasoning
Empathy – emotional understanding
## Training
Base model: Llama 3.1 8B
Training method: QLoRA
Dataset: domain-specific reasoning dataset
## Usage
Load with PEFT:
from peft import PeftModel |