monum / 311-translation

MIT License
6 stars 13 forks source link

Chinese to English translation using MarianMTModel model #14

Open angrystrightman opened 1 year ago

angrystrightman commented 1 year ago

@mlevans @tejasvicsr1 I use the following idea to try to build a customized Chinese to English translation model. 1.Prepare your dataset 2.Load the pre-trained model 3.Configure the training parameters 4.Initialize the Trainer 5.Train the model 6.save the model

notebook link - https://colab.research.google.com/drive/1qxI7DKqIeoHCuuL_gyo7mQUo9v36OaB6?usp=sharing