Retrieve metadata about a dataset from Hugging Face Hub.
Usage
hf_dataset_info(dataset, token = NULL)
Arguments
- dataset
Character string. Dataset name.
- token
Character string or NULL. API token for private datasets.
Value
A list with dataset information.
Examples
if (FALSE) { # \dontrun{
hf_dataset_info("imdb")
} # }