powered by
Download and save BERT models to local cache folder "%USERPROFILE%/.cache/huggingface".
BERT_download(models = NULL)
Return a data.frame of basic file information of local models.
Model names at HuggingFace.
set_cache_folder
BERT_info
BERT_vocab
FMAT_load
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