This page lists 1 function in the hf namespace generated from the default SPQL function catalog.
| Function | Kind | Summary |
|---|---|---|
hf.dataset | table function | Create 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
| Name | Required | Description |
|---|---|---|
repo | yes | No parameter docs. |
hf.dataset(repo, config?, split?, revision?)
Create a Hugging Face dataset handle relation with optional config, split, and revision.
Parameters
| Name | Required | Description |
|---|---|---|
repo | yes | No parameter docs. |
config | no | No parameter docs. |
split | no | No parameter docs. |
revision | no | No parameter docs. |
Last updated on