Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yujian
lmp_web
Commits
a65dee81
Commit
a65dee81
authored
Apr 18, 2024
by
mhw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.35:3000/lmp/lmp_web
parents
b69be89e
028c652f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
modelResultAnalysis.vue
...nt/modelEvaluation/dialog/operate/modelResultAnalysis.vue
+4
-8
No files found.
src/views/gptTraining/modelManagement/modelEvaluation/dialog/operate/modelResultAnalysis.vue
View file @
a65dee81
...
...
@@ -2,15 +2,11 @@
<
template
>
<div
class=
"tableBox"
>
<vxe-table
border
show-header-overflow
show-overflow
:row-config=
"
{ isHover: true }" :data="myDataSetPage.tableData.impl.dataList" min-height="96">
<vxe-column
title=
"模型名称"
>
<template>
{{
item
.
modelVersionIdDictMap
.
name
}}
</
template
>
</vxe-column>
<vxe-table
border
show-header-overflow
show-overflow
:row-config=
"
{ isHover: true }" :data="myDataSetPage.tableData.impl.dataList" min-height="96" :resizable="true">
<vxe-column
field=
"datasetName"
title=
"数据集名称"
></vxe-column>
<vxe-column
field=
"input"
title=
"Prompt问题"
></vxe-column>
<vxe-column
field=
"predict"
title=
"
预期回答
"
></vxe-column>
<vxe-column
field=
"label"
title=
"
模型结果
"
></vxe-column>
<vxe-column
field=
"predict"
title=
"
模型预测
"
></vxe-column>
<vxe-column
field=
"label"
title=
"
预期回答
"
></vxe-column>
</vxe-table>
<el-row
slot=
"pagination"
type=
"flex"
justify=
"end"
style=
"margin-top: 16px;width: 100%;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment