Skip to content

Commit

Permalink
update readme and fix dataloader bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Embedding committed Aug 6, 2019
1 parent 9d4e5f8 commit d30a1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ The example of using run_ner.py:
```
python3 run_ner.py --pretrained_model_path models/google_model.bin --vocab_path models/google_vocab.txt \
--train_path datasets/msra_ner/train.tsv --dev_path datasets/msra_ner/dev.tsv --test_path datasets/msra_ner/test.tsv \
--epochs_num 5 --batch_size 32 --encoder bert
--epochs_num 5 --batch_size 16 --encoder bert
```

#### Machine reading comprehension
Expand Down

0 comments on commit d30a1f2

Please sign in to comment.