Skip to content

Instantly share code, notes, and snippets.

@lhr0909
Created August 26, 2022 04:10
Show Gist options
  • Save lhr0909/1cf47990cc7dedef3ddb5c798794f681 to your computer and use it in GitHub Desktop.
Save lhr0909/1cf47990cc7dedef3ddb5c798794f681 to your computer and use it in GitHub Desktop.
DIET Classifier PyTorch Snippets
nlu:
- intent: greet
examples:
- Hello
- Hi
- Hey
- intent: affirm
examples:
- "Yes"
- "Yes, that's right"
- intent: deny
examples:
- "No"
- "No, that's wrong"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment