Some weights of RobertaForSequenceClassification were not initialized
I trained a Bert based model and wanted to load it. Hence I came up with a python script-
Input to machine learning model
I’m new to machine learning. Recently I trained a bert based model that I had been working on for quite sometime now. After the training, I got a few files in the model directory – pytorch_model.bin, training_args.bin, merges.txt, vocab.json. Now I want to test the model by providing an input to the model and examine it’s output. But i’m unable to understand how am i supposed to do so.