Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 420 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 420 Bytes

Sample Code for Homework 1 ADL NTU

Environment

# If you have conda, we recommend you to build a conda environment called "adl-hw1"
make
conda activate adl-hw1
pip install -r requirements.txt
# Otherwise
pip install -r requirements.in

Preprocessing

# To preprocess intent detectiona and slot tagging datasets
bash preprocess.sh

Intent detection

python train_intent.py