Skip to content

Azen-Huang/ADL21-HW1

 
 

Repository files navigation

Sample Code for Homework 1 ADL NTU 109 Spring

Environment

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

Preprocessing

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

Intent detection

python train_intent.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.8%
  • Makefile 5.3%
  • Shell 1.9%