Skip to content

Instantly share code, notes, and snippets.

@aditya-malte
Created February 22, 2020 13:41
Show Gist options
  • Save aditya-malte/2d4f896f471be9c38eb4d723a710768b to your computer and use it in GitHub Desktop.
Save aditya-malte/2d4f896f471be9c38eb4d723a710768b to your computer and use it in GitHub Desktop.
smallBERTa_Pretraining.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgiardinelli
Copy link

I had to update step #26 from tokenizer.save to tokenizer.save_model. FYI

tokenizer.save_model("/content/models/smallBERTa", "smallBERTa")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment