| download_huggingface | R Documentation |
Download a model from 'Hugging Face' to a local folder, to be used in e.g. get_embeddings.
download_huggingface(model, path, ...)
model |
Atomic character, referencing a model - typically of the form
|
path |
Atomic character, referencing a local folder where the model is installed. |
... |
Arguments passed to and from functions. |
On success: Atomic character, with the path to the local model.
On failure: NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.