Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 357 Bytes

Intent Classifier with BERT base

Simple example of using bert as intent classifier. Trained on SNIPS dataset (will be more datasets in future)
Accuracy on SNIPS valid data is 0.986.

Run

python control.py

Train

python trainer.py

TODO

  • add .gitignore
  • write some code for more datasets
  • Split intents detection and tags extract