feat: writing style finetuning backend (Phase 2) #52
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Avocet already benchmarks writing style models. This adds the finetuning backend to close the loop: corpus → train → personal style LoRA adapter.
Work
scripts/finetune_style.py— LoRA finetuning on LLM using personal writing corpus fromgather_corpus.pystylejob type in train queue.txtfiles indata/style_corpus/(already gathered bygather_corpus.py)Depends on