KeyPhraseTransformer lets you quickly extract key phrases, topics, themes from your text data with T5 transformer | Keyphrase extraction | Keyword extraction
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?
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