Change order of justification key in eval schema (#1619)
Co-authored-by: Teo Musatoiu <156829031+teomusatoiu@users.noreply.github.com>
This commit is contained in:
parent
863c84e94d
commit
b59673c9ca
1 changed files with 2 additions and 2 deletions
|
|
@ -593,12 +593,12 @@
|
||||||
"\"\"\"\n",
|
"\"\"\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"class ScoreCard(BaseModel):\n",
|
"class ScoreCard(BaseModel):\n",
|
||||||
|
" justification: str\n",
|
||||||
" categorization: int\n",
|
" categorization: int\n",
|
||||||
" keyword_extraction: int\n",
|
" keyword_extraction: int\n",
|
||||||
" sentiment_analysis: int\n",
|
" sentiment_analysis: int\n",
|
||||||
" clarity_structure: int\n",
|
" clarity_structure: int\n",
|
||||||
" detail_completeness: int\n",
|
" detail_completeness: int"
|
||||||
" justification: str"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue