ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Evaluation: STT Config
未关闭
@Prajna1999 已经在做这个了。
开始于 2026年2月9日。
- 主要语言
- Python
- 星标
- 18
- 派生
- 10
- 平均合并
- 2 天 20 小时
- 30 天内合并 PR
- 14
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。