Whether to use one-hot word + embeddings or tf.embedding_lookup() for the word embeddings. On the TPU, + it is must faster if this is True, on the CPU or GPU, it is faster if + this is False. + scope: (optional) variable scope. Defaults to "bert". + + Raises: + ValueError...