Skip to Content

This page lists 1 function in the hf namespace generated from the default SPQL function catalog.

FunctionKindSummary
hf.datasettable functionCreate a Hugging Face dataset handle relation.

hf.dataset

Kind: table function

This function has multiple public overloads.

hf.dataset(repo)

Create a Hugging Face dataset handle relation.

Parameters

NameRequiredDescription
repoyesNo parameter docs.

hf.dataset(repo, config?, split?, revision?)

Create a Hugging Face dataset handle relation with optional config, split, and revision.

Parameters

NameRequiredDescription
repoyesNo parameter docs.
confignoNo parameter docs.
splitnoNo parameter docs.
revisionnoNo parameter docs.
Last updated on