"examples/vscode:/vscode.git/clone" did not exist on "d006f0769b6c008416f1023b82a13a3d19e10dfc"
Unverified Commit 4450f5ef authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #74 from davidefiocco/patch-1

Update finetuning example in README adding --do_lower_case
parents 836b40be 8a8aa59d
...@@ -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