Skip to content

Commit 492b352

Browse files
authoredJun 4, 2020
Remove unnecessary model_type arg in example (#4771)
1 parent e645b9a commit 492b352

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎examples/text-classification/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export GLUE_DIR=/path/to/glue
6161
export TASK_NAME=MRPC
6262

6363
python run_glue.py \
64-
--model_type bert \
6564
--model_name_or_path bert-base-cased \
6665
--task_name $TASK_NAME \
6766
--do_train \

0 commit comments

Comments
 (0)
Please sign in to comment.