You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to change "hidden_dropout_prob" or "attention_probs_dropout_prob" value?
I used below code. Thank you!
from bert_sklearn import BertClassifier
from bert_sklearn import BertRegressor
from bert_sklearn import load_model
# define model
model = BertClassifier() # text/text pair classification
# try different options..
model.max_seq_length = 512
The text was updated successfully, but these errors were encountered:
How to change "hidden_dropout_prob" or "attention_probs_dropout_prob" value?
I used below code. Thank you!
The text was updated successfully, but these errors were encountered: