transformers-tutorials
transformers-tutorials copied to clipboard
Update 'train' function in transformers_summarization_wandb.ipynb
In the 'train' function of transformers_summarization_wandb.ipynb, 'lm_labels' is regarded as parameters.
However, it doesn't exist. Instead, 'labels' is the correct parameters.
I have tried this when I am finishing my AI related assignment. Would you like to check it?