Source code for model definition

Hi,

I am new to Huggingface transformers. Could you please point me to the source code containing the definition of BERT model (uncased)

Thanks

Yes, it can be found here: transformers/modeling_bert.py at master · huggingface/transformers · GitHub

Thank you.