mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 09:22:00 +00:00
address comments
This commit is contained in:
parent
2a992d4f05
commit
f39dcdec9d
2 changed files with 13 additions and 14 deletions
|
|
@ -23,6 +23,12 @@ class ColumnName(Enum):
|
|||
completion_input = "completion_input"
|
||||
generated_answer = "generated_answer"
|
||||
context = "context"
|
||||
instruction = "instruction"
|
||||
input = "input"
|
||||
output = "output"
|
||||
text = "text"
|
||||
conversations = "conversations"
|
||||
messages = "messages"
|
||||
|
||||
|
||||
VALID_SCHEMAS_FOR_SCORING = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue