SunLemuria / JointBERT-TF2

Slot filling and intent classification - made for the purpose of qualification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP joint model for intent classification and slot filling with TensorFlow 2

The repository is made for the purpose of qualification and will be removed shortly.

Paper

BERT for Joint Intent Classification and Slot Filling(arXiv:1902.10909)

Also, a TensorFlow 1 version of the same paper has already been implemented.

How to run the Training

$ git clone https://github.com/domanjiri/joint-bert-with-tf2.git
$ cd joint-bert-with-tf2
$ pip install -r requirements.txt
$ python main.py

About

Slot filling and intent classification - made for the purpose of qualification


Languages

Language:Python 100.0%