Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
Code style
When coding your new model, keep in mind that Transformers is an opinionated library and we have a few quirks of our
own regarding how code should be written :-)
The forward pass of your model should be fully written in the modeling file while being fully independent of other
models in the library.