doc-to-lora-evaluator
Installation
SKILL.md
Doc To LoRA Evaluator
Evaluate Doc-to-LoRA as an engineering option before treating it as a production memory layer.
Doc-to-LoRA is a research pattern where a hypernetwork generates a LoRA adapter from a document so later queries can use the internalized information without re-sending the original long context. This skill is a decision and proof-of-concept gate, not a promise that every local machine can run the full pipeline.
Use For
- comparing Doc-to-LoRA against RAG, long-context prompting, summaries, fine-tuning, or ordinary LoRA training;
- deciding whether a document set is a good fit for parametric memory;
- planning a small local or GPU-backed proof of concept with the public SakanaAI implementation;
- designing validation prompts that compare base-model, long-context, RAG, and internalized-adapter behavior;
- identifying hallucination, staleness, licensing, privacy, model-compatibility, and VRAM risks before implementation.