This commit is contained in:
Botao Chen 2025-03-11 21:02:22 -07:00
parent 34d7fb649e
commit 64fb1905a1
2 changed files with 2 additions and 2 deletions

View file

@ -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={

View file

@ -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