-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2,058 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
python lib/codebert-bimodal/run_classifier.py \ | ||
--model_type roberta \ | ||
--do_predict \ | ||
--test_file test_set_new.jsonl \ | ||
--max_seq_length 200 \ | ||
--per_gpu_eval_batch_size 2 \ | ||
--data_dir ./data/exp \ | ||
--output_dir ./models/checkpoint-best-aver/ \ | ||
--encoder_name_or_path microsoft/codebert-base \ | ||
--pred_model_dir ./models/checkpoint-last/ \ | ||
--prediction_file .logs/predictions_codebert_bimodal.txt |
Oops, something went wrong.