Skip to content

Instantly share code, notes, and snippets.

@kabirahuja2431
Created October 8, 2019 13:57
Show Gist options
  • Save kabirahuja2431/fc546c655854b7adc294593dc1dbdaf0 to your computer and use it in GitHub Desktop.
Save kabirahuja2431/fc546c655854b7adc294593dc1dbdaf0 to your computer and use it in GitHub Desktop.
from transformers import BertModel
bert_model = BertModel.from_pretrained('bert-base-uncased')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment