File size: 136 Bytes
dcd73d9
ccfa333
 
6543d58
 
1
2
3
4
5
6
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