MobileBert and Ner

Hi,
I did Named entity Recognition with Spacy, it was my first challenge.
After I created a model with pre-trained model bert-base-multilingual-cased for NER ( with huggingface tutorial).
But now I want to create Ner with mobilebert. And I don’t konw how to do. I saw this pre-trained model, mrm8488/mobilebert-finetuned-ner in hub but this is in English. And I want some other language.
How can I create a mobilebert model for ner with this TensorFlow Hub ?
I don’t understand how can I change my actual code to train a mobilebert with this transformer.

Thank you