KeyPhraseTransformer
KeyPhraseTransformer copied to clipboard
Fine Tune model for other languages
Hello,
I tried to fine tune this model on persian language. I have a question. What will happen when we call this function? It didn't take me long time to execute. How exactly the fine tuning happens in this model?
kp = KeyPhraseTransformer(model_type="mt5", model_name="folder")
Originally posted by @z-arabi in https://github.com/Shivanandroy/KeyPhraseTransformer/issues/1#issuecomment-1272486180
@z-arabi Currently this repository doesn't support finetuning. But good point - I will make some time to integrate fine tuning available.