ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Evaluation: STT Config
@Prajna1999 arbeitet bereits daran.
Seit 09.2.2026.
- Vorherrschende Sprache
- Python
- Sterne
- 18
- Forks
- 10
- Ø Merge
- 2 T. 20 Std.
- Gemergte PRs (30 T.)
- 14
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.