MasumBhuiyan's picture
Updated trainer
6543d58
raw
history blame contribute delete
136 Bytes
data_dir: str = "E:/bn_multi_tribe_mt/data/"
langs: list[str] = ['bn', 'en', 'gr']
MAX_SEQ_LEN = 30
BATCH_SIZE = 64
BUFFER_SIZE = 10000