codertimo / BERT-pytorch

Google AI 2018 BERT pytorch implementation
Apache License 2.0
6.11k stars 1.29k forks source link

readme has wrong commands #20

Closed daiwk closed 5 years ago

daiwk commented 5 years ago

bert -c data/dataset.small -v data/vocab.small -o output/bert.model

should be

bert -c data/corpus.small -v data/vocab.small -o output/bert.model

according to

bert-vocab -c data/corpus.small -o data/vocab.small

codertimo commented 5 years ago

oh what a careful viewer :) thanx i'll fix it ASAP