Learn R Programming

RBERT (version 0.1.11)

.infer_archive_type: Infer the archive type for a BERT checkpoint

Description

Infer the archive type for a BERT checkpoint

Usage

.infer_archive_type(url)

Arguments

url

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

Value

A character vector, currently either "zip" or "tar-gzip".