soumendrak / MTEnglish2Odia

Machine Translation from English to Odia language.
https://mte2o.com
GNU General Public License v3.0
9 stars 7 forks source link

Splitting the input training pairs into train-test #10

Open soumendrak opened 4 years ago

soumendrak commented 4 years ago

What? The finalized input pairs need to be further split into Train-Test pairs.
May be we will start with 80% train and 20% test pairs.

Why? This is needed to evaluate the translation accuracy by the model itself before going to live. To let us know where do we stand.

Blocked by: Issue #9