How can I implement active learning in BERT?

I heard some really good things about active learning. But I can’t find much resource in this area. Is there somewhere I can learn more about how to implement this with transformers library?

Many thanks!