feat: lightweight audio domain classifier as a labeling assist task #27
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: Manually tagging hundreds of audio samples by domain is tedious and inconsistent. A lightweight pre-classifier could suggest the domain tag automatically, leaving humans to confirm or correct. This also has a second use: the same classifier would drive inference-time routing in cf-voice (routing to accent-aware or domain-specific SER models at runtime).
Scope:
audio_domainbefore a sample enters the card-stack UIOut of scope: Training the domain classifier itself from scratch (start with a fine-tuned off-the-shelf model). Integration with cf-voice runtime routing (tracked in cf-orch#34).
Acceptance criteria:
Related: Depends on audio domain tagging issue. Cross-references cf-orch#34 (accent/dialect-aware model routing).
circuitforge-plans/avocet/— audio model evaluation extension.