mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-11 20:40:40 +00:00
refine
This commit is contained in:
parent
34d7fb649e
commit
64fb1905a1
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ def get_distribution_template() -> DistributionTemplate:
|
||||||
url={"uri": "https://huggingface.co/datasets/llamastack/gpqa_0shot_cot"},
|
url={"uri": "https://huggingface.co/datasets/llamastack/gpqa_0shot_cot"},
|
||||||
metadata={
|
metadata={
|
||||||
"path": "llamastack/gpqa_0shot_cot",
|
"path": "llamastack/gpqa_0shot_cot",
|
||||||
"name": "main",
|
"name": "gpqa_main",
|
||||||
"split": "train",
|
"split": "train",
|
||||||
},
|
},
|
||||||
dataset_schema={
|
dataset_schema={
|
||||||
|
|
|
@ -185,7 +185,7 @@ datasets:
|
||||||
uri: https://huggingface.co/datasets/llamastack/gpqa_0shot_cot
|
uri: https://huggingface.co/datasets/llamastack/gpqa_0shot_cot
|
||||||
metadata:
|
metadata:
|
||||||
path: llamastack/gpqa_0shot_cot
|
path: llamastack/gpqa_0shot_cot
|
||||||
name: main
|
name: gpqa_main
|
||||||
split: train
|
split: train
|
||||||
dataset_id: gpqa_cot
|
dataset_id: gpqa_cot
|
||||||
provider_id: huggingface
|
provider_id: huggingface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue