Usage
hf_list_models(pattern = NULL)
Arguments
- pattern
A search term or regular expression. Defaults to NULL (return all results).
Value
A tibble with a `model` column containing matching model IDs.
Examples
if (FALSE) { # \dontrun{
hf_list_models("bert-base-cased")
} # }