powered by
Download and save BERT models to local cache folder "%USERPROFILE%/.cache/huggingface".
BERT_download(models = NULL, verbose = FALSE)
Invisibly return a data.table of basic file information of local models.
A character vector of model names at HuggingFace.
Alert if a model has been downloaded. Defaults to FALSE.
FALSE
set_cache_folder
BERT_info
BERT_vocab
if (FALSE) { models = c("bert-base-uncased", "bert-base-cased") BERT_download(models) BERT_download() # check downloaded models BERT_info() # information of all downloaded models }
Run the code above in your browser using DataLab