Incremental Training using run_mlm.py

I trained a model using a pre-trained model albert-base-v2 and my own domain dataset. After that I got the new model and tokenizers. Now I want to use this trained model and tokenizer instead of initial ones. How can I load this model and tokenizers using run_mlm.py

1 Like