Update finetuning example adding --do_lower_case
Should be consistent with the fact that an uncased model is used
This commit is contained in:
@@ -377,6 +377,7 @@ python run_classifier.py \
|
|||||||
--task_name MRPC \
|
--task_name MRPC \
|
||||||
--do_train \
|
--do_train \
|
||||||
--do_eval \
|
--do_eval \
|
||||||
|
--do_lower_case \
|
||||||
--data_dir $GLUE_DIR/MRPC/ \
|
--data_dir $GLUE_DIR/MRPC/ \
|
||||||
--bert_model bert-base-uncased \
|
--bert_model bert-base-uncased \
|
||||||
--max_seq_length 128 \
|
--max_seq_length 128 \
|
||||||
|
|||||||
Reference in New Issue
Block a user