Skip to content

Instantly share code, notes, and snippets.

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 saimadhu-polamuri/63833f2100de4fb8b99cf5e34e844a7c to your computer and use it in GitHub Desktop.
Save saimadhu-polamuri/63833f2100de4fb8b99cf5e34e844a7c to your computer and use it in GitHub Desktop.
# Sample predictions
print(train_data[0])
sample_test = nlp(train_data[0][0])
print(sample_test.cats)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment