Skip to content

Instantly share code, notes, and snippets.

@MichalMalyska
Created April 28, 2020 20:57
Show Gist options
  • Save MichalMalyska/091372c3021fd9dde17c5471c02225b0 to your computer and use it in GitHub Desktop.
Save MichalMalyska/091372c3021fd9dde17c5471c02225b0 to your computer and use it in GitHub Desktop.
import transformers
tokenizer = AutoTokenizer.from_pretrained("NLP4H/ms_bert")
model = AutoModel.from_pretrained("NLP4H/ms_bert")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment