项目作者: hanzo89757

项目描述 :
:lion: BERT for Spoken Language Understanding in Task-based Dialog
高级语言: Python
项目地址: git://github.com/hanzo89757/bert-for-slu.git
创建时间: 2019-06-10T12:58:31Z
项目社区:https://github.com/hanzo89757/bert-for-slu

开源协议:Apache License 2.0

下载


BERT for SLU

Language
Licence

SLU = Domain & Intent Detection + Slot Filling

Run

Install packages:

  1. pip install -r requirements.txt

Train:

  1. python main.py --train

Evaluate:

  1. python main.py --eval

More parameters:

  1. python main.py -h

Dependency

Python == 3.6.7
Allennlp == 0.8.4

License

@Apache License 2.0