Codette-Reasoning / scripts /modelcard.md
Jonathan Harrison
Full Codette codebase sync β€” transparency release
74f2af5
# 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