EmbedCrafter
EmbedCrafter
What is the correct to train two tasks on a single corpus? I tried to train two models together using a single corpus, but got an error that said RuntimeError:...
Hi @helpmefindaname I'm interested in contributing to this effort if feasible. Could you offer some guidance on how to begin tackling this issue? I noticed there were discussions for adding...
I guess that means SpanTagger will never make it to the main repo. I was hoping to avoid the two model approach because my dataset is quite large and I...
Hi @raykyn, another solution you can consider is training two separate models using multitask learning and have the shared embedding do auto feature engineering since the embeddings will create features...