Fine tunning a Pre-trained Model

I want to fine tune distilBERT for news classification, But instead of using

model_checkpoint = "distilbert-base-uncased"

I want to use “dima806/news-category-classifier-distilbert” model for fine tunning, as it is already been trained on news data. How can I do that?


I am getting the above error !!