"examples/vscode:/vscode.git/clone" did not exist on "7424b2848f57022fcbae90cc10079935d24e6e59"
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 \
--task_name MRPC \
--do_train \
--do_eval \
--do_lower_case \
--data_dir $GLUE_DIR/MRPC/ \
--bert_model bert-base-uncased \
--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