Open deewhy26 opened 1 year ago
Hi ,thank you for your issue, would it be easy to reproduce the error in a colab ?
Hi ,thank you for your issue, would it be easy to reproduce the error in a colab ?
Sorry i dont understand, do you want me to try this on collab? This error currently was rendered on kaggle
Hello, sorry im quite new to writing issues. I trained a joint token classification and sequence classification model. To save it i used this:
trainer.save_model("multi_task/")
However trying to load the same model, i faced this issuemodel_2 = tn.load_pipeline("/kaggle/working/multi_task","intent_classification", adapt_task_embedding=True)
I intend to load the model from this checkpoint for domain adaption How do i address this issue? Also if you could redirect me to some resources to understand adapters that would be pretty helpful (i found out from the other issue posted here). PS: Thank you for this incredible library- it saved me a lot of time