Remove classification layer in ULMFiT pertained classifier

I have trained ULMFiT LM and Classifier on my dataset. Now, I have got a new dataset, which has same context and sentence structure but different classes.

My question is, is it possible in fastAI to remove classification layer of my model classifier, add new one and fine tune it on my new dataset.