Shivanandroy / KeyPhraseTransformer

KeyPhraseTransformer lets you quickly extract key phrases, topics, themes from your text data with T5 transformer | Keyphrase extraction | Keyword extraction
MIT License
94 stars 13 forks source link

Fine Tune model for other languages #6

Open z-arabi opened 1 year ago

z-arabi commented 1 year ago
    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

Shivanandroy commented 1 year ago

@z-arabi Currently this repository doesn't support finetuning. But good point - I will make some time to integrate fine tuning available.