Learn R Programming

RBERT (version 0.1.11)

.download_BERT_checkpoint: Download a checkpoint zip file

Description

Download a checkpoint zip file

Usage

.download_BERT_checkpoint(url, checkpoint_zip_path)

Arguments

url

Character vector. An optional url from which to download a checkpoint. Overrides model parameter if not NULL.

checkpoint_zip_path

The path to which the checkpoint zip should be downloaded.

Value

TRUE invisibly.