Open wolf-li opened 1 year ago
Hello,
This error message gives you the expected weights name in the parameters dictionary of the model. What do your original model parameters keys look like before export?
Hello,
This error message gives you the expected weights name in the parameters dictionary of the model. What do your original model parameters keys look like before export?
Thanks for your replay. How do I check "original model parameters keys"? Can you explain this? I use the Seq2SeqTrainingArguments and Seq2SeqTrainer fine-tuning the Marian model.
Fine-tuning Marian model use huggingface transformers library. Translate model to rust_model.ot format. Can't use pipelien translate. This is the erroer message.
How do I solve this?