--bert_model

Switch

--bert_model model_name

Description

The name of the BERT model to use from Hugging Face <https://huggingface.co/models>.

Argument and Default Value

Default: base-uncased

Details

Specify a Hugging Face model to use. You can specify "base-" or "large-" for BERT models; non-BERT models may also work, but they have not been tested fully.

Other Switches

Required Switches:

Optional Switches:

Example Commands

Creates a BERT feature table using bert-large-uncased

dlatkInterface.py -d dla_tutorial -t msgs -c user_id --add_bert --bert_model large-uncased