Hi
I am training a pre-trained BioBert model with squad.
I want to know how Deeppavlov trains a pre-trained model and does it freeze/reuse any of the previously trained layers?
Thankyou!
Hi
I am training a pre-trained BioBert model with squad.
I want to know how Deeppavlov trains a pre-trained model and does it freeze/reuse any of the previously trained layers?
Thankyou!
Hi!
All model parameters from the pre-trained model will be reused during finetuning.
Okay Got it!
thank you