Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 591 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 591 Bytes

BERT for SLU

Language Licence

SLU = Domain & Intent Detection + Slot Filling

Run

Install packages:

pip install -r requirements.txt

Train:

python main.py --train

Evaluate:

python main.py --eval

More parameters:

python main.py -h

Dependency

Python == 3.6.7
Allennlp == 0.8.4

License

@Apache License 2.0