flairNLP / flair

A very simple framework for state-of-the-art Natural Language Processing (NLP)
https://flairnlp.github.io/flair/
Other
13.7k stars 2.08k forks source link

[Question]: Compatibility with old models trained with 0.7 #3465

Open neilx4 opened 4 weeks ago

neilx4 commented 4 weeks ago

Question

Hi Team,

Is there a way to transform models trained with v0.7 so that it can run with the latest version? I am not able to load the old model under 0.13.1.

Thanks, Neil

helpmefindaname commented 2 weeks ago

Hi @neilx4 I don't think there is a standard procedure per se. If you are willing to share your model, I can give it a try but depending on the kind of model, the embeddings you are using, the versions of dependencies etc. this might be a hard task to do. Most of the time, I would prefer to just retrain the model with the newest versions