Unverified Commit 8a8aa59d authored by Davide Fiocco's avatar Davide Fiocco Committed by GitHub
Browse files

Update finetuning example adding --do_lower_case

Should be consistent with the fact that an uncased model is used
parent 836b40be
...@@ -377,6 +377,7 @@ python run_classifier.py \ ...@@ -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 \
......
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