Has anyone using Bert with tensorflow encountered thie following warning:
WARNING:tensorflow:It seems that global step (tf.train.get_global_step) has not been increased. Current value (could be stable): 118 vs previous value: 118. You could increase the global step by passing tf.train.get_global_step() to Optimizer.apply_gradients or Optimizer.minimize.
If yes. How can we " increase the global step by passing tf.train.get_global_step() to Optimizer.apply_gradients or Optimizer.minimize ". Thanks.
use tf hub and version 2
okay cool. Thanks.
How you guys are using transformers for non-English text, mainly when we don't have pre-trained transformers models for Chichewa language.
@Chetan_Ambi Yea. i know. You're very right.
you can ugse translation or you can use simple bert and fine tune it, by adding LSTM and Multile Dense layers