Skip to content

🦁 BERT for Spoken Language Understanding in Task-based Dialog

License

Notifications You must be signed in to change notification settings

ricky9123/bert-for-slu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages