ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Evaluation: STT Config
@Prajna1999 ci sta già lavorando.
Dal 9/2/2026.
- Lingua principale
- Python
- Stelle
- 18
- Fork
- 10
- Merge medio
- 2g 20h
- PR unite (30g)
- 14
Descrizione
Is your feature request related to a problem?
In the first cut of STT evaluation, runs are created with hardcoded parameters (run_name, dataset_id, models). There is no way to pass a standardized config, making it difficult to manage and reproduce evaluation runs with different configurations (e.g. model settings, evaluation parameters). Text evaluation already solves this with config_id + config_version.
Describe the solution you'd like
Add config support to STT evaluation, following the text evaluation pattern:
- Accept config_id and config_version as input parameters in STTEvaluationRunCreate
- Resolve the config blob using ConfigVersionCrud before starting the evaluation batch
- Store config_id and config_version in the EvaluationRun record
- Extract STT-specific parameters (models, evaluation settings, etc.) from the resolved config
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.