1. 修改了评测页面的关联模型和数据集的bug

This commit is contained in:
2026-01-20 23:23:07 +08:00
parent c328a69b28
commit 542cde416f
4 changed files with 15059 additions and 7 deletions

View File

@@ -363,6 +363,7 @@
const textMap = {
'train': '训练数据',
'test': '测试数据',
'eval': '评测数据',
'val': '验证数据',
'other': '其他'
};