Skip to content

Instantly share code, notes, and snippets.

@DicksonWu654
Created January 17, 2021 21:06
Show Gist options
  • Save DicksonWu654/46d15822e1a4e3d164fe34206e8546e0 to your computer and use it in GitHub Desktop.
Save DicksonWu654/46d15822e1a4e3d164fe34206e8546e0 to your computer and use it in GitHub Desktop.
Fields
TEXT = Field(tokenize=tok,batch_first=True,include_lengths=True)
LABEL = Field(sequential=False, use_vocab=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment