Closed WenTingTseng closed 4 years ago
Regarding documents, see #9
Regrading pairs/runs: You choose the training pairs and validation pairs based on which data sets you want to train and validate on. So if you want to train on WT 2012 and validate on WT 2013, you would use train.wt12.pairs and test.wt13.run.
Does this answer your question?
Ok , I understand Thanks a lot
When I try to train a Vanilla BERT model,using like this
But it does not have document.tsv file and
--train_pairs data/ws/train_pairs
it has many train_pairs files like train.wt12.pairs or train.wt13.pairs which I need to set.Same question about--valid_run data/valid_run
Thanks a lot for your help