| 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 | |
| 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 | |