Merge pull request #74 from davidefiocco/patch-1

Update finetuning example in README adding --do_lower_case
This commit is contained in:
Thomas Wolf 2018-12-01 01:15:31 +01:00 committed by GitHub
commit 4450f5ef6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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