# If you have conda, we recommend you to build a conda environment called "adl"
make
# otherwise
pip install -r requirements.txt
# To preprocess intent detectiona and slot tagging datasets
bash preprocess.sh
python train_intent.py
# If you have conda, we recommend you to build a conda environment called "adl"
make
# otherwise
pip install -r requirements.txt
# To preprocess intent detectiona and slot tagging datasets
bash preprocess.sh
python train_intent.py