"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "7c94eaeeb0f4d57f0379944c19e831c74b742e54"
Commit eb3e6cb0 authored by Lysandre's avatar Lysandre
Browse files

cased -> uncased in BERT SQuAD example

closes #3183
parent b29fed79
......@@ -379,7 +379,7 @@ export SQUAD_DIR=/path/to/SQUAD
python run_squad.py \
--model_type bert \
--model_name_or_path bert-base-cased \
--model_name_or_path bert-base-uncased \
--do_train \
--do_eval \
--do_lower_case \
......
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