--embedding_table_name

Switch

--embedding_table_name NAME

Description

Overrides the auto-generated name of the feature table created by --bert_model/--emb_model. Aliased as --emb_table_name.

Argument and Default Value

A custom table name (used as-is, without the usual feat$<auto-name>$... construction pieces). Default: None (auto-generated name).

Details

Verified end-to-end: with --embedding_table_name testemb_table, the resulting table was named exactly feat$testemb_table$msgs100u$user_id — the custom name substituted directly for the auto-generated portion, with the usual feat$...$<corptable>$<correl_field> wrapper still applied.

Other Switches

Required Switches:

Example Commands

dlatkInterface.py -d dla_tutorial -t msgs -c user_id --add_bert --embedding_table_name my_bert_feats