dot-get_model_archive_path: Locate an archive file for a BERT checkpoint

.get_model_archive_pathR Documentation

Locate an archive file for a BERT checkpoint

Description

Locate an archive file for a BERT checkpoint

Usage

.get_model_archive_path(model, dir, archive_type)

Arguments

model

Character vector. Which model checkpoint to download.

dir

Character vector. Destination directory for checkpoints. Leave NULL to allow RBERT to automatically choose a directory. The path is determined from the dir parameter if supplied, followed by the 'RBERT.dir' option (set using set_BERT_dir), followed by an "RBERT" folder in the user cache directory (determined using user_cache_dir). If you provide a dir, the 'RBERT.dir' option will be updated to that location. Note that the checkpoint will create a subdirectory inside this dir.

archive_type

How is the checkpoint archived? We currently support "zip" and "tar-gzip". Leave NULL to infer from the url.

Value

The path to the archive file where the raw checkpoint should be saved.


jonathanbratt/RBERT documentation built on Jan. 26, 2023, 4:15 p.m.