mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 19:30:00 +00:00
refine
This commit is contained in:
parent
49e1a25343
commit
929e7c0e69
6 changed files with 9 additions and 25 deletions
|
|
@ -29,8 +29,8 @@ providers:
|
|||
provider_type: inline::basic
|
||||
config: {}
|
||||
datasetio:
|
||||
- provider_id: huggingface-0
|
||||
provider_type: remote::huggingface
|
||||
- provider_id: localfs
|
||||
provider_type: inline::localfs
|
||||
config: {}
|
||||
telemetry:
|
||||
- provider_id: meta-reference
|
||||
|
|
@ -68,23 +68,6 @@ metadata_store:
|
|||
models: []
|
||||
shields: []
|
||||
memory_banks: []
|
||||
datasets:
|
||||
- dataset_id: alpaca
|
||||
provider_id: huggingface-0
|
||||
url:
|
||||
uri: https://huggingface.co/datasets/tatsu-lab/alpaca
|
||||
metadata:
|
||||
path: tatsu-lab/alpaca
|
||||
name:
|
||||
split: train
|
||||
dataset_schema:
|
||||
instruction:
|
||||
type: string
|
||||
input:
|
||||
type: string
|
||||
output:
|
||||
type: string
|
||||
text:
|
||||
type: string
|
||||
datasets: []
|
||||
scoring_fns: []
|
||||
eval_tasks: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue