BERT_download {FMAT} | R Documentation |
Download and save BERT models to local cache folder.
Description
Download and save BERT models to local cache folder "%USERPROFILE%/.cache/huggingface".
Usage
BERT_download(models = NULL)
Arguments
models |
Model names at HuggingFace. |
Value
No return value.
See Also
Examples
## 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)
[Package FMAT version 2024.7 Index]