bert icon indicating copy to clipboard operation
bert copied to clipboard

TensorFlow code and pre-trained models for BERT

Results 163 bert issues
Sort by recently updated
recently updated
newest added

inclues in line 131 was replaced to includes

Hello everyone, I am currently working on my undergraduate thesis on matching job descriptions to resumes based on the contents of both. Recently, I came across the following statement by...

To reshape the input, the code is: ``` if input_ids.shape.ndims == 2: input_ids = tf.expand_dims(input_ids, axis=[-1] ``` I'm wondering why we set axis = [-1] instead of -1 and how...

This question is just about the term "pooler", and maybe more of an English question than a question about BERT. By reading this repository and its issues, I found the...

When I run the run_pretraining.py file, the code runs well, but this error occurs. I don't know what the problem is. I set max_predictions_per_seq=20 and ran. In the create_pretraining_data.py file,...

I am writing a thesis which references mBERT a lot. And would be really great to know data sizes of English, Nepali, and Hindi used for training. In other papers,...

When I was running the MRPC example, this line of code reported a fatal error. ` with tf.io.gfile.GFile(FLAGS.input_meta_data_path, 'rb') as reader: input_meta_data = json.loads(reader.read().decode('utf-8')) `

Please don't track nor stalk me.