[735bb5]: / src / training / __init__.py

Download this file

4 lines (3 with data), 101 Bytes

1
2
3
from .bert import BertTrainer
from .bilstm import BilstmTrainer
from .rf import RandomForestTrainer