For branch v0.1, I want to get the complete pre-trained model without task-specific layer from the checkpoint file mt_dnn_base_uncased.pt, however, I am not able to convert it to MTDNNModel. Is there a script that can help me get the multi-task trained MT-DNN model from the checkpoint file? Thanks!
For branch v0.1, I want to get the complete pre-trained model without task-specific layer from the checkpoint file
mt_dnn_base_uncased.pt
, however, I am not able to convert it toMTDNNModel
. Is there a script that can help me get the multi-task trained MT-DNN model from the checkpoint file? Thanks!