| hf_python_depends | R Documentation |
Installs python packages needed to run huggingfaceR functions
hf_python_depends(
packages = c("transformers", "sentencepiece", "huggingface_hub", "datasets",
"sentence-transformers")
)
packages |
Python libraries needed for local model usage. |
The value returned by 'reticulate::conda_install()', called for its side effect.
## Not run:
hf_python_depends()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.