mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 00:44:31 +00:00
refine
This commit is contained in:
parent
f39dcdec9d
commit
49e1a25343
7 changed files with 134 additions and 110 deletions
|
|
@ -23,12 +23,7 @@ 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"
|
||||
dialog = "dialog"
|
||||
|
||||
|
||||
VALID_SCHEMAS_FOR_SCORING = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue