Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created December 21, 2020 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeenaR17/158a0ff00028384f48bce1d0b21b4ed1 to your computer and use it in GitHub Desktop.
Save HeenaR17/158a0ff00028384f48bce1d0b21b4ed1 to your computer and use it in GitHub Desktop.
model = T5Model("t5-small", args=model_args)
model.train_model(paraphrase_train_df, eval_data=paraphrase_dev_df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment