spruce5637 OP t1_iwuwi53 wrote
Reply to comment by Randomramman in [D] NLP folks who have used AllenNLP, how do you migrate your projects to other framework(s)? by spruce5637
Ah of course, I've been using Huggingface here and there; I think AllenNLP uses some of it in their code too. I guess I should have stuck to using 🤗 and nothing else to begin with lol
The main problem really is how to disentangle my model from AllenNLP without breaking it.
new_name_who_dis_ t1_ix1607r wrote
Disentangling your model will involve reading AllenNLP’s source code and taking from it what you need. I don’t think there’s an easier way of doing it
Viewing a single comment thread. View all comments