Project for CS 335.
pip install -r requirements.txt
python src/train.py
Example with more command line parameters
python src/train.py --out-dir output --subset-percentage 0.01 --batch-size 16 -lr 0.0001 --hidden-size 512
python src/train.py --out-dir output --subset-percentage 1.0 --batch-size 32 -lr 0.00001 --hidden-size 512 --num-epochs 10 --baseline
python src/test.py --weights output/best.pkl
Baseline model: Google Drive Our model: Coming soon