alibaba-edu / simple-effective-text-matching-pytorch

A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
Apache License 2.0
304 stars 54 forks source link

About training #4

Closed TWJ718925 closed 3 years ago

TWJ718925 commented 4 years ago

Is the training done on four data sets at the same time? How long does the training time take?

hitvoice commented 4 years ago

Is the training done on four data sets at the same time?

No, you can change the configuration to train only on any one of them.

How long does the training time take?

It depends on your device. Typically it takes several hours.