Update finetuning example adding --do_lower_case

Should be consistent with the fact that an uncased model is used
This commit is contained in:
Davide Fiocco
2018-12-01 01:00:05 +01:00
committed by GitHub
parent 836b40be82
commit 8a8aa59d8c

View File

@@ -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 \