6b7a1cea49
This commit introduces the `doctate-canary` service and associated sweep experiments. The service provides access to the `nvidia/canary-1b-v2` ASR model via a native FastAPI API. It includes deployment scripts, Docker configurations, and detailed documentation on installation, API usage, and environment variables. The sweep experiments aim to thoroughly evaluate the Canary model's performance under various configurations. This includes testing different inference pipelines (single-shot vs. buffered), decoding strategies (greedy vs. beam search), and parameter tuning (chunk length, overlap, batch size, precision). The goal is to reproduce previous findings and identify optimal settings. The commit also includes: - Utility scripts for audio transcoding and manipulation. - Comprehensive logging and result collection mechanisms for the sweep runs. - Detailed analysis of `dur=0` occurrences and word confidence, concluding they are not reliable indicators of hallucination. - Documentation on the interaction between decoding parameters, especially `return_hypotheses`, and the availability of confidence scores.
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
/target/
|
|
/_data/
|
|
/canary_sweep/
|
|
|
|
# Fall-spezifische Inputs (Audios, Diktat-Text, Befund-Snapshots,
|
|
# vocab-Test-Erweiterungen) bleiben strikt lokal — Patientendaten und
|
|
# nicht-portable Symlinks gehören nicht ins Repo.
|
|
/case_*/
|