.get_model_archive_path | R Documentation |
Locate an archive file for a BERT checkpoint
.get_model_archive_path(model, dir, archive_type)
model |
Character vector. Which model checkpoint to download. |
dir |
Character vector. Destination directory for checkpoints. Leave
|
archive_type |
How is the checkpoint archived? We currently support
"zip" and "tar-gzip". Leave NULL to infer from the |
The path to the archive file where the raw checkpoint should be saved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.