Commit
·
4983843
1
Parent(s):
d982700
update eval code validator to jinja2
Browse files
src/synthetic_dataset_generator/apps/eval.py
CHANGED
@@ -116,7 +116,7 @@ def load_dataset_from_hub(
|
|
116 |
"Text: {{" + col_response + "}}",
|
117 |
]
|
118 |
),
|
119 |
-
language="
|
120 |
interactive=True,
|
121 |
)
|
122 |
structured_output = gr.Code(
|
|
|
116 |
"Text: {{" + col_response + "}}",
|
117 |
]
|
118 |
),
|
119 |
+
language="jinja2",
|
120 |
interactive=True,
|
121 |
)
|
122 |
structured_output = gr.Code(
|