mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
add new columns to schema validator
This commit is contained in:
parent
3c560609dd
commit
1085aaedb8
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ class ColumnName(Enum):
|
||||||
generated_answer = "generated_answer"
|
generated_answer = "generated_answer"
|
||||||
context = "context"
|
context = "context"
|
||||||
dialog = "dialog"
|
dialog = "dialog"
|
||||||
|
function = "function"
|
||||||
|
language = "language"
|
||||||
|
id = "id"
|
||||||
|
ground_truth = "ground_truth"
|
||||||
|
|
||||||
|
|
||||||
VALID_SCHEMAS_FOR_SCORING = [
|
VALID_SCHEMAS_FOR_SCORING = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue