View source: R/huggingface_hub.R
| hf_list_models | R Documentation |
List Model Names
hf_list_models(pattern = NULL)
pattern |
A search term or regular expression. Defaults to NULL (return all results). |
A tibble with a 'model' column containing matching model IDs.
https://huggingface.co/docs/hub/searching-the-hub
## Not run:
hf_list_models("bert-base-cased")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.