iLoRA / test_lastfm.sh
MingLi
fork and bug fix from https://github.com/AkaliKong/iLoRA
9f13819
raw
history blame contribute delete
502 Bytes
python main.py \
--mode test \
--router share \
--gating Dense \
--batch_size 8 \
--accumulate_grad_batches 16 \
--dataset lastfm_data \
--data_dir data/ref/lastfm \
--cans_num 20 \
--prompt_path ./prompt/artist.txt \
--rec_embed SASRec \
--llm_tuning moelora \
--llm_path $LLM_PATH \
--rec_model_path ./rec_model/lastfm.pt \
--ckpt_path ./checkpoints/lastfm.ckpt \
--output_dir ./output/lastfm/ \
--log_dir lastfm_logs \
--lr_warmup_start_lr 7e-6 \
--lr 7e-4 \
--lr_decay_min_lr 7e-6 \
--max_epochs 5