Skip to content

Instantly share code, notes, and snippets.

@oscar-defelice
Created November 4, 2020 08:31
Show Gist options
  • Save oscar-defelice/ceafc9f2a0bbc067ab4eb4a071e34371 to your computer and use it in GitHub Desktop.
Save oscar-defelice/ceafc9f2a0bbc067ab4eb4a071e34371 to your computer and use it in GitHub Desktop.
import json
with open( 'tokeniser.json' , 'w' ) as file:
json.dump(tokeniser.to_json() , file )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment