Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Nov 29, 2024
1 parent 8d21cf7 commit 58d70e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion notebooks/ko/structured_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,14 @@
"\n",
"지금까지 우리는 특정 RAG 사용 사례를 보여주었지만, 제약 생성은 그 이상으로 많은 도움이 됩니다.\n",
"\n",
"예를 들어, [LLM judge](llm_judge) 워크플로우에서도 제약 생성을 사용하여 다음과 같은 JSON을 출력할 수 있습니다:"
"예를 들어, [LLM judge](llm_judge) 워크플로우에서도 제약 생성을 사용하여 다음과 같은 JSON을 출력할 수 있습니다:\n",
"```\n",
"{\n",
" \"score\": 1,\n",
" \"rationale\": \"The answer does not match the true answer at all.\",\n",
" \"confidence_level\": 0.85\n",
"}\n",
"```"
]
},
{
Expand Down

0 comments on commit 58d70e4

Please sign in to comment.