modAL
modAL copied to clipboard
Use modAL on BERT models
Hi, I'm new to active learning and modAL. I want to fine-tune a RoBERTa model on a (yet) unannotated dataset with active learning. Has anyone tried applying modAL to huggingface models like RoBERTa or DeBERTa? I wonder if the two modules are ever compatible.
You're gonna have to elaborate your use-case a bit. As long as your classifier has a .predict method you should be able to use it. You would need to measure with the evaluation metric that you decide to determine whether it is a success or not.