"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "b1c06140f4b2ac188d625fe9d34bc32ec2e36078"
Commit 4946c2c5 authored by thomwolf's avatar thomwolf
Browse files

run_swag example in readme

parent d23eed85
...@@ -440,6 +440,7 @@ export SWAG_DIR=/path/to/SWAG ...@@ -440,6 +440,7 @@ export SWAG_DIR=/path/to/SWAG
python run_swag.py \ python run_swag.py \
--bert_model bert-base-uncased \ --bert_model bert-base-uncased \
--do_train \ --do_train \
--do_lower_case \
--do_eval \ --do_eval \
--data_dir $SWAG_DIR/data --data_dir $SWAG_DIR/data
--train_batch_size 16 \ --train_batch_size 16 \
......
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