View source: R/huggingface_hub.R
| hf_list_libraries | R Documentation |
List Model Libraries
hf_list_libraries(pattern = NULL)
pattern |
A search term or regular expression. Defaults to NULL (return all results). |
A character vector of matching library names.
https://huggingface.co/docs/hub/searching-the-hub
## Not run:
hf_list_libraries("pytorch|tensorflow")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.