View source: R/get_gender_nn.R
| download_gender_model | R Documentation |
Downloads the pre-trained model weights and vocabulary from Hugging Face
to a local cache directory. This is required before using
get_gender_nn.
download_gender_model()
Files are stored in tools::R_user_dir("genderBR", "cache") and
only downloaded if not already present.
Invisible character vector with the paths to the downloaded files.
## Not run:
download_gender_model()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.