From 492b352ab667d9765d1078ee5dc4466ba260a241 Mon Sep 17 00:00:00 2001 From: Jason Phang Date: Thu, 4 Jun 2020 13:41:24 -0400 Subject: [PATCH] Remove unnecessary model_type arg in example (#4771) --- examples/text-classification/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/text-classification/README.md b/examples/text-classification/README.md index b4f8bd2b6f..5b74c1c469 100644 --- a/examples/text-classification/README.md +++ b/examples/text-classification/README.md @@ -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 \