Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Created October 29, 2019 05:31
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 hamletbatista/fa901d36219597b49a4f70ad6d27a18a to your computer and use it in GitHub Desktop.
Save hamletbatista/fa901d36219597b49a4f70ad6d27a18a to your computer and use it in GitHub Desktop.
!unzip /content/PreSumm/models/bertext_cnndm_transformer.zip
!unzip /content/PreSumm/models/bertsumextabs_cnndm_final_model.zip
!unzip /content/PreSumm/models/bertsumextabs_xsum_final_model.zip
!mkdir /content/PreSumm/models/CNN_DailyMail_Extractive
!mkdir /content/PreSumm/models/CNN_DailyMail_Abstractive
!mkdir /content/PreSumm/models/XSUM_OneSentence
!mv /content/PreSumm/models/bertext_cnndm_transformer.pt /content/PreSumm/models/CNN_DailyMail_Extractive
!mv /content/PreSumm/models/model_step_148000.pt /content/PreSumm/models/CNN_DailyMail_Abstractive
!mv /content/PreSumm/models/model_step_30000.pt /content/PreSumm/models/XSUM_OneSentence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment