"src/lib/vscode:/vscode.git/clone" did not exist on "b875efab1f463bb719a14364f2fe204133e33bde"
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