Remove unnecessary model_type arg in example (#4771)
This commit is contained in:
@@ -61,7 +61,6 @@ export GLUE_DIR=/path/to/glue
|
||||
export TASK_NAME=MRPC
|
||||
|
||||
python run_glue.py \
|
||||
--model_type bert \
|
||||
--model_name_or_path bert-base-cased \
|
||||
--task_name $TASK_NAME \
|
||||
--do_train \
|
||||
|
||||
Reference in New Issue
Block a user