Skip to content

Instantly share code, notes, and snippets.

@dharma6872
Created January 13, 2021 02:42
Show Gist options
  • Save dharma6872/c2be8592c6473e86440447701d510af8 to your computer and use it in GitHub Desktop.
Save dharma6872/c2be8592c6473e86440447701d510af8 to your computer and use it in GitHub Desktop.
압축파일해제
import zipfile
bert_zip = zipfile.ZipFile('multi_cased_L-12_H-768_A-12.zip')
bert_zip.extractall('bert')
bert_zip.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment