| hf_dataset_info | R Documentation |
Retrieve metadata about a dataset from Hugging Face Hub.
hf_dataset_info(dataset, token = NULL)
dataset |
Character string. Dataset name. |
token |
Character string or NULL. API token for private datasets. |
A list with dataset information.
## Not run:
hf_dataset_info("imdb")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.