mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 19:12:09 +00:00
do
This commit is contained in:
parent
f90dcd2a69
commit
b328db4f60
2 changed files with 4 additions and 4 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
@ -8791,10 +8791,10 @@
|
|||
"type": "string",
|
||||
"enum": [
|
||||
"post-training/messages",
|
||||
"eval/question-answer"
|
||||
"eval/messages-answer"
|
||||
],
|
||||
"title": "DatasetPurpose",
|
||||
"description": "Purpose of the dataset. Each type has a different column format."
|
||||
"description": "Purpose of the dataset. Each purpose has a required input data schema."
|
||||
},
|
||||
"description": "The purposes that this scoring function can be used for."
|
||||
}
|
||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -6069,10 +6069,10 @@ components:
|
|||
type: string
|
||||
enum:
|
||||
- post-training/messages
|
||||
- eval/question-answer
|
||||
- eval/messages-answer
|
||||
title: DatasetPurpose
|
||||
description: >-
|
||||
Purpose of the dataset. Each type has a different column format.
|
||||
Purpose of the dataset. Each purpose has a required input data schema.
|
||||
description: >-
|
||||
The purposes that this scoring function can be used for.
|
||||
additionalProperties: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue