set_cache_folder | R Documentation |
This function sets the cache directory for HuggingFace transformers. If a
path is given, the function checks if the directory exists and then sets the
HF_HOME
environment variable to this path.
If no path is provided, the function checks for the existing cache directory
in a number of environment variables.
If none of these environment variables are set, it provides the user with
information on the default cache directory.
set_cache_folder(path = NULL)
path |
Character string, the path to set as the cache directory. If NULL, the function will look for the cache directory in a number of environment variables. Default is NULL. |
Nothing is returned, this function is called for its side effect of
setting the HF_HOME
environment variable, or providing
information to the user.
Other helper functions:
install_py_pangoling()
,
installed_py_pangoling()
## Not run:
set_cache_folder("~/new_cache_dir")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.