Dear NLP heros
I’m trying to implement a machine translation on my own dataset. using this week’s assignment
I did it step by step everything ok but in the model instantiate when we used
initialize weights from a pre-trained model
model.init_from_file(“model.pkl.gz”, weights_only=True)
I don’t have any pre-trained model. what should I do instead?
best regards