Submitted by spruce5637 t3_yyglj9 in MachineLearning
I was introduced the AllenNLP framework a couple months before the developers announced that they will no longer update or maintain the framework. I have used it for some of my projects, one of which are still in development, but now that AllenNLP is going obsolete, it feels like a bad idea to keep using the framework.
(Not only because there will be loads of new stuff that the framework won't support but also because publishing code using an outdated framework will only lower the chance of other people using my code in the future.)
My hope is to move my current project out of AllenNLP, but it's such a huge pain in the back to migrate from one framework to another. I'm wondering if anyone has done similar things before, and how did you keep producing new results for your project during the migration, how to ensure that everything is reproduced, and how to not want to pull out all your hair in frustration while doing it?
Also, any recommended frameworks that is less likely to die within a few months?
Randomramman t1_iwuj1te wrote
Huggingface transformers library is awesome if you want access to TONS of pre-trained, open-source LLMs for fine-tuning. Not sure if it would suit your needs though.