You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unitxt/catalog/metrics/rag/response_generation/adherence_with_format/llama_3_3_70b_instruct_judge.json
+6-45Lines changed: 6 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -2,55 +2,16 @@
2
2
"__type__": "llm_judge_direct",
3
3
"inference_engine": {
4
4
"__type__": "cross_provider_inference_engine",
5
-
"model": "llama-3-3-70b-instruct",
6
5
"max_tokens": 1024,
6
+
"seed": 42,
7
7
"temperature": 0,
8
-
"provider": "watsonx"
9
-
},
10
-
"criteria": {
11
-
"__type__": "criteria_with_options",
12
-
"name": "adherence_with_format",
13
-
"description": "The response aligns with the requested structure, style, or format (e.g., bullet points, headings, specific phrasing).",
14
-
"options": [
15
-
{
16
-
"__type__": "criteria_option",
17
-
"name": "Excellent",
18
-
"description": "The response perfectly aligns with the requested structure, style, or format, with no deviations."
19
-
},
20
-
{
21
-
"__type__": "criteria_option",
22
-
"name": "Good",
23
-
"description": "The response aligns well with the requested structure, style, or format, with minor deviations that do not affect clarity or usability."
24
-
},
25
-
{
26
-
"__type__": "criteria_option",
27
-
"name": "mediocre",
28
-
"description": "The response generally follows the requested structure, style, or format, but noticeable inconsistencies or omissions are present."
29
-
},
30
-
{
31
-
"__type__": "criteria_option",
32
-
"name": "Bad",
33
-
"description": "The response only partially aligns with the requested structure, style, or format, with significant inconsistencies or a lack of adherence."
34
-
},
35
-
{
36
-
"__type__": "criteria_option",
37
-
"name": "Very Bad",
38
-
"description": "The response fails to align with the requested structure, style, or format."
0 commit comments