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