mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 15:29:47 +00:00
init commit
This commit is contained in:
parent
e5993c565e
commit
dc3d9d7720
3 changed files with 68 additions and 10 deletions
|
|
@ -49,5 +49,20 @@ datasets:
|
|||
type: string
|
||||
text:
|
||||
type: string
|
||||
- dataset_id: alpaca_eval
|
||||
provider_id: huggingface-0
|
||||
url:
|
||||
uri: https://huggingface.co/datasets/causal-lm/code_alpaca
|
||||
metadata:
|
||||
path: causal-lm/code_alpaca
|
||||
name:
|
||||
split: validation
|
||||
dataset_schema:
|
||||
instruction:
|
||||
type: string
|
||||
input:
|
||||
type: string
|
||||
output:
|
||||
type: string
|
||||
scoring_fns: []
|
||||
eval_tasks: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue