Unverified Commit 492b352a authored by Jason Phang's avatar Jason Phang Committed by GitHub
Browse files

Remove unnecessary model_type arg in example (#4771)

parent e645b9ab
...@@ -61,7 +61,6 @@ export GLUE_DIR=/path/to/glue ...@@ -61,7 +61,6 @@ export GLUE_DIR=/path/to/glue
export TASK_NAME=MRPC export TASK_NAME=MRPC
python run_glue.py \ python run_glue.py \
--model_type bert \
--model_name_or_path bert-base-cased \ --model_name_or_path bert-base-cased \
--task_name $TASK_NAME \ --task_name $TASK_NAME \
--do_train \ --do_train \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment