Skip to content

Instantly share code, notes, and snippets.

@LysandreJik
Last active October 31, 2019 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LysandreJik/62dfc9f54e7cf11310cd0c72f0c38040 to your computer and use it in GitHub Desktop.
Save LysandreJik/62dfc9f54e7cf11310cd0c72f0c38040 to your computer and use it in GitHub Desktop.
model = TFDistilBertForSequenceClassification.from_pretrained("distilbert-base-uncased")
tokenizer = DistilbertTokenizer.from_pretrained("distilbert-base-uncased")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment