Skip to content

Commit

Permalink
Change order of justification key in eval schema (#1619)
Browse files Browse the repository at this point in the history
Co-authored-by: Teo Musatoiu <[email protected]>
  • Loading branch information
dylanjcastillo and teomusatoiu authored Jan 21, 2025
1 parent 863c84e commit b59673c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Enhance_your_prompts_with_meta_prompting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,12 @@
"\"\"\"\n",
"\n",
"class ScoreCard(BaseModel):\n",
" justification: str\n",
" categorization: int\n",
" keyword_extraction: int\n",
" sentiment_analysis: int\n",
" clarity_structure: int\n",
" detail_completeness: int\n",
" justification: str"
" detail_completeness: int"
]
},
{
Expand Down

0 comments on commit b59673c

Please sign in to comment.