BERT_info | R Documentation |
Get basic information of BERT models.
BERT_info(models = NULL)
models |
Model names at HuggingFace. |
A data.table of model name, model file size, vocabulary size (of word/token embeddings), embedding dimensions (of word/token embeddings), and [MASK] token.
BERT_download
BERT_vocab
## Not run:
models = c("bert-base-uncased", "bert-base-cased")
BERT_info(models)
BERT_info() # information of all downloaded models
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.