Skip to content

Commit

Permalink
Update model_name_or_path
Browse files Browse the repository at this point in the history
  • Loading branch information
xxupiano authored Oct 8, 2024
1 parent b9f5f4c commit 0d5b8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions musecoco/1-text2attribute_model/predict.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
python main.py \
--do_predict \
--model_name_or_path=IreneXu/MuseCoco_text2attribute \
--model_name_or_path=XinXuNLPer/MuseCoco_text2attribute \
--test_file=data/predict.json \
--attributes=data/att_key.json \
--num_labels=num_labels.json \
--output_dir=./tmp \
--overwrite_output_dir
--overwrite_output_dir

0 comments on commit 0d5b8b4

Please sign in to comment.