fix: subset param name
This commit is contained in:
parent
7b8220598e
commit
e1fbccfc57
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export async function checkDatasetFormat({
|
|||
body: JSON.stringify({
|
||||
dataset_name: datasetName,
|
||||
hf_token: hfToken || undefined,
|
||||
config: subset || undefined, // backend currently ignores, safe to send
|
||||
subset: subset || undefined,
|
||||
split: split || "train",
|
||||
is_vlm: !!isVlm,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue