BERT_download | R Documentation |
Download and save BERT models to local cache folder "%USERPROFILE%/.cache/huggingface".
BERT_download(models = NULL)
models |
Model names at HuggingFace. |
No return value.
BERT_info
BERT_vocab
FMAT_load
## Not run:
models = c("bert-base-uncased", "bert-base-cased")
BERT_download(models)
BERT_download() # check downloaded models
BERT_info() # information of all downloaded models
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.