We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fe72e commit 9359f27Copy full SHA for 9359f27
rasa_nlu/featurizers/bert_featurizer.py
@@ -71,6 +71,7 @@ def __init__(self, component_config=None):
71
use_tpu=False,
72
model_fn=model_fn,
73
config=run_config,
74
+ model_dir='/tmp/bert_model',
75
predict_batch_size=8)
76
77
def train(self, training_data, config, **kwargs):
0 commit comments