Skip to content

Instantly share code, notes, and snippets.

@gaphex
Last active February 26, 2020 10:04
Show Gist options
  • Select an option

  • Save gaphex/759cbe48c0a94262b39ff386c9aada2b to your computer and use it in GitHub Desktop.

Select an option

Save gaphex/759cbe48c0a94262b39ff386c9aada2b to your computer and use it in GitHub Desktop.
!wget https://storage.googleapis.com/bert_models/2018_10_18/uncased_L-12_H-768_A-12.zip
!unzip uncased_L-12_H-768_A-12.zip
!wget https://nlp.stanford.edu/projects/snli/snli_1.0.zip
!unzip snli_1.0.zip
!wget https://www.nyu.edu/projects/bowman/multinli/multinli_1.0.zip
!unzip multinli_1.0.zip
!git clone https://github.com/brmson/dataset-sts
!git clone https://github.com/gaphex/bert_experimental
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment